@charset "UTF-8";
/**************************************************
* ページ: インタビュー
**************************************************/
/*------------------------------
一覧ページ
------------------------------*/
.interview-archive .c-interview-cards {
  padding-bottom: 50px;
}
.interview-archive .c-interview-cards .pagination {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .interview-archive .c-interview-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row-gap: 36px;
    grid-column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview-archive .c-interview-cards .c-interview__name-text {
    font-size: 12px;
  }
  .interview-archive .c-interview-cards .c-interview-card {
    max-width: 224px;
    width: 18.6666666667%;
    margin-right: unset;
  }
  .interview-archive .c-interview-cards .c-interview-card:nth-child(n+6) {
    margin-top: unset;
  }
  .interview-archive .c-interview-cards .c-interview__category {
    font-size: 15px;
  }
  .interview-archive .c-interview-cards .is_join {
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .interview-archive .c-interview-cards {
    grid-column-gap: 16px;
    padding-bottom: 100px;
  }
  .interview-archive .c-interview-cards .c-interview__name-text {
    font-size: 20px;
  }
  .interview-archive .c-interview-cards .c-interview__category {
    font-size: 18px;
  }
  .interview-archive .c-interview-cards .is_join {
    font-size: 14px;
  }
  .interview-archive .c-interview-cards .pagination {
    padding: 0 0 100px;
  }
}

.interview-archive__container {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .interview-archive__container {
    padding: 50px 0 0;
  }
}
.interview-archive__container .c-interview__year {
  font-size: 15px;
  font-weight: 500;
  color: #00B1FF;
  margin-top: calc(1em - 5px);
}
@media (min-width: 992px) {
  .interview-archive__container .c-interview__year {
    font-size: 14px;
  }
}

.interview-archive__title {
  background: url(../recruit_images/interview-archive_header.webp) no-repeat center center/cover;
}

.breadcrumb {
  color: #000;
}

.interview-archive__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-archive__heading .c-box-heading__text {
  color: #fff;
  background: #004888;
}

.intervie-archive__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 7%;
}
@media (max-width: 767px) {
  .intervie-archive__text {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 13%;
  }
}

/*------------------------------
詳細ページ
------------------------------*/
.interview-single .c-page-header:after {
  content: none;
}
.interview-single .c-interview-single__year {
  font-weight: 500;
  color: #00B1FF;
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .interview-single .c-interview-single__year {
    font-size: 20px;
  }
}
.interview-single .inner.background_wrap {
  background-color: #F5F7F6;
  margin-top: 40px;
  padding: clamp(20px, 8vw, 100px);
}
@media (max-width: 767px) {
  .interview-single .inner.background_wrap {
    margin-top: 30px;
    padding: 50px 6%;
  }
}

.interview-single__container {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .interview-single__container {
    padding: 45px 0 0;
  }
}

.interview-single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #004888;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 7px 15px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .interview-single__category {
    font-size: 10px;
    padding: 0.6em 1.1em;
  }
}

.interview-single__podition {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .interview-single__podition {
    font-size: 15px;
  }
}

.interview-single__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .interview-single__name {
    font-size: 15px;
    margin-top: 0;
  }
}

.interview-single__name-text {
  font-size: 40px;
  margin-right: 10px;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .interview-single__name-text {
    font-size: 20px;
  }
}

/* INTERVIEWE
------------------------------*/
.interview__about {
  background: #fff;
  border-radius: 20px;
  padding: 3%;
  aspect-ratio: 2401/501;
  position: relative;
  overflow: hidden;
}
.interview__about::before {
  content: "";
  position: absolute;
  background: url(../recruit_images/single1.png) no-repeat center center/cover;
  aspect-ratio: 2401/501;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .interview__about {
    aspect-ratio: 1340/1384;
    border-radius: 10px;
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 30px;
  }
  .interview__about::before {
    background: url(../recruit_images/single1_sp.png) no-repeat center center/cover;
    aspect-ratio: 1340/1384;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.interview__about-image {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .interview__about-image {
    width: 100%;
  }
}

.interview__about-text {
  font-size: 34px;
  font-size: min(34px, 2.6153846154vw);
  font-weight: 700;
  line-height: 1.3235294118;
  letter-spacing: 0.05em;
  color: #004888;
}
@media (max-width: 767px) {
  .interview__about-text {
    font-size: 20px;
    margin-top: 0.5em;
  }
}

.lh-1 {
  line-height: 1;
}

.mb4060 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb4060 {
    margin-bottom: 60px;
  }
}

.interview__list .c-block-label__en {
  color: #00B1FF;
}

.interview__label {
  padding-bottom: 15px;
  border-bottom: 2px solid #004888;
}

.interview__item:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .interview__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.interview__text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .interview__text {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .interview__item-flex .interview__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .interview__item-flex .interview__image-left {
    padding-right: 5%;
  }
  .interview__item-flex .interview__image-right {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .interview__item-flex {
    display: block;
  }
  .interview__item-flex:nth-child(3n) {
    display: block;
  }
  .interview__item-flex .interview__body {
    width: 100%;
  }
  .interview__item-flex .interview__image {
    width: 100%;
    margin-top: 20px;
  }
}
.interview__item-flex .interview__image {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  .interview__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview__item-flex .interview__image {
    margin-top: unset;
  }
  .interview__item-flex .interview__body {
    width: 60%;
  }
  .interview__item-flex .interview__image {
    width: 40%;
  }
  .interview__item-flex:nth-child(3n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1080px) and (min-width: 992px) {
  .interview__item-flex.is_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* SCHEDULE
------------------------------*/
.schedule {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .schedule {
    padding: 50px 0;
  }
}

.schedule__step {
  position: relative;
}
@media (max-width: 767px) {
  .schedule__step {
    margin-top: 10px;
  }
  .schedule__step::after {
    left: 9px;
    height: 92%;
  }
}

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.schedule__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../recruit_images/img_dot.svg) repeat-y center center/100% auto;
  width: 3px;
  height: calc(100% + 30px);
}
.schedule__item:first-child::after {
  top: 26px;
  height: calc(100% + 30px - 26px);
}
.schedule__item:last-child::after {
  height: 50%;
}
.schedule__item:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .schedule__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule__item::after {
    height: calc(100% + 10px);
  }
  .schedule__item:first-child::after {
    top: 17px;
    height: calc(100% + 10px - 17px);
  }
  .schedule__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.schedule__time {
  width: 150px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7333333333;
  letter-spacing: 0.01em;
  color: #004888;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}
.schedule__time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../recruit_images/icon_schedule.svg) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 60/60;
}
@media (max-width: 767px) {
  .schedule__time {
    width: 100px;
    font-size: 20px;
    padding-left: 2.1em;
  }
  .schedule__time::before {
    width: 1.5em;
  }
}

.schedule__content {
  width: calc(100% - 150px);
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.35em;
}
@media (max-width: 767px) {
  .schedule__content {
    width: calc(100% - 100px);
    margin-top: -0.15em;
    padding-left: 5%;
  }
}

.schedule__supplementary {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .schedule__supplementary {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* MESSAGE
------------------------------*/
.message {
  padding: 100px 0;
  background-color: #004888;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .message .c-section-title {
    margin-bottom: 45px;
  }
}

.message__wrapper {
  display: block;
}
@media (min-width: 1080px) {
  .message__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.message__image {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  .message__image {
    width: 41%;
    margin-top: unset;
  }
}

.message__content {
  color: #fff;
  width: 100%;
}
@media (min-width: 1080px) {
  .message__content {
    width: 54%;
  }
}

.message__heading {
  font-weight: 700;
  line-height: 1.3235294118;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .message__heading.pc {
    display: none;
  }
  .message__heading.sp {
    display: block;
  }
}
@media (min-width: 1080px) {
  .message__heading {
    font-size: 34px;
    margin-top: unset;
  }
  .message__heading.pc {
    display: block;
  }
  .message__heading.smart {
    display: none;
  }
}

.message__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
}

/* 関連記事
------------------------------*/
.relation {
  padding: 100px 0 0;
}
.relation .c-interview__name {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .relation .c-interview__name {
    font-size: 20px;
  }
}
.relation .c-interview__year {
  font-size: 14px;
  color: #00B1FF;
  margin-top: calc(1em - 5px);
}
@media (max-width: 767px) {
  .relation {
    padding: 50px 0 0;
  }
}
.relation .c-interview-cards {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .relation .c-interview-cards {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .relation .c-interview-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row-gap: 36px;
    grid-column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .relation .c-interview-cards .c-interview__name-text {
    font-size: 12px;
  }
  .relation .c-interview-cards .c-interview-card {
    max-width: 224px;
    width: 18.6666666667%;
    margin-right: unset;
  }
  .relation .c-interview-cards .c-interview-card:nth-child(n+6) {
    margin-top: unset;
  }
  .relation .c-interview-cards .c-interview__category {
    font-size: 15px;
  }
  .relation .c-interview-cards .is_join {
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .relation .c-interview-cards {
    grid-column-gap: 16px;
    padding-bottom: 100px;
  }
  .relation .c-interview-cards .c-interview__name-text {
    font-size: 20px;
  }
  .relation .c-interview-cards .c-interview__category {
    font-size: 18px;
  }
  .relation .c-interview-cards .is_join {
    font-size: 14px;
  }
  .relation .c-interview-cards .pagination {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .relation__inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .relation-cards[class] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .relation-cards[class] li:nth-child(n) {
    margin: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}

.relationSwiper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .relationSwiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .relationSwiper .swiper-slide:nth-child(n) {
    margin: 0;
  }
}
/*------------------------------
ページネーション
------------------------------*/
.pagination {
  padding: 0 0 50px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .pagination {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pagination {
    padding: 35px 0;
  }
}

.page-numbers {
  width: 50px;
  aspect-ratio: 1/1;
  background: #F5F7F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  font-size: 18px;
}
.page-numbers.current {
  color: #fff;
  background: #004888;
}
.page-numbers.prev, .page-numbers.next, .page-numbers.dots {
  width: auto;
  background: none;
}
.page-numbers.next {
  margin-left: 40px;
}
.page-numbers.prev {
  margin-right: 40px;
}
.page-numbers.dots {
  position: relative;
  width: 30px;
  margin: 0;
  color: transparent;
}
.page-numbers.dots::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/img_dot2.png) no-repeat center center/100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 45/5;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 30px;
    margin: 0 5px;
    font-size: min(16px, 4.2666666667vw);
  }
  .page-numbers.next {
    margin-left: 10px;
  }
  .page-numbers.prev {
    margin-right: 10px;
  }
  .page-numbers.dots {
    width: 20px;
  }
}/*# sourceMappingURL=interview.css.map */