/* fv */
#fv_recruit {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 28px 20px;
  background-image: url(../img/recruit_fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
 #fv_recruit > ._w_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#fv_recruit ._w_fv_img {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 30px;
}
#fv_recruit ._w_fv_img .img {
  border-radius: 14px;
  overflow: hidden;
}
#fv_recruit .fv_img {
  border-radius: 16px;
}
#fv_recruit .catch {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
#fv_recruit .catch span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 5.3rem;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 2px 13px 12px;
}
#fv_recruit .catch div + div {
  margin-top: 18px;
}
#fv_recruit .fv_img {
  border-radius: 16px;
}

@media (max-width: 1260px) {
  #fv_recruit {
    margin-top: 70px;
  }
}
@media (max-width: 970px) {
  #fv_recruit .catch span {
    font-size: 3rem;
  }
  #fv_recruit .catch div + div {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #fv_recruit ._w_fv_img {
    gap: 10px;
    margin: 0;
  }

  #fv_recruit .catch {
    position: initial;
    transform: initial;
    margin-top: -30px;
  }
  #fv_recruit .catch span {
    font-size: 2.5rem;
    padding: 6px 8px;
  }
  #fv_recruit .catch div + div {
    margin-top: 8px;
  }
} 
/* ここまでfv */

/* メッセージ */
#msg_recruit ._w_textbox {
  display: flex;
  gap: 86px;
  padding: 68px 0 94px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#msg_recruit ._w_textbox::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/recruit_message_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top -30px left 0px;
  width: 466px;
  height: 379px;
  z-index: -1;
}
#msg_recruit .msg_copy {
  flex-shrink: 0;
  width: 52%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.85;
}
#msg_recruit .msg_text {
  width: 48%;
  line-height: 2;
}
#msg_recruit .msg_text p + p {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  #msg_recruit ._w_textbox {
    padding: 30px 0 30px;
    gap: 40px;
  }
  #msg_recruit ._w_textbox::before {
    background-position: top 0px left 0px;
    width: 366px;
    height: 279px;
  }
  #msg_recruit .msg_copy {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #msg_recruit ._w_textbox {
    flex-direction: column;
    padding: 30px 0 30px;
    gap: 40px;
  }
  #msg_recruit ._w_textbox::before {
    background-position: top 0px left 0px;
    width: 300px;
    height: 229px;
  }
  #msg_recruit .msg_copy {
    font-size: 2.5rem;
  }
  #msg_recruit .msg_copy {
    width: 100%;
    font-size: 2.4rem;
  }
  #msg_recruit .msg_text {
    width: 100%;
  }
  #msg_recruit .msg_text p + p {
    margin-top: 20px;
  }
}
/* ここまでメッセージ */

/* 職員インタビュー&仕事を知る */
#interview_jov_recruit ._w_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
#interview_jov_recruit .block {
  display: flex;
  justify-content: center;
}
#interview_jov_recruit .block:nth-of-type(even) {
  flex-direction: row-reverse;
}
#interview_jov_recruit ._w_left {
  width: 50%;
}
#interview_jov_recruit ._w_right {
  width: 50%;
  padding: 40px 60px;
  background-image: url('../img/recruit_interview_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#interview_jov_recruit .block:nth-of-type(even) ._w_right {
  background-image: url('../img/recruit_job_bg.png');
}
#interview_jov_recruit .recruit_common_btn {
  margin-top: 40px;
  text-align: center;
}
#interview_jov_recruit img {
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 1024px) {
  #interview_jov_recruit .block {
    flex-direction: column-reverse;
  }
  #interview_jov_recruit .block:nth-of-type(even) {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  #interview_jov_recruit ._w_left {
    width: 100%;
  }
  #interview_jov_recruit ._w_right {
    width: 100%;
    padding: 40px 60px;
  }
  #interview_jov_recruit .recruit_common_btn {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #interview_jov_recruit ._w_right {
    padding: 20px 20px 28px;
  }
}
/* ここまで職員インタビュー&仕事を知る */

/* 数字で見る福利厚生 */
#benefits ._w_benefits {
  max-width: 1068px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#benefits ._w_numberbox {
  width: calc(33.33333% - 60px / 3);
  border: 2px solid #75BFF5;
  border-radius: 8px;
  box-shadow: 3px 3px 10px 0px rgba(155, 155, 155, 0.25);
  padding: 33px 33px 38px;
}
#benefits .heading {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 16px;
  letter-spacing: 1.2px;
  position: relative;
}
#benefits .heading::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #75BFF5;
  position: absolute;
  top: 11px;
  left: 0;
}
#benefits ._w_number {
  padding-left: 16px;
  position: relative;
}
#benefits ._w_numberbox ._w_number::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#benefits ._w_numberbox:nth-of-type(1) ._w_number::before {
  background-image: url('../img/recruit_benefits_01.svg');
  width: 58.8px;
  height: 64.1px;
}
#benefits ._w_numberbox:nth-of-type(2) ._w_number::before {
  background-image: url('../img/recruit_benefits_02.svg');
  width: 64px;
  height: 64px;
}
#benefits ._w_numberbox:nth-of-type(3) ._w_number::before {
  background-image: url('../img/recruit_benefits_03.svg');
  width: 69.4px;
  height: 57px;
}
#benefits .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 1;
  color: #75BFF5;
}
#benefits .unit {
  font-size: 3.5rem;
  margin-left: 4px;
}
@media (max-width: 1130px) {
  #benefits .number {
    font-size: 5rem;
  }
  #benefits .unit {
    font-size: 2.5rem;
  }
  #benefits ._w_numberbox:nth-of-type(1) ._w_number::before {
    width: 48.8px;
    height: 54.1px;
  }
  #benefits ._w_numberbox:nth-of-type(2) ._w_number::before {
    width: 54px;
    height: 54px;
  }
  #benefits ._w_numberbox:nth-of-type(3) ._w_number::before {
    width: 59.4px;
    height: 47px;
  }
}
@media (max-width: 970px) {
  #benefits ._w_benefits {
    gap: 30px;
    justify-content: center;
  }
  #benefits ._w_numberbox {
    width: calc(50% - 30px / 2);
  }
}
@media (max-width: 768px) {
  #benefits ._w_numberbox {
    padding: 20px 20px 25px;
    width: 280px;
  }
  #benefits .heading {
    font-size: 1.8rem;
    padding-left: 16px;
  }
  #benefits .heading::before {
    top: 8px;
  }
}

/* ここまで数字で見る福利厚生 */

/* 募集要項 */
#job_description .content {
  display: none;
}
#job_description .content.show {
  display: block;
}
#job_description .tab-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 45px;
}
#job_description .tab {
  font-weight: 500;
  text-align:center;
  width: 33%;
  background-color: #ffffff;
  border: 2px solid #75BFF5;
  color: #75BFF5;
  padding: 18px 20px;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
#job_description .tab:hover {
  background-color: #75BFF5;
  color: #ffffff;
}
#job_description .tab.active {
  background-color: #75BFF5;
  color: #ffffff;
}
#job_description .tab.active::after {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #75BFF5;
}
#job_description .content .job-table {
  display: grid;
  grid-template-columns: 20% 80%;
  row-gap: 0px;
}
#job_description .job-table dt,
#job_description .job-table dd {
  padding: 20px 0;
  border-bottom: 1px solid #ACACAC;
}
#job_description .job-table dt {
  font-weight: 500;
}

@media (max-width: 1024px) {
  #job_description .tab-container {
    gap: 20px;
  }
  #job_description .tab {
    width: 45%;
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  #job_description .tab-container {
    gap: 15px;
    margin-bottom: 45px;
  }
  #job_description .tab {
    width: 50%;
    padding: 8px 10px;
    font-size: 1.5rem;
  }
  #job_description .tab.active::after {
    bottom: -21px;
    border: 10px solid transparent;
    border-top: 10px solid #75BFF5;
  }

  #job_description .content .job-table {
    grid-template-columns: 100%;
  }
  #job_description .job-table dt {
    border-bottom: none;
    background-color: #f5f5f5;
    padding: 15px 10px;
  }
  #job_description .job-table dd {
    padding: 15px 10px;
  }
}
/* ここまで募集要項 */

/* 一般事業主行動計画の公表 */
#action_plan ._w_plan {
  display: flex;
  gap: 70px;
  background-color: #ffffff;
  border: 2px solid #ECECEC;
  padding: 55px 40px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0px #B7B7B740;
}
#action_plan ._w_left, #action_plan ._w_right {
  width: 50%;
}
#action_plan .file_link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-left: 33px;
  position: relative;
}
#action_plan .file_link:hover {
  opacity: 0.8;
}
#action_plan .file_link::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/recruit_file_icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
#action_plan .file_link + .file_link {
  margin-top: 18px;
}
#action_plan ._w_percentage {
  margin-top: 30px;
}
#action_plan ._w_percentage .table_heading {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  padding-left: 11px;
}
#action_plan ._w_percentage .table_heading::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #75BFF5;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 3px;
}
#action_plan .custom_table {
  width: 100%;
  border-collapse: collapse;
}
#action_plan .custom_table th, #action_plan .custom_table td {
  border-bottom: 1px solid #D5D5D5;
  padding: 12px;
  text-align: center;
}
#action_plan .custom_table th {
  background-color: #F3F3F3;
  font-weight: 500;
}
#action_plan .custom_table .border {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
#action_plan .custom_table th {
  width: 33.33333%;
}

@media (max-width: 1024px) {
  #action_plan ._w_plan {
    flex-direction: column;
    gap: 40px;
    padding: 55px 40px;
  }
  #action_plan ._w_left, #action_plan ._w_right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #action_plan ._w_plan {
    padding: 25px 20px;
  }
  #action_plan ._w_left, #action_plan ._w_right {
    width: 100%;
  }
  #action_plan .file_link {
    font-size: 1.5rem;
    padding-left: 33px;
  }
  #action_plan .custom_table th, #action_plan .custom_table td {
    padding: 8px;
  }
}
/* ここまで一般事業主行動計画の公表 */

/* 追従ボタン コーポレートサイトへ戻る */
.recruit_scroll_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  font-size: 1.3rem;
  background-image: url('../img/recruit_fix_btn_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  font-weight: 700;
  border: none;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;   /* 非表示中はクリック無効 */
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  z-index: 10;
  box-shadow: 0px 3px 10px 0px rgba(225, 225, 225, 0.15);
}
.recruit_scroll_btn::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/recruit_fix_btn_icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.recruit_scroll_btn span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

/* 表示用クラス */
.recruit_scroll_btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  cursor: pointer;
}

.recruit_scroll_btn.is-visible:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .recruit_scroll_btn {
    bottom: 30px;
    left: 20px;
    font-size: 1rem;
    width: 80px;
    height: 80px;
  }
  .recruit_scroll_btn::after {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .recruit_scroll_btn span {
    bottom: 9px;
  }
}
/* ここまで追従ボタン コーポレートサイトへ戻る */