@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;
  }
}