.u-pc-only {
  @media (max-width: 768px) {
    display: none;
  }
}

.recruit-fv--interview {
  background-image: url(../img/interview/interview-fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: clamp(360px, 60vh, 620px);
  position: relative;
  margin: 0 0 6rem
}

.recruit-fv--interview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
  pointer-events: none;
  z-index: 0
}

.interview-fv__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(140px, 30vh, 220px) 20px 80px;
  color: #fff
}

.interview-fv__eyebrow {
  margin: 0 0 .6rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .08em
}

.interview-fv__title {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  line-height: 1.3
}

.interview-fv__lead {
  margin: 1.6rem 0 0;
  max-width: 32em;
  font-size: 1.5rem;
  line-height: 1.9
}

@media (max-width:640px) {
  .recruit-fv--interview {
    background-image: url(../img/interview/interview-fv-sp.webp);
  }

  .interview-fv__content {
    padding-top: 140px;
    padding-bottom: 56px
  }

  .interview-fv__title {
    font-size: 2.6rem
  }
}

.interview-people {
  padding: 0 0 60px
}

.interview-people__inner {
  width: min(1120px, 92%);
  margin: 0 auto
}

.interview-people__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px
}

.interview-people__sub {
  color: #ff4b00;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px
}

.interview-people__hero-img img {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  display: block;
  margin-bottom: 48px
}

.interview-people__lead h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px
}

.interview-people__lead p {
  line-height: 2;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width:560px) {
  .interview-people__lead h3 {
    font-size: 2rem;
  }

  .interview-people__lead p {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* 人々 */

.interview-people__grid {}

.interview-people__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 40px;
}

.people__thumb img {
  width: 100%;
  height: 450px !important;
  border-radius: 20px;
  object-fit: cover
}

.people-card__role {
  font-size: 1.6rem;
}

.people-card__name {
  font-size: 2.4rem;
}

.people-card_lead {
  font-size: 2rem;
}

.people-card {
  display: block;
  text-decoration: none;
  color: inherit
}

.people-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 20px
}

.people-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 1
}

.people-card__catch {
  position: absolute;
  left: 16px;
  bottom: 35px;
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  pointer-events: none;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5)
}

.people-card__meta {
  margin-top: 16px
}

.people-card_lead {
  font-weight: 700;
}

.people-card__btn {
  display: inline-flex;
  margin-top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #FF5800;
  position: relative
}

.people-card__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF5800;
  border-right: 2px solid #FF5800;
  transform: translate(-50%, -50%) rotate(45deg)
}

@media (max-width:1024px) {
  .interview-people__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:560px) {

  .people__thumb img {
    height: 264px !important;
  }

  .people-card__role {
    font-size: 1.1rem
  }

  .people-card__name {
    font-size: 1.6rem
  }

  .people-card_lead {
    font-size: 1.4rem
  }
}

@media (max-width:380px) {
  .interview-people__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .people__thumb img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 220 / 264;
  }
}