@charset "UTF-8";

/*ローディング*/
#splash {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #0D355D;
    left: 0;
    top: 0;
}

video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

/*トップ用ヘッダー*/


.g-nav-list li a{
    color: #fff;
} 

.g-nav-list li a.here{
    border-bottom: 1px solid #fff;
}

.l-header .g-nav-list li a.contact-btn{
    color: #fff;
    border: 1px solid #fff;
}

.l-header.is-in .g-nav-list li a{
    color: #0D355D;
} 

.mail-icon__white{
    display: inline-block;
}

.mail-icon__blue{
    display: none;
}


.l-header.is-in .mail-icon__blue{
    display: inline-block;
}

.l-header.is-in .mail-icon__white{
    display: none;
}


.l-header.is-in .g-nav-list li a.contact-btn{
    color: #0D355D;
    border: 1px solid #0D355D;
}

.l-header.is-in .g-nav-list li a.here{
    border-bottom: 1px solid #0D355D;
}


.modaal-video-container{
    width: 100% !important;
    height: 80vh !important;
}

.modaal-video-wrap{
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/*---------------------------
FV
---------------------------*/


.fv{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; 

}
.fv-movie{
    width: 100%;
    height: 100%;
}

.fv-movie::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0 , 0 , 0 , .15);
    position: absolute;
    top: 0 ;
    left: 0;
}

.fv-movie img{
    width: 100%;
    height: 100%;
}

.movie-btn-wrap{
    position: absolute;
    bottom: 80px;
    right: 10.41666%;
    width: 101px;
    height: 101px;
    z-index: 10;
}


.play-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.play-btn {
    width: 89.1%;
    height: 89.1%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50% , -50%);
}

.tegaki , .tegakiload{
    position: absolute;
    width:44.097%;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.tegaki img , .tegakiload img{
    display: block;
    width: 100%;
}



.tegaki.is-move{
    animation-name: tegakiMove;/*1で解説*/
    animation-fill-mode:forwards;/*2で解説*/
    animation-duration:1s;/*3で解説*/
    animation-timing-function:ease-out;/*5で解説*/
    animation-direction:normal;/*7で解説*/
    }
    
/*1で解説*/
@keyframes tegakiMove{
    0% {
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }

    100% {
        top: 10%;
        left: 50%;
        transform: translate(-50% , 0);
    }
}

.tegaki.is-out{
    animation-name: tegakiOut;/*1で解説*/
    animation-fill-mode:forwards;/*2で解説*/
    animation-duration:1s;/*3で解説*/
    animation-timing-function:ease-out;/*5で解説*/
    animation-direction:normal;/*7で解説*/
    }

    @keyframes tegakiOut{
        0% {
            top:  10%;
            left: 50%;
            transform: translate(-50% , -50%);
        }
    
        100% {
            top: -50%;
            left: 50%;
            transform: translate(-50% , 0);
        }
    }
.catch {
    animation-name: catchMove;/*1で解説*/
    animation-fill-mode:forwards;/*2で解説*/
    animation-duration:2s;/*3で解説*/
    animation-timing-function:ease-out;/*5で解説*/
    animation-direction:normal;/*7で解説*/
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    text-align: center;
    opacity: .6;
}

@keyframes catchMove{
    0% {
        font-size: clamp(50px , 5.5555vw , 80px);
        top: 80%;
    }
    50% {
        font-size: clamp(50px , 5.5555vw , 80px);
        top: 80%;
    }
    100% {
        font-size: clamp(102.5px , 11.388888vw , 164px);
        top: 50%;
    }
}




.tegaki.is-down{
    animation-name: tegakiDown;/*1で解説*/
    animation-fill-mode:forwards;/*2で解説*/
    animation-duration:1s;/*3で解説*/
    animation-timing-function:ease-out;/*5で解説*/
    animation-direction:normal;/*7で解説*/
    }
    
/*1で解説*/
@keyframes tegakiDown{
    0% {
        top: -50%;
        left: 50%;
        transform: translate(-50% , 0);
    }

    100% {
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }

}

/*---------------------------
introduction
---------------------------*/

.introduction{
    margin-top: 100vh;
    width: 100%;
    height: 100vh;
    position: relative;
}

.intro-wrap{
    width: 100%;
    height: 100vh;
}

.intro-txt{
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    text-align: center  ;
}

.to-btn{
    padding-top: clamp(8.4375px , 0.9375vw , 13.5px);
    padding-bottom: clamp(8.4375px , 0.9375vw , 13.5px);
    display: block;
    font-weight: 300;
    font-style: italic;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: clamp(25px , 3.0555vw ,44px);
    padding-left: 34px;
    line-height: 1;
    box-sizing: border-box;
}

.to-btn-about{
    width: clamp(250px , 21.66667vw , 312px);
}

.intro-r{
    width: fit-content;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.bg-white{
    background-color: #fff;
    padding-bottom: 105 px;
    position: relative;
    z-index: 1;
}
/*---------------------------
service
---------------------------*/
.service{
    position: relative;
}

.service__wrap {
    align-items: flex-start;
}
.service .bl-right{
    justify-content: space-between;
}
.service-l{
    width: 50%;
    position: relative;
}

.service-l img{
    width: 100%;
    display: block;
}

.service-l__img {
    position: absolute;
    top: 0;
    left: 0;
}

.service-l li:first-child.service-l__img{
    position: relative;
}


.service-r{
    width: 50%;
    padding-left: clamp(45px , 5.20833vw , 75px);
    padding-top: 5%;
}

.sec-ttl{
    position: relative;
}


.sec-ttl .ttl-en{
    font-size: clamp(55.625px , 6.180556vw , 89px);
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1;
    margin-top: 15px;
    padding-left: 21px;
}

.ttl-en span{
    font-weight: bold;
}

.sec-ttl .ttl-ja{
    font-size: clamp(12px , 0.97222vw , 14px);
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec-sub-ttl{
    font-size:clamp(13px , 1.388889vw , 18px);
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.45;
    padding: 29px 0 clamp(36px , 4.201389vw ,60.5px) 21px;
}


.service-list li a{
    justify-content: flex-start;
    padding: clamp(16.5625px , 1.840278vw , 26.5px) 0 clamp(16.5625px , 1.840278vw , 26.5px) 21px;
    border-top: 1px solid #676767;
}

.service-list li:last-child{
    border-bottom: 1px solid #676767;
}

.service-list__no{
    font-size: clamp(14px , 1.25vw , 18px);
    border-radius: 50%;
    border: 1px solid #fff;
    width: clamp(40px , 4.44444vw , 64px);
    height:clamp(40px , 4.44444vw , 64px);
    line-height:clamp(40px , 4.44444vw , 64px);
    text-align: center;
    letter-spacing: .05em;
    margin-right: clamp(21px , 2.354vw , 33.9px);
    transition: all .5s;
}

.service-list li a:hover .service-list__no{
    border: 1px solid #fff;
    color: #0D355D;
    background-color:#fff;
    transition: all .5s;
}

.service-list__ttl{
    margin-right: clamp(74px , 8.263889vw , 119px);
    font-size:  clamp(13px , 1.388889vw , 18px);
    line-height: 2.222;
    width: clamp(138px , 13.0555vw , 188px);
}

.service-list__arrow{
    width: clamp(18.125px , 2.013889vw , 29px);
    height:  clamp(18.125px , 2.013889vw , 29px);
    background-color: rgba(255 , 255 , 255 , .36);
    position: relative;
    border-radius: 50%;
    transition: all .5s;
}

.service-list li a:hover .service-list__arrow{
    margin-left: 15px;
    transition: all .5s;
}

.service-list__arrow::after{
    content: '';
    position: absolute;
    top: 44%;
    left: 41%;
    transform:translate(-50% , -50%) skewX(45deg);
    width: clamp(10px , 1.089vw , 15.69px);
    height: clamp(4px , 0.438194vw , 6.31px);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn-list{
    margin-top: 71px;
    flex-wrap: wrap;
}

.btn-list li:nth-child(odd){
    margin-right: 18px;
}

.btn-list li:nth-child(1) , .btn-list li:nth-child(2){
    margin-bottom: 13px;
}

.btn-list li a{
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}


.service-l__img_fourth , .service-l__img_second , .service-l__img_third , .service-l__img_fifth{
    opacity: 0;
    transition: all .5s;
}

.service-l__img_fourth.js-hover , .service-l__img_second.js-hover , .service-l__img_third.js-hover , .service-l__img_fifth.js-hover{
    opacity: 1;
    transition: all .5s;
}
/*---------------------------
recruit
---------------------------*/

.recruit{
    padding-bottom: 7.5%;
}
.recruit__img-txt-wrap{
    position: relative;
}

.recruit .sec-ttl .ttl-en{
    text-shadow: 0 3px 6px rgba(0 , 0 , 0 , .16);
    font-weight: 700;
}
.recruit-mainImg{
    position: relative;
    width: 83.33333%;
    margin: 0 0 0 auto;
    padding-top: 171px;
}
.recruit-mainImg img{
    display: block;
    width: 100%;
}

.recruit-mainImg::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20.083333%;
    width: 120%;
    height: 62.38%;
    background-color: #0D355D;
    z-index: -3;
}

.recruit-mainImg::after{
    content: '';
    position: absolute;
    bottom: -5.769%;
    left: -12%;
    width: 111.916667%;
    height: 73.3333%;
    background-color: #659CA0;
    z-index: -2;
}

.recruit___txt-wrap{
    width: fit-content;
    position: absolute;
    top: 62%;
    left: 11.597%;
    transform: translateY(-50%);
}

.recruit-txt{
    font-size: clamp(13px , 1.388889vw , 18px);
    line-height: 1.933333;
    text-shadow: 0 3px 6px rgba(0 , 0 , 0 , .16);
    margin-bottom: clamp(40px ,6.319444vw , 91px);
    margin-top: clamp(24px ,2.77777vw , 40px);
    padding-left: 24px; 
    text-shadow: 0 3px 6px rgba(0 , 0 , 0 , .16);
    font-weight: 700;
}

.to-btn-recruit{
    width: clamp(168.75px , 18.75vw , 270px);
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width:768px){

/*ローディング*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0D355D;
    left: 0;
    top: 0;
}

/*トップ用ヘッダー*/


.g-nav-list li a{
    color: #fff;
} 

.g-nav-list li a.here{
    border-bottom: 1px solid #fff;
}

.l-header .g-nav-list li a.contact-btn{
    color: #fff;
    border: 1px solid #fff;
}

.l-header.is-in .g-nav-list li a{
    color: #0D355D;
} 

.mail-icon__white{
    display: inline-block;
}

.mail-icon__blue{
    display: none;
}


.l-header.is-in .mail-icon__blue{
    display: inline-block;
}

.l-header.is-in .mail-icon__white{
    display: none;
}


.l-header.is-in .g-nav-list li a.contact-btn{
    color: #0D355D;
    border: 1px solid #0D355D;
}

.l-header.is-in .g-nav-list li a.here{
    border-bottom: 1px solid #0D355D;
}

/*---------------------------
FV
---------------------------*/

.fv{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; 

}
.fv-movie{
    width: 100%;
    height: 100%;
}

.fv-movie::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0 , 0 , 0 , .15);
    position: absolute;
    top: 0 ;
    left: 0;
}

.fv-movie img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie-btn-wrap{
    width: 80px;
    height: 80px;
}

.play-btn {
    width: 70px;
    height: 70px;
}

.tegaki , .tegakiload{
    width:89.3333%;
}

@keyframes tegakiMove{
    0% {
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }

    100% {
        top:20%;
        left: 50%;
        transform: translate(-50% , 0);
    }
}


@keyframes catchMove{
    0% {
        font-size: 40px;
        top: 80%;
    }
    50% {
        font-size: 40px;
        top: 80%;
    }
    100% {
        font-size: 80px;
        top: 50%;
    }
}

/*---------------------------
introduction
---------------------------*/


.intro-txt{
    font-size: 14px;
}

.to-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 25px auto 0;
}

.to-btn-about{
    width: min(75% , 250px);
}

.intro-r{
    width: 100%;
}

/*---------------------------
service
---------------------------*/
.service{
    position: relative;
}

.service__wrap {
    display: block;
}


.service-r{
    width: 89.3333%;
    padding-left: 0;
    padding-top: 45px;
    margin: 0 auto;
}

.sec-ttl{
    position: relative;
}


.sec-ttl .ttl-en{
    font-size: clamp(50px , 13.3333vw , 60px);
    margin-top: 0;
    padding-left: 21px;
}


.sec-ttl .ttl-ja{
    font-size: 12px;
}

.sec-sub-ttl{
    font-size:clamp(18px , 4.8vw , 22px);
    padding: 30px 0 30px 21px;
}


.service-list li:last-child{
    margin-bottom: 45px;
}

.service-list li a{
    padding: 13px 0 13px 21px;
}

.service-list__no{
    font-size:clamp(14px , 3.73333vw , 20px);
    width: clamp(30px , 8vw , 40px);
    height:clamp(30px , 8vw , 40px);
    line-height:clamp(30px , 8vw , 40px);
    margin-right: clamp(20px , 5.333vw , 35px);
}

.service-list__ttl{
    margin-right: 50px;
    font-size: clamp(14px , 3.73333vw , 18px);
    width:55%;
}

.service-list__arrow{
    width: clamp(18px , 4.8vw , 24px);
    height:clamp(18px , 4.8vw , 24px);
}

.service-list__arrow::after{
    width: clamp(8px , 2.133vw , 12px);
    height: clamp(3px , 0.8vw , 5px);
}

.carousel-container {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 16px;
    overscroll-behavior: auto;
}

.item {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 60%;
    height: clamp(250px , 66.6667vw , 300px);
}

.item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*---------------------------
recruit
---------------------------*/

.recruit{
    padding-bottom: 7.5%;
}

.recruit__img-txt-wrap{
    position: relative;
}

.recruit .sec-ttl .ttl-en{
    text-shadow: 0 3px 6px rgba(0 , 0 , 0 , .16);
    font-weight: 700;
}

.recruit .sec-ttl .ttl-ja{
    color:#C7D4D5;
}

.recruit .sec-ttl{
    margin-left: 5.33335%;
}
.recruit-mainImg{
    width: 100%;
    margin: 0 auto;
    padding-top: clamp(150px , 40vw , 220px)    ;
}

.recruit-mainImg::before{
    left: 0;
    width: 100%;
    height: 100%;
}

.recruit-mainImg::after{
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 55.3333%;
}

.recruit___txt-wrap{
    width: fit-content;
    top: 0;
    left: 5.33335%;
    transform: unset;
    margin: clamp(60px , 16vw , 120px) auto 0;
}

.recruit-txt{
    font-size: 14px;
    margin-bottom: clamp(30px , 8vw , 50px);
    margin-top: clamp(15px 4vw , 30px);
    padding-left: 5.33335%;
}

.to-btn-recruit{
    width: min(168.75px , 180px);
    margin-right: auto;
    margin-left: 0;
}

}