
html{
    font-family: 'Noto Serif JP', sans-serif
}



/* header */

.header-wrapper{
    position: relative;
    height: 100vh;
}

.top-video{
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-text-1{
    position: absolute;
    writing-mode: vertical-rl;
    max-width: 100%;
    font-size: 4.5vh;
    color: #FFFFFF;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    letter-spacing: 0.5em;
    z-index: 10;
}

.header-text-2{
    font-family: "Padyakke Expanded One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    position: absolute;
    right: 15%;
    bottom: 15%;
    color: #FFFFFF;
}

.header-text-3{
    position: absolute;
    font-size: 22vw;
    color: #000000;
    opacity: 12%;
    top: 50%;
    transform: translateY(-50%);
}


/* menu */

.menu-bar{
    max-width: 1100px;
    margin: 0 auto;
    transition: all 1s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    position: relative;
    padding: 20px;
    width: 100%;
    color: white;
    transition: all 0.3s ease;
}

.menu-bar.fixed{
    position: fixed !important;
    top: 0;
    z-index: 1000;
    margin-top: 0 !important;
    max-width: 100%;
    padding: 10px 20px;
}


.top .menu-bar{
    margin-top: -50px;
}

.menu-index{
    display: flex;
    list-style: none;
    gap: 32px;
}

.menu-index a{
    text-decoration: none;
    color: black;
}








/* news */

.top__news{
    max-width: 1000px;
    margin: 0 auto;
}

.__news-bg{
    font-size: 128px;
    color: #B8DEDE4D;
    position: absolute;
    right: 400px;
}

.__news-title{
    font-size: 32px;
    color: #64A2B3;
    position: relative;
    padding-top: 50px;
}

.__news-text{
    list-style: none;
}

.__news-text a{
    display: flex;
    text-decoration: none;
    color: black;
    padding-top: 16px;
    letter-spacing: 0.3em;
    gap: 23px;
    z-index: 9999;
}

.__news-text a p:hover{
    text-decoration:underline 1px;
    text-underline-offset: 8px;
    z-index: 9999;
}

.__news-text-date{
    display: flex;
    gap: 23px;
}

.news__info{
    background-color: #64A2B3;
    height: 25px;
    color: #FFFFFF;
    text-align: center;
    width: 106px;
}

.news__recruit{
    background-color: #B2E063;
    height: 25px;
    width: 106px;
    color: #FFFFFF;
    text-align: center;
}

.news__ex{
    background-color: #A0A0A0;
    height: 25px;
    width: 106px;
    color: #FFFFFF;
    text-align: center;
}

.__btn{
    text-align: right;
}

.__btn a{
    color: #64A2B3;
    border: solid 1px;
    padding: 21px 102px 21px 16px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    align-items: center;
}

.__btn a::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #64A2B3;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}





/* service */

.__service{
    padding-top: 50px;
    position: relative;
}

.__service-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.__service::before{
    position: absolute;
    content: "";
    top: -5%;
    z-index: -1;
    background-color: #64A2B3;
    width: 100%;
    height: 120%;
    clip-path: polygon(0 30%, 100% 0, 100% 23%, 0 93%);
}

.__service-bg{
    font-size: 128px;
    color: #B8DEDE4D;
}

.__service-title{
    font-size: 32px;
    color: #FFFFFF;
}

.__service-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.__service-list{
    flex-wrap: wrap;
    max-width: 100%;
}

.__service-inner li{
    list-style: none;
    background-color: #F7F7F7;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.__service-inner a{
text-decoration: none;
color: #000;
}

.__service-img-top{
    display: flex;
    justify-content: space-between;
}

.__service-top{
    display: inline-block;
    overflow: hidden;
}

.__service-img-top img{
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.__service-img-top img:hover{
    transform: scale(1.2);
}

.__service-img-top li{
    width: 49%;
}

.__service-img-top span{
    color: #64A2B3;
}

.__service-img-bottom{
    display: flex;
    justify-content: space-between;
}

.__service-bottom{
    display: inline-block;
    overflow: hidden;
}

.__service-img-bottom img{
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.__service-img-bottom img:hover{
    transform: scale(1.2);
}

.__service-images{
    overflow: hidden;
}

.__service-img-bottom li{
    width: 32%;
}

.__service-text{
    display: flex;
    justify-content: space-between;
    padding: 21px 20px 22px;
}

.__service-bottom-text{
    padding: 20px 0px 23px 0px;
}

.__service-inner a{
    text-decoration: none;
    color: black;
}

.__service-inner p{
    text-align: center;
}


.ex.__btn{
    padding-bottom: 40px;
}




/* feature */

.feature{
    background: linear-gradient(90deg, #BCD6E1 35%, #68B0C4 100%);
    margin-left: 8.3%;
}

.feature-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}

.feature-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.__feature-bg{
    font-size: 128px;
    color: #B8DEDE4D;
}

.feature-title{
    font-size: 32px;
    color: #FFFFFF;
}

.feature-inner{
    display: flex;
    justify-content: space-between;
}

.feature-imgs{
    display: flex;
    position: relative;
}

.feature-imgs-2{
    position: absolute;
    right: -55px;
    bottom: 20%;
}


.feature-text{
    width: 50%;
}




/* chatgpt */

.feature-h2{
    font-size: 32px;
    font-family: Noto Sans;
    color: #64A2B3;
    text-align: end;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    max-width: 100%;
}

.feature-h2.show{
    opacity: 1;
    transform: translateX(0);
    overflow: hidden;
}

/* chatgpt */



.feature-h2 span{
    display: inline-block;
    background-color:  #FFFFFF;
    margin-bottom: 20px;
    padding: 15px  0 15px 16px;
}

.feature-p{
    color: #FFFFFF;
    margin: 70px 100px 100px 0px;
    text-align: left;
}


.feature-p p{
    margin-bottom: 40px;
}



.feature-cityscape{
    overflow: hidden;
}

.feature-cityscape img{
    width: 100%;
    object-fit: cover;
}






/* about us */


.aboutus{
    max-width: 1100px;
    margin: 0 auto;
}

.aboutus-h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.__aboutus-bg{
    font-size: 128px;
    color: #B8DEDE4D
}

.aboutus-title{
    font-size: 32px;
    color: #68B0C4;
}

.aboutus-inner{
    display: flex;
    margin-bottom: 80px;
}

.aboutus-inner ul{
    width: 87%;
    margin: 0 auto;
    margin-bottom: 102px;
}

.aboutus-inner li{
    list-style: none;

}

.aboutus-inner a{
    font-family: Noto Sans;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #64A2B3;
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
    margin-bottom: 16px;
    text-align: center;
}

.aboutus-intro{
    font-size: 32px;
    color: #FFFFFF;
    padding: 32px 0 24px 32px;
}

.aboutus-SDGs{
    width: 50%;
    background-image: url(../images/about-us-bg01.jpg);
}


.aboutus-company{
    width: 50%;
    background-image: url(../images/about-us-bg02.jpg);
}



/* login */


.login{
    background-color: #364E55;
}


.login-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    height: 140px;
    padding: 40px 0;
}

.login-inner a{
    text-align: center;
    margin: 0 auto;
    height: 60px;
    width: 54%;
    background-color: #fff;
    display: block;
    padding: 7px;
}

.login-link{
    color: black;
    text-decoration: none;
}





/* footer */

footer{
    background-color: #4D6A72;
}

.footer-wrapper{
    max-width: 900px;
    margin: 0 auto;
    color: #FFFFFF;
}

.footer-top{
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #FFFFFF;
    gap: 40px;
}


.footer-info{
    display: flex;
    padding: 40px;
    border-bottom: 1px solid #FFFFFF;
    justify-content: space-between;
}


.footer-info li{
    list-style: none;
}

.footer-info a{
    text-decoration: none;
    color: #FFFFFF;
}


.entry{
    width: 180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    
}

.entry a{
    font-size: 12px;
}



.guideline{
    grid-area: 1 / 1/ 2/ 3;
    background-color: #FFFFFF;
    text-align: center;
    width: 180px;
    height: 40px;
}

.guideline a{
    color: #4D6A72;
    display: block;
}

.new-entry{
    grid-area: 2 / 1/ 3 /2;
    background-color: #FFFFFF;
    text-align: left;
    width: 85px;
    height: 40px;
}

.new-entry a{
    color: #4D6A72;
    display: block;
}

.career-entry{
    grid-area: 2 / 2 / 3 /3;
    background-color: #FFFFFF;
    text-align: left;
    width: 85px;
    height: 40px;
}

.career-entry a{
    color: #4D6A72;
    display: block;
}

.instagram{
    grid-area: 3 / 1 / 4 /3;
    border: solid 2px #FFFFFF;
    height: 40px;
    text-align: center;
}

.instagram a{
    color: #FFFFFF;
    width: 100%;
    display: block;
}

.footer-ex{
    margin: 40px 0;
}

.footer-ex-list{
    display: flex;
    justify-content: space-between;
}

.footer-ex-list li{
    list-style: none;
}

.footer-ex-list a{
    text-decoration: none;
    color: #FFFFFF;
    margin-left: auto;
}

.copyright{
    padding-bottom: 40px;
}






/* inner-page */


.page-title{
    font-size: 200px;
    text-align: center;
    color: #8CC3D2;
    z-index: 0;
    font-weight: lighter;
}

.page-title-front{
    font-size: 32px;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 104px;
}

.sub-page-top{
    background-color: #68B0C4;
    position: relative;
    height: 378px;
    padding-top:56px;
}

.page-wrapper{
    background-color: #A6CCDA;
    color: #FFFFFF;
}

.page-wrapper p {
    padding: 18px 0 18px 120px;
}





/* news page */


.news .menu-bar{
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}


.__news-inner{
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 120px;
}

.__news-page-number{
    padding-top:80px;
    text-align: center;
    margin: 0 auto;
}

.__news-page-number a{
    font-family: Anton;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: #FFFFFF;
}


.__news-page-number li{
    display: inline-block;
    text-decoration: none;
    height:45px;
    width:45px;
    border-radius:50%;
    line-height:45px;
    background-color: #9BC1CC;
    margin: 0 8px;
    background-image: linear-gradient(180deg, rgba(155, 193, 204, 1), rgba(100, 162, 179, 1));
    box-shadow: 0px 4px 4px #5F5F5F33;
}




/* service page */

.service-page .menu-bar{
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.service-page-wrapper{
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 100px 0;
}



/* chatgpt */

.service-page-inner{
    margin: 20px 0;
    display: flex;
    box-shadow: 5px 0px 5px 0px #00000026;
    opacity: 0;
    transition: all 0.6s ease-out;
    }

.service-page-inner.show {
    opacity: 1;
    transform: translateX(0); 
    transition-delay: 0.3s;
}

.fade-left {
    transform: translateX(-500px);
}

.fade-right {
transform: translateX(500px);
}

/* chatgpt */


.service-page-inner-img{
    width: 50%;
}

.service-page-text{
    width: 50%;
    text-align: center;
}

.service-page-text span{
    display: block;
}

.service-page-text-en{
    color: #64A2B3;
    font-size: 14px;
    padding-top: 58px;
}

.service-page-text-jp{
    font-size: 22px;
    padding: 32px 0 40px 0;
}



/* feature page */


.feature-page .menu-bar{
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.feature-page-area{
    background: linear-gradient(90deg, #BCD6E1, #68B0C4);
}

.feature-page-wrapper{
    width: 1000px;
    margin: 0 auto;
}

.feature-page-inner{
    padding: 80px 0;
    display: flex;
    opacity: 0;
    transition: all 0.6s ease-out;
    justify-content: center;
    align-items: center;
    position: relative;
}
.service-page-inner:nth-child(even){
    flex-direction: row-reverse;
}

.feature-page-inner:nth-child(even){
    flex-direction: row-reverse;
}

.feature-page-inner.show {
    opacity: 1;
    transform: translateX(0); 
    transition-delay: 0.3s;
}

.feature-page-inner-img{
    width: 50%;
}

.feature-page-inner-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px; 
}

.feature-page-title{
    background-color: #FFFFFF;
    color: #64A2B3;
    font-size: 24px;
    font-family: Noto Sans;
    font-weight: bold;
    display: inline-block;
    padding: 15px 16px;
}

.feature-page-text{
    color: #FFFFFF;
}

.__right{
    margin-left: 40px;
}

.__left{
    margin-right: 40px;
}


/* about us page */

.aboutus-page .menu-bar{
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}


.aboutus-page-area{
    width: 1200px;
    margin: 0 auto;
}

.aboutus-wrapper{
    margin: 80px 0 120px 0;
}


.aboutus-wrapper h1{
    color: #64A1B3;
    font-size: 32px;
    padding-bottom: 64px;
}

.aboutus-page-info{
    margin-bottom: 64px;
}

.aboutus-wrapper h2{
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #4D6A72;
    padding-left: 36px;
    margin-right: 20px;
}

.aboutus-page-info h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background-color: #333;
    transform: translateY(-50%);
}

.__long::after{
    content: "";
    position: absolute;
    left: 304px;
    top: 50%;
    width: calc(100% - 304px);
    height: 1px;
    background-color: #333;
    transform: translateY(-50%);
}

.__short::after{
    content: "";
    position: absolute;
    left: 354px;
    top: 50%;
    width: calc(100% - 328px);
    height: 1px;
    background-color: #333;
    transform: translateY(-50%);
}


.aboutus-page h3{
    position: relative;
}

.aboutus-page h3::after{
    position: absolute;
    content: "";
    width: 64px;
    height: 5px;
    background: #4D6A72;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
}



.aboutus-page-inner{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.aboutus-inner-title{
    color: #4D6A72;
    font-size: 24px;
    text-align: center;
    width: 1000px;
    padding-bottom: 88px;
}

.sdgs-inner{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #64A2B3;
    padding: 16px 0;
}

.sdgs-label{
    color: #64A2B3;
    width: 30%;
}

.sdgs-text{
    width: 65%;
    justify-content: flex-start;
}

.aboutus-feature-imgs{
    display: flex;
    width: 100%;
}

.aboutus-feature-imgs img{
    width: 25%;
    margin: 40px;
    justify-content: space-between;
}

.aboutus-page-president{
    display: flex;
    padding-bottom: 80px;
}

.aboutus-page-president-text{
    margin-left: 46px;
    white-space: normal;
}

.aboutus-page-president span{
    display: block;
    margin-bottom: 24px;
}

.aboutus-page-inner-text{
    display: block;
    text-align: center;
    padding-bottom: 80px;
}

.company-name{
    text-align: right;
}


.company__list ul{
    display: flex;
    list-style-type: none;
    overflow: hidden;
}

.company__list li{
    padding: 0 25px;
}

.company__list a{
    text-decoration: none;
    color: #000;
}


/* 404 nothing page */

.nothing{
    width: 50%;
    margin: 0 auto;
}

.nothing-top{
    font-size: 64px;
    background-color: #64A1B3;
    text-align: center;
    color: #FFFFFF;
    height: 96px;
    margin-top: 195px;
}

.nothing-text{
    color: #64A1B3;
    padding: 40px 0 100px;
}

.nothing .__btn{
    padding-bottom: 196px;
    margin: 0 auto;
    text-align: center;
}






/* レスポンシブ */

@media screen and (max-width:768px){


    /* header */

    .top-video{
        object-position: right 70% top 0;
    }


    .header-text-1{
        font-size: 42px;
        letter-spacing: 0.1em;
        right: 29%;
    }


    .header-text-2{
        font-size: 24px;
        left: 24px;
    }


/* top page news */


    .top__news{
        max-width: 91%;
        margin-bottom: 64px;
        margin: 0 auto;
    }

    .top__news-title{
        font-size: 24px;
    }

    .__news-bg{
        position: relative;
        font-size: 64px;
        text-align: end;
        left: 0px;
        top: 100px;
    }

    .__news-text a{
        flex-direction: column;
        font-size: 16px;
        letter-spacing: 0.13em;
        line-height: 150%;
    }



    /* btn */

    .__btn{
        text-align: center;
        font-size: 16px;
        margin-top: 40px;
    }

    .__btn a{
        color: #64A2B3;
        border: solid 1px;
        padding: 10px 82px 10px 16px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        align-items: center;
    }




    /* menu */


    .menu-bar img{
        height: 34px;
        width: 85px;
    }

    .top .menu-bar{
        margin: 0 auto;
    }



/* ハンバーガーメニュー用のアイコン */
    .menu-bar div {
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 9999;

    }

    .menu-bar div span {
        width: 30px;
        height: 2px;
        background: #FFFFFF;
        display: block;
    }

    .menu-bar div {
        display: flex;
        }


    .menu-index{
        text-align: center;
        display: none;
        z-index: 9999;
        width: 100%;
        height: 375px;
        margin: 0 auto;
        position: absolute;
        top: 40px;
        flex-direction: column;
        background-color: white;
        right: 0;
        padding-top: 70px;
    }
    
    .menu-index.active {
        display: flex;
    }

    .menu-bar{
        height: 40px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    /* ハンバーガー全体の配置 */
    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: #64A2B3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px;
        cursor: pointer;
        z-index: 1001;
    }









    /* top page service */

    .__service-wrapper{
        width: 91%;
        margin: 0 auto;
    }

    .__service-header{
        display: block;
    }
    
    .__service-bg{
        text-align: end;
        position: relative;
        font-size: 64px;
        color: #B8DEDE4D;
    }



    .__service-title{
        position: absolute;
        color: #64A2B3;
        top: 32px;
    }

    .__service-img-top{
        flex-direction: column;
        width: 100%;
    }

    .__service-top img{
        width: 100%;
    }

    .__service-img-top li{
        width: 100%;
    }

    .__service-img-bottom li{
        width: 100%;
    }

    .__service-img-bottom{
        flex-direction: column;
    }

    .__service-img-bottom img{
        aspect-ratio: 343 / 161;
        height: 100%;
        object-fit: cover;
    }

    .__service-text{
        display: block;
    }

    .__service-text span{
        display: none;
    }





/* top feature */

    .feature{
        overflow: hidden;
        margin: 0 auto;
    }

    .feature-wrapper{
        width: 91%;
        margin: 0 auto;
    }

    .feature-header{
        display: block;
        position: relative;
    }

    .feature-inner{
        flex-direction: column;
    }

    .__feature-bg{
        text-align: end;
        font-size: 64px;
        color: #B8DEDE4D;
        }

    .feature-title{
        position: relative;
    }

    .feature-text{
        width: 100%;
        padding-top: 18px;
    }

    .feature-images{
        width: 50%;
    }


    .feature-imgs img{
        position: static;
        width: 100%;
        aspect-ratio: 171 / 182;
        height: 100%;
        object-fit: cover;
    }

    .feature-h2{
        width: 100%;
        font-size: 18px;
        margin: 0 auto;
        margin: 8px 0 8px 8px;
    }



    .feature-p{
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }




    /* top aboutus */



    .aboutus-inner{
        flex-direction: column;
    }

    .__aboutus-bg{
        position: relative;
        font-size: 61px;
        margin: 0 auto;
        text-align: center;
    }

    .aboutus-title{
        position: absolute;
        font-size: 24px;
        left: 28px;
        margin-top: 16px;
    }

    .aboutus-SDGs{
    width: 100%;
    }

    .aboutus-company{
        width: 100%;
        background-size: cover;
    }

    .aboutus-text{
        width: 91%;
        height: 0.04%;
    }



    /* login */

    .login-wrapper{
        height: 10%;
    }

    .login-inner a{
        width: 91%;
        height: 75%;
    }




    /* footer */

    .footer-wrapper{
        width: 91%;
        margin:0 auto;
    }

    .footer-info{
        display: none;
    }

    .footer-ex-list{
        flex-direction: column;
        line-height: 32px;
    }

    .footer-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-address span{
        display: block;
        flex-direction: column;
    }



    /* news page */
    
    .__info{
        width: 91%;
        margin: 0 auto;
    }

    .sub-page-top{
        height: 156px;
    }

    .page-title{
        font-size: 64px;
    }

    .sub-page-top .page-title-front{
        font-size: 18px;
        bottom: 24px;
        font-weight: lighter;
    }

    .page-wrapper{
        height: 27px;
    }

    .page-wrapper p{
        font-size: 14px;
        text-align: left;
        padding: 4px 0 0 16px !important; 
    }


    .__news-page-number{
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }



    /* service page */

    .service-page-wrapper{
        max-width: 91%;
        margin: 0 auto;
        overflow: hidden;
    }

    .service-page-inner{
        flex-direction: column;
    }

    .service-page-inner:nth-child(even){
        flex-direction: column;
    }

    .service-page-text{
        width: 100%;
    }

    .service-page-inner-img{
        width: 100%;
    }


    .service-page-text-jp{
        padding: 16px 0;
    }

    .service-page-text-en{
        padding-top: 24px;
    }

    .service-page-text-info {
        padding-bottom: 24px;
    }



/* feature-page */


    .feature-page-wrapper{
        max-width: 91%;
        overflow: hidden;
    }

    .feature-page-inner{
        width: 100%;
        flex-direction: column;
        display: block;
        padding: 40px 0;
    }

    .feature-page-inner-img{
        width: 100%;
    }

    .feature-page-title{
        padding: 8px;
    }

    .feature-page-inner-text {
        margin: 24px 0 16px 0;
    }


    .feature-page-text{
        line-height: 32px;
    }



/* aboutus-page */


    .aboutus-page-area{
        max-width: 91%;
    }

    .aboutus-inner-title{
        padding-bottom: 42px;
    }


    .aboutus-wrapper h1{
        font-size: 24px;
        font-weight: lighter;
    }

    .aboutus-wrapper h2,.aboutus-wrapper h3{
        font-size: 18px;
    }
    
    .aboutus-page h3::after{
        bottom: 24px;
    }

    .aboutus-page-inner{
        width: 100%;
    }

    .sdgs-label, .sdgs-text, .aboutus-inner-title{
        width: auto;
    }

    .sdgs-inner{
        flex-direction: column;
    }

    .aboutus-feature-imgs img{
        width: 29%;
        margin: 8px;
    }

    .aboutus-page-president-img{
        text-align: center;
    }

    .aboutus-page-president-text{
        margin: 0 auto;
    }

    .aboutus-page-president{
        display: block;
    }

    .aboutus-page-president img{
        height: 187px;
    }


    .__long::after{
        content: "";
        position: absolute;
        left: 246px;
        top: 50%;
        width: calc(100% - 226px);
        height: 1px;
        background-color: #333;
        transform: translateY(-50%);
    }
    
    .__short::after{
        content: "";
        position: absolute;
        left: 280px;
        top: 50%;
        width: calc(100% - 260px);
        height: 1px;
        background-color: #333;
        transform: translateY(-50%);
    }



}
