#interview-index {
  padding-block: 0 18rem;
  .inner {
    width: 1100px;
    position: relative;
  }
  .breadcrumb {
    padding-block: 2.8rem;
  }
  .pageHead {
    margin-bottom: 4.6rem;
    padding-top: 2.2rem;
  }
  .interview__intro {
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 600;
  }
  .interview__list {
    margin-top: 7rem;
    gap: 7rem 6.36363636%;
    justify-content: flex-start;
  }
  .interview__item {
    width: 29.09090909%;
  }
  .interview__item_link {
    flex-direction: column;
    row-gap: 4rem;
    border-bottom: 2px solid #c9c8c7;
    padding-bottom: 1rem;
  }
  .interview__item_thumbnail {
    position: relative;
  }
  .interview__item_thumbnail_image {
    position: relative;
    z-index: 1;
    width: calc(100% - 0.5em);
    border: 0.5rem solid #fff;
    border-radius: 1.6rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .interview__item_thumbnail_tag {
    position: absolute;
    bottom: -2em;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.56rem;
    border-radius: 1.92307692em 1.02564103em 1.02564103em 1.92307692em;
    padding: 3.8em 1.4em 0.1em 0;
    min-width: 11em;
    text-align: right;
    background-color: #727171;
    &.--standard,
    &.--teens,
    &.--kids {
      background-color: #004fa8;
    }
    &.--instructor {
      background-color: #000000;
    }
    &.--parent {
      background-color: #268360;
    }
    &.--other {
      background-color: #79488b;
    }
  }
  .interview__item_text {
    font-size: min(1.8rem, 1.55vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .interview__item_thumbnail_arrow {
    position: absolute;
    background-color: #fff;
    width: 12%;
    height: auto;
    aspect-ratio: 1/1;
    right: calc(0.7em + 4%);
    bottom: 4.4%;
    border-radius: 50%;
    background-image: url(../img/common/arrow_right_orange.png);
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
  }
  .pager {
    margin-top: 3em;
  }
  @media screen and (max-width: 767px) {
    padding-block: 0 20.6vw;
    .inner {
      width: 82%;
    }
    .pageHead {
      margin-bottom: 9vw;
      padding-top: 17.8667vw;
    }
    .interview__intro {
      font-size: 1.4rem;
      line-height: 1.96;
    }
    .interview__item {
      width: 100%;
    }
    .interview__list {
      width: 72vw;
      margin-inline: auto;
      margin-top: 10vw;
      row-gap: 10vw;
      flex-direction: column;
    }
    .interview__item_thumbnail_tag {
      font-size: 1.3rem;
      bottom: -2.2em;
      padding: 4.1em 1.7em 0.4em 0;
      min-width: 11.4em;
      border-radius: 2.30769231em 1.15384615em 1.15384615em 2.30769231em;
    }
    .interview__item_text {
      font-size: 1.5rem;
      line-height: 1.49;
    }
    .interview__item_link {
      row-gap: 9vw;
      padding-bottom: 1vw;
      border-bottom-width: 1px;
    }
    .pager {
      margin-top: 4.8em;
    }
  }
}
