@charset "utf-8";

.content-outer {
  max-width: 1080px;
  margin-top: 128px;
  margin-bottom: 128px;
  margin-inline: auto;
  padding-inline: 40px;

  @media screen and (max-width: 768px) {
    padding-inline: 16px;
    margin-top: 64px;
    margin-bottom: 80px;
  }
}

.interview-intro {
  margin-bottom: 80px;
  @media screen and (max-width: 768px) {
    margin-bottom: 48px;
  }
}

.intro-text {
  margin-bottom: 64px;
  @media screen and (max-width: 768px) {
    margin-bottom: 48px;
  }
}

.member-list {
  display: flex;
  gap: 48px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

/* .member-item {
  .text {}
} */

.member-info {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.member-img {
  max-width: 193px;
  height: 100%;
  @media screen and (max-width: 768px) {
    max-width: 96px;
  }
}

.member-prof {
  .name {
    font-size: 2.4rem;
    font-weight: 700;
    @media screen and (max-width: 768px) {
      font-size: 1.8rem;
    }
  }
  .prof {
    font-size: 1.6rem;
    line-height: 2;
    @media screen and (max-width: 768px) {
      font-size: 1.4rem;
    }
  }
  .note {
    font-size: 1.2rem;
  }
}

.link-list {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}


.link-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc((100% - 80px) / 3);

  @media screen and (max-width: 768px) {
    width: auto;
  }

  .item-link {
    position: relative;

    @media (any-hover: hover) {
      &:hover {
        a {
          opacity: 1;
        }

        .arrow {
          right: 16px;
        }

        img {
          scale: 1.1;
        }
      }
    }
  }

  .item-img {
    display: block;
    position: relative;
    background: var(--white);
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 64px;
    overflow: hidden;

    @media screen and (max-width: 768px) {
      border-radius: 48px;
    }

    img {
      position: relative;
      left: 50%;
      translate: -50% 0;
      scale: 1;
      transition: scale 300ms ease;
    }
  }

  .arrow {
    position: absolute;
    right: 32px;
    bottom: -16px;
    width: 50px;
    height: 40px;
    line-height: 1;
    display: grid;
    place-content: center;
    background-color: var(--lime);
    border-radius: 50vmax;
    border: 1px solid var(--black);
    transition: right 300ms ease;

    &::before {
      content: "";
      position: absolute;
      width: 6px;
      aspect-ratio: 1;
      border-right: 2px solid var(--black);
      border-bottom: 2px solid var(--black);
      rotate: -45deg;
      top: 50%;
      right: 16px;
      translate: 0 -50%;
      z-index: 1;
    }

    &::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 2px;
      top: 50%;
      right: 22px;
      translate: 0 -50%;
      background: var(--black);
      z-index: 1;
    }
  }

  .item-prof {
    display: flex;
    flex-direction: column;
    gap: 50px;

    @media screen and (max-width: 768px) {
      gap: 34px;
    }

    .name {
      position: relative;
      font-size: 2.4rem;
      font-weight: 700;

      @media screen and (max-width: 768px) {
        font-size: 1.8rem;
      }

      &::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        background: var(--black);
        bottom: -20px;
        left: 0;
        translate: 0 -50%;
        z-index: 1;
      }
    }
  }
}

.fv {
  container-type: inline-size;
}

.fv-wrap {
  @media screen and (max-width: 560px) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.fv-cont {
  position: absolute;
  top: 58.5%;
  left: 6.25cqw;
  translate: 0 -50%;
  z-index: 1;

  @media screen and (max-width: 560px) {
    position: relative;
    top: initial;
    bottom: calc(4.4cqw + 4.4445cqw + 24px);
    left: 6.5cqw;
    translate: initial;
    margin-top: auto;
    margin-bottom: 4.4cqw;
    padding: 4.4445cqw;
    border-radius: 0 16px 16px 0;
    grid-column: 1/1;
    grid-row: 1/1;
    height: fit-content;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: rgb(255 255 255 / 0.6);
      border-radius: 0 32px 32px 0;
      z-index: -1;
      left: -11cqw;
    }
  }

  .fv-copy {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    line-height: 1.5;
    margin-bottom: 32px;

    @media screen and (max-width: 560px) {
      font-size: 4cqw;
      margin-bottom: 2cqw;
    }
  }

  .num {
    font-family: var(--font-roboto);
    font-size: clamp(3.6rem, 7vw, 7.2rem);
    font-weight: 500;
    color: var(--black);
    line-height: 1;

    @media screen and (max-width: 560px) {
      font-size: 12.33334cqw;
    }
  }

  .name {
    font-size: clamp(1.2rem, 2.5vw, 2.4rem);
    font-weight: 700;

    @media screen and (max-width: 560px) {
      font-size: 5cqw;
    }
  }

  .text {
    font-size: clamp(1.2rem, 1.75vw, 1.6rem);

    @media screen and (max-width: 560px) {
      font-size: 3.33332cqw;
      line-height: 2;
    }
  }

  .note {
    margin-top: 8px;
    font-size: 1.2rem;

    @media screen and (max-width: 560px) {
      font-size: 3.33332cqw;
    }
  }
}

.fv-img {
  @media screen and (max-width: 560px) {
    grid-column: 1/1;
    grid-row: 1/1;
  }
}


.interview-wrap {
  position: relative;
  max-width: 940px;
  margin-inline: auto;
  container-type: inline-size;
}

.interview-block__head {
  position: relative;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 80px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  @media screen and (max-width: 768px) {
    padding-left: 0;
    font-size: 1.8rem;
  }

  &::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: var(--blue);
    bottom: 0;
    left: 80px;
    translate: 0 -50%;
    z-index: 1;
    @media screen and (max-width: 768px) {
      left: 0;
    }
  }
}


.interview-block {
  max-width: 880px;

  @media screen and (max-width: 768px) {
    padding-inline: 0;
    margin-bottom: 54px;
  }

  .head-text__unit {
    gap: 52px;

    @media screen and (max-width: 768px) {
      gap: 32px;
    }

    .head {
      font-size: 2.4rem;
      padding-left: 80px;

      @media screen and (max-width: 768px) {
        font-size: 1.8rem
        
        &::before {
          left: 80px;
        };
      }
    }
  }



  + .interview-block,
  + .interview-img {
    margin-top: 100px;

    @media screen and (max-width: 768px) {
      margin-top: 0;
    }
  }
}

.member-group {
  display: flex;
  gap: 30px;
  @media screen and (max-width: 768px) {
    gap: 16px;
  }

  + .member-group {
    margin-top: 24px;
  }
}

.member-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  img {
    width: 48px;
    aspect-ratio: 1;
  }
  .name {
    margin-top: 4px;
    font-size: 1.6rem;
    @media screen and (max-width: 768px) {
      font-size: 1.2rem;
    }
  }
}

.interview-img {
  position: relative;
  display: block;
  width: calc(100% + 140px);
  right: 0;

  @media screen and (max-width: 768px) {
    right: initial;
    left: 4px;
    border-radius: 16px;
    width: calc(100vw - 8px);
    margin-inline: calc(50% - 50vw);
  }

  + .interview-block {
    margin-top: 120px;

    @media screen and (max-width: 768px) {
      margin-top: 48px;
    }
  }
}

.sibling-links {
  @media screen and (max-width: 768px) {
    padding-inline: 0;
  }

  .sibling-outer .block-list__item .img-outer {
    @media screen and (max-width: 768px) {
      filter: none;
    }
  }
}

.sibling-links.slider-links .js-slider .swiper {
  @media screen and (max-width: 768px) {
    padding-inline: 0;

    .head-text__unit {
      text-align: center;
    }
  }
}

.prev-btn {
  margin-bottom: 128px;

  @media screen and (max-width: 768px) {
    margin-block: 64px;
  }
}


#clerical-crosstalk {
  .interview-block__head::before {
    background-color: var(--purple);
  } 
}


.lowerPage .sibling-links .heading-unit {
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  @media screen and (max-width: 768px) {
    gap: 24px;
  }
}

.heading-unit .heading-category {
  padding-bottom: 10px;
}

/* .lowerPage .fv .fv-img::before {
  background-image: initial;
} */
@media screen and (min-width: 769px) {
  .lowerPage .fv .fv-img::before {
    width: 60%;
    background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.5));
  }
}

@media screen and (max-width: 768px) {
  .lowerPage .sibling-links .heading-unit .heading-category {
    font-size: 12cqw;
  }
}

@media screen and (max-width: 560px) {
  .lowerPage .fv .fv-heading {
    top: 22%;
  }
}