@charset "UTF-8";

.wrapper {
    max-width: calc(1080px + 36px);
    padding:0 18px;
    margin: 0 auto;
}

a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid black;
    border-radius: 8px;
}

.header{
    padding-top:20px;
}

.top-page{
    position:relative;
    padding:5px 30px 5px 20px;
}

.top-page::after {
    content:"";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: #666;;
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
    position:absolute;
    top:50%;
    right:5%;
    transform: translateY(-40%);
}

h1{
    margin-bottom:5px;
}

li {
    margin-bottom: 10px;
}

.work-detail {
    padding: 40px 0px;
    border-bottom: 2px solid #CCC;
}

.work-detail:last-child {
    border-bottom: none;
}

h2 {
    margin-bottom: 5px;
}

.work-discription {
    margin-bottom: 50px;
}

.information {
    display: flex;
}

.information .heading {
    font-weight: bold;
    margin-bottom: 20px;
}

.tech-stack {
    width: 50%;
}

.production-info {
    width: 50%;
}

dl {
    display: flex;
    flex-wrap: wrap;
}

dt {
    width: 20%;
    margin-bottom: 10px;
}

dd {
    width: 80%;
    margin-bottom: 10px;
}

.feature {
    margin-bottom: 30px;
}

.work-link {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.heading {
    width: 150px;
    font-weight: bold;
    flex-shrink: 0;
}

a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid black;
    border-radius: 8px;
}

.footer{
    padding-bottom:20px;
}

.footer p{
    text-align:center;
    font-size: 0.875rem;
    color: #666;
}