@charset "UTF-8";
:root {
  --color-primary: #1987ca;
  --color-primary-rgb: rgb(25, 135, 202);
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-secondary: #292929;
  --color-secondary-rgb: rgb(41, 41, 41);
  --color-secondary-contrast: #ffffff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}

.h1_big.recruit {
  background-image: url("../../../assets-v2/img/h1_bg/recruit2.jpg");
}

/*ビジュアルイラスト*/
.recruit_top {
  position: relative;
  width: 100%;
  height: 125vh;
  min-height: 125vh;
  overflow: hidden;
}
.recruit_mv {
  width: 100%;
  height: 120vh;
  max-height: 125vh;
  position: relative;
  width: 100%;
  height: 125vh;
  max-height: 125vh;
}
.recruit_logo {
  position: absolute;
  top: 1em;
  left: 2vw;
  z-index: 3;
  padding: 3em;
  width: 40vw;
}
.recruit_logo2 {
  position: absolute;
  top: 5em;
  left: 2vw;
  z-index: 4;
  padding: 3em;
  width: 40vw;
  opacity: 0;
}

.recruit_before {
  position: absolute;
  top: 0em;
  width: 100%;
  max-height: 125vh;
  z-index: -1;
  overflow: hidden;
  transform: scale(0.85);
}
.recruit_before .before {
  width: 100%;
  height: 125vh;
  max-height: 125vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.recruit_after {
  position: absolute;
  top: 0em;
  width: 100%;
  height: 0vh;
  z-index: 1;
  overflow: hidden;
}
.recruit_after .after {
  width: 100%;
  height: 125vh;
  max-height: 125vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.scroll_mark_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  pointer-events: none;
}

/*ビジュアルイラスト上文字*/
.moji_wrap {
  height: 125vh;
  position: absolute;
  z-index: 5;
  top: 130px;
}

.recruit_moji {
  top: 20vh;
  text-align: left;
  background: rgba(255, 255, 255, 0.863);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  left: 14vw;
  z-index: 10;
  font-size: 100%;
  opacity: 0;
}
.recruit_moji .big {
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 20px;
}

/*募集職種*/
.job {
  margin: 1em auto;
  width: 100%;
}
.job ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}

.job_small {
  font-size: 90%;
}

/*採用フローイラスト*/
.recruit_flow {
  margin: 70px auto;
  text-align: center;
  width: 25vw;
}
.recruit_flow ul {
  display: flex;
  justify-content: center;
}
.recruit_flow ul li .step .img_inner {
  position: relative;
  text-align: center;
}
.recruit_flow ul li .step .img_inner img {
  display: block;
  margin: 0 auto;
}
.recruit_flow ul li .step hr {
  width: 15vw;
  max-width: 230px;
  margin-top: 20px;
  border-top: 1px solid var(--color-primary);
}
.recruit_flow ul li .step span {
  font-size: 80%;
  width: 100%;
}
.recruit_flow ul li .step .moji {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
  align-items: baseline;
}
.recruit_flow ul li .step .moji p {
  color: var(--color-primary);
  font-size: 110%;
  font-weight: 600;
}
.recruit_flow ul .arrow {
  font-size: 80%;
  align-self: center;
  margin: 0 10px;
}

/*福利厚生ページ*/
.benefit {
  margin: 4em auto 7em;
  max-width: 1200px;
}
.benefit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5em;
}
.benefit li {
  width: 28%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.benefit li .benefit_icon img {
  margin: 0 auto;
  width: 8em;
}
.benefit li .blue {
  font-size: 110%;
  margin-bottom: 5px;
  font-weight: 600;
}
.benefit li .sub {
  font-size: 90%;
}

.answer {
  margin-bottom: 3em;
}

/*アコーディオンメニュー*/
.s_02 {
  margin-top: 60px;
}
.s_02 .accordion_one {
  max-width: 1200px;
  margin: auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #fff;
  color: var(--color-primary);
  font-size: calc(22px + 0.15vw);
  font-weight: bold;
  padding: 15px;
  margin-top: -1px;
  text-align: left;
  position: relative;
  border-top: 1px solid #7a9ccc;
  border-bottom: 1px solid #7a9ccc;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header:hover {
  background-color: #ecf4ff;
  color: #7a9ccc;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: var(--color-primary);
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 0px 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_02 .accordion_one .accordion_header.open {
  background: #ecf4ff;
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
#scroll-down {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  padding-top: 79px;
  z-index: 5;
  text-align: center;
  transform: scale(0.8);
  transform-origin: center, bottom;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  behavior: url(-ms-transform.htc);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#scroll-down::before {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 2px;
  height: 88px;
  background: var(--color-primary);
  content: " ";
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}
@media screen and (max-width: 600px) {
  .recruit_logo {
    width: 100%;
    left: 0;
    padding-right: 4em;
    padding-left: 2em;
    margin-top: 30px;

  }
  .recruit_logo2 {
    left: 1vw;
    width: 80%;
  }
  /*ビジュアルイラスト上文字*/
  .moji_wrap {
    width: 80%;
    height: 125vh;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .recruit_moji {
    top: 25vh;
    text-align: left;
    background: rgba(255, 255, 255, 0.863);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 100%;
    opacity: 0;
  }
  .recruit_moji .big {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .job {
    margin: 3em auto;
    width: 100%;
  }
  .job ul {
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .job_small {
    font-size: 90%;
  }
  .recruit_flow {
    margin: 2em auto;
    text-align: center;
  }
  .recruit_flow ul {
    display: flex;
    justify-content: center;
  }
  .recruit_flow ul li .step .img_inner {
    position: relative;
    text-align: center;
  }
  .recruit_flow ul li .step .img_inner img {
    display: block;
    margin: 0 auto;
  }
  .recruit_flow ul li .step hr {
    width: 15vw;
    max-width: 230px;
    margin-top: 0.5em;
    border-top: 1px solid var(--color-primary);
  }
  .recruit_flow ul li .step span {
    font-size: 70%;
    width: 100%;
  }
  .recruit_flow ul li .step .moji {
    margin-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
    align-items: baseline;
  }
  .recruit_flow ul li .step .moji p {
    color: var(--color-primary);
    font-size: 80%;
    font-weight: 600;
  }
  .recruit_flow ul .arrow {
    font-size: 30%;
    align-self: center;
    margin: 0 10px;
  }
  /*福利厚生ページ*/
  .benefit ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3em;
  }
  .benefit li {
    width: 43%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .benefit li .benefit_icon img {
    margin: 0 auto;
    width: 5em;
  }
  .benefit li .blue {
    font-size: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .benefit li .sub {
    font-size: 80%;
  }
}/*# sourceMappingURL=style.css.map */