@charset "UTF-8";
.p-interview {
  padding: clamp(32px, 0px + 4.1666666667vw, 80px) clamp(0px, 0px + 0vw, 0px) clamp(64px, 0px + 8.3333333333vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding: 40px 0 80px;
  }
}
.p-interview__category {
  margin-bottom: clamp(32px, 0px + 4.1666666667vw, 80px);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(28px, 0px + 3.6458333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .p-interview__category {
    margin-bottom: 40px;
    gap: 15px;
  }
}
.p-interview__category__link {
  position: relative;
  padding-left: clamp(26px, 2.5vw, 34px);
  font-size: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.p-interview__category__link::before {
  content: "";
  width: clamp(9.6px, 0px + 1.25vw, 24px);
  height: clamp(9.6px, 0px + 1.25vw, 24px);
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid #323232;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview__category__link.is-active {
  color: #E6000D;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-interview__category__link.is-active:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-interview__category__link.is-active::before {
  background-image: url(../img/recruit/under/icon_check01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.p-interview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(12px, 0px + 1.5625vw, 30px);
     -moz-column-gap: clamp(12px, 0px + 1.5625vw, 30px);
          column-gap: clamp(12px, 0px + 1.5625vw, 30px);
}
@media screen and (max-width: 1024px) {
  .p-interview__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-interview__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-interview__item:nth-of-type(3n+1) {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-interview__item:nth-of-type(3n+1) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview__item:nth-of-type(3n+1) {
    padding-top: 0;
  }
}
.p-interview__item:nth-of-type(3n+2) {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-interview__item:nth-of-type(3n+2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-interview__item:nth-of-type(3n+2) {
    padding-top: 0;
  }
}
.p-interview__item__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-interview__item__link:hover {
  opacity: 0.6;
}
.p-interview__item__imgarea {
  position: relative;
  aspect-ratio: 380/507;
  display: block;
}
.p-interview__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-interview__item__copy {
  position: absolute;
  left: 0;
  bottom: 45.5px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  line-height: 1.9;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-interview__item__copy {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.025em;
    line-height: 2;
    width: 95%;
    bottom: 40px;
  }
}
.p-interview__item__copy__inner {
  background: rgba(34, 34, 34, 0.4);
  padding: 3px 10px 3px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; /* 行ごとに帯をクローン */
}
@media screen and (max-width: 768px) {
  .p-interview__item__copy__inner {
    padding: 3px 10px;
  }
}
.p-interview__item__date {
  position: absolute;
  right: 20px;
  bottom: 17.5px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-interview__item__date {
    font-size: 11px;
    line-height: 1.1818181818;
    letter-spacing: 0.025em;
    bottom: 15px;
    right: 15px;
  }
}
.p-interview__item__title {
  font-size: clamp(20px, 17.3333333333px + 0.3472222222vw, 24px);
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-interview__item__title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.p-interview__item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-interview__item__category-item {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  color: #323232;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 35px;
  padding: 3px 10px;
}
.p-interview .nav-links {
  text-align: center;
}
.p-interview .nav-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin: clamp(32px, 0px + 4.1666666667vw, 80px) clamp(0px, 0px + 0vw, 0px) clamp(0px, 0px + 0vw, 0px);
}
@media screen and (max-width: 768px) {
  .p-interview .nav-links-wrap ul {
    gap: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .nav-links-wrap li {
    font-size: clamp(5px, 4vw, 16px);
  }
}
.p-interview .nav-links-wrap li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "Outfit", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #E6000D;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.p-interview .nav-links-wrap li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-interview .nav-links-wrap li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.p-interview .nav-links-wrap li .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  background: #E6000D;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-interview .nav-links-wrap li .current {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.p-interview .nav-links-wrap li .prev, .p-interview .nav-links-wrap li .next {
  border: none;
  padding-top: 4px;
  background: none;
}
@media screen and (max-width: 768px) {
  .p-interview .nav-links-wrap li .prev img, .p-interview .nav-links-wrap li .next img {
    width: clamp(3px, 2.5vw, 10px);
  }
}
.p-interview .nav-links-wrap li .prev img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.p-interview .nav-links-wrap li .dots {
  padding-bottom: 0.6rem;
}

.p-interview-detail {
  padding: clamp(32px, 0px + 4.1666666667vw, 80px) clamp(0px, 0px + 0vw, 0px) clamp(64px, 0px + 8.3333333333vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-interview-detail {
    padding: 40px 0 80px;
  }
}
.p-interview-detail__mv {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.p-interview-detail__title {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.p-interview-detail .p-interview__item__category {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-interview-detail .p-interview__item__category {
    margin-bottom: 8px;
  }
}
.p-interview-detail__content__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item {
    margin-top: 40px;
  }
}
.p-interview-detail__content__item.is-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item.is-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-interview-detail__content__item.is-img-right .p-interview-detail__content__item__txt {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item.is-img-right .p-interview-detail__content__item__txt {
    width: 100%;
  }
}
.p-interview-detail__content__item.is-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item.is-img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-interview-detail__content__item.is-img-left .p-interview-detail__content__item__txt {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item.is-img-left .p-interview-detail__content__item__txt {
    width: 100%;
  }
}
.p-interview-detail__content__item__title {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-interview-detail__content__item__title {
    margin-bottom: 20px;
  }
}
.p-interview-detail__content__item__body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.p-staff-relate {
  padding: 0 20px 80px;
}
.p-staff-relate__container {
  max-width: 1200px;
  margin: 0 auto;
}
.p-staff-relate__title {
  margin-bottom: 30px;
}
.p-staff-relate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-staff-relate__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px 0;
  }
}
.p-staff-relate__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
}
.p-staff-relate__btn {
  text-align: center;
}

.p-voice-detail__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-voice-detail__title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}