@charset 'utf-8';

.header_apply_complete {
  background-color: #FFFEEF !important;
}

.apply .required{
  white-space: nowrap;
}

.form_job_box{
  width: 100%;
  padding: 24px;
  background-color: #faf7f2;
}

.form_job_box_text{
  padding: 4px 8px;
  background-color: #f19956;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 16px;
  display: none;

}

.form_job_box_img_detail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form_job_box_img{
  width: 160px;
  margin: 0 40px 0 0;
  display: none;

}

.form_job_box_img img{
  width: 100%;
}

.form_job_box_detail{
  width: calc(100% - 200px);
}

.form_job_box_title{
  color: #333;
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 700;
  text-align: left;
  display: none;

}

.form_job_box_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -12px;
}

.form_job_box_item{
  color: #333;
  font-size: 14px;
  margin: 0 12px 12px 0;
  font-weight: 400;
}

.form_job_box_item img{
  width: 20px;
  margin: 0 4px 0 0;
}


.form_error_text{
  display: none;
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 0 8px;

}

.apply .wpcf7-form table tr td{
  width: 100%;
}

.form_select_wrap{
  width: 100%;
  position: relative;
}

.form_select_wrap::after{
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../../assets/images/icon_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form_select_wrap.active::after{
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.form_select_input{
  width: 100%;
  padding-right: 30px!important;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.form_select_check_list{
  width: 100%;
  margin: 8px 0 0;
  display: none;
  padding: 0 16px;
}

.form_select_check_list .form_select_check_item{
  margin: 0 0 8px;
}

.form_select_check_list .form_select_check_item:last-child{
  margin: 0 0 0;
}

.form_select_check{
  display: none!important;
}

.form_select_check_item_text{
  padding: 1em;
  background-color: #fafafa;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.form_select_check:checked + .form_select_check_item_text{
  background-color: #f19956;
  color: #fff;
  font-weight: 700;
}

.form_birth_day {
  justify-content: left;
}

.dl_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_flex dt{
  min-width: 70px;
  width: 20%;
  margin-bottom: 1em;
}

.dl_flex dd{
  min-width: 100px;
  margin-bottom: 1em;
}

.dl_flex dd.w_70p{
  width: 70%;
}

.dl_flex dd.css_none{
  min-width: 70px;
  width: 20%;
}

.unit_margin{
  margin-right: 5px;
  margin-left: 2px;
  width: auto!important;
  min-width: auto!important;
  text-align: center;
}

.apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dt:nth-of-type(3), .apply .wpcf7-form table.table01 tr:nth-of-type(5) td dl dt:nth-of-type(4){
  margin-bottom: 0!important;
}

.dl_flex.mb_0 dt{
  margin-bottom: 0!important;
}

.dl_flex.mb_0 dd{
  margin-bottom: 0!important;
}

.privacy_btn{
  color: #458DD5;
  text-decoration: underline;
  cursor: pointer;
}

.pledge_btn{
  color: #458DD5;
  text-decoration: underline;
  cursor: pointer;
}

.agreement_text{
  text-align: center;
  font-size: 10px;
  margin: 0 0 8px;
}

.common_popup_filter{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99994;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.privacy_popup{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100000;
  width: 90%;
  max-width: 560px;
  display: none;
}

.privacy_popup_inner{
  background-color: #fff;
  padding: 0 44px;
  position: relative;
  border-radius: 20px;
}

.privacy_popup_close_btn{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
}

.privacy_popup_close_btn img{
  width: 100%;
}

.privacy_popup_content{
  overflow-y: scroll;
  max-height: 70vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pledge_popup{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100000;
  width: 90%;
  max-width: 560px;
  display: none;
}

.pledge_popup_inner{
  background-color: #fff;
  padding: 0 44px;
  position: relative;
  border-radius: 20px;
}

.pledge_popup_close_btn{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
}

.pledge_popup_close_btn img{
  width: 100%;
}

.pledge_popup_content{
  overflow-y: scroll;
  max-height: 70vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}


@media screen and (min-width: 751px) {
  .form_birth_day dt {
    min-width: auto !important;
    width: revert !important;
  }
}

@media screen and (max-width: 751px) {
  .form_error_text{
    white-space: pre-wrap;
    display: none;
  }
  .apply .wpcf7-form table tr th{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    white-space: nowrap;
    line-height: 1.2!important;
    padding: 12px 5px 0 10px;
  }
  .apply .required{
    white-space: nowrap;
  }

  .form_job_box{
    padding: 16px;
  }

  .form_job_box_img_detail{
    display: block;
  }

  .form_job_box_text {
    display: none;
  }

  .form_job_box_img{
    display: none;
  }

  .form_job_box_title{
    display: none;
  }

  .form_job_box_detail{
    width: 100%;
  }

  .privacy_popup_inner{
    padding: 0 8px;
  }

  .privacy_popup_close_btn{
    top: -16px;
    width: 34px;
  }

  .pledge_popup_inner{
    padding: 0 8px;
  }

  .pledge_popup_close_btn{
    top: -16px;
    width: 34px;
  }

  .form_birth_day {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .form_birth_day div {
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 2px;
  }

}

@media screen and (max-width: 480px) {
  .form_birth_day dt {
    width: 22% !important;
  }
}


/*面談予約*/


/*thanks*/
.thanks_page {
  padding: 80px 0;
}

@media only screen and (max-width: 640px) {
  .thanks_page {
    padding: 48px 0;
  }
}

.thanks_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 32px;
}

.thanks_title_wrap .thanks_title_img {
  width: 140px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .thanks_title_wrap .thanks_title_img {
    width: 80px;
    margin: 0 16px 0 0;
  }
}

.thanks_title_wrap .thanks_title_img img {
  width: 100%;
}

.thanks_title_wrap .thanks_title {
  max-width: calc(100% - 120px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  color: #F19956;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .thanks_title_wrap .thanks_title {
    max-width: calc(100% - 96px);
    font-size: 24px;
  }
}

.thanks_text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .thanks_text {
    font-size: 16px;
    margin: 0 0 24px;
  }
}

.thanks_tel_box {
  background-color: #FFF;
  border: 2px solid #F19956;
  border-radius: 20px;
}

.thanks_tel_box .thanks_tel_box_title {
  padding: 16px;
  background-color: #F19956;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 18px 18px 0 0;
}

@media only screen and (max-width: 640px) {
  .thanks_tel_box .thanks_tel_box_title {
    font-size: 16px;
    padding: 16px 8px;
  }
}

.thanks_tel_box .thanks_tel_box_detail {
  padding: 20px 16px;
}

@media only screen and (max-width: 640px) {
  .thanks_tel_box .thanks_tel_box_detail {
    padding: 16px 8px;
  }
}

.thanks_tel_box .thanks_tel_box_detail .thanks_tel_box_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.thanks_tel_box .thanks_tel_box_detail .thanks_tel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
  color: #F19956;
  line-height: 1.5;
  margin: 0 0 16px;
}

.thanks_tel_box .thanks_tel_box_detail .thanks_tel_link img {
  width: 20px;
  margin: 0 10px 0 0;
}

.thanks_tel_box .thanks_tel_box_detail .thanks_tel_box_note {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #333;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .thanks_tel_box .thanks_tel_box_detail .thanks_tel_box_note {
    font-size: 13px;
  }
}

.thanks_line_banner {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 400px;
}

.thanks_line_banner img {
  width: 100%;
}

/*reservation*/
.reservation_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 24px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  color: #F19956;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .reservation_title {
    font-size: 20px;
    margin: 0 0 16px;
  }
}

  .reservation_title img {
  width: 32px;
  margin: 0 16px 0 0;
}

.reservation_text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

@media only screen and (max-width: 640px) {
.reservation_text {
    font-size: 16px;
    margin: 0 0 16px;
  }
}

.reservation_wrap .reservation_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_step_list {
    margin: 0 0 24px;
  }
}

.reservation_wrap .reservation_step_list .reservation_step_item {
  padding: 0 40px;
  position: relative;
}

.reservation_wrap .reservation_step_list .reservation_step_item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #9D9D9D;
  z-index: 0;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.reservation_wrap .reservation_step_list .reservation_step_item:first-child::before {
  content: none;
}

.reservation_wrap .reservation_step_list .reservation_step_item .reservation_step_item_dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9D9D9D;
  margin: 0 auto 8px;
  z-index: 1;
  position: relative;
}

.reservation_wrap .reservation_step_list .reservation_step_item .reservation_step_item_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #9D9D9D;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_step_list .reservation_step_item .reservation_step_item_text {
    font-size: 14px;
  }
}

.reservation_wrap .reservation_step_list .reservation_step_item.active .reservation_step_item_dot {
  background-color: #F19956;
}

.reservation_wrap .reservation_step_list .reservation_step_item.active .reservation_step_item_text {
  color: #F19956;
}

.reservation_wrap .reservation_box {
  padding: 24px;
  background-color: #FFF;
  border-radius: 20px;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_box {
    padding: 16px;
  }
}

.reservation_wrap .reservation_box .reservation_box_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.reservation_wrap .reservation_box .reservation_box_date {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 32px 0 8px;
}

.reservation_wrap .reservation_box .reservation_day_section {
  display: block;
}

.reservation_wrap .reservation_box .reservation_day_section:not(.active) {
  display: none;
}

.reservation_wrap .reservation_box .reservation_day_section[hidden] {
  display: none !important;
}

.reservation_wrap .reservation_box .reservation_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 8px;
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item {
  width: calc((100% - 104px) /4);
  margin: 0 8px 0 0;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_box .reservation_box_list .reservation_box_item {
    width: calc((100% - 88px) /4);
  }
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item:first-child {
  width: 72px;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_box .reservation_box_list .reservation_box_item:first-child {
    width: 56px;
  }
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item:nth-of-type(5n) {
  margin: 0 0 0 0;
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_box_item_time_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_box_item_time_text {
    font-size: 14px;
  }
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_date_time_input {
  display: none;
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_date_time_input:checked + .reservation_box_radio_label_text {
  border: 1px solid #F19956;
  background-color: #F19956;
  color: #FFF;
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_box_radio_label_text {
  width: 100%;
  border: 1px solid #9D9D9D;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #9D9D9D;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 640px) {
  .reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_box_radio_label_text {
    font-size: 13px;
  }
}

.reservation_wrap .reservation_box .reservation_box_list .reservation_box_item .reservation_box_radio_label_text.close {
  background-color: #9D9D9D;
  color: #FFF;
}

.reservation_toggle_btn {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 60px;
  padding: 0 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  position: relative;
  background-color: #FFF;
  border: 1px solid #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.reservation_toggle_btn .reservation_toggle_btn_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.reservation_toggle_btn .reservation_toggle_btn_arrow.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.reservation_toggle_btn .reservation_toggle_btn_arrow img {
  width: 100%;
}

.reservation_submit_btn {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 60px;
  padding: 0 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #FFF;
  line-height: 1.5;
  position: relative;
  background-color: #9D9D9D;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (max-width: 640px){
  .reservation_submit_btn{
    margin: 16px auto 0;
  }
}

.reservation_submit_btn.active {
  background-color: #F19956;
}

.reservation_submit_btn .reservation_submit_btn_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

.reservation_submit_btn .reservation_submit_btn_arrow img {
  width: 100%;
}

.apply-interview, .apply-reservation-complete {
  background-color: #fffeef;
}

.thanks_calendar_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #F19956;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 0 auto 40px;
}

.reservation_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 24px;
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    color: #f6772e;
    line-height: 1.5;
    letter-spacing: .05em;
}

/* Form loading overlay */
.form-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-form {
    position: relative;
}

.form-loading-spinner {
    text-align: center;
}

.form-loading-spinner .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #f19956;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-loading-spinner p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
