@charset "utf-8";
/* CSS Document */
.section-recruit__image {
  background-image: url("../images/recruit/circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  position: relative;
}
.section-recruit__image h2 {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4.8rem;
  color: #FFF;
  background-image: url("../images/common/Rectangle.png");
  padding: 30px 160px;
  display: inline-block;
  width: 810px;
  line-height: 1.0;
  position: absolute;
  left: 0;
  top: 300px;
}
.section-recruit__image h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .section-recruit__image {
    height: 190px;
  }
  .section-recruit__image h2 {
    font-size: 2.2rem;
    background-image: url("../images/common/RectangleSP.png");
    background-repeat: no-repeat;
    width: 90%;
    height: 63px;
    padding: 10px 20px;
    top: 150px;
  }
  .section-recruit__image h2 span {
    font-size: 1.4rem;
  }
}
.section-recruit__message {
  max-width: 1440px;
  /* height: 520px; */
  margin: 180px auto 0px;
  background-image: url("../images/recruit/megaphone.png"), url("../images/recruit/jump.png");
  background-repeat: no-repeat;
  background-size: 22.2%, 23.4%;
  background-position: left 20px top 40px, right top;
}
.section-recruit__message-p-1 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 800;
  color: #053457;
  padding-top: 150px;
}
.section-recruit__message-p-2 {
  text-align: center;
  color: #195F92;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.8;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-recruit__message {
    margin: 40px 14px 60px;
    background-image: none;
    /* height: auto; */
  }
  .section-recruit__message-p-1 {
    font-size: 2.0rem;
    padding-top: 60px;
  }
  .section-recruit__message-p-2 {
    font-size: 1.6rem;
    padding-top: 40px;
  }
}
.section-job-description {
  background-color: #2074B1;
  margin-bottom: 80px;
}
.section-job-description_title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4.0rem;
  text-align: center;
  padding-top: 80px;
}
.section-title_image {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.section-job-description_title-2 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-job-description-sentence {
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  line-height: 1.8;
}
.section-recruit_btn {
  background-color: #FD7544;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  width: 240px;
  display: block;
  padding: 10px 20px;
  margin-top: 30px;
}
.section-recruit_button-arrow {
  padding-left: 30px;
}
.section-recruit_button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-recruit_btn-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 80px;
}
.btn-1 {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .section-job-description {
    margin-bottom: 0px;
  }
  .section-job-description_title {
    font-size: 2.4rem;
  }
  .section-title_image {
    width: 240px;
  }
  .section-job-description_title-2 {
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .section-job-description-sentence {
    font-size: 1.4rem;
    padding: 0 14px;
  }
  .section-recruit_btn-box {
    display: block !important;
  }
  .section-recruit_btn {
    margin: 0 auto;
  }
  .btn-1 {
    margin-bottom: 30px;
  }
}
.section-staff-interview_title {
  color: #053457;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 4.0rem;
  text-align: center;
  padding-top: 80px;
}
.section-staff-interview_title-2 {
  color: #053457;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-staff-interview_yamagata, .section-staff-interview_uemura {
  width: 500px;
}
.section-staff-interview__image-yamagata {
  background-image: url("../images/recruit/yamagata-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 10%);
  color: #fff;
  padding: 20px 40px;
  text-align: left;
  position: relative;
}
.section-staff-interview__image-uemura {
  background-image: url("../images/recruit/uemura-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 10%);
  color: #fff;
  padding: 20px 40px;
  text-align: left;
  position: relative;
}
.section-staff-interview__image-2 {
  width: 120px;
  position: absolute;
  top: -40px;
  right: 27%;
}
.section-staff-interview_coach {
  position: relative;
  z-index: 1;
  width: 155px;
  height: 36px;
  text-align: center;
  color: #053457;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 3px;
}
.section-staff-interview_staff {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 36px;
  text-align: center;
  color: #053457;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 3px;
}
.section-staff-interview_coach::before, .section-staff-interview_staff::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-22deg);
  content: "";
  background-color: #fff;
}
.section-staff-interview_name-1 {
  font-size: 3.2rem;
  font-weight: 600;
  padding: 20px 0 15px;
}
.section-staff-interview_list {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .section-staff-interview_title {
    font-size: 2.4rem;
  }
  .section-staff-interview_title-2 {
    font-size: 1.6rem;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .section-staff-interview_list {
    display: block;
    margin-bottom: 0px;
  }
  .section-staff-interview__image-yamagata {
    background-image: url("../images/recruit/yamagata-img_SP.png");
    padding: 10px 20px;
  }
  .section-staff-interview__image-uemura {
    background-image: url("../images/recruit/uemura-img_SP.png");
    padding: 10px 20px;
  }
  .section-staff-interview_yamagata, .section-staff-interview_uemura {
    width: 90%;
    max-width: 368px;
    margin: 0 auto;
  }
  .section-staff-interview_uemura {
    margin-top: 60px;
  }
  .section-staff-interview__image-2 {
    width: 80px;
    top: -20px;
    right: 26%;
  }
  .section-staff-interview_p-1 {
    font-size: 1.2rem;
    width: 100px;
    height: 25px;
    padding-top: 0px;
  }
  .section-staff-interview_name-1 {
    font-size: 2.4rem;
    padding-bottom: 0px;
  }
  .section-staff-interview_name-2 {
    font-size: 1.2rem;
  }
}
.section-application {
  margin-bottom: 120px;
}
.section-application_box {
  background-color: #EEF8FF;
  padding: 80px 0px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.0;
  width: 1000px;
  margin: 0 auto;
}
address {
  font-style: normal;
}
.section-application_btn {
  background-color: #FD7544;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  width: 240px;
  display: block;
  padding: 10px 20px;
  margin: 30px auto 0;
}
.section-application_button-arrow {
  padding-left: 30px;
}
.section-application_button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-application_box {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}


.section-recruit__message_box,
.section-application_flow {
  width: 80%;
  max-width: 680px;
  margin: 0 auto 7.2rem;
}

.section-recruit__message_box:first-of-type {
  margin-top: 8.0rem;
}

.section-recruit__message_box h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4.8rem;
  line-height: 1.8;
  color: #053457;
}

.section-recruit__message_box h4 span {
  display: inline-block;
  position: relative;
}

.section-recruit__message_box h4 span::after {
  content: "";
  display: inline-block;
  width: 120%;
  height: 8px;
  background-color: #2074b1;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: skewX(-50deg) translate(-5%, 10px);
}

.section-recruit__message_box p,
.section-application_flow p,
.section-application_flow dt,
.section-application_flow dd {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.section-recruit__message_box ul.section-recruit__message_list {
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  margin-bottom: 1.6rem;
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  .section-recruit__message_box,
  .section-application_flow {
    width: 90%;
    margin-bottom: 4.8rem;
  }

  .section-recruit__message_box:first-of-type {
    margin-top: 4.0rem;
  }

  .section-recruit__message_box h4 {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }

  .section-recruit__message_box p,
  .section-application_flow p,
  .section-application_flow dt,
  .section-application_flow dd {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .section-recruit__message_box ul.section-recruit__message_list {
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.Job_posting_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 16px;
}

.Job_posting {
  padding: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  flex: 1;
}

.Job_posting h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.6rem;
  margin-left: 0.8rem;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;

}

.Job_posting h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 24px;
  background-color: #053457;
  transform: skewX(-20deg); /* 水平方向に歪ませる */
}

.Job_posting h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 24px;
  background-color: #7bafc9;
  transform: skewX(-20deg); /* 水平方向に歪ませる */
  left: 10px;
  z-index: -1;
}

.Job_posting table {
  width: 100%;
  border-collapse: collapse;
}

.Job_posting table, .Job_posting th, .Job_posting td {
  border: 1px solid #fff;
}

.Job_posting th , .Job_posting td {
  padding: 1rem;
  border: 1px solid #fff;
}

.Job_posting th {
  width: calc(9 * 1.6rem);
  text-align: left;
  background-color: #053457;
}

.Job_posting td {
  background-color: #fff;
  border-top: 1px solid #053457;
  border-bottom: 1px solid #053457;
  color: #333;
}

.Job_posting td ol {
  padding: 0 0.6rem;
  margin-left: 1.6rem;
  list-style: decimal;
}

.Job_posting td ul {
  padding: 0 0.6rem;
  margin-left: 1.6rem;
  list-style: initial;
}

.Job_posting td ol li ul {
  margin-left: 3.2rem;
}

@media screen and (max-width: 768px) {
  .Job_posting_box {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .Job_posting {
    padding: 1.4rem;
    font-size: 1.4rem;
  }

  .Job_posting h4 {
    font-size: 1.8rem;
    margin-left: 0;
  }

  .Job_posting table {
    margin-bottom: 18px;
  }

  .Job_posting th, .Job_posting td {
    display: block;
    width: 100%;
  }

  .Job_posting td ol {
    padding: 0 0.4rem;
    margin-left: 1.4rem;
    list-style: decimal;
  }

  .Job_posting td ul {
    padding: 0 0.4rem;
    margin-left: 1.4rem;
    list-style: initial;
  }

  .Job_posting td ol li ul {
    margin-left: 2.8rem;
  }
}

.section-application_flow dt {
  font-size: 2rem;
  font-weight: 600;
  color: #053457;
}

.section-application_flow dd {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 3.2rem;
  margin-bottom: 0;
}

.section-application_flow dd::after {
  content: "";
  display: inline-block;
  width: 0;
  aspect-ratio: 1;
  border-top: 24px solid #7bafc9;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  margin-left: 24px;
  /* transform: rotate(45deg); */
}

.section-application_flow dd:last-of-type::after {
  opacity: 0;
}

.section-application_box .section-staff-interview_title-2 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .section-application_flow dd {
    align-items: center;
    gap: 2.4rem;
  }

  .section-application_flow dd::after {
    margin-left: 0;
  }
}