/* SINGLE INTERVIEW */
.interview__mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview__mv .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0; 
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.interview .section__header {
  margin-bottom: 0;
}

.interview section {
  padding-top: 0;
}
.interview__mv .block {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.interview__mv .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.interview__main {
  margin-top: 40px;
}
.interview__id {
  font-size: 1.4rem;
  line-height: 3.0rem;
  font-weight: 700;
}

.instructor_name_en {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 16px 0;
}

.instructor_name {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 700;
}

.instructor_professional {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin: 8px 0;
}

.interview .inner {
  max-width: 720px;
  margin: auto;
}

.interview .ttl {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin: 0;
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
}

.interview .section__body img {
  margin: 24px 0;
}
.interview h2 {
  position: relative;
  font-size: 2.2rem;
  line-height: 3.0rem;
  margin: 16px 0;
  color: #2EA93D;
  font-weight: 700;
  z-index: 1;
}

.interview h2::before {
  content: "INTERVIEW";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 8rem; /* 透かし文字の大きさ */
  color: rgba(0, 0, 0, 0.05); /* 薄いグレーで透かし感を出す */
  font-weight: 900;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none; /* クリックイベントを通す */
}

.interview p {
  margin-bottom: 24px;
}

.interview__profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 4px;
}

.interview__profile__img {
  width: 100%;
  max-width: 192px;
  margin: auto;
  text-align: center;
}

.interview__profile__img img {
  max-width: 120px;
  height: 120px;
  border-radius: 120px;
  margin: auto;
}
.interview__profile__txt {
  flex: 1;
}

.interview__profile__txt p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}


@media (min-width: 481px) {}

@media (min-width: 768px) {
  .instructor_name_en {
    font-size: 9.0rem;
    line-height: 10.0rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 16px 0;
  }
  .instructor_name {
    font-size: 2.8rem;
    line-height: 3.7rem;
    font-weight: 700;
  }
  .instructor_professional {
    font-size: 2.3rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin: 16px 0;
  }
  .interview__id {
    font-size: 2.2rem;
    line-height: 3.0rem;
    font-weight: 700;
  }
  .interview .ttl {
    font-size: 4.2rem;
    line-height: 5.6rem;
    margin: 16px 0;
  }
  .interview h2 {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin: 40px 0;
    color: #2EA93D;
    font-weight: 700;
  }
  .interview h3 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    margin: 16px 0;
    color: #222222;
    font-weight: 700;
  }
  .interview__profile {
    display: flex;
    flex-direction: row;
    gap: 24px;
    background-color: #F8F8F8;
    justify-content: start;
    padding: 32px;
    border-radius: 4px;
  }
  .interview__profile__img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {}

@media (min-width: 1400px) {}