@charset "UTF-8";

/************************************
** トップページCSS
************************************/
body{
    background-image: url(../img/page-front/kv-back.png);
}
.header-in .logo{
    position: absolute;
    z-index: 1;
}
.kv-section{
    position: relative;
    height: calc(100vw * 685 / 1280);
}
.topSliderImg{
    width:100%;
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
}
.topSlider{
    position: absolute;
    right:70px;
    top:50px;
    width: 900px;
    height: 600px;
}
.kv-ak{
    background-image: url(../img/page-front/kv-ak.png);
}
.kv-ao{
    background-image: url(../img/page-front/kv-ao.png);
}
.kv-ty{
    background-image: url(../img/page-front/kv-ty.png);
}
.kv-ym{
    background-image: url(../img/page-front/kv-ym.png);
}
.kv-rk2{
    background-image: url(../img/page-front/kv-rk2.png);
}
.kv-sh{
    background-image: url(../img/page-front/kv-sh.png);
}
.kv-rk{
    background-image: url(../img/page-front/kv-rk.png);
}
.kv-es{
    background-image: url(../img/page-front/kv-es.png);
}
.top-message-block{
    position: absolute;
    content: '';
    top:35%;
    left:8%;
    color:#ffffff;
    max-width:580px;
}
.top-message{
    font-size:58px;
    font-weight: 800;
    text-shadow: #06407B 3px 4px 10px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.top-message-disc{
    font-size:18px;
    font-weight: 600;
    text-shadow: #06407B 3px 4px 10px;
}
.topics{
    position: absolute;
    content: '';
    right:0;
    bottom: -30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    font-size:0;
}
.topic-title{
    background-color: #333333;
    color: #ffffff;
    padding: 24px;
    display: inline-block;
    font-size:14px;
    font-weight: 600;
}
.topic-text{
    background-color: #ffffff;
    padding: 24px;
    display: inline-block;
    font-size:14px;
    min-width: 570px;
}
.first-section{
    background-image: url(../img/page-front/about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    /*height: calc(100vw * 710 / 1280);
    width: 100%;*/
}
.first-section-inner{
    max-width: 580px;
    margin: auto;
    padding: 120px 0;
}
.first-section-inner h2{
    color:#0E78E3;
    text-align: center;
    font-size:32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.first-section-inner p{
    font-size:18px;
    text-align: justify;
    margin-bottom:30px;
}
.first-section-inner .btn-square.blue{
    margin: 30px auto 40px;
    display: block;
}
.gallery{
    margin:60px 0;
}
.boder-block-contents{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
}
.boder-block-content{
    border:1px solid #0E78E3;
    padding:24px 32px;
    border-radius: 4px;
}
.boder-block-content h2{
    font-size:40px;
    font-weight: 900;
    background: linear-gradient(to right, #06407B 2%, #0E78E3 41%, #55C7F5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.0;
}
.boder-block-content h3{
    font-size:16px;
    font-weight: 600;
    color:#333333;
    text-align: right;
    margin-bottom:24px;
    overflow:hidden;
}
.boder-block-content h3 span{
    position: relative;
}
.boder-block-content h3 span::before{
    position: absolute; 
    content: "";
    top: 50%; 
    width: 100vw;
    height: 1px;
    background-color: #333333;
    margin-right: 1.7em;
    right: 100%;
}
.boder-block-content .ta-right{
    margin-top:32px;
}
.boder-block-content .btn-square{
    width: 280px;
    padding: 10px;
    font-size: 16px;
}
.bg-lightblue{
    padding:60px 0;
}
.block-recruit{
    background-image: url(../img/page-front/recruit-back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; 
    color:#ffffff;
    margin-bottom: 50px;
}
.block-recruit-ontents{
    max-width: 645px;
    padding: 45px;
}
.block-recruit-ontents h2{
    color:#ffffff;
    font-size:124px;
    line-height: 1.0;
}
.block-recruit-ontents h3{
    font-size:32px;
    font-weight: 600;
    color:#ffffff;
    text-align: right;
    margin-bottom:20px;
    overflow:hidden;
}
.block-recruit-ontents h3 span{
    position: relative;
}
.block-recruit-ontents h3 span::before{
    position: absolute; 
    content: "";
    top: 50%; 
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
    margin-right: 1.7em;
    right: 100%;
}
.recruit-catch{
    font-size:24px;
    font-weight: 600;
    margin-bottom: 1em;
}
.block-recruit-ontents .btn-square{
    width: 280px;
    padding: 10px;
    font-size: 16px;
    margin-top:50px;
}
.other-links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.other-links a{
    background-color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    color:#333333;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    transition: all .3s;
    opacity: 1.0;
    min-height: 260px;
}
.other-links a:hover{
    opacity: 0.6;
}
.other-links a .link-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.link1{
    background-image: url(../img/page-front/link1.png);
}
.link2{
    background-image: url(../img/page-front/link2.png);
}
.link-text{
    position: relative;
    color:#333333;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding: 75px 0;
}
.link-text::after{
    content: "";
    position: absolute;
    display: block;
    transition: all .3s;
    width: 7px;
    height: 18px;
    bottom: 5%;
    right: 35px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
.link-text span{
    font-weight: 900;
    background: linear-gradient(to right, #06407B 2%, #0E78E3 41%, #55C7F5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    font-size: 40px;
    display: block;
}

/*interview*/
.interview{
    padding:60px 0;
}

.interview-title{
    text-align: center;
}
.interview-title p{
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(to right, #06407B 2%, #0E78E3 41%, #55C7F5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    display: inline-block;
}
.interview-title h2{
    font-size:24px;
    font-weight: 600;
    color:#333333;
}
.interview .btn-square{
    width: 280px;
    padding: 10px;
    font-size: 16px;
}
.interview-section{
    margin-bottom:50px;
    padding: 64px 0 0;
    display: block;
}
.interview-section-block{
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 13px 13px 0px 0px rgba(14, 120, 227, 0.3);
    width: 310px;
    display: block;
    overflow: hidden;
    opacity: 1.0;
    transition: 0.3s;
}
.interview-section-block:hover{
    opacity: 0.6;
}
.interview-section-block img{
    position: relative;
}
.interview-section-block p{
    position: relative;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to right,rgba(1,99,234,0.7) 2%, rgba(85,199,245,0.7) 100%);
    margin-top:-55px;
    display: block;
}
.interview-section .slick-slide {
  margin: 0 30px 15px;
}
.interview-section .slick-prev,
.interview-section .slick-next{
    width: 56px;
    height: 56px;
    background-color: #0E78E3;
    border-radius: 4px;
    transition: 0.3s;
    opacity: 1.0;
}
.interview-section .slick-prev:hover,
.interview-section .slick-next:hover{
    opacity: 0.6;
}
.interview-section .slick-prev
{
    left: -70px;
}
.interview-section .slick-next
{
    right: -80px;
}
.interview-section .slick-prev:before
{
    content: "\f104";
}
.interview-section .slick-next:before
{
    content: "\f105";
}


/*スマホ版表示切り替えは1050px以下*/
@media screen and (max-width: 1050px) {
    .topSlider{
        width: 500px;
        height: 400px;
        overflow: hidden;
    }
    .topSliderImg{
        background-size: contain;
    }
    .top-message-block{
        bottom: 10%;
        left: 0;
        margin: 0 20px;
        top: auto;
        bottom: 5%;
    }
    .top-message{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .top-message-disc{
        font-size:12px;
    }
    .topics{
        bottom: -50px;
        width: 100%;
        background-color: #ffffff;
    }
    .topic-title{
        padding: 15px;
        font-size: 12px;
        text-align: center;
    }
    .topic-text{
        min-width: 0px;
        padding: 15px;
        font-size:12px;
    }
    .first-section{
        background-image: url(../img/page-front/about-back-sp.png);
        margin-top: 50px;
    }
    .first-section-inner h2{
        font-size:20px;
    }
    .first-section-inner p{
        font-size:16px;
        margin: 0 15px 20px;
        line-height: 1.7;
    }
    .first-section-inner .btn-square.blue{
        margin: 10px auto 20px;
    }
    .gallery{
        margin: 48px 0;
    }    
    /*interview*/
    .interview{
        padding: 48px 0;
    }
    .interview-section{
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        padding: 32px 0;
        margin-bottom:0px;
    }
    .interview-section-block{
        width: auto;
        box-shadow: 7px 7px 0px 0px rgba(14, 120, 227, 0.3);
    }
    .interview-section-block p{
        font-size:10px;
        line-height:1.5;
        padding: 7px 0;
    }
    .interview-section-block p span{
        display: block;
    }
    .interview-title h2{
        font-size:18px;
    }
    .interview-section .slick-prev, 
    .interview-section .slick-next{
        width: 40px;
        height: 40px;
        z-index: 1;
    }
    .interview-section .slick-prev{
        left:0;
    }
    .interview-section .slick-next{
        right:0;
    }
}


/*特殊サイズ対応：900px以下*/
@media screen and (max-width: 900px) {

    .boder-block-content h2{
        font-size:32px;
    }
    .boder-block-content h3{
        font-size:12px;
        margin-bottom: 16px;
    }
    .block-recruit-ontents{
        max-width: 500px;
        padding: 25px 45px;
    }
    .boder-block-content .ta-right{
        margin-top: 16px;
        text-align: center;
    }
    .boder-block-content .btn-square{
        font-size: 12px;
        width: 220px;
    }
    .boder-block-content h3 span::before{
        margin-right: 1.0em;
    }
    .block-recruit-ontents h2{
        font-size: 90px;
    }
    .block-recruit-ontents h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .recruit-catch{
        font-size:17px;
    }
    .block-recruit-ontents .btn-square{
        margin-top:0px;
    }
        .block-recruit-ontents p{
        font-size:16px;
    }
    .block-recruit-ontents .ta-right{
        text-align: center;
    }
}

/*特殊サイズ対応：768px以下*/
@media screen and (max-width: 769px) {
    body{
        background-image: url(../img/page-front/kv-back-sp.png)!important;
    }
    .kv-section{
        height: calc(100vw * 650 / 375);
    }
    .topSlider{
        right: 0px;
        top: 60px;
        width: 320px;
        height: 420px;
        overflow: hidden;
    }
    .kv-ak{
        background-image: url(../img/page-front/kv-ak-sp.png);
    }
    .kv-ao{
        background-image: url(../img/page-front/kv-ao-sp.png);
    }
    .kv-ty{
        background-image: url(../img/page-front/kv-ty-sp.png);
    }
    .kv-ym{
        background-image: url(../img/page-front/kv-ym-sp.png);
    }
    .kv-rk2{
        background-image: url(../img/page-front/kv-rk2-sp.png);
    }
    .kv-sh{
        background-image: url(../img/page-front/kv-sh-sp.png);
    }
    .kv-rk{
        background-image: url(../img/page-front/kv-rk-sp.png);
    }
    .kv-es{
        background-image: url(../img/page-front/kv-es-sp.png);
    }
    .boder-block-contents{
        grid-template-columns:1fr;
        grid-gap: 24px;
        margin-bottom: 48px;
    }
    .boder-block-content{
        padding: 24px 16px;
    }
    .other-links{
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
    .link-text{
        font-size: 18px;
    }
    .link-text span{
        font-size: 32px;
    }
    .other-links a{
        min-height: 200px;
    }

}

/*特殊サイズ対応：430px以下*/
@media screen and (max-width: 430px) {
    .block-recruit{
        background-image: url(../img/page-front/recruit-back-sp.png);
        margin-bottom: 40px;
    }
    .block-recruit-ontents .btn-square{
        margin-bottom: 270px;
        width: 220px;
        font-size: 12px;
    }

    .block-recruit-ontents h2{
        font-size: 64px;
    }
    .block-recruit-ontents{
        padding: 55px 15px 15px;
    }
    .block-recruit-ontents .btn-square{
        margin-top: 50px;
        margin-bottom: 380px;
    }
}

/*特殊サイズ対応：390px以下*/
@media screen and (max-width: 390px) {
    .block-recruit-ontents{
        padding: 15px;
    }
    .block-recruit-ontents .btn-square{
        margin-top: 30px;
        margin-bottom: 300px;
    }
}