@charset "UTF-8";

.tpl-section--true-white::before {
  z-index: -1;
}

/* interviewKv
---------------------------------------------- */
.interviewKv {
  position: relative;
  z-index: 0;
}
.interviewKv .tpl-headline {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.interviewKv__imgBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2px;
  position: relative;
  z-index: 0;
}
.interviewKv__img img {
  min-height: 454px;
  height: 100vh;
  object-fit: cover;
}
.interviewKv__imgBox::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interviewKv__imgBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
  .interviewKv__img img {
    min-height: revert;
    height: 50vh;
    height: 50dvh;
  }
}

/* anchor
---------------------------------------------- */
.anchor {
  max-width: 1400px;
}
.anchor .tpl-headline__title-jp {
  font-weight: 600;
}
.anchorList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px calc(32 / 1400 * 100%);
}

@media screen and (max-width: 1200px) {
  .anchor {
    max-width: 680px;
  }
  .anchorList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .anchor {
    max-width: 560px;
  }
  .anchor .tpl-headline__title-jp {
    font-size: 16px;
    text-align: center;
  }
}

/* interviewSection
---------------------------------------------- */
.interviewSection {
  max-width: 1400px;
}

.interviewTitle {
  display: flex;
  align-items: center;
  column-gap: 1em;
  background-color: #3F2021;
  border-radius: 50vw;
  color: #E5E1DC;
  padding: 25px 50px;
}
.interviewTitle img {
  width: 40px;
}

.interviewTitle__text {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 80px;
  flex-wrap: wrap;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.interviewTitle__text .em {
  flex: 1;
  max-width: fit-content;
  font-style: normal;
  font-weight: 500;
}
.interviewTitle__text .small {
  flex-shrink: 0;
  font-size: calc(20 / 24 * 100%);
  position: relative;
  z-index: 0;
}
.interviewTitle__text .small::before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: rgb(255 255 255 / .4);
  transform: rotate(25deg);
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%) rotate(25deg);
}

.interviewBox {
  display: grid;
  grid-template-columns: 1fr calc(600 / 1400 * 100%);
  align-items: center;
  gap: 30px calc(60 / 1400 * 100%);
}
.interviewBox__title {
  align-self: flex-end;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
}
.interviewBoxHead {
  align-self: flex-start;
}
.article + .article {
  margin-top: 35px;
}
.article__author {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.article__author::before {
  content: '';
  width: 8px;
  aspect-ratio: 1;
  background-color: #772C2D;
  border-radius: 2px;
  transform: rotate(45deg);
}
.article__text .em {
  font-style: normal;
  font-weight: 600;
  background:linear-gradient(transparent 70%, rgb(252 210 94 / .8) 0%);
}

.interviewBoxBody {
  align-self: flex-start;
}
.interviewBoxImgList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px calc(36 / 600 * 100%);
}
.interviewBoxImgList > * {
  min-height: 0;
}
.interviewBoxImgList__name {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .interviewBox--large {
    grid-template-columns: 1fr calc(840 / 1400 * 100%);
  }

  .interviewBoxHead {
    grid-area: 1/2/3/3;
  }

  /* 偶数ボックス */
  .interviewWrap .tpl-block:nth-child(even) .interviewBox {
    grid-template-columns: calc(600 / 1400 * 100%) 1fr;
  }
  .interviewWrap .tpl-block:nth-child(even) .interviewBoxHead {
    grid-area: 1/1/3/2;
  }

  /* 偶数セクション */
  .tpl-main .interviewSection:nth-child(even) .interviewWrap .interviewBox {
    grid-template-columns: calc(600 / 1400 * 100%) 1fr;
  }
  .tpl-main .interviewSection:nth-child(even) .interviewWrap .tpl-block:nth-child(even) .interviewBox {
    grid-template-columns: 1fr calc(600 / 1400 * 100%);
  }
  .tpl-main .interviewSection:nth-child(even) .interviewWrap .interviewBox--large {
    grid-template-columns: calc(840 / 1400 * 100%) 1fr;
  }
  .tpl-main .interviewSection:nth-child(even) .interviewWrap .tpl-block:nth-child(odd) .interviewBoxHead {
    grid-area: 1/1/3/2;
  }
  .tpl-main .interviewSection:nth-child(even) .interviewWrap .tpl-block:nth-child(even) .interviewBoxHead {
    grid-area: 1/2/3/3;
  }
}

@media screen and (max-width: 991px) {
  .interviewSection {
    max-width: 560px;
  }

  .interviewWrap .tpl-block {
    padding-top: 50px;
  }

  .interviewTitle {
    align-items: flex-start;
    column-gap: 1em;
    border-radius: 30px;
    padding: 30px 15px;
  }
  .interviewTitle img {
    width: 23px;
    transform: translateY(3px);
  }
  .interviewTitle__text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    font-size: 18px;
  }
  .interviewTitle__text .small {
    font-size: 14px;
  }
  .interviewTitle__text .small::before {
    content: none;
  }

  .interviewBox {
    grid-template-columns: 100%;
  }
  .interviewBox__title {
    font-size: 20px;
  }
}