.-interview .page__title__block {
  padding-right: 34rem;
}
@media screen and (width <= 900px) {
  .-interview .page__title__block {
    padding-right: 2rem;
  }
}

.interview__block {
  width: 100%;
  padding-right: 34rem;
}
@media screen and (width <= 900px) {
  .interview__block {
    padding-right: 2rem;
  }
}

.interview__body {
  width: 100%;
}
.interview__body:has(.interview__title__img) {
  margin-top: -15.5rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .interview__body:has(.interview__title__img) {
    margin-top: -9.5rem;
  }
}
.interview__body section:not(:last-of-type) {
  margin-bottom: 8rem;
}

.interview__title__block {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.interview__title__block .-sub {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.45;
}

.interview__title__text {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  line-height: 4rem;
}

.interview__title__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  color: #A39F98;
  font-size: 1.3rem;
}

.interview__title__img {
  width: 100%;
  margin-bottom: 4rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.interview__speaker {
  margin-top: 5.4rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .interview__speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
}
.interview__speaker__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.5rem 3rem;
  border: 0.5rem solid #EDF1FA;
  border-radius: 2rem;
}
@media screen and (width <= 767px) {
  .interview__speaker__box {
    padding: 2rem;
  }
}
.interview__speaker__box.-guest {
  width: 42.5%;
}
@media screen and (width <= 767px) {
  .interview__speaker__box.-guest {
    width: 100%;
  }
}
.interview__speaker__box.-guest .interview__speaker__item img {
  width: 10rem;
}
.interview__speaker__box.-interviewer {
  width: 53.75%;
}
@media screen and (width <= 767px) {
  .interview__speaker__box.-interviewer {
    width: 100%;
  }
}
.interview__speaker__box.-interviewer .interview__speaker__item img {
  width: 8rem;
}
.interview__speaker__box .ttl {
  padding: 0.2rem 2rem;
  background-color: var(--color-primary);
  border-radius: 100vh;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interview__speaker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.interview__speaker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.interview__speaker__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interview__speaker__txt {
  color: var(--color-primary);
  line-height: 1.4;
  font-weight: 700;
}
.interview__speaker__ttl {
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
}
.interview__speaker__name {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.interview__toc {
  margin-bottom: 5rem;
  padding: 3rem 4rem;
  background-color: #F7F5ED;
  border-radius: 2rem;
}

.interview__toc__title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.interview__toc__list {
  counter-reset: number 0;
}

.interview__toc__item {
  margin-bottom: 0.8rem;
}

.interview__toc__item:last-child {
  margin-bottom: 0;
}

.interview__toc__item a::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

.interview__box {
  margin-bottom: 7rem;
  overflow: hidden;
}

.interview__box__title {
  margin-bottom: 2rem;
  border-bottom: dotted 0.3rem #C7AA76;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
}

.interview__box__content {
  overflow: hidden;
  margin-top: 1.8rem;
}
.interview__box__content > p .-speaker {
  color: var(--color-primary);
  font-weight: 700;
}

.interview__info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.5rem 3rem;
  background-color: #F7F5ED;
  border-radius: 2rem;
}
@media screen and (width <= 767px) {
  .interview__info__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 2rem;
  }
}
.interview__info__box > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.interview__info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}

.interview__color__box {
  background-color: #F7F5ED;
  border: 0.2rem solid var(--color-primary);
  border-radius: 2rem;
  overflow: hidden;
}
.interview__color__box .ttl {
  margin-bottom: 2rem;
  padding: 1.5rem 4rem 1.7rem;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .interview__color__box .ttl {
    padding: 1rem 2rem 1.2rem;
  }
}
.interview__color__box .ttl + .interview__color__box__content {
  padding-top: 0;
}
.interview__color__box__content {
  padding: 3rem 4rem;
}
@media screen and (width <= 767px) {
  .interview__color__box__content {
    padding: 2rem;
  }
}
.interview__color__box__content > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.interview__after {
  margin-bottom: 8rem;
  padding-top: 4rem;
  border-top: dotted 0.3rem #C7AA76;
}
.interview__after__title {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.interview__after__img {
  margin-bottom: 3rem;
}

.interview__school {
  margin-top: 5rem;
  padding: 3.5rem 4rem;
  background-color: #F7F5ED;
  border-radius: 2rem;
}
@media screen and (width <= 767px) {
  .interview__school {
    padding: 2rem;
  }
}
.interview__school__title {
  margin-bottom: 2rem;
  color: var(--color-primary);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.interview__school__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (width <= 767px) {
  .interview__school__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.interview__school__content .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.interview__school__content .img {
  width: 34.72%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .interview__school__content .img {
    width: 100%;
  }
}
.interview__school__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  font-size: 1.4rem;
}
@media screen and (width <= 767px) {
  .interview__school__detail {
    gap: 1rem;
  }
}
.interview__school__detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .interview__school__detail > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__school__detail dt {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .interview__school__detail dt {
    width: 100%;
  }
}
.interview__school__detail dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.interview__related__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  padding-block: 4rem;
  border-top: dotted 0.3rem #C7AA76;
}
@media screen and (width <= 767px) {
  .interview__related__item {
    padding-block: 2.5rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__related__item:last-of-type {
  padding-bottom: 0;
}
.interview__related__item .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.interview__related__item .txt p:last-of-type {
  margin-bottom: 2rem;
}
.interview__related__item .ttl {
  margin-bottom: 2rem;
  color: var(--color-primary);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.interview__related__item .img {
  width: 31.25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .interview__related__item .img {
    width: 100%;
  }
}

.btn__area {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: dotted 0.3rem #C7AA76;
  text-align: center;
}

.btn--color.-return {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn--color.-return::after {
  rotate: 180deg;
}

.interview__nav {
  position: absolute;
  right: max(50vw - 56rem, 2rem);
  top: 13.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.6rem;
  height: calc(100% - 30rem);
  padding: 2.5rem 2rem;
  background-color: #EFEBDD;
  overflow-y: auto;
}
@media screen and (width <= 900px) {
  .interview__nav {
    position: static;
    width: 100vw;
    height: auto;
    margin-top: 4rem;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
}
.interview__nav .btn--border.-default {
  width: 100%;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__nav .btn--border.-default::after {
  margin-left: 0;
}

.interview__nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #333;
}

.interview__nav__title::before {
  content: "";
  display: block;
  height: 1.9rem;
  background-repeat: no-repeat;
  position: 0 0;
  background-size: contain;
}

.interview__nav__title.-news::before {
  width: 2rem;
  background-image: url(../images/interview/icon_news.svg);
}

@media screen and (width <= 767px) {
  .interview__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }
}

@media screen and (width <= 767px) {
  .interview__nav__item {
    width: calc((100% - 1.5rem) / 2);
  }
}

.interview__nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .interview__nav__item > a {
    margin-bottom: 0;
  }
}
.interview__nav__item > a:hover {
  opacity: 0.7;
}

.interview__nav__item:last-child {
  margin-bottom: 0;
}

.interview__nav__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 8/5.4;
  border: 0.1rem solid #E3E1DC;
  border-radius: 1rem;
  overflow: hidden;
}

.interview__nav__item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview__nav__item p {
  margin-bottom: 0;
}

.intervew__sub__title {
  margin-top: 1rem;
  color: var(--color-primary);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.interview__slide {
  width: calc(100% + 2.5rem);
  margin-top: -11.5rem;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (width <= 900px) {
  .interview__slide {
    width: calc(100% + 4rem);
    margin-top: -5.5rem;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.interview__slide .splide__arrow {
  width: 5rem;
  height: 5rem;
  background: none;
}
@media screen and (width <= 767px) {
  .interview__slide .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}

.interview__slide .splide__arrow::before, .interview__slide .splide__arrow::after {
  width: 100%;
  height: 100%;
  background-image: url(../images/column/arrow_slide.svg);
}

.interview__slide .splide__arrow.-prev {
  left: 0;
}
@media screen and (width <= 767px) {
  .interview__slide .splide__arrow.-prev {
    top: 13rem;
    left: 0.5rem;
  }
}

.interview__slide .splide__arrow.-next {
  right: min(25.2rem, 28.75% + 1.6rem);
}
@media screen and (767px < width <= 900px) {
  .interview__slide .splide__arrow.-next {
    left: 51.4rem;
    right: auto;
  }
}
@media screen and (width <= 767px) {
  .interview__slide .splide__arrow.-next {
    top: 13rem;
    right: 0.5rem;
  }
}

.interview__slide .splide__track {
  overflow: visible;
}

.interview__slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.7rem;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .interview__slide__item {
    display: block;
  }
}
.interview__slide__item:hover {
  opacity: 0.7;
}

.interview__slide__img {
  width: 65.375%;
  border-radius: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .interview__slide__img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}

.interview__slide__img figure {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.interview__slide__info {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #8A8A8A;
  font-size: 1.3rem;
}

.interview__slide__text {
  width: 24rem;
  overflow: hidden;
}
@media screen and (767px < width <= 900px) {
  .interview__slide__text {
    width: auto;
  }
}
@media screen and (width <= 767px) {
  .interview__slide__text {
    width: 100%;
  }
}

.interview__slide__text .-sub {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D5383;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.interview__slide__text .ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3D5383;
  line-height: 1.4;
}

.interview__slide__text .txt {
  font-size: 1.5rem;
  font-weight: 400;
  color: #3D3C3B;
  line-height: 1.725;
}

.interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 9rem;
}
@media screen and (width <= 767px) {
  .interview__list {
    gap: 2rem;
  }
}

.interview__list__item {
  width: calc((100% - 6.2rem) / 3);
}
@media screen and (width <= 767px) {
  .interview__list__item {
    width: calc((100% - 2rem) / 2);
  }
}

.interview__list__item__body {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.interview__list__item__body:hover {
  opacity: 0.7;
}

.interview__list__item__body .img {
  position: relative;
}

.interview__list__item__body .img.-new::before {
  content: "NEW";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-right: 1rem;
  padding: 0 0.7rem;
  background-color: #ED0000;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
}

.interview__list__item__body figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
}

.interview__list__item__body .interview__list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
  color: #8A8A8A;
}

.interview__list__item__body .-sub {
  color: #3D5383;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.interview__list__item__body .-title {
  color: #3D5383;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding-top: 4rem;
  border-top: 0.1rem dashed #8A8A8A;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi {
    gap: 0.6rem;
  }
}
.pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
  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;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.5rem;
  border: 0.1rem solid #8B6035;
  text-decoration: none;
  font-size: 1.5rem;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    width: 3.5rem;
    min-width: auto;
    height: 3.5rem;
    padding: 0 0.5em;
    font-size: 1.3rem;
  }
}
.pagination .wp-pagenavi > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagination .wp-pagenavi > a:hover {
  opacity: 0.7;
}
.pagination .wp-pagenavi .current {
  background-color: #8B6035;
  color: #fff;
}
.pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 6rem;
  }
  .pagination .wp-pagenavi .previouspostslink::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid #8B6035;
    border-left: 0.15rem solid #8B6035;
    -webkit-transform: translateX(0.2rem) rotate(-45deg);
            transform: translateX(0.2rem) rotate(-45deg);
  }
}
.pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 6rem;
  }
  .pagination .wp-pagenavi .nextpostslink::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid #8B6035;
    border-right: 0.15rem solid #8B6035;
    -webkit-transform: translateX(-0.2rem) rotate(45deg);
            transform: translateX(-0.2rem) rotate(45deg);
  }
}