@charset "UTF-8";
/**************************************************
* ページ: インタビュー
**************************************************/
/*------------------------------
一覧ページ
------------------------------*/
.interview-archive__container {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  .interview-archive__container {
    padding: 50px 0 70px;
  }
}

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

.interview-archive__heading {
  align-items: center;
}

.intervie-archive__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.1em;
  color: #fff;
  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__container {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  .interview-single__container {
    padding: 45px 0 70px;
  }
}

.interview-single__category {
  width: -moz-fit-content;
  width: fit-content;
  background: #64a36f;
  border-radius: 16px;
  font-size: 18px;
  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: flex;
  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: 60px;
  margin-right: 10px;
}
@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%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .interview__about {
    aspect-ratio: 1340/1384;
    border-radius: 10px;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    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;
    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: #3ecc85;
}
@media (max-width: 767px) {
  .interview__about-text {
    font-size: 20px;
    margin-top: 0.5em;
  }
}

.interview__list {
  background: #fff;
  border-radius: 20px;
  padding: 8%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .interview__list {
    border-radius: 10px;
    padding: 50px 6%;
    margin-top: 30px;
  }
}

.interview__label {
  padding-bottom: 15px;
  border-bottom: 2px dotted #3ecc85;
}

.interview__item:nth-child(n+2) {
  margin-top: 30px;
}
@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;
  }
}

.interview__item-flex {
  display: flex;
  justify-content: space-between;
}
.interview__item-flex .interview__body {
  width: 60%;
}
.interview__item-flex .interview__image {
  width: 40%;
}
.interview__item-flex:nth-child(3n) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .interview__item-flex .interview__body {
    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;
  }
}

/* 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: flex;
  align-items: flex-start;
  position: relative;
}
.schedule__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateX(-50%);
  background: url(../recruit_images/img_dot.png) 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 {
    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: #3ecc85;
  padding-left: 1.5em;
  position: relative;
}
.schedule__time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../recruit_images/icon_schedule.png) 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;
}
@media (max-width: 767px) {
  .schedule__content {
    width: calc(100% - 100px);
    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: 80px 0;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0;
  }
}

.message__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
  }
}

.message__image {
  width: 41%;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
    margin-top: 20px;
  }
}

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

.message__heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3235294118;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .message__heading {
    font-size: 20px;
    color: #fff;
  }
}

.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;
}
@media (max-width: 767px) {
  .relation {
    padding: 50px 0;
  }
}

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

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

.relationSwiper {
  overflow: hidden;
}

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

.page-numbers {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: #F5F7F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 18px;
}
.page-numbers.current {
  color: #fff;
  background: #3ECC85;
}
.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%;
  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 */