@media(min-width: 1200px){
    .nav-wide-works{
        position: relative;
    }
    .nav-works{
        opacity: 0;
        transition: .4s;
    }
    .nav-others{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: .4s;
        z-index: -100;
    }
    .nav-works a, .nav-others a{
        font-size: 1.6rem;
        color: #FC3C00;
        font-weight: 500;
        text-decoration: none;
        transition: .4s;
    }
    .nav-others p{
        width: 100px;
    }
    .nav-works p, .nav-others p{
        cursor: default;
        position: absolute;
        color: #A0A0A0;
        font-size: 12px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .nav-works.nav-active, .nav-others.nav-active{
        opacity: 1;
        z-index: 1000;
    }
    .nav-works.nav-active p, .nav-others.nav-active p{
        opacity: 1;
    }
}

.main{
    background-color: #f3f3f3;
}
.main.active{
    background-color: #494949;
}


.works{
    padding-top: 160px;
}
.works-wrapper{
    padding: 0 30px;
    margin: 0 auto;
}
.works-title{
    text-align: left;
    padding-bottom: 30px;
}
.works-title p{
    font-size: 1.0rem;
    line-height: 1.2rem;
    color: #7e7e7e;
    font-weight: 500;
    padding-bottom: 5px;
}
.works-title h3{
    font-size: 1.8rem;
    line-height: 2.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.works-info{
    text-align: left;
    padding-bottom: 30px;
}
.works-info p{
    width: 45px;
}
.info-url, .info-type, .info-client{
    display: flex;
    padding-bottom: 8px;
}
.info-url p, .info-type p, .info-client p{
    font-size: 1.2rem;
    color: #7e7e7e;
    line-height: 1.6rem;
    font-weight: 400;
}
.info-url a{
    color: #222222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 10px;
}
.info-type h4, .info-client h4{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6rem;
    padding-left: 10px;
}

.works-main_img{
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.works-main_img img{
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
}

@media(min-width: 1200px){
    .works-wrapper{
        margin: 0 7vw 0 14vw;
        padding: 0;
    }
    .works-wrapper_width{
        max-width: 1200px;
        margin: 0 auto;
    }
    .works-title{
        padding: 0 20px 30px;
    }
    .works-title p{
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding-bottom: 8px;
    }
    .works-title h3{
        font-size: 2.0rem;
        line-height: 2.4rem;
    }
    .works-info{
        padding: 0 20px 40px;
        display: flex;
    }
    .info-url, .info-client{
        padding-bottom: 0px;
    }
    .info-url{
        margin-top: auto;
    }
    .info-right{
        margin-left: auto;
    }
    .info-url p, .info-type p, .info-client p{
        font-size: 1.4rem;
    }
    .info-url a{
        margin-left: 12px;
    }
    .info-type h4, .info-client h4{
        padding-left: 12px;
    }
    .works-main_img{
        max-width: 1200px;
    }
}

.works-detail{
    padding: 80px 0 60px 10px;
}
.detail-wrapper{
    text-align: left;
    padding-bottom: 60px;
}
.detail-heading{
    display: flex;
}
.detail-heading h2{
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: 400;
}
.detail-heading p{
    font-size: 1.0rem;
    color: #7e7e7e;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2rem;
    padding-top: 6px;
    padding-left: 10px;
}
.detail-text{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 3.0rem;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 20px;
    letter-spacing: 0.15rem;
}
@media(min-width: 1200px){
    .works-detail{
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 40px;
    }
    .detail-wrapper{
        max-width: 1200px;
        padding-bottom: 80px;
        margin: 0 auto;
    }
    .detail-heading h2{
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .detail-heading p{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .detail-text{
        font-size: 1.6rem;
        line-height: 3.6rem;
        font-weight: 400;
        padding-left: 15%;
    }
}
.works-img{
    padding: 120px 30px;
}

.works-img_wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.works-img_pc{
    padding-bottom: 80px;
}
.works-img_pc img{
    width: 100%;
}
.works-img_sp{
    max-width: 350px;
    margin: 0 auto;
}
.works-img_sp img{
    width: 100%;
}
@media(min-width: 700px){
    .works-img_wrapper{
        display: flex;
    }
    .works-img_pc{
        width: 78%;
        padding-right: 50px;
        padding-bottom: 0;
    }
    .works-img_sp{
        width: 22%;
    }
}
@media(min-width: 1200px){
    .works-img{
        padding: 100px 7vw 100px 14vw;
    }
}


.others{
    margin: 0 auto;
    padding: 100px 30px;
}
.others ul {
    list-style: none;
}
.others ul li{
    padding-bottom: 60px;
}
.others ul li a{
    text-decoration: none;
    transition: .4s;
}
.others ul li a:hover{
    opacity: 0.9;
}
.others ul li a img{
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.others ul li a div{
    text-align: left;
    padding: 10px;
}
.others ul li a div h3{
    color: #222222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: 500;
}
.others ul li a div p{
    color: #868686;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0rem;
    line-height: 1.6rem;
    padding-top: 5px;
    font-weight: 400;
}
@media(min-width: 700px){
    .others ul{
        max-width: 1600px;
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .others ul li{
        width: calc( ( 100% - 30px ) / 2);
        padding-bottom: 30px;
    }
}
@media(min-width: 1200px){
    .others{
        padding: 140px 7vw 200px 14vw;
    }
    .others ul{
        gap: 40px;
    }
    .others ul li{
        width: calc( ( 100% - 40px ) / 2);
    }
    .others ul li a div{
        padding: 20px;
    }
    .others ul li a div h3{
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .others ul li a div p{
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.main{
    background-image: url(../img/common/asfalt-dark.png);
}