@charset "utf-8";
/* CSS Document */

:root {
  --primary-color: #0b318f;
  --second-color: #e60020;
  --accent-color: #FFEA5E;
  --text-color: #333;
  --white-color: #fff;
  --black-color: #333;
  --lightgray-color: #efefef;
}


/**
全体
******************/
body#page_lp_page {
  background: var(--white-color);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.recruit-contents {
  margin: 0 auto;
  line-height: 1.8;
}
.rzf-lp-cont {
  max-width: 1200px;
  width: 100vw;
}
.bg-wh {
  background-color: none;
}
iframe {
  vertical-align: bottom;
}


/**
タイトル設定
******************/
/* 募集要項用 */
.news-article .second-body .body .rzf-wrap.recruit{
  h2{
    background-color: var(--black-color);
  }
  h3, h4, h5{
    color: var(--black-color)!important;
      margin-bottom: 0.7em!important;
  }
  p{
    font-weight: 500!important;
  }
}
/* .rzf-loop-slide-wrapper{
  margin-inline: -40px;

  @media screen and (max-width: 767px) {
    margin-inline: -16px;
  }
} */


/* LP */
.recruit-contents h2 {
  width: fit-content;
  margin: 0 auto 2.3em;
  padding-inline: 2em;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  color: var(--black-color);
  position: relative;

  @media screen and (max-width: 767px) {
    font-size: 1.8rem;
  }
  @media screen and (max-width: 450px) {
    font-size: 1.4rem;
  }

&::before, &::after {
  position: absolute;
  top: 0px;
  width: 15px;
  height: 100%;
  content: '';
  border-top: solid 4px;
  border-bottom: solid 4px;
}
&::before {
  border-left: solid 4px;
  left: 0;
}
&::after {
  border-right: solid 4px;
  right: 0;
}
}
.recruit-contents h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: var(--black-color);
}

.recruit-contents h3.guide__title-h3 {
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
  @media screen and (max-width: 640px) {
    padding: 0.7em 0.7em;
  }
  @media screen and (max-width: 450px) {
    font-size: 1.1rem;
  }
 }

.recruit-contents h3.guide__center-title, .recruit-contents .bg-wh.rzf-lp-cont h3.guide__center-title {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  color: var(--primary-color);
  z-index: 1;
  position: relative;

  @media screen and (min-width: 1200px) {
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    font-size: 1.3rem;
  }
}

.recruit-contents h4 {
  font-size: 1.1rem;
  font-weight: 700;

  @media screen and (max-width: 640px) {
    font-size: 1.0rem;
  }
}

.recruit-contents p {
  font-weight: 500;

  @media screen and (min-width: 1200px) {
    font-size: 1.2rem;
  }
}

.recruit-contents p + p {
  margin-top: 1.2em;
}
.recruit-contents p strong{
font-weight: 700;
}



/**
パーツ
******************/
.recruit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5em 2em;
  margin-bottom: 3em;

  @media screen and (max-width: 767px) {
    gap: 1.5em 1em;
  }
  @media screen and (max-width: 450px) {
    gap: 1em;
  }
  .rzf-lp-btn, .rzf-lp-btn-disabled {
    margin-top: 0;

    @media screen and (max-width: 450px) {
      padding-inline: 0.7em;
    }
  }
}


/* ボタン共通 */
.rzf-lp-btn, .rzf-lp-btn-disabled {
  /* width: calc( 98% - 8px ); */
  margin: 1.5em auto 0;
  padding: 0;
}
.recruit-layout__wrap .rzf-lp-btn {
  margin: 0 auto;
  align-self: center;
}
.rzf-lp-btn a {
  border-radius: 3px;
  background-color: var(--black-color);
  color: var(--white-color);
  border: none;
  transition: 0.3s ease-in-out;
}
.rzf-lp-btn a::after {
  content: '';
  border: 0px;
  top: inherit;
  bottom: 0px;
  right: 5px;
  transition: all .5s;

  display: inline-block;
  width: 12px;
  height: 24px;
  background: var(--accent-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.rzf-lp-btn a:hover {
  color: var(--white-color);
  opacity: 0.7;
}
.rzf-lp-btn a:hover::after {
    border: none;
}

/* @media screen and (max-width: 767px) {
.rzf-lp-btn a {
padding: 12px 18px 12px 5px;
font-size: 1rem;
}
.rzf-lp-btn a::after {
right: 12px;
display: inline-block;
width: 10px;
height: 15px;
}
}
@media screen and (max-width: 640px) {
.rzf-lp-btn {max-width: 400px;}
} */

/* 共通ボタンカスタマイズ */
.rzf-btn a {
margin: 0 auto;
padding: 1.2em 20px 1.2em 5px;
border-radius: 50px;
background-color: var(--black-color);
text-decoration: none;
}
.rzf-btn a::after {
border: none;
transform: none;
content: '';
top: 0;
bottom: 0;
right: 20px;
margin: auto;
transition: all .5s;
display: inline-block;
width: 15px;
height: 18px;
background: var(--accent-color);
clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.rzf-btn a:hover {opacity: 0.7;}


/* エントリーボタン */
.rzf-btn.rzf-entry-btn {
max-width: 630px;
margin: 1em auto 0 !important;
}
.rzf-btn.rzf-entry-btn a {
margin: 0 auto;
padding: 0.2em 20px 0.2em 5px;
font-size: 2.2em;
color: var(--primary-color)!important;
border-radius: 0;
background-color: var(--accent-color);

  @media screen and (max-width: 767px) {
    font-size: 1.8em;
    padding: 0.2em 25px 0.2em 5px;
  }
}
.rzf-btn.rzf-entry-btn a::after {
width: 20px;
height: 23px;
background: var(--primary-color);

  @media screen and (max-width: 767px) {
    width: 15px;
    height: 18px;
  }
}

.rzf-btn.rzf-entry-btn a:hover {
  animation: btn-hover-anim 1s;
  opacity: 1;
}
.rzf-btn.rzf-entry-btn a:hover::after {
right: 15px;
}
@keyframes btn-hover-anim {
  0% { box-shadow: 0 0 0 0 var(--accent-color); }
  100% { box-shadow: 0 0 10px 0.5em rgba(0,0,0,0); }
}

/* ヘッダー用 */
.rzf-btn.rzf-head-btn {
max-width: 220px;
margin: 0!important;
height: 100%;

@media screen and (max-width: 767px) {
  max-width: 150px;
}
}
.rzf-btn.rzf-head-btn a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0 auto;
padding: 0.2em 20px 0.2em 5px;
font-size: 1.8em;
color: var(--primary-color)!important;
border-radius: 0;
background-color: var(--accent-color);

  @media screen and (max-width: 767px) {
    font-size: 1.3em;
    padding: 0.2em 25px 0.2em 5px;
  }
}
.rzf-btn.rzf-head-btn a::after {
width: 18px;
height: 21px;
background: var(--primary-color);

@media screen and (max-width: 767px) {
  width: 15px;
  height: 18px;
}
}
.rzf-btn.rzf-head-btn a:hover {
  animation: btn-hover-anim2 1s;
  opacity: 1;
}
.rzf-btn.rzf-head-btn a:hover::after {
right: 15px;
}
@keyframes btn-hover-anim2 {
  0% { box-shadow: 0 0 0 0 var(--accent-color); }
  100% { box-shadow: 0 0 10px 0.5em rgba(0,0,0,0); }
}



/* パーツ */
.rounded { border-radius: 10px;}
.border { border: 2px solid var(--primary-color);}
.img-pt img { padding-top: 20px;}

@media screen and (min-width: 641px) {
  .br-640 { display: none; }
}
@media screen and (max-width: 640px) {
  .br-640 { display: block; }
}


/* ヘッダー */
.recruit-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 5px;
  background-color: var(--primary-color) !important;
  transition: .3s;
  transition: top .5s;
  /* アニメーション効果を追加 */

  @media screen and (max-width: 767px) {
    height: 80px;
  }
  @media screen and (max-width: 450px) {
    height: 60px;
  }
}

.recruit-head__logo_wrap {
  display: flex;
  align-items: center;
}
.recruit-head__logo img {
  max-height: 80px;

  @media screen and (max-width: 767px) {
    max-height: 60px;
  }
  @media screen and (max-width: 450px) {
    max-height: 50px;
  }
}
.recruit-head__club {
  margin: 0;
  font-family: "blgHudson", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  font-weight: bold;
  color: var(--white-color);

  @media screen and (max-width: 767px) {
    font-size: 1.3em;
  }
  @media screen and (max-width: 450px) {
    font-size: 1em;
  }
}
.recruit-head__title h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-color);

  @media screen and (max-width: 767px) {
    font-size: 17px;
  }
  @media screen and (max-width: 450px) {
    font-size: 14px;
  }

  /* span {
    display: block;
    font-size: 12px;
    font-weight: 500;

    @media screen and (max-width: 767px) {
      font-size: 10px;
    }
  }
  span.recruit-head__number {
    display: inline;
    font-size: 14px;
    margin-left: 0.4em;

    @media screen and (max-width: 767px) {
      font-size: 12px;
    }
  } */
}

/* .recruit-head__bticket a {
  display: block;
  padding: 2px;
  color: var(--white-color);
  text-decoration: none;
  text-align: center;
  font-size: 0.8em;

  @media screen and (max-width: 450px) {
    font-size: 0.7em;
  }
}
.recruit-head__bticket a p {
  margin-bottom: 0;
  transition: 0.3s;
}
.recruit-head__bticket img {
  max-width: 140px;
  vertical-align: bottom;

  @media screen and (max-width: 767px) {
    max-width: 100px;
  }
  @media screen and (max-width: 450px) {
    max-width: 90px;
  }
}
.recruit-head__bticket a:hover p {
  opacity: 0.7;
} */


/* 動画用プレイボタン */
.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  border: none;
  font-size: 3em;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .play-pause-btn {
    display: none;
  }
}

/* フッター */
.recruit-foot__sns {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 24px;
}
.recruit-foot__sns li {
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.recruit-foot__sns li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--white-color);
}
.recruit-foot__sns li a:hover {
  opacity: 0.7;
}

.recruit-contents .layout-global-footer {
  padding: 20px;
  text-align: center;
  font-size: 11px;
}
.recruit-contents .layout-global-footer .team-logo {
  float: none;
  margin-right: 0;
  text-align: center;
}
.recruit-contents .layout-global-footer .team-logo img {
  margin-top: 5px;
  width: 80px;
  height: auto;
}
.recruit-contents .layout-global-footer .foot-nav {
  float: none;
  margin-top: 5px;
  text-align: center;
}
.recruit-contents .layout-global-footer .foot-nav li {
  margin-right: 0;
}
.recruit-contents .layout-global-footer .copy {
  float: none;
  margin-top: 10px;
  font-size: 0.8rem;

  @media screen and (max-width: 450px) {
    font-size: 0.85em;
  }
}

/**
コンテンツ
******************/

/* ファーストビュー */
section#main-visual {
  margin-top: 100px;
  position: relative;

  @media screen and (max-width: 767px) {
    margin-top: 80px;
  }
  @media screen and (max-width: 450px) {
    margin-top: 60px;
  }

  > img {
    width: 100vw;
    max-height: 600px;
    height: calc(100vh - 100px);
    object-fit: cover;

    @media screen and (max-width: 1200px) {
      height: auto;
      /* max-height: calc(100vh - 100px); */
    }
    @media screen and (max-width: 767px) {
      aspect-ratio: 8 / 10;
    }

  }

  /* ロゴ */
  .recruit-mv__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .recruit-mv__logo_wrap {
     display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    margin-left: -3.5em;
  }
  .recruit-mv__logo img {
    max-height: 130px;

    @media screen and (max-width: 767px) { max-height: 80px; }
  }

  .recruit-mv__club {
    margin: 0;
    /* font-family: "blgHudson", sans-serif; */
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: bold;
    color: var(--white-color);

    @media screen and (max-width: 767px) {
      font-size: 1.4em;
      line-height: 1.2;
    }
    @media screen and (max-width: 767px) { font-size: 1.4em; }
    @media screen and (max-width: 450px) { font-size: 1em; }
  }
  .recruit-mv__pagetitle {
    margin: 0!important;
    font-family: "blgHudson", sans-serif;
    font-size: 2.4em;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    color: var(--white-color);

    @media screen and (max-width: 767px) { font-size: 2em; }
    @media screen and (max-width: 450px) { font-size: 1.6em; }
  }

  .recruit-mv__copy{
    font-size: 2.6em;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.2;

    @media screen and (max-width: 767px) { font-size: 2em; }
    @media screen and (max-width: 450px) { font-size: 1.6em; }

    span{
      display: block;
      margin-top: 1.2em;
      font-size: 0.6em;
      font-weight: 600;
      line-height: 1.6;

      @media screen and (max-width: 767px) { font-size: 0.85em; }
    }
  }

}



/* 概要 */
/* .recruit-largetext {
  margin-bottom: 1.6em;
  font-size: 2em;
  font-weight: 900;
} */

p.recruit-largetext {
  margin-bottom: 2em;
  margin-top: 0.5em!important;
  font-size: 1.8em;
  font-weight: 800;
  color: var(--primary-color);

  @media screen and (min-width: 1200px) { font-size: 2.4em; }
  @media screen and (max-width: 767px) { font-size: 1.5em; }
  @media screen and (max-width: 450px) { font-size: 1.25em; }
}

/* 採用の流れ */
.recruit-flow {
  position: relative;

  li {
    display: flex;
    gap: 2em;
    margin-bottom: 2.5em;

    @media screen and (max-width: 767px) {
      gap: 1.5em;
      margin-bottom: 1.5em;
    }

    .recruit-flow__img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      background-color: var(--black-color);
      border-radius: 50%;
      z-index: 2;

      @media screen and (max-width: 767px) {
        width: 60px;
        height: 60px;
      }

      img {
        /* width: 80%; */
        max-width: 50px;
        max-height: 40px;

        @media screen and (max-width: 767px) {
        max-width: 35x;
        max-height: 30px;
      }
      }
    }

    .recruit-flow__text { width: calc(100% - 80px - 2em); }

    .news-article .second-body .body .rzf-wrap h3 {
        margin: 0 !important;
        padding: inherit;
        font-size: inherit !important;
        font-weight: inherit !important;
        color: inherit;
        line-height: inherit !important;
        border-left: none;
        border-bottom: none;
    }
    h3, .news-article .second-body .body .rzf-wrap h3 {
      margin-top: 20px!important;
      padding: 0!important;
      text-align: left!important;
      font-size: 1.6em!important;
      border: none!important;

      @media screen and (max-width: 767px) {
        margin-top: 15px!important;
        font-size: 1.3em!important;
      }
    }
    p { text-align: left; }
  }

  &::before {
    position: absolute;
    content: "";
    border: 2px solid var(--black-color);
    height: 85%;
    left: 38px;
    z-index: 1;

    @media screen and (max-width: 767px) {
     left: 28px;
    }
  }

}


/* フッター */
.recruit-foot {
  position: relative;

  width: 100vw;
	height: 100%;
	min-height: 500px;
	clip-path: inset(0);

  /* background-image: url('/files/user/_/lp/recruit/img/foot.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; */

  > img {
    /* width: 100vw;
    max-height: 480px;
    height: 100vh; */
    /* height: calc(100vh - 100px); */
    /* object-fit: cover; */

    @media screen and (max-width: 1200px) {
      /* height: auto; */
      /* max-height: calc(100vh - 100px); */
    }
    @media screen and (max-width: 767px) {
      /* height: auto; */
      /* max-height: 320px; */
    }

  }

  .recruit-foot__img {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 100%;
    height: 100svh;
  }

  .recruit-foot__img img {
    width: 100vw;
    height: 100%;
    height: 100svh;
    object-fit: cover;
    display: block;
  }
 

  /* ロゴ */
  .recruit-foot__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .recruit-foot__logo_wrap {
     display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    margin-left: -1.5em;
  }
  .recruit-foot__logo img {
    max-height: 100px;

    @media screen and (max-width: 767px) { max-height: 80px; }
  }

  .recruit-foot__club {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: bold;
    color: var(--white-color);

    @media screen and (max-width: 767px) {
      line-height: 1.2;
    }
    @media screen and (max-width: 450px) { font-size: 1em; }
  }
  .recruit-foot__pagetitle {
    margin: 0!important;
    font-family: "blgHudson", sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    color: var(--white-color);

    @media screen and (max-width: 767px) { font-size: 1.6em; }
  }
}




/* マーカーアニメーション */
.rzf-text-marker-animation {
  background: linear-gradient(transparent 75%, var(--accent-color) 25%);
  display: inline !important;
  background-repeat: no-repeat;
  animation-name: marker-animation;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes marker-animation {
  0% {
    background-size: 0% 100%;
  }
  30% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.rzf-text-marker {
  background: linear-gradient(transparent 75%, var(--accent-color) 25%);
  display: inline !important;
  font-weight: 800;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 4s ease-in-out;
}
/*@keyframes marker-animation {
  0% { background-size: 0% 100%; }
  30% { background-size: 100% 100%; }
  100% { background-size: 100% 100%; }
}*/
.rzf-text-marker.active {
  background-size: 100% 100%;
  /* 線の横幅を100%にする */
}

/* マーカーのスタイル */
.marker {
  background-image: linear-gradient(90deg, #b7dbff, #b7dbff);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 .5em;
  padding-bottom: 3px;
  transition: background-size 1.5s;
}
/* マーカーが表示された時のスタイル */
.marker.active {
  background-size: 100% .5em;
  /* 線の横幅を100%にする */
}
