/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*　====================== MV ======================　*/
.video-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
}
.video-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(104,191,230,0.22);
    z-index: 1;
}
.video-bg video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}
.fv-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    z-index: 10;
    text-align: center;
}
.fv-content .text1 {
    font-size: 2.8vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01rem;
}
.fv-content .container-wrap{
    max-width: none;
}
.fv-content.stopped {
    position: absolute;
}

@media screen and (max-width:768px){
    .fv-content .text1{
        font-size: 7vw;
    }
    .video-bg::before{
        background-color: rgba(104,191,230,0.17);
    }
}


/*　====================== ABOUT ======================　*/
#about{
    text-align: center;
    background: url(../images/top-about-bg-pc.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
}
#about .text2{
    padding: 25vh 0 10vh;
    line-height: 2.4;
    font-weight: 600;
    font-size: 18px;
}
@media screen and (max-width:768px){
    #fv .text1{
        font-size: 24px;
    }
    #fv .about p{
        font-size: 16px;
    }
    #about{
        text-align: left;
        background: url(../images/top-about-bg-pc.webp);
        background-size: 300%;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 90vh;
    }
    #about .text1{
        font-size: 28px;
    }
    #about .text2{
        padding: 25vh 0 8vh;
        font-size: 16px;
        text-align: center;
        line-height: 2;
    }
    #about .cmn-btn{
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 250px;
    }
    #about .cmn-btn .text::after{
        right: -47px;
    }
}
@media screen and (max-width:350px){
    #about .text2{
        font-size: 4vw;
        padding: 26vh 0 8vh;
    }
    #about .cmn-btn{
        width: auto;
    }
    #about .cmn-btn .text::after{
        right: -29px;
    }
}

/*　====================== SERVICE ======================　*/
#service{
    background: url(../images/service-bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 0;
}
#service .title-wrap{
    padding-left: 6%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#service .cmn-h2{
    width: 30%;
}
#service .gra-box{
    width: 70%;
    margin-top: 18px;
}
#service .gra-box .text1{
    background: -o-linear-gradient(left,#007799,#1CA8C5,rgba(99,247,255,0.1) );
    background: -webkit-gradient(linear,left top, right top,from(#007799),color-stop(#1CA8C5),to(rgba(99,247,255,0.1)) );
    background: linear-gradient(to right,#007799,#1CA8C5,rgba(99,247,255,0.1) );
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 20px 50px 20px 10%;
}
#service .gra-box .text2{
    margin-top: 40px;
    padding-left: 10%;
    padding-right: 20px;
}
#service .content-wrap .content-inner{
    margin-top: 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#service .content-wrap .content-inner .service-img{
    width: 50%;
    height: 370px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}
#service .content-wrap .content-inner .service-img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#service .content-wrap .content-inner .text-wrap{
    width: 50%;
}
#service .content-wrap .content-inner .text-inner{
    padding: 0 10%;
    margin-top: 20px;
    position: relative;
    z-index: 100;
}
#service .content-wrap .content-inner .text-wrap .title-h3{
    font-size: 35px;
    font-weight: 600;
    color: #0089B1;
    letter-spacing: 0.005rem;
}
#service .content-wrap .content-inner .text-wrap .text1{
    margin: 25px 0 40px;
}
#service .content-wrap .content-inner .ticker-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#service .content-wrap .content-inner .ticker-content {
    display: inline-block;
    -webkit-animation: moveTickerR 250s linear infinite;
            animation: moveTickerR 250s linear infinite;
    padding-right: 10%;
}
#service .content-wrap .content-inner:nth-of-type(2) .ticker-content {
    display: inline-block;
    -webkit-animation: moveTickerL 200s linear infinite;
            animation: moveTickerL 200s linear infinite;
    padding-right: 10%;
}
#service .content-wrap .content-inner .ticker-content span {
    display: inline-block;
    padding: 0 20px;
    font-size: 95px;
    font-weight: 900;
    letter-spacing: 0.001em;
    color: transparent;
    -webkit-text-stroke: 0.6px #D7D7D7;
    text-stroke: 0.6px #D7D7D7;
    line-height: 1.4;
}
#service .content-wrap .content-inner:nth-of-type(3) .ticker-content span{
    color: rgba(255, 255, 255, 0);
}
#service .partner-wrap{
    margin-top: 100px;
    border: 1px solid #0089B1;
    background: #fff;
    padding: 60px 10%;
    text-align: center;
}
#service .partner-wrap .text1{
    margin: 60px 0 40px;
}
#service .partner-wrap .partner-list{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#service .partner-wrap .partner-list li{
    width: 28%;
}
#service .partner-wrap .partner-list li .partner-img{
    max-width: 120px;
    margin: 0 auto;
}
@-webkit-keyframes moveTickerR {
    0% {
        -webkit-transform: translateX(-2000%);
                transform: translateX(-2000%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@keyframes moveTickerR {
    0% {
        -webkit-transform: translateX(-2000%);
                transform: translateX(-2000%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@-webkit-keyframes moveTickerL {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-2000%);
                transform: translateX(-2000%);
    }
}
@keyframes moveTickerL {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-2000%);
                transform: translateX(-2000%);
    }
}
@media screen and (max-width:1080px){
    #service .gra-box{
        width: 60%;
    }
}
@media screen and (max-width:768px){
    #service{
        background: url(../images/service-bg-sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    #service .title-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px;
    }
    #service .gra-box{
        width: 100%;
    }
    #service .gra-box .text1{
        font-size: 22px;
        padding: 15px 50px 15px 10%;
        line-height: 1.5;
    }
    #service .content-wrap .content-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 60px;
    }
    #service .content-wrap .content-inner .text-wrap .title-h3{
        font-size: 24px;
    }
    #service .content-wrap .content-inner .text-wrap .text1{
        margin: 15px 0 20px;
    }
    #service .content-wrap .content-inner:nth-of-type(2){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #service .content-wrap .content-inner .service-img{
        width: 100%;
        height: 240px;
    }
    #service .content-wrap .content-inner .text-wrap{
        width: 100%;
    }
    #service .content-wrap .content-inner .text-inner{
        padding: 0 5%;
        margin-top: 0;
    }
    #service .content-wrap .content-inner .ticker-content span{
        font-size: 60px;
        padding: 0 15px;
        color: transparent;
        -webkit-text-stroke: 0.6px #D7D7D7;
        text-stroke: 0.6px #D7D7D7;
        line-height: 1.6;
    }
    #service .partner-wrap .text1{
        text-align: left;
    }
    #service .partner-wrap .partner-list li{
        width: 100%;
    }
    #service .partner-wrap{
        padding: 40px 6% 40px;
        margin-top: 60px;
    }
    #service .partner-wrap .text1{
        margin: 40px 0 30px;
    }
    #service .partner-wrap .partner-list li .partner-img{
        max-width: 100px;
    }
}

/*　====================== NEWS ======================　*/
#news{
    background: url(../images/news-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -1px;
}
#news .news-wrap{
    width: 80%;
    margin-left: auto;
    background: #fff;
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#news .news-wrap a{
    margin-bottom: 20px;
    display: block;
}
#news .news-inner{
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
#news .news-wrap a:last-of-type{
    margin-bottom: 0;
}
#news .news-wrap a:last-of-type .news-inner{
    padding-bottom: 0;
    border-bottom: 0;
}
#news .news-inner .day{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #0089B1;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
}
#news .news-inner .title{
    width: 70%;
    color: #0089B1;
}
#news .news-wrap .news-inner .arrow1{
    background-color: #0089B1;
    width: 23px;
}
#news .news-wrap .news-inner .arrow1::before,
#news .news-wrap .news-inner .arrow1::after{
    background-color: #0089B1;
}
@media screen and (max-width:768px){
    #news .news-wrap{
        width: 100%;
        margin-top: 40px;
        padding: 10% 5%;
    }
    #news .news-inner{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        row-gap: 10px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    #news .news-inner .title{
        width: 87%;
    }
}

/*　====================== RECRUIT/CONTACT ======================　*/
#recruit{
    background: url(../images/recruit-bg-pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#contact{
    background: url(../images/contact-bg-pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#recruit .recruit-img,#contact .contact-img{
    width: 50%;
}
#recruit .recruit-wrap,#contact .contact-wrap{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10%;
    margin: 0 auto;
}
#recruit .text1{
    color: #fff;
    margin: 40px 0;
}
#contact .text1{
    margin: 40px 0;
}
#recruit .cmn-h2 .cmn-h2-en{
    background: -o-linear-gradient(left, #00A5D4, #BEFCFF);
    background: -webkit-gradient(linear, left top, right top, from(#00A5D4), to(#BEFCFF));
    background: linear-gradient(to right, #00A5D4, #BEFCFF);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#recruit .cmn-h2 .cmn-h2-ja{
    color: #87F7FD;
}
#recruit .cmn-h2 .cmn-h2-ja::before{
    background: #87F7FD;
}
@media screen and (max-width:768px){
    #contact,#recruit{
        padding: 60px 0;
    }
    #recruit .flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #contact .flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #recruit .recruit-img,#contact .contact-img{
        width: 85%;
    }
    #recruit .recruit-img{
        margin-right: auto;
    }
    #contact .contact-img{
        margin-left: auto;
    }
    #recruit .recruit-wrap,#contact .contact-wrap{
        width: 85%;
        padding: 0;
        margin-top: 35px;
    }
    #recruit .text1,#contact .text1{
        margin: 20px 0;
    }
}