/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_interview_mv {
  position: relative;
}
.p_interview_mv::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: clamp(5rem, 14.42vw - 9.77rem, 11rem);
  background-color: #f1f3f5;
}
.p_interview_mv .c_mv__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(60px, 160px, 8.33vw);
}

.mv_interview {
  position: absolute;
  left: clamp(60px, 160px, 8.33vw);
  bottom: clamp(4rem, 14.42vw - 10.77rem, 10rem);
  display: flex;
  width: clamp(30rem, 43.27vw - 14.31rem, 48rem);
  height: clamp(14rem, 14.42vw - 0.77rem, 20rem);
  padding: clamp(3.5rem, 6.01vw - 2.65rem, 6rem) 0 0 clamp(1.5rem, 9.67vw - 5.93rem, 8rem);
  background-color: #344454;
  color: #fff;
  z-index: 2;
}
.mv_interview__person {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.mv_interview__name {
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(4rem, 2.98vw + 1.71rem, 6rem);
  font-weight: 600;
  line-height: 1em;
}
.mv_interview__join {
  font-size: clamp(1.4rem, 0.3vw + 1.17rem, 1.6rem);
  font-weight: 700;
}
.mv_interview__info {
  padding-top: 5px;
}
.mv_interview__text {
  margin-bottom: 4px;
  font-size: clamp(1.4rem, 0.3vw + 1.17rem, 1.6rem);
  font-weight: 700;
  line-height: 1.9em;
}

.p_intervew_reason {
  padding: clamp(8rem, 15.05vw - 3.56rem, 14.5rem) 0 clamp(15rem, 5.38vw + 10.87rem, 21.2rem);
  background-color: #f1f3f5;
}
.p_intervew_reason__heading {
  margin-bottom: 90px;
  color: #e53935;
  text-align: center;
}
.p_intervew_reason__heading_en {
  display: block;
  margin-bottom: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}
.p_intervew_reason__heading_jp {
  font-size: clamp(2.8rem, 0.96vw + 2.06rem, 3.6rem);
  font-weight: 700;
  line-height: 2em;
}
.p_intervew_reason__dl {
  display: flex;
  padding: 34px 0 48px;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.p_intervew_reason__dt {
  width: clamp(17rem, 30.09vw - 6.11rem, 30rem);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
}
.p_intervew_reason__dd {
  width: calc(100% - clamp(17rem, 30.09vw - 6.11rem, 30rem));
  padding-top: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
}

.p_intervew_info {
  position: relative;
  padding-bottom: clamp(10rem, 7.99vw + 3.87rem, 19.2rem);
  background-color: #f1f3f5;
}
.p_intervew_info__heading {
  position: absolute;
  top: clamp(-10rem, -4.34vw - 1.67rem, -5rem);
  right: clamp(5rem, 18.23vw - 9rem, 26rem);
  z-index: 2;
}
.p_intervew_info__heading span {
  font-size: clamp(10rem, 8.68vw + 3.33rem, 20rem) !important;
  line-height: 1em !important;
}
.p_intervew_info__parallax {
  position: relative;
  height: clamp(40rem, 17.19vw + 26.8rem, 59.8rem);
  overflow: hidden;
  z-index: 1;
}
.p_intervew_info__parallax_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
}
.p_intervew_info__parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #344454;
  opacity: 0.4;
  z-index: 1;
}
.p_intervew_info__content {
  position: relative;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding: 102px 0 0;
  z-index: 2;
}
.p_intervew_info__box_text {
  flex-shrink: 0;
  width: clamp(47rem, 10.04vw + 36.71rem, 56rem);
}
.p_intervew_info__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.p_intervew_info__title_en {
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e53935;
  color: #e53935;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}
.p_intervew_info__title_jp {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8em;
}
.p_intervew_info__text {
  font-size: 1.6rem;
  line-height: 2em;
}
.p_intervew_info__image {
  max-width: 940px;
  height: 560px;
}
.p_intervew_info__image img {
  height: 100%;
  object-fit: cover;
}
.p_intervew_info__content_first {
  margin-bottom: 18px;
}
.p_intervew_info__content_first .p_intervew_info__box_text {
  padding: 0 50px 0 0;
  margin-left: clamp(2rem, 40.18vw - 39.14rem, 38rem);
}
.p_intervew_info__content_first .p_intervew_info__image {
  margin: clamp(-23.8rem, -7.64vw - 9.13rem, -15rem) 0 0 auto;
}
.p_intervew_info__content_last .p_intervew_info__box_text {
  padding: 0 0 0 50px;
  margin-right: clamp(2rem, 40.18vw - 39.14rem, 38rem);
}
.p_intervew_info__content_last .p_intervew_info__image {
  margin: -5px auto 0 0;
}

.p_interview_private {
  position: relative;
  padding: clamp(13rem, 11.78vw + 3.95rem, 22.8rem) 0 clamp(11rem, 8.41vw + 4.54rem, 18rem);
  background-color: #f1f3f5;
}
.p_interview_private::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-16rem, -22.92vw + 28rem, -5rem);
  width: 100%;
  height: 100%;
  background-color: #dee1e4;
}
.p_interview_private .container {
  position: relative;
}
.p_interview_private__heading {
  position: absolute;
  top: clamp(-7rem, -3.04vw - 1.17rem, -3.5rem);
  left: clamp(-12rem, -32.99vw + 40.78rem, 7rem);
  z-index: 1;
}
.p_interview_private__heading span {
  font-size: clamp(10rem, 8.68vw + 3.33rem, 20rem) !important;
}
.p_interview_private__content {
  display: flex;
  align-items: center;
  width: clamp(75rem, 129.31vw - 57.41rem, 90rem);
  height: 560px;
  padding-left: clamp(5rem, 9.62vw - 4.85rem, 9rem);
  background-color: #fff;
  border-left: 10px solid #e53935;
}
.p_interview_private__box_text {
  position: relative;
  top: 15px;
  width: clamp(30rem, 29.76vw + 7.14rem, 50rem);
}
.p_interview_private__text {
  margin-top: -35px;
  font-size: 1.6rem;
  line-height: 2em;
}
.p_interview_private__image {
  position: absolute;
  top: 50%;
  right: clamp(2rem, -17.36vw + 27.78rem, 10rem);
  transform: translateY(-50%);
  width: clamp(26rem, 29.76vw + 3.14rem, 46rem);
  height: 460px;
}
.p_interview_private__image img {
  height: 100%;
  object-fit: cover;
}

.p_interview_schedule {
  position: relative;
  padding: clamp(11rem, 8.41vw + 4.54rem, 18rem) 0 clamp(11rem, 6.85vw + 5.74rem, 16.7rem);
  background: url(../img/interview/bg_schedule.jpg) no-repeat center/cover;
}
.p_interview_schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #344454;
  opacity: 0.9;
}
.p_interview_schedule__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p_interview_schedule__box_text {
  position: relative;
  top: -8px;
}
.p_interview_schedule__heading {
  margin-bottom: 0;
}
.p_interview_schedule__heading .c_ttl__en {
  line-height: 1em;
}
.p_interview_schedule__list {
  position: relative;
  width: clamp(40rem, 64.81vw - 9.78rem, 68rem);
}
.p_interview_schedule__item {
  display: flex;
  padding: 45px 0 32px;
  border-top: 1px solid #dee1e4;
}
.p_interview_schedule__item:last-child {
  border-bottom: 1px solid #dee1e4;
}
.p_interview_schedule__date {
  flex-shrink: 0;
  margin-right: 25px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
}
.p_interview_schedule__detail {
  position: relative;
  top: -3px;
  color: #fff;
  font-size: 1.6rem;
}

.p_interview_people {
  padding: clamp(11rem, 8.89vw + 4.17rem, 18.4rem) 0 clamp(11rem, 11.3vw + 2.32rem, 20.4rem);
  background-color: #f1f3f5;
}
.p_interview_people__heading {
  margin-bottom: 85px;
  text-align: center;
}
.p_interview_people__heading .c_ttl__en {
  margin-bottom: 0;
  padding-left: 0;
}
.p_interview_people__heading .c_ttl__en::before {
  display: none;
}
.p_interview_people__list {
  margin-left: -50px;
}
.p_interview_people__item {
  position: relative;
  width: clamp(24rem, 13.89vw + 13.33rem, 40rem);
  margin: 0 clamp(5rem, 4.34vw + 0.56rem, 7.5rem);
  transition: all 0.5s;
}
.p_interview_people__item:hover .p_interview_people__image img {
  transform: scale(1.1);
}
.p_interview_people__image {
  height: clamp(33.2rem, 19.27vw + 18.4rem, 55.4rem);
  margin-bottom: 24px;
  overflow: hidden;
}
.p_interview_people__image img {
  transition: all 0.5s;
}
.p_interview_people__name {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.2rem, 2.16vw + 0.54rem, 4rem);
  font-weight: 600;
  line-height: 1.3em;
}
.p_interview_people__text {
  font-size: clamp(1.6rem, 0.96vw + 0.86rem, 2.4rem);
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
.p_interview_people__number {
  position: absolute;
  top: 0;
  right: -48px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.p_interview_people__number::before {
  content: "";
  position: absolute;
  bottom: clamp(-23.8rem, -29.57vw + 18.78rem, -11.5rem);
  left: 11px;
  width: 2px;
  height: clamp(10rem, 26.44vw - 17.08rem, 21rem);
  background-color: #344454;
}

.p_interview_top_mv.no_img .c_ttl::after {
  display: none;
}

.p_interview_top_people {
  position: relative;
  margin-top: -266px;
  padding: 0 clamp(60px, 160px, 8.33vw);
}
.p_interview_top_people__wrap {
  position: relative;
  padding-bottom: clamp(10rem, 11.72vw - 2rem, 20.5rem);
  background: #fff;
}
.p_interview_top_people__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  width: 160px;
  width: clamp(60px, 160px, 8.33vw);
}
.p_interview_top_people .p_interview_people__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 754px;
  padding: 0 20px;
  margin: 0 auto;
  background: #fff;
}
.p_interview_top_people .p_interview_people__item {
  width: clamp(19rem, 19.1vw - 0.56rem, 30rem);
  margin: 0 clamp(7.6rem, 6.25vw + 1.2rem, 11.2rem) 85px 0;
}
.p_interview_top_people .p_interview_people__item:nth-child(2n) {
  margin-right: 0;
}
.p_interview_top_people .p_interview_people__image {
  height: clamp(26.4rem, 26.26vw - 0.52rem, 41.5rem);
  margin-bottom: 22px;
}
.p_interview_top_people .p_interview_people__name {
  margin-bottom: 4px;
}
.p_interview_top_people .p_interview_people__text {
  font-size: clamp(1.6rem, 0.7vw + 0.89rem, 2rem);
  letter-spacing: 0.02em;
}
.p_interview_top_people .p_interview_people__number {
  right: -40px;
}
.p_interview_top_people .p_interview_people__number::before {
  bottom: clamp(-18rem, -17.36vw + 9.78rem, -8rem);
  left: 14px;
  height: clamp(6rem, 16.67vw - 11.07rem, 15.6rem);
}

@media screen and (max-width: 1024px) {
  .p_interview_private__content {
    width: 80%;
  }
  .p_interview_top_people {
    margin-top: clamp(-22rem, 23.44vw - 40rem, -16rem);
  }
  .p_interview_top_people .p_interview_people__list {
    justify-content: space-between;
    padding-right: 70px;
  }
  .p_interview_top_people .p_interview_people__item {
    width: calc(50% - 50px);
    margin: 0 60px 70px 0 !important;
  }
  .p_interview_top_people .p_interview_people__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .p_interview_top_people .p_interview_people__item:last-child {
    margin: 0 auto 70px !important;
  }
  .p_interview_top_people .p_interview_people__image {
    height: clamp(14.2rem, 48.49vw - 6.46rem, 43.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p_interview_mv {
    height: 340px;
  }
  .p_interview_mv::before {
    height: 50px;
  }
  .p_interview_mv .c_mv__container {
    padding: 0 40px;
  }
  .c_mv__bg img {
    height: 100%;
    object-fit: cover;
  }
  .mv_interview {
    left: 40px;
    width: 240px;
    height: 90px;
    padding: 12px 10px 10px 15px;
    bottom: 40px;
  }
  .mv_interview__person {
    margin-right: 15px;
  }
  .mv_interview__name {
    margin-bottom: 0;
    font-size: 4.2rem;
  }
  .mv_interview__join {
    font-size: 1.2rem;
  }
  .mv_interview__text {
    font-size: 1.2rem;
  }
  .p_intervew_reason {
    padding: 70px 0 calc(70px + 7vw);
  }
  .p_intervew_reason__heading {
    margin-bottom: 40px;
  }
  .p_intervew_reason__heading_en {
    margin-bottom: 15px;
  }
  .p_intervew_reason__heading_jp {
    font-size: 2rem;
    line-height: 1.8em;
  }
  .p_intervew_reason__dl {
    display: block;
    padding: 0;
  }
  .p_intervew_reason__dt {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    font-size: 1.6rem;
  }
  .p_intervew_reason__dd {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .p_intervew_info {
    padding-bottom: 70px;
  }
  .p_intervew_info__heading {
    top: -7vw;
    right: 20px;
  }
  .p_intervew_info__heading span {
    font-size: 14vw !important;
  }
  .p_intervew_info__parallax {
    height: 40vw;
    margin-bottom: 50px;
  }
  .p_intervew_info__content {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .p_intervew_info__box_text {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .p_intervew_info__title {
    margin-bottom: 25px;
  }
  .p_intervew_info__title_en {
    margin-bottom: 10px;
  }
  .p_intervew_info__title_jp {
    font-size: 1.8rem;
  }
  .p_intervew_info__text {
    font-size: 1.4rem;
  }
  .p_intervew_info__image {
    order: 2;
    height: auto;
    margin: 0 auto !important;
  }
  .p_intervew_info__image img {
    height: auto;
  }
  .p_intervew_info__content_first {
    margin-bottom: 50px;
  }
  .p_intervew_info__content_first .p_intervew_info__box_text {
    padding: 0;
    margin-left: 0;
  }
  .p_intervew_info__content_last .p_intervew_info__box_text {
    padding: 0;
    margin-right: 0;
  }
  .p_interview_private {
    padding: calc(70px + 7vw) 0 70px;
  }
  .p_interview_private::before {
    left: 0;
  }
  .p_interview_private__heading {
    top: -5vw;
    left: 50px;
  }
  .p_interview_private__heading span {
    font-size: 14vw !important;
  }
  .p_interview_private__content {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 70px 30px 50px;
    border-width: 5px;
  }
  .p_interview_private__box_text {
    top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .p_interview_private__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .p_interview_private__text {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .p_interview_private__image {
    position: inherit;
    transform: translateY(0);
    width: 100%;
    height: auto;
  }
  .p_interview_private__image img {
    height: auto;
  }
  .p_interview_schedule {
    padding: 70px 0;
  }
  .p_interview_schedule__box_text {
    margin-bottom: 40px;
  }
  .p_interview_schedule__list {
    width: 100%;
  }
  .p_interview_schedule__item {
    padding: 25px 0 15px;
  }
  .p_interview_schedule__date {
    font-size: 1.8rem;
  }
  .p_interview_schedule__detail {
    top: -6px;
    font-size: 1.4rem;
  }
  .p_interview_people {
    padding: 70px 0;
  }
  .p_interview_people__heading {
    margin-bottom: 50px;
  }
  .p_interview_people__list {
    margin-left: -20px;
  }
  .p_interview_people__item {
    width: 210px;
    margin: 0 25px;
  }
  .p_interview_people__image {
    height: auto !important;
    margin-bottom: 20px;
  }
  .p_interview_people__name {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  .p_interview_people__text {
    font-size: 1.4rem !important;
  }
  .p_interview_people__number {
    right: -20px !important;
    font-size: 1.2rem;
  }
  .p_interview_people__number::before {
    bottom: -80px !important;
    left: 8px !important;
    height: 60px !important;
  }
  .p_interview_top_people {
    margin-top: -60px;
    padding-left: 40px;
    padding-right: 0;
  }
  .p_interview_top_people__wrap {
    padding-bottom: 20px;
  }
  .p_interview_top_people__wrap::after {
    display: none;
  }
  .p_interview_top_people .p_interview_people__list {
    margin-left: 30px;
    margin-right: 70px;
    padding-right: 20px;
  }
  .p_interview_top_people .p_interview_people__item {
    width: calc(50% - 20px);
    margin: 0 40px 50px 0 !important;
  }
}
@media screen and (max-width: 425px) {
  .c_mv__bg img {
    object-position: -230px center;
  }
  .p_interview_top_people .p_interview_people__list {
    margin-left: 20px;
    margin-right: 50px;
    padding: 0;
  }
  .p_interview_top_people .p_interview_people__item {
    width: 100%;
    margin: 0 0 50px 0 !important;
  }
}
.mv_interview_boss {
  width: clamp(
        26rem,
        46.8227424749vw + -9.9598662207rem,
        54rem
    );
  padding: clamp(
        5rem,
        2.8428093645vw + 2.816722408rem,
        6.7rem
    ) 0 0 clamp(
        3rem,
        8.3612040134vw + -3.4214046823rem,
        8rem
    );
}
@media screen and (max-width: 767px) {
  .mv_interview_boss {
    padding: 25px 15px;
  }
}
.mv_interview_boss .mv_interview__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(
        2rem,
        3.3444816054vw + -0.5685618729rem,
        4rem
    );
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mv_interview_boss .mv_interview__name {
    font-size: 2.2rem;
  }
}
.mv_interview_boss .mv_interview__info {
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .mv_interview_boss .mv_interview__info {
    margin-top: -6px;
  }
}
.mv_interview_boss .mv_interview__text {
  margin-bottom: -2px;
}

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