@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_interview-ch {
  position: relative;
}
.p_interview-ch__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_interview-ch__bg img, .p_interview-ch__bg source {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_interview-ch__heading {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.p_interview-ch__heading__body {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_interview-ch__heading__body__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -14rem;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__heading__body__en {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__heading__body__en {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7rem;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__heading__body__en {
    margin-top: 6rem;
    display: block;
  }
}
.p_interview-ch__heading__body__en .heading-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: clamp(1.625rem, 3.5vw, 3.5rem);
  font-style: italic;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__heading__body__en .heading-title {
    line-height: 1.2;
    display: block;
  }
}
.p_interview-ch__heading__body__en .heading-number {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: clamp(3.125rem, 6vw, 6.25rem);
  font-style: italic;
  color: #0D5EFF;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__heading__body__en .heading-number {
    line-height: 1.2;
    display: block;
  }
}
.p_interview-ch__heading__body__portrait {
  width: 430px;
  width: clamp(180px, 38vw, 430px);
  border-radius: 0 0 400px 400px;
  overflow: hidden;
}
@media screen and (max-width: 480px) and (max-width: 1166px) {
  .p_interview-ch__heading__body__portrait picture img, .p_interview-ch__heading__body__portrait picture source {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .p_interview-ch__heading__body__portrait picture img, .p_interview-ch__heading__body__portrait picture source {
    margin-top: 2rem;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_interview-ch__heading__body__portrait picture img, .p_interview-ch__heading__body__portrait picture source {
    margin-top: 3rem;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.p_interview-ch__contents {
  position: relative;
  z-index: 0;
  padding: 30rem 0 8rem;
  overflow: hidden;
}
.p_interview-ch__contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 25rem);
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents {
    padding: 50vw 0 8rem;
  }
  .p_interview-ch__contents::before {
    height: calc(100% - 40vw);
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents {
    padding: 55vw 0 8rem;
  }
  .p_interview-ch__contents::before {
    height: calc(100% - 45vw);
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents {
    padding: 22rem 0 8rem;
  }
  .p_interview-ch__contents::before {
    height: calc(100% - 18rem);
  }
}
.p_interview-ch__contents__intro {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__intro {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents__intro {
    margin-top: 1rem;
  }
}
.p_interview-ch__contents__intro .copy {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  line-height: 1.8;
}
.p_interview-ch__contents__intro .copy span {
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-color: #0D5EFF;
  text-decoration-thickness: 0.375rem; /* 線の太さ */
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents__intro .copy span {
    text-decoration-thickness: 0.25rem; /* 線の太さ */
  }
}
.p_interview-ch__contents__intro .affiliation {
  margin-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__intro .affiliation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p_interview-ch__contents__intro .affiliation .position {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__intro .affiliation .position {
    font-size: 0.9375rem;
  }
}
.p_interview-ch__contents__intro .affiliation .position span {
  display: block;
}
.p_interview-ch__contents__intro .affiliation .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.125rem, 4vw, 2.625rem);
  line-height: 1.2;
  padding-left: 1.25rem;
  border-left: solid 1px #0A1023;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__intro .affiliation .name {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.p_interview-ch__contents__reason {
  margin: 8rem auto 0;
  padding: 0rem 4rem 1rem;
  position: relative;
  z-index: 0;
}
.p_interview-ch__contents__reason::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: #EAEEF7;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__reason {
    margin: 3rem auto 0;
    padding: 0rem 2rem;
    border-radius: 20px;
  }
  .p_interview-ch__contents__reason::before {
    top: 1.5rem;
    border-radius: 20px;
  }
}
.p_interview-ch__contents__reason .reason__title {
  text-align: center;
}
.p_interview-ch__contents__reason .reason__title__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: 2.625rem;
  font-style: italic;
  color: #0D5EFF;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__reason .reason__title__en {
    font-size: 2.25rem;
  }
}
.p_interview-ch__contents__reason .reason__title__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__reason .reason__title__jp {
    font-size: 1rem;
  }
}
.p_interview-ch__contents__reason .reason__text {
  margin-top: 1rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_interview-ch__contents__interview .interview__item__title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__interview .interview__item__title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents__interview .interview__item__title {
    font-size: 1.4375rem;
  }
}
.p_interview-ch__contents__interview .interview__item__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 2rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents__interview .interview__item__text {
    margin-top: 1.5rem;
  }
}
.p_interview-ch__contents .interview1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  max-width: 1366px;
  margin-inline: auto;
  margin-top: 10rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview1 {
    width: calc(100% - 3rem);
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview1 {
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents .interview1 {
    margin-top: 4rem;
  }
}
.p_interview-ch__contents .interview1 .interview__item {
  width: calc(50% - 110px);
  margin-right: 100px;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview1 .interview__item {
    width: calc(50% - 1.5rem);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview1 .interview__item {
    width: 100%;
    margin-inline: auto;
  }
}
.p_interview-ch__contents .interview1 .interview__img {
  border-radius: 300px;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  overflow: hidden;
  position: relative;
  left: -3rem;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview1 .interview__img {
    left: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview1 .interview__img {
    width: calc(100% + 2rem);
    left: auto;
    right: -2rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents .interview1 .interview__img {
    right: -1rem;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p_interview-ch__contents .interview1 .interview__img img, .p_interview-ch__contents .interview1 .interview__img source {
  height: 100%;
  width: calc(100% + 2rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.p_interview-ch__contents .interview2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  max-width: 1166px;
  margin: 0 auto 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -3rem;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview2 {
    width: calc(100% - 3rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: initial;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    width: calc(100% - 3rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p_interview-ch__contents .interview2 .interview__item {
  width: 50%;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview2 .interview__item {
    width: calc(50% - 2rem);
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview2 .interview__item {
    width: 100%;
    margin-inline: auto;
  }
}
.p_interview-ch__contents .interview2 .interview__img {
  border-radius: 600px;
  max-width: 310px;
  overflow: hidden;
  position: relative;
  margin-inline: auto;
  aspect-ratio: 8/11;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview2 .interview__img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__contents .interview2 .interview__img {
    width: 60%;
  }
}
.p_interview-ch__contents .interview3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  max-width: 1166px;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview3 {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview3 {
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    width: calc(100% - 3rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview3 {
    margin-top: 4rem;
  }
}
.p_interview-ch__contents .interview3 .interview__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview3 .interview__wrap {
    gap: 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview3 .interview__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1rem;
  }
}
.p_interview-ch__contents .interview3 .interview__item {
  width: 50%;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__contents .interview3 .interview__item {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__contents .interview3 .interview__item {
    width: 100%;
    margin-inline: auto;
  }
}
.p_interview-ch__contents .interview3 .interview__img {
  border-radius: 600px;
  max-width: 910px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 8/5;
  overflow: hidden;
  margin-inline: auto;
}
.p_interview-ch__contents .interview3 .interview__img img, .p_interview-ch__contents .interview3 .interview__img source {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_interview-ch__schedule {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
}
.p_interview-ch__schedule .schedule {
  position: absolute;
  z-index: 2;
  padding: 2rem 3.5rem;
  background: rgba(234, 238, 247, 0.8);
  border-radius: 20px 20px 0 0;
  bottom: 0;
  right: calc((100vw - 1166px) / 2);
  left: auto;
  max-width: calc(14em + 10rem);
  width: 100%;
}
@media screen and (max-width: 1166px) {
  .p_interview-ch__schedule .schedule {
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-ch__schedule .schedule {
    position: relative;
    margin-inline: auto;
    right: 0rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__schedule .schedule {
    padding: 2rem 2rem;
    max-width: calc(14em + 7rem);
  }
}
.p_interview-ch__schedule .schedule__title {
  text-align: center;
}
.p_interview-ch__schedule .schedule__title__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: 2.375rem;
  font-style: italic;
  color: #0D5EFF;
}
.p_interview-ch__schedule .schedule__title__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.p_interview-ch__schedule .schedule__body {
  margin-top: 2rem;
}
.p_interview-ch__schedule .schedule__body__item {
  position: relative;
}
.p_interview-ch__schedule .schedule__body__item::after {
  content: "";
  height: 100%;
  width: 2px;
  background: rgba(10, 16, 35, 0.4);
  position: absolute;
  left: 4em;
  top: 0;
  z-index: 2;
}
.p_interview-ch__schedule .schedule__body__item:first-child::after {
  height: 50%;
  top: 50%;
}
.p_interview-ch__schedule .schedule__body__item:last-child::after {
  height: 50%;
  top: 0%;
}
.p_interview-ch__schedule .schedule__body__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 2rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding-block: 0.75rem;
}
.p_interview-ch__schedule .schedule__body__item .pd-b40 {
  padding-bottom: 2.5rem;
}
.p_interview-ch__schedule .schedule__body__item dt {
  max-width: 3em;
  width: 100%;
  position: relative;
}
.p_interview-ch__schedule .schedule__body__item dt::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0D5EFF;
  position: absolute;
  left: calc(4rem - 6px);
  top: 4px;
  z-index: 3;
}
.p_interview-ch__schedule .schedule__body__item dd {
  max-width: 15em;
  width: 100%;
  line-height: 1.2;
}
.p_interview-ch__schedule .schedule__img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 502px;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__schedule .schedule__img {
    border-radius: 10px 10px 0 0;
    height: 460px;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-ch__schedule .schedule__img {
    height: 340px;
  }
}
.p_interview-ch__other {
  margin-bottom: 10rem;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_interview-ch__other {
    margin-bottom: 6rem;
  }
}
.p_interview-ch__other__heading {
  margin-bottom: 3rem;
}
.p_interview-ch__other__body #staff__swiper {
  position: relative;
  width: min(100%, 1800px);
  overflow: initial;
}
.p_interview-ch__other__body .swiper-wrapper {
  padding: 0 0 8rem;
}
.p_interview-ch__other__body .swiper-slide {
  width: 300px;
  padding: 2rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_interview-ch__other__body .swiper-slide .personaldata-active {
  display: none;
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-prev {
  padding-right: 3rem;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-next {
  padding-left: 3rem;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active {
  padding: 2rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active > div {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata {
  display: none;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active {
  display: block;
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active .position {
  font-size: clamp(0.8125rem, 1.4vw, 1.125rem);
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1080px) {
  .p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active .position {
    font-size: clamp(0.6875rem, 1.2vw, 0.75rem);
  }
}
@media screen and (min-width: 1366px) {
  .p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active .position {
    font-size: clamp(0.625rem, 1.1vw, 0.6875rem);
  }
}
.p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  display: block;
}
@media screen and (min-width: 1366px) {
  .p_interview-ch__other__body .swiper-slide.swiper-slide-active .personaldata-active .name {
    font-size: clamp(1.25rem, 2.6vw, 1.5625rem);
  }
}
.p_interview-ch__other__body .swiper-slide .o_p_interview-lc {
  max-width: initial;
}
.p_interview-ch__other__body .swiper-navi {
  position: absolute;
  width: 31%;
  top: calc(50% - 3.5rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 400px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 75%;
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 75%;
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 55%;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 40%;
  }
}
@media screen and (min-width: 1366px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 32%;
  }
}
@media screen and (min-width: 1800px) {
  .p_interview-ch__other__body .swiper-navi {
    width: 30%;
  }
}
.p_interview-ch__other__body .swiper-navi .swiper-button-next {
  width: 58px;
}
.p_interview-ch__other__body .swiper-navi .swiper-button-next::after {
  display: none;
}
.p_interview-ch__other__body .swiper-navi .swiper-button-next .icon-arrow {
  width: 58px;
}
.p_interview-ch__other__body .swiper-navi .swiper-button-prev {
  width: 58px;
}
.p_interview-ch__other__body .swiper-navi .swiper-button-prev::after {
  display: none;
}
.p_interview-ch__other__body .swiper-navi .swiper-button-prev .icon-arrow {
  width: 58px;
}
.p_interview-ch__other__body a.o_p_interview-lc {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 400px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
}
@media screen and (min-width: 400px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  }
}
@media screen and (min-width: 640px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  }
}
@media screen and (min-width: 1080px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.5rem, 2.2vw, 1.625rem);
  }
}
@media screen and (min-width: 1366px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.3125rem, 2.4vw, 1.75rem);
  }
}
@media screen and (min-width: 1800px) {
  .p_interview-ch__other__body a.o_p_interview-lc .info-wrap .ttl {
    font-size: clamp(1.375rem, 3vw, 1.625rem);
  }
}
.p_interview-ch__other__body a.o_p_interview-lc .info-wrap .personaldata .name {
  font-size: 1.625rem;
}
.p_interview-ch__other__body div.o_p_interview-lc {
  width: initial;
  position: relative;
}
.p_interview-ch__other__body div.o_p_interview-lc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
}
.p_interview-ch__other__body div.o_p_interview-lc .thumb-wrap {
  opacity: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.p_interview-ch__other__body div.o_p_interview-lc .info-wrap {
  opacity: 1;
}
.p_interview-ch__other__body div.o_p_interview-lc .info-wrap .soon {
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.p_interview-ch__page-lower {
  background: #ffffff;
  padding-block: 10rem 8rem;
}
.p_interview-ch__page-lower .o_p_bl-next__list a::before {
  font-size: clamp(1.5rem, 4vw, 3.75rem);
}
@media screen and (max-width: 480px) {
  .p_interview-ch__page-lower .o_p_bl-next__list a {
    padding: 1rem 2rem;
  }
}
.p_interview-ch__page-lower .o_p_menu-recruitment {
  margin-bottom: 0;
}

.p_interview-ch-ai .schedule__img {
  background: url(../../assets/images/interview/ai/img-interview-ai-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-ai .schedule__img {
    background-position: 10% center;
  }
}
.p_interview-ch-ai .schedule__body__item:first-child::after {
  height: 50%;
  top: 50%;
  height: calc(50% + 0.5rem);
  top: calc(50% - 0.5rem);
}

.p_interview-ch-yr .p_interview-ch__heading__body__en .heading-number {
  color: #ffffff;
}
.p_interview-ch-yr .schedule__img {
  background: url(../../assets/images/interview/yr/img-interview-yr-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-yr .schedule__img {
    background-position: 12% center;
  }
}

.p_interview-ch-nm .p_interview-ch__heading__body__en .heading-number {
  color: #ffffff;
}
.p_interview-ch-nm .schedule__img {
  background: url(../../assets/images/interview/nm/img-interview-nm-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-nm .schedule__img {
    background-position: 12% center;
  }
}

.p_interview-ch-ys .p_interview-ch__heading__body__en .heading-number {
  color: #ffffff;
}
.p_interview-ch-ys .schedule__img {
  background: url(../../assets/images/interview/ys/img-interview-ys-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-ys .schedule__img {
    background-position: 12% center;
  }
}
.p_interview-ch-ys .schedule__body__item:first-child::after {
  height: 50%;
  top: 50%;
  height: calc(50% + 0.5rem);
  top: calc(50% - 0.5rem);
}

.p_interview-ch-ym .p_interview-ch__heading__body__en .heading-number {
  color: #ffffff;
}
.p_interview-ch-ym .p_interview-ch__contents {
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-ym .p_interview-ch__contents {
    padding-bottom: 8rem;
  }
}
.p_interview-ch-ym .schedule__img {
  background: url(../../assets/images/interview/ym/img-interview-ym-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-ym .schedule__img {
    background-position: 12% center;
  }
}
.p_interview-ch-ym .schedule__body__item:first-child::after {
  height: 50%;
  top: 50%;
  height: calc(50% + 1rem);
  top: calc(50% - 1rem);
}

.p_interview-ch-dn .p_interview-ch__heading__body__en .heading-number {
  color: #ffffff;
}
.p_interview-ch-dn .p_interview-ch__contents {
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-dn .p_interview-ch__contents {
    padding-bottom: 8rem;
  }
}
.p_interview-ch-dn .schedule__img {
  background: url(../../assets/images/interview/dn/img-interview-dn-img4@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p_interview-ch-dn .schedule__img {
    background-position: 12% center;
  }
}/*# sourceMappingURL=interview-child.css.map */