@charset "utf-8";
/* CSS Document */
.section-staff-interview__image {
  background-image: url("../images/contact/title.png");
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  margin-top: 120px;
  width: 1000px;
  height: 200px;
}
.section-staff-interview__image h2 {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4.0rem;
  color: #FFF;
  padding: 30px 160px;
  display: inline-block;
  line-height: 1.0;
  margin-top: 10px;
}
.section-staff-interview__image h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-style: normal;
}
.text-breadcrumbs {
  display: flex;
  list-style: none;
  color: #fff;
  padding-left: 160px;
  padding-bottom: 20px;
}
.text-breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.text-breadcrumbs li span {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .section-staff-interview__image {
    background-image: none;
    background-color: #2074B1;
    margin-top: 0px;
    width: 100%;
  }
  .section-staff-interview__image h2 {
    font-size: 2.4rem;
    padding-left: 5%;
    padding-top: 60px;
    padding-right: 0px;
  }
  .section-staff-interview__image h2 span {
    font-size: 1.6rem;
  }
  .text-breadcrumbs {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.section-self-introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.section-self-introduction_img {
  width: 24.5%;
  max-width: 350px;
}
.section-self-introduction_img-SP {
  display: none;
}
.section-self-introduction_sentence {
  height: 497px;
  background-image: url("../images/recruit/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.section-self-introduction_p-1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.8;
  color: #053457;
  padding-bottom: 40px;
}
.section-self-introduction_post {
  font-size: 2.0rem;
}
.section-self-introduction_name {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: #2074B1;
  padding: 20px 0;
}
.section-self-introduction_name span {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-self-introduction_academic-background {
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .section-self-introduction {
    display: block;
  }
  .section-self-introduction_img {
    display: none;
  }
  .section-self-introduction_img-SP {
    display: block;
    width: 204px;
    margin: 0 auto 20px;
  }
  .section-self-introduction_sentence {
    margin: 0 auto;
    padding-top: 40px;
    height: auto;
    width: 90%;
  }
  .section-self-introduction_p-1 {
    font-size: 1.8rem;
  }
  .section-self-introduction_post {
    font-size: 1.6rem;
  }
  .section-self-introduction_name {
    font-size: 3.2rem;
  }
  .section-self-introduction_academic-background {
    font-size: 1.6rem;
  }
}
.section-question {
  max-width: 1000px;
  margin: 80px auto;
}
.question-box-1, .question-box-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.question-img {
  width: 54px;
}
.question {
  font-size: 2.0rem;
  font-weight: 800;
  color: #2074B1;
  padding-left: 20px;
}
.answer {
  font-size: 1.6rem;
  padding-left: 74px;
  padding-top: 20px;
  line-height: 1.8;
}
.question-box-2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section-question {
    width: 90%;
  }
  .answer {
    padding-left: 0px;
  }
}
.section-schedule {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.section-schedule_list {
  background-color: #EEF8FF;
  padding: 40px 20px 60px;
}
.section-schedule_list h3 {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-schedule_list h3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-18deg);
  content: "";
  background-color: #2074B1;
}
.section-schedule_list-box {
  display: flex;
  margin-bottom: 20px;
}
.section-schedule_list dl dt {
  font-size: 2.0rem;
  font-weight: 800;
  color: #2074B1;
  padding-right: 40px;
}
.section-schedule_img {
  width: 45%;
}
.section-schedule_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-schedule {
    display: block;
  }
  .section-schedule_img {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 30px auto;
  }
  .section-schedule_img img {
    width: 45%;
  }
}
.section-message {
  max-width: 1000px;
  margin: 80px auto;
}
.section-message h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #053457;
  padding-bottom: 30px;
}
.section-message p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-message {
    width: 90%;
  }
}
.section-ather-interview_title {
  background-image: url("../images/recruit/Rectangle121.png");
  background-repeat: no-repeat;
  height: 80px;
  margin-bottom: 120px;
}
.section-ather-interview h3 {
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  padding-top: 20px;
  padding-left: 560px;
}
@media screen and (max-width: 768px) {
  .section-ather-interview_title {
    background-position: right;
    width: 80%;
    height: 50px;
    margin-bottom: 80px;
  }
  .section-ather-interview h3 {
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
  }
}
.section-staff-interview_yamagata {
  width: 500px;
  margin: 60px auto;
}
.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-2 {
  width: 120px;
  position: absolute;
  top: -40px;
  right: 27%;
}
.section-staff-interview_p-1 {
  position: relative;
  z-index: 1;
  width: 155px;
  height: 36px;
  text-align: center;
  color: #053457;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 3px;
}
.section-staff-interview_p-1::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: center;
  gap: 80px;
  margin-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .section-staff-interview__image-yamagata {
    background-image: url("../images/recruit/yamagata-img_SP.png");
    padding: 10px 20px;
  }
  .section-staff-interview_yamagata {
    width: 90%;
    max-width: 368px;
    margin: 0 auto;
  }
  .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: 1088px;
  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;
}
.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-title_image {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .section-application_box {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .section-staff-interview_title {
    font-size: 2.4rem;
  }
  .section-staff-interview_title-2 {
    font-size: 1.6rem;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .section-title_image {
    width: 240px;
  }
}