.employee_list {
  margin-top: 7.8125vw;
}
.employee_list__render {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.3020833333vw;
  margin-right: -1.3020833333vw;
  justify-content: center;
  align-items: center;
}
.employee_list__item {
  width: 23.4375vw;
  display: block;
  margin-left: 1.3020833333vw;
  margin-right: 1.3020833333vw;
  margin-bottom: 4.6223958333vw;

}
.employee_list__item .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2380952381;
  font-size: 2.734375vw;
  color: #2DDCAD;
  margin-top: 1.953125vw;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.employee_list__item .jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-size: 1.3020833333vw;
  color: #C7DBD6;
}
.employee_list__item .p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.5625vw;
  margin-top: 0.9114583333vw;
}

@media only screen and (max-width: 1000px) {
  .employee_list__item .p {
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 767px) {
  .employee_list {
    margin-top: 10.6666666667vw;
  }
  .employee_list__render {
    margin: 0;
    justify-content: space-between;
  }
  .employee_list__item {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 0;
  }
  .employee_list__item .en {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
  .employee_list__item .jp {
    font-size: 3.2vw;
  }
  .employee_list__item .p {
    font-size: 3.7333333333vw;
    margin-top: 14px;
  }
  .employee_list__item .p br {
    display: none;
  }
}
.interview_intro {
  margin-top: 5.2083333333vw;
  margin-bottom: 5.3385416667vw;
}
.interview_intro__content {
  background-color: #fff;
}
.interview_intro__dl {
  display: flex;
  justify-content: space-between;
  padding: 4.0364583333vw 4.8177083333vw;
}
.interview_intro__dl > .dt {
  width: 11.71875vw;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.5625vw;
  color: #2DDCAD;
}
.interview_intro__dl > .dd {
  width: calc(100% - 12.2395833333vw);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.0416666667vw;
  color: #505554;
}

@media only screen and (max-width: 767px) {
  .interview_intro {
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    background-color: #F7FAF9;
    padding: 5.3333333333vw 0;
  }
  .interview_intro__content {
    background-color: transparent;
  }
  .interview_intro__dl {
    display: block;
    padding: 0 1.3020833333vw;
  }
  .interview_intro__dl > .dt {
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .interview_intro__dl > .dd {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.interview_description {
  padding: 1px;
}
.interview_description .block {
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
}
.interview_description .block .p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.0416666667vw;
  color: #505554;
  margin-top: 3.1901041667vw;
}
.interview_description .block__1 {
  margin-top: 6.8359375vw;
}
.interview_description .block__1_image {
  margin-top: 6.25vw;
}
.interview_description .block__2 {
  margin-top: 6.1197916667vw;
}

@media only screen and (max-width: 767px) {
  .interview_description .block {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .interview_description .block .p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .interview_description .block__1_image {
    margin-top: 8.4210526316vw;
  }
}
.interview_schedule {
  padding: 6.7057291667vw 0;
  margin-top: 9.5052083333vw;
  background-color: #F7FAF9;
}
.interview_schedule .block {
  margin-top: 2.6041666667vw;
}
.interview_schedule .sche_detail {
  width: 49.4791666667vw;
  margin-top: 1.3020833333vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview_schedule .sche_detail .time {
  width: 7.8125vw;
  height: 3.3854166667vw;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2083333333;
  font-size: 1.5625vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2DDCAD;
  position: relative;
  border-radius: 1px;
}
.interview_schedule .sche_detail .detail {
  width: 40.3645833333vw;
  height: 6.5104166667vw;
  background-color: #fff;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.6041666667vw;
  padding-right: 1.953125vw;
}
.interview_schedule .sche_detail .p {
  max-width: 90%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.0416666667vw;
  color: #2DDCAD;
}
.interview_schedule .sche_detail .image__1 {
  width: 3.7760416667vw;
}
.interview_schedule .sche_detail .image__2 {
  width: 2.0182291667vw;
  margin-right: 0.8463541667vw;
}
.interview_schedule .sche_detail .image__3 {
  width: 2.6041666667vw;
  margin-right: 0.6510416667vw;
}
.interview_schedule .sche_detail .image__4 {
  width: 1.4973958333vw;
  margin-right: 0.9765625vw;
}
.interview_schedule .sche_detail .image__5 {
  width: 2.0182291667vw;
  margin-right: 0.8463541667vw;
}
.interview_schedule .sche_detail .image__6 {
  width: 3.0598958333vw;
}
.interview_schedule .sche_detail .image__7 {
  width: 3.7760416667vw;
}
.interview_schedule .sche_detail .image__8 {
  width: 2.4088541667vw;
  margin-right: 0.3255208333vw;
}
.interview_schedule .sche_detail .image__9 {
  width: 2.6041666667vw;
  margin-right: 0.3255208333vw;
}
.interview_schedule .sche_detail .image__10 {
  width: 2.0182291667vw;
  margin-right: 0.3255208333vw;
}
.interview_schedule .sche_detail .image__11 {
  width: 2.34375vw;
  margin-right: 0.3255208333vw;
}
.interview_schedule .sche_detail .image__12 {
  width: 2.1484375vw;
  margin-right: 0.8463541667vw;
}
.interview_schedule .sche_detail + .sche_detail .time::after {
  content: "";
  width: 0.6510416667vw;
  height: 4.5572916667vw;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #2DDCAD;
}

@media only screen and (max-width: 767px) {
  .interview_schedule {
    padding: 5.3333333333vw 0;
    margin-top: 10.6666666667vw;
  }
  .interview_schedule .block {
    margin-top: 5.3333333333vw;
  }
  .interview_schedule .sche_detail {
    width: 100%;
    margin-top: 8vw;
    display: block;
  }
  .interview_schedule .sche_detail .time {
    width: 100%;
    height: 8vw;
    font-size: 4.2666666667vw;
  }
  .interview_schedule .sche_detail .detail {
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
  }
  .interview_schedule .sche_detail .p {
    max-width: calc(100% - 12vw);
    font-size: 3.7333333333vw;
  }
  .interview_schedule .sche_detail .image__1 {
    width: 7.4666666667vw;
  }
  .interview_schedule .sche_detail .image__2 {
    width: 5.3333333333vw;
  }
  .interview_schedule .sche_detail .image__3 {
    width: 6.9333333333vw;
  }
  .interview_schedule .sche_detail .image__4 {
    width: 4vw;
  }
  .interview_schedule .sche_detail .image__5 {
    width: 4.2666666667vw;
  }
  .interview_schedule .sche_detail .image__6 {
    width: 7.4666666667vw;
  }
  .interview_schedule .sche_detail .image__7 {
    width: 7.4666666667vw;
  }
  .interview_schedule .sche_detail .image__8 {
    width: 5.8666666667vw;
  }
  .interview_schedule .sche_detail .image__9 {
    width: 7.4666666667vw;
  }
  .interview_schedule .sche_detail .image__10 {
    width: 5.3333333333vw;
  }
  .interview_schedule .sche_detail .image__11 {
    width: 6.4vw;
  }
  .interview_schedule .sche_detail .image__12 {
    width: 5.3333333333vw;
  }
  .interview_schedule .sche_detail + .sche_detail .time::after {
    width: 4px;
    height: 8vw;
  }
}
.interview_other {
  margin-top: 6.7708333333vw;
}
.interview_other .block {
  width: 100%;
  overflow: hidden;
  padding: 1px;
  margin-top: 5.078125vw;
}
.interview_other__slide {
  width: 68.359375vw;
  margin-left: auto;
  margin-right: auto;
}
.interview_other__slide .slick-list {
  overflow: visible;
}
.interview_other__slide .item {
  margin: 0 1.6276041667vw;
}
.interview_other__slide .item .image {
  border-radius: 999px;
  overflow: hidden;
}
.interview_other__slide .item .p {
  text-align: center;
  margin-top: 1.7578125vw;
}
.interview_other__slide .item .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.2380952381;
  font-size: 2.734375vw;
  color: #2DDCAD;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.interview_other__slide .item .jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-size: 1.3020833333vw;
  color: #C7DBD6;
}

@media only screen and (max-width: 767px) {
  .interview_other {
    margin-top: 10.6666666667vw;
  }
  .interview_other .block {
    margin-top: 10.6666666667vw;
  }
  .interview_other__slide {
    width: 48vw;
  }
  .interview_other__slide .item {
    margin: 0 2.6666666667vw;
  }
  .interview_other__slide .item .p {
    text-align: center;
    margin-top: 1.7578125vw;
  }
  .interview_other__slide .item .en {
    font-size: 5.3333333333vw;
  }
  .interview_other__slide .item .jp {
    font-size: 3.2vw;
  }
}

/*# sourceMappingURL=interview.css.map */
