.interviewMv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .interviewMv__inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem 4rem 0 8.8rem;
  }
}
.interviewMv__head {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .interviewMv__head {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__head {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .interviewMv__head .sectTtl__heading .jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__head .sectTtl__heading .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__body {
    margin-top: 3rem;
  }
}
.interviewMv__photo {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interviewMv__photo {
    width: 99.7rem;
  }
}
.interviewMv__info {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interviewMv__info {
    gap: 4rem;
    left: 0;
    padding: 4rem 4rem 12rem 8.3rem;
    position: absolute;
    top: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__info {
    gap: 2rem;
    margin: -4rem 0 0 -2rem;
    padding: 3rem 2rem;
    position: relative;
  }
}
.interviewMv__info:after {
  background-color: #181A1F;
  border-radius: 2rem;
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .interviewMv__info:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__info:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 24rem;
  }
}
.interviewMv__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.interviewMv__date {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .interviewMv__date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__date {
    font-size: 1.2rem;
  }
}
.interviewMv__name {
  color: #F5CF30;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .interviewMv__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__name {
    font-size: 1.2rem;
  }
}
.interviewMv__heading {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .interviewMv__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__heading {
    font-size: 2.2rem;
  }
}
.interviewMv__deco {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .interviewMv__deco {
    height: 30.6rem;
    right: -2rem;
    top: -2rem;
    width: 27.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__deco {
    height: 6rem;
    left: 2rem;
    top: -2rem;
    width: 24rem;
  }
}
.interviewMv__deco .iconSVG {
  aspect-ratio: 1/1;
  width: 2rem;
}
.interviewMv__deco .iconSVG:last-child {
  margin-top: auto;
}
.interviewMv__desc {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interviewMv__desc {
    font-size: 1.4rem;
    margin: 10rem 16.9rem 0 auto;
    margin-left: auto;
    max-width: 57rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewMv__desc {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.interviewWrap {
  background-color: #181A1F;
  border-radius: 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .interviewWrap {
    padding-bottom: 14rem;
    width: 141.6rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewWrap {
    padding: 8rem 2rem;
    width: 37.8rem;
  }
}

@media screen and (min-width: 768px) {
  .interviewBlock {
    margin: 0 auto;
    width: 100rem;
  }
}
.interviewBlock__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviewBlock__body {
    gap: 10rem;
    padding-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewBlock__body {
    gap: 8rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewBlock__body + .caption {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewBlock__body + .caption {
    margin-top: 3.2rem;
  }
}

.interviewCard {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviewCard {
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard {
    gap: 4rem;
  }
}
.interviewCard__ttl {
  align-items: center;
  backdrop-filter: blur(6px);
  background-color: #000;
  border-radius: 0.8rem;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  overflow: clip;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interviewCard__ttl {
    font-size: 2rem;
    height: 9.2rem;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__ttl {
    flex-direction: column;
    font-size: 1.5rem;
    padding: 2.4rem 2rem;
  }
}
.interviewCard__ttl .label {
  color: #F5CF30;
}
.interviewCard__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviewCard__body {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__body {
    gap: 4rem;
  }
}
.interviewCard__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviewCard__item {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__item {
    gap: 4rem;
  }
}
.interviewCard__question {
  display: flex;
}
@media screen and (min-width: 768px) {
  .interviewCard__question {
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__question {
    flex-direction: column;
    gap: 2rem;
  }
}
.interviewCard__question:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  width: 4.9rem;
}
.interviewCard__txt {
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .interviewCard__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__txt {
    font-size: 1.4rem;
  }
}
.interviewCard__txt ol {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 2;
  margin-top: 2rem;
}
.interviewCard__txt li {
  counter-increment: list;
}
.interviewCard__txt li .ttl {
  color: #F5CF30;
  font-weight: 700;
}
.interviewCard__txt li .ttl::before {
  content: counter(list) ".";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .interviewCard__answer {
    display: flex;
    gap: 4rem;
  }
}
.interviewCard__name {
  color: #F5CF30;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .interviewCard__name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__name {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.interviewCard__aTxt {
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .interviewCard__aTxt {
    flex: 1;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__aTxt {
    font-size: 1.4rem;
  }
}
.interviewCard__img {
  align-self: center;
}
.interviewCard__img .photo {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interviewCard__img {
    width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewCard__img {
    width: 33.8rem;
  }
}

@media screen and (min-width: 768px) {
  .interviewOthers {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .interviewOthers {
    padding: 8rem 0;
  }
}
.interviewOthers__ttl {
  color: #F5CF30;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interviewOthers__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewOthers__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .interviewOthers__body {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewOthers__body {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */
