@charset "UTF-8";
/* ------------------------------
#recruit
------------------------------ */
/* common
------------------------------ */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
#recruit h1, #recruit h2, #recruit h3 {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#recruit img {
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  #recruit img {
    height: auto;
  }
}
/* layout setting
------------------------------ */
#recruit {
  letter-spacing: 2px;
  color: #333;
  padding-top: 103px;
}
.breadcrumb {
  display: none;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding-top: 59px;
  }
}
/* navi
------------------------------ */
.recruit_nav {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 103px;
  background: #333;
  z-index: 10;
}
.recruit_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #707070;
}
.recruit_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 43px;
  border-left: 1px solid #707070;
}
.recruit_nav li:last-child {
  border-right: 1px solid #707070;
}
.recruit_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.recruit_nav li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .recruit_nav {
    top: 60px;
    height: 59px;
  }
  .recruit_nav li {
    width: calc((100% - 2px) / 3);
    max-width: 100%;
    height: 36px;
  }
  .recruit_nav li:last-child {
    border-right: none;
  }
  .recruit_nav li:first-child {
    border-left: none;
  }
  .recruit_nav li a {
    font-size: 12px;
  }
}
/* mv
------------------------------ */
.recruit_mv {
  width: 100%;
  margin: 14px auto 12px;
}
.recruit_mv_slider li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit_mv {
    margin: 5px auto;
  }
  .recruit_mv_slider li {
    width: calc(330 * (100vw / 375));
    margin-right: 5px;
  }
  .recruit_mv_slider li img {
    width: 100%;
  }
}
/* overview
------------------------------ */
.recruit_overview {
  width: 100%;
  padding: 110px 0 115px;
  background: #F7F5F3;
}
#recruit h2.overview_h2 {
  position: relative;
  display: table;
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
}
#recruit h2.overview_h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -71px;
  width: 672px;
  height: 21px;
  background: url(/cms/img/recruit/overview_h2_bg.png) no-repeat top left;
}
#recruit h2.overview_h2 span {
  color: #8C7459;
}
#recruit p.overview_p {
  display: table;
  width: 100%;
  max-width: 995px;
  margin: 120px auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit_overview {
    padding: calc(50 * (100vw / 375)) 0 calc(75 * (100vw / 375));
  }
  #recruit h2.overview_h2 {
    font-size: 30px;
    text-align: left;
    line-height: 1.3;
    margin-left: calc(42*(100vw / 375));
  }
  #recruit h2.overview_h2::after {
    bottom: -18px;
    right: calc(-55 * (100vw / 375));
    width: 260px;
    height: 13px;
    background: url(/cms/img/recruit/overview_h2_bg_sp.png) no-repeat top left;
    background-size: 260px auto;
  }
  #recruit p.overview_p {
    width: calc(100% - 30px);
    margin: calc(60 * (100vw / 375)) 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
}
/* interview
------------------------------ */
.recruit_interview {
  width: 100%;
  padding: 130px 0 175px;
}
#recruit h2.interview_h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
.visumo_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 55px;
}
.visumo_txt img {
  margin-right: 40px;
}
.visumo_txt p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.visumo_btn_insta a, .visumo_btn_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 65px;
  margin: auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
}
.visumo_btn_insta a:hover, .visumo_btn_more a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .recruit_interview {
    padding: calc(85 * (100vw / 375)) 0 calc(105 * (100vw / 375));
  }
  #recruit h2.interview_h2 {
    font-size: 28px;
  }
  .visumo_txt {
    margin: calc(45 * (100vw / 375)) auto calc(30 * (100vw / 375));
  }
  .visumo_txt img {
    width: 46px;
    margin-right: 10px;
  }
  .visumo_txt p {
    font-size: 14px;
  }
  .visumo_btn_insta a, .visumo_btn_more a {
    width: calc(100% - 30px);
    height: 42px;
    margin: 0 15px;
    font-size: 14px;
  }
}
/* training
------------------------------ */
.recruit_training {
  width: 100%;
  padding: 104px 0 134px;
  background: #F7F5F3;
}
#recruit h2.training_h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
#recruit p.training_p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 55px auto 115px;
}
.training_step {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.training_step00 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 127px;
}
.training_step00 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 85px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #333;
  border-radius: 10px;
}
.training_step00 span::after {
  position: absolute;
  content: "";
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 82px;
  background: url(/cms/img/recruit/training_arrow_icon.png) no-repeat top left;
}
.training_step01, .training_step02, .training_step03, .training_step04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  margin-bottom: 73px;
  font-size: 23px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  z-index: 2;
}
.training_step04 {
  width: 581px;
  margin-bottom: 140px;
  padding-left: 100px;
}
.step_content {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 61px;
  font-size: 20px;
  color: #fff;
  background: #333;
  border-radius: 10px;
}
.step_notes {
  position: absolute;
  bottom: -35px;
  left: 25px;
  font-size: 12px;
  font-weight: 500;
}
.training_step_bg {
  position: relative;
}
.training_step_bg::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 267px;
  width: 51px;
  height: 467px;
  background: #8C745942;
}
.training_step_bg::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 267px;
  width: 51px;
  height: 389px;
  background: #8C745942;
}
.training_step_detail {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 35px 40px 50px;
  background: #fff;
}
.training_step_detail dt {
  font-size: 23px;
  font-weight: 600;
  color: #8C7459;
  margin-bottom: 10px;
}
.training_step_detail dd {
  font-size: 20px;
  margin-bottom: 50px;
}
.training_step_detail dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit_training {
    padding: calc(85 * (100vw / 375)) 0 calc(130 * (100vw / 375));
  }
  #recruit h2.training_h2 {
    font-size: 28px;
  }
  #recruit p.training_p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: calc(40 * (100vw / 375)) 15px calc(60 * (100vw / 375));
  }
  .training_step {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .training_step00 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
  }
  .training_step00 span {
    width: calc((100% - 10px) / 2);
    height: 35px;
    font-size: 13px;
    border-radius: 60px;
  }
  .training_step00 span::after {
    bottom: -20px;
    width: 7px;
    height: 21px;
    background: url(/cms/img/recruit/training_arrow_icon.png) no-repeat top left;
    background-size: auto 21px;
  }
  .training_step01, .training_step02, .training_step03, .training_step04 {
    height: 42px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .training_step04 {
    width: calc(100% - calc(90 * (100vw / 375)));
    margin-bottom: calc(55 * (100vw / 375));
    padding-left: calc(60 * (100vw / 375));
  }
  .step_content {
    left: 8px;
    width: 63px;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
  }
  .step_notes {
    bottom: -22px;
    left: unset;
    right: 0;
  }
  .training_step_bg::before {
    top: 40px;
    left: calc((100% - 50px) / 4);
    width: 21px;
    height: 201px;
  }
  .training_step_bg::after {
    top: 40px;
    right: calc((100% - 50px) / 4);
    width: 21px;
    height: 121px;
  }
  .training_step_detail {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: calc(23 * (100vw / 375)) calc(21 * (100vw / 375));
  }
  .training_step_detail dt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .training_step_detail dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/* benefits
------------------------------ */
.recruit_benefits {
  width: 100%;
  padding: 132px 0 174px;
}
#recruit h2.benefits_h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
#recruit p.benefits_p {
  display: table;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 70px auto 115px;
}
.benefits_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#recruit .benefits_list_detail li {
  margin-bottom: 45px;
  transition: all 0.5s ease-in-out;
}
#recruit .benefits_list_detail li:has(> h3.open) {
  margin-bottom: 28px;
  transition: all 0.5s ease-in-out;
}
#recruit .benefits_list_detail li h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 583px;
  height: 78px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin: auto;
  background: #333;
  border-radius: 60px;
  cursor: pointer;
}
#recruit .benefits_list_detail li h3:after {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
#recruit .benefits_list_detail li h3.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.benefits_list_detail li h3 + div {
  display: none;
  width: 556px;
  margin: 17px auto 0;
  padding: 20px 30px;
  background: #F7F5F3;
}
.benefits_list_detail li h3 + div p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_benefits {
    width: 100%;
    padding: calc(80 * (100vw / 375)) 0 calc(112 * (100vw / 375));
  }
  #recruit h2.benefits_h2 {
    font-size: 28px;
  }
  #recruit p.benefits_p {
    font-size: 16px;
    font-weight: 500;
    margin: calc(44 * (100vw / 375)) 15px calc(60 * (100vw / 375));
  }
  .benefits_list {
    display: block;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  #recruit .benefits_list_detail li {
    margin-bottom: 18px;
  }
  #recruit .benefits_list_detail:last-of-type li:last-child {
    margin-bottom: 0;
  }
  #recruit .benefits_list_detail li:has(> h3.open) {
    margin-bottom: 20px;
  }
  #recruit .benefits_list_detail li h3 {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  #recruit .benefits_list_detail li h3:after {
    right: 22px;
    top: calc(50% - 8px);
    width: 10px;
    height: 10px;
  }
  .benefits_list_detail li h3 + div {
    width: 100%;
    margin: 15px auto 0;
    padding: calc(18 * (100vw / 375)) calc(15 * (100vw / 375));
  }
  .benefits_list_detail li h3 + div p {
    font-size: 14px;
  }
}