/*

■2026リニューアル｜下層ページ共通css

*/

@charset 'UTF-8';


.basic-page{
    background: #fff;
}

/*------------------------------------------------------------
    under-visual Parts
------------------------------------------------------------*/

#under-visual {
    padding-top: 88px;
    padding-bottom: 172px;
    background: #999;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: auto;
}
.weight-normal{
    font-weight: 400;
}
.under-visual-title {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
}
.under-visual-description{
    line-height: 2;
    font-weight: 600;
    margin-top: 40px;
    max-width: 750px;
    margin: 40px auto 0;
    font-size: 16px;
}
.under-visual-description p{

}
.under-visual-description p:not(:first-of-type){
    margin-top: 32px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #under-visual{
        padding-top: 50px;
        padding-bottom: 130px;
        background-position: top center;
    }
    .under-visual-title{
        font-size: 36px;
        text-align: left;
        line-height: 1.5;
    }
    .under-visual-description{
        margin-top: 24px;
        line-height: 1.5;
    }

}




/*------------------------------------------------------------
    under-section Parts
------------------------------------------------------------*/

article#under-article {
    background: #f4f4f4;
}
article#under-article > section{
    padding: 92px 0;
}
.bg-white-section{
    background: #fff !important;
}
.under-section-head{
    
}
.under-section-body{
    margin-top: 40px;
}

.under-section-title{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
}
.under-section-copy {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
.under-section-description{
    line-height: 2;
    margin-top: 40px;
}
.under-section-description p:not(:first-of-type) {
    margin-top: 32px;
}
.under-section-description a{
    color: #2343C8;
    line-height: 1.6;
    text-decoration: underline;
    font-size: 15px;
}
.under-section-description a:hover{
    text-decoration: none;
}
.under-section-subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.under-section-lgtext {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.under-section-lgtext p:not(:first-of-type) {
    margin-top: 32px;
}
.under-section-movie {
    margin-top: 40px;
    max-width: 800px;
    margin: 80px auto 0;
}
.under-section-movie img {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.under-section-movie iframe {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.under-section-movie-caption {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.under-section-note{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 24px;
}

.pb-0{
    padding-bottom: 0 !important;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .under-section-title{
        font-size: 30px;
    }
    .under-section-description{
        margin-top: 24px;
        line-height: 1.5;
    }
    .under-section-description p:not(:first-of-type) {
        margin-top: 24px;
    }
    .under-section-body{
        margin-top: 32px;
    }
    .under-section-copy{
        margin-top: 32px;
        font-size: 24px;
    }

    article#under-article > section{
        padding: 56px 0;
    }

    .under-section-movie{
        margin-top: 40px;
    }
    .under-section-movie-caption{
        font-size: 12px;
    }

    .under-section-subtitle{
        font-size: 24px;
    }

    .under-section-note{
        font-size: 12px;
        margin-top: 32px;
    }

}




/*------------------------------------------------------------
    under-catchcontent Parts
------------------------------------------------------------*/

article#under-article > section.under-catchcontent{
    background: #fff;
    padding: 0;
}
article#under-article > section.under-catchcontent + section{
    padding-top: calc(140px + 72px);
    background: #F4F4F4;
}
.under-catchcontent-box{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.7);
    padding: 56px 0 64px;
    position: relative;
    bottom: 120px;
    margin-bottom: -120px;
    margin-bottom: calc(-120px + -140px);
}
.shadow-none{
    box-shadow: none;
}
.catchcontent-photo-parts{
    display: flex;
    flex-wrap: wrap;
}
.catchcontent-photo-parts-img{
    width: 384px;
}
.catchcontent-photo-parts-img img{
    display: block;
}
.catchcontent-photo-parts-content{
    width: calc(100% - 384px);
    box-sizing: border-box;
    padding-left: 64px;
}

.under-catchcontent .under-section-copy{
    font-size: 24px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .under-catchcontent-box{
        bottom: 90px;
        margin-bottom: -120px;
        margin-bottom: calc(-90px + -90px);
        padding: 24px 0 40px;
    }
    article#under-article > section.under-catchcontent + section{
        padding-top: calc(90px + 48px);
    }

    .catchcontent-photo-parts{
        display: block;
    }
    .catchcontent-photo-parts-img{
        width: 100%;
        margin-top: 32px;
        position: relative;
    }
    .catchcontent-photo-parts-content{
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
    }

    .shadow-none{
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    }


}




/*------------------------------------------------------------
    section#section-highlights Parts
------------------------------------------------------------*/

ul.section-highlights-list li{

}
ul.section-highlights-list li a{

}
ul.section-highlights-list .highlights-list-thumb{
    height: 236px;
}
ul.section-highlights-list .highlights-list-thumb img{
    height: 236px;
    transition: all .3s;
    transform: scale(1);
}
section#section-highlights .main-btn a{
    margin: 0 auto;
}
ul.section-highlights-list > li a:hover .highlights-list-thumb img {
    transform: scale(1.1);
    opacity: 0.6;
}



@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.section-highlights-list > li{
        width: 295px;
    }
    ul.section-highlights-list .highlights-list-thumb{
        height: 174px;
    }
    ul.section-highlights-list .highlights-list-thumb img{
        height: 174px;
    }

}




/*------------------------------------------------------------
    ul.section-interview Parts
------------------------------------------------------------*/

ul.section-interview-list{

}
ul.section-interview-list li a:hover .interview-list-thumb img{
    transform: scale(1.1);
    opacity: 0.6;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.section-interview-list li .interview-list-thumb img{
        height: 156px;
    }

}




/*------------------------------------------------------------
    section#section-project Parts
------------------------------------------------------------*/

section#section-project .main-btn a{
    margin: 0 auto;
}



@media only screen and (max-width:640px) and (max-device-width:1280px){

    

}





/*------------------------------------------------------------
    aside#aside-co-creation Parts
------------------------------------------------------------*/

aside#aside-co-creation {
    padding-bottom: 92px;
    background: #f4f4f4;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    

}




