@charset "UT-8";

/*  --- 共通部分 --- */
.fv_inner, .recruit_movie_inner, .recruit_about_inner, .entry_footer_inner{
    width: 1200px;
    margin: 0 auto;
}
h2{
    font-size: 12rem;
    font-weight: 900;
}
img{
    width: 100%;
    height: auto;
}
section{
    padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .fv_inner, .recruit_movie_inner, .recruit_about_inner, .entry_footer_inner{
        width: 650px;
    }
    h2{
        font-size: 8rem;
    }
}
@media screen and (max-width:767px){
    .fv_inner, .recruit_movie_inner, .recruit_about_inner, .entry_footer_inner{
        width: 320px;
    }
    h2{
        font-size: 3rem;
    }
}
/*  --- ファーストビュー --- */
.recruit_fv{
    position: relative;
    height: 100vh;
    padding: 50px 0 800px 0;
    clip-path: inset(0); /* ← 背景をセクションの範囲に切り抜く */
    z-index: 0;
}
.recruit_fv::before{
    content: "";
    position: fixed;  /* ← ビューポートに固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../recruit/img/recruit-mainvisual-pc.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.recruit_fv::after{
    content: "";
    background-color: rgba(37, 111, 131, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*  --- スクロールダウン --- */
.top-scrolldown-container {
  height: 60px;  
  width: 1px; 
  background: transparent;
  position: relative;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.scrollbar {
  width: 1px;
  height: 50px;
  margin: 0 auto;   
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .top-scrolldown-container{
        height: 80px;
    }
}
@media screen and (max-width:767px){
    .top-scrolldown-container{
        height: 50px;
        bottom: 20%;
    }
}
.fv01{
    position: relative;
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fv_inner{
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
}
.fv01 p{
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 0 20px 0;
    text-shadow: 2px 2px 10px rgba(20,54,64,0.25);
}
.fv01 h1 img{
    width: 100%;
    height: auto;
}
.recruit_fv02{
    height: 100vh;
}
.recruit_fv02 br{
    display: none;
}
.fv_text{
    font-size: 1.2rem;
    line-height: 2;
    text-shadow: 2px 2px 10px rgba(20,54,64,0.25);
}
.text_block{
    margin-top: 20px;
}

/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .fv01 p{
        position: absolute;
        top: 25%;
    }
    .fv01 h1{
        position: absolute;
        top: 35%;
    }
    .recruit_fv02 br{
       display: inline;
    }
    .fv_text{
        font-size: 0.8rem;
    }
    .recruit_fv::before{
        background-image: url(../recruit/img/recruit-mainvisual-sp.webp);

    }
}
/*  --- ムービー --- */
.recruit_movie{
    padding: 200px 0 300px 0;
    position: relative;
}
.recruit_movie::before{
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 70%;
  height: 55%;
  background-color: rgba(0, 163, 207, 0.2);
  z-index: -1;
}
.movie_title{
    position: relative;
    padding-bottom: 30px;
}
.recruit_movie_inner .tegaki_img{
    width: 50%;
    position: absolute;
    left: 15%;
    top: 55%;
    z-index: 2;
}
.movie_block {
  margin-top: 0px;
  text-align: right;
  margin-top: 120px;
}

.movie_block iframe {
  margin-right: 150px;
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .recruit_movie{
        padding: 100px 0 200px 0;
    }
    .movie_block iframe{
        width: 620px;
        height: 330px;
    }
    .movie_block{
        margin-top: 50px;
    }
    .recruit_movie_inner .tegaki_img{
        left: 0%;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .recruit_movie{
        padding: 50px 0 100px 0;
    }
    .movie_block iframe{
        width: 320px;
        height: 250px;
    }
    .movie_block{
        margin-top: 30px;
    }
    .recruit_movie_inner .tegaki_img{
        left: 0%;
        top: 40%;
    }
    .recruit_movie::before{
        top: 20%;
        height: 70%;
    }
}
/*  --- アバウト --- */
.recruit_about_inner{
    position: relative;
}
.recruit_about_inner .main_image{
    width: 80%;
    position: relative;
}
.recruit_about_inner .main_image::before{
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
}
.recruit_about_inner .title h2{
    position: absolute;
    top: 30%;
    left: 30%;
}
.recruit_about_inner .tegaki_img{
    width: 70%;
    position: absolute;
    left: 35%;
    top: 50%;
}
.recruit_about_inner .sub_text{
    padding-top: 250px;
    width: 50%;
    text-align: right;
    margin-left: auto;
}
.recruit_about_inner .link_button {
    width: 100%;
}
.recruit_about_inner .flex_block{
    gap: 40px;
    justify-content: flex-end;
    z-index: 10;
}
.recruit_about_inner .link_button a{
    width: 180px;
    height: 60px;
}
.btn_black a{
    background: #333;
    color: #fff;
    padding: 0;
}
.btn_black a::before{
    background: #eee;
}
.btn_black a:hover{
    color: #333;
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .recruit_about_inner .title h2{
        left: 20%;
        top: 20%;
    }
    .recruit_about_inner .tegaki_img{
        width: 80%;
        left: 20%;
        top: 42%;
    }
    .recruit_about_inner .sub_text{
        padding-top: 120px;
        width: 80%;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .recruit_about_inner .title h2{
        left: 30%;
        top: 20%;
    }
    .recruit_about_inner .tegaki_img{
        width: 80%;
        left: 25%;
        top: 28%;
    }
    .recruit_about_inner .sub_text{
        padding-top: 80px;
        width: 90%;
        font-size: 0.8rem;
    }
    .recruit_about_inner .flex_block{
        display: block;
        padding-top: 30px;
    }
    .recruit_about_inner .link_button a{
        width: 180px;
        height: 60px;
    }
    .btn_black a{
        font-size: 0.8rem;
    }
    .recruit_about_inner .main_image{
        width: 100%;
    }
}

/*  --- ビジネス --- */
.recruit_business_block{
    position: relative;
}
.recruit_business_block::before{
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 70%;
    height: 60%;
    background-color: rgba(0, 163, 207, 0.2);
    z-index: -1;
}
.recruit_business_inner{
    margin: 0 auto 200px;
    width: 1200px;
}
.business_img01{
    width: 40%;
}
.business_column{
    padding: 100px 0;
}
.business_text01, .business_column{
    position: relative;
}
.business_text01 h2{
    letter-spacing: -5px;
}
.business_img02{
    width: 45%;
    z-index: -1;
    position: absolute;
    top: -10%;
    right: 0;
}
.business_text01 .tegaki_img{
    width: 70%;
    position: absolute;
    top: 65%;
    right: 35%;
    z-index: 1;
}
.business_text02{
    width: 50%;
    padding-top: 150px;
}
.business_column .btn_black a{
    padding: 20px 10px;
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .recruit_business_inner{
        margin: 100px auto 200px;
        width: 650px;
    }
    .business_column{
        padding: 0;
    }
    .recruit_business_inner .flex_block{
        display: block;
    }
    .business_img02{
        top: 100%;
    }
    .recruit_business_block::before{
        height: 90%;
    }
    .business_img01{
        width: 50%;
    }
    .business_text02{
        width: 100%;
        padding-top: 100px;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .recruit_business_inner{
        margin: 100px auto 200px;
        width: 320px;
    }
    .business_column{
        padding: 0;
    }
    .recruit_business_inner .flex_block{
        display: block;
    }
    .business_img02{
        top: 100%;
        width: 70%;
        padding-top: 50px;
    }
    .recruit_business_block::before{
        height: 90%;
    }
    .business_img01{
        width: 80%;
    }
    .business_text02{
        width: 100%;
        padding-top: 50px;
    }
    .business_text02 p{
        font-size: 0.7rem;
    }
    .business_text01 .tegaki_img{
        right: 30%;
    }
    .recruit_business_block::before{
        height: 100%;
    }
    .business_text01 h2{
        letter-spacing: 0px;
    }
    .business_column .btn_black a{
        padding: 15px 0;
    }
}
/*  --- エントリーエリア --- */
.entry_footer_inner{
    padding: 100px 0 50px 0;
    text-align: center;
    color: #fff;
}
.entry_footer_block{
    background-color: #2382D0;
}
.entry_footer_inner h1{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    padding-bottom: 40px;
}
.entry_footer_inner .text{
    line-height: 2.5;
    padding-bottom: 30px;
}
.entry_other_link, .entry_link{
    width: 720px;
    margin: 0 auto;
}
.entry_other_link{
    padding-bottom: 30px;
}
.entry_other_link a{
    background-color: #fff;
    color: #2382D0;
    padding: 25px 110px;
}
.entry_other_link a:hover{
    background: #333;
    color: #fff;
    transition: 0.2s linear;
}
.entry_footer_inner .flex_block{
    justify-content: space-between;
}
.entry_footer_inner br{
    display: none;
}
.entry_footer_inner br{
    display: inline;
}
 .entry_footer_inner h1 br{
    display: none;
 }
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .entry_footer_block{
        margin-top: 500px;
    }
    .entry_footer_inner h1{
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .entry_footer_inner .sub_text{
        margin: 0 auto;
        width: 80%;
    }
    .entry_other_link a{
        padding: 20px 100px;
    }
    .entry_other_link, .entry_link{
        width: 600px;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .entry_footer_block{
        margin-top: 450px;
    }
    .entry_footer_inner{
        padding: 50px 0;
    }
    .entry_footer_inner h1{
        font-size: 1.5rem;
        padding-bottom: 20px;
    }
    .entry_footer_inner .text{
        width: 100%;
        text-align: justify;
        line-height: 2;
        font-size: 0.8rem;
    }
    .entry_footer_inner .flex_block{
        display: block;
    }
    .entry_other_link, .entry_link{
        width: 320px;
    }
    .entry_other_link a{
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .entry_other_link{
        padding-bottom: 0;
    }
     .entry_footer_inner h1 br{
        display: inline;
    }
}
/*  --- フッター --- */
footer{
    margin:-50px auto 100px;
}
footer section{
    padding-top: 0;
}
.entry_link a{
    width: 100%;
    background-color: #333;
    color: #fff;
    font-size: 2.5rem;
    padding: 25px 0;
    text-align: center;
    z-index: 1;
}
.entry_link a:hover{
    color: #333;
    background-color: #eee;
    transition: 0.2s linear;
}
.footer_link_block{
    margin: 150px auto 0;
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .entry_link a{
        padding: 25px 0px;
    }
    .footer_link_block{
        margin: 50px auto 0;
    }
}