:root {
  --parent--bg--color: #fff;
  --parent--text--color: #615F5F;
  --parent--icon: url(../img/interview/bg_icon.png);
}

.-parent--a {
  --parent--bg--color: #F6F4FF;
  --parent--text--color: #A094D5;
  --parent--icon: url(../img/interview/parent_icon_a.png);
}

.-parent--b {
  --parent--bg--color: #F1F5FA;
  --parent--text--color: #6C85BC;
  --parent--icon: url(../img/interview/parent_icon_b.png);
}

.-parent--c {
  --parent--bg--color: #F1F8FA;
  --parent--text--color: #6CABBC;
  --parent--icon: url(../img/interview/parent_icon_c.png);
}

.-parent--d {
  --parent--bg--color: #EAF8D2;
  --parent--text--color: #9FC635;
  --parent--icon: url(../img/interview/parent_icon_d.png);
}

.-parent--e {
  --parent--bg--color: #FFF9DE;
  --parent--text--color: #E7AF31;
  --parent--icon: url(../img/interview/parent_icon_e.png);
}

.-parent--f {
  --parent--bg--color: #FFEFDE;
  --parent--text--color: #E77E31;
  --parent--icon: url(../img/interview/parent_icon_f.png);
}

.-parent--g {
  --parent--bg--color: #FDF1F3;
  --parent--text--color: #E57E7E;
  --parent--icon: url(../img/interview/parent_icon_g.png);
}

.global__nav__list__item.-interview {
  color: #F46474;
}

@media screen and (max-width: 750px) {
  #header {
    z-index: 100;
  }
  #main {
    padding-top: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF9DE), to(#FFF9DE)) no-repeat 0 0;
    background: linear-gradient(to bottom, #FFF9DE, #FFF9DE) no-repeat 0 0;
    background-size: 100% 4rem;
  }
}
#interview {
  container-type: inline-size;
  padding: 0 0 9rem;
}
#interview * {
  letter-spacing: 0.11em;
}

@media screen and (max-width: 750px) {
  #interview {
    padding: 0 0 5rem;
  }
}
.interview__title {
  position: relative;
  background-color: #FFF9DE;
}
.interview__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 100%;
  display: block;
  width: 100%;
  aspect-ratio: 700/157;
  background: url(../img/interview/bg_main.png) no-repeat 0 0;
  background-size: contain;
}

.title__block {
  position: relative;
  padding: 37.8571428571% 0 13.7142857143%;
}
.title__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5rem;
  display: block;
  width: calc(100% - 8rem);
  aspect-ratio: 620/277;
  background: url(../img/interview/bg_interview_top.png) no-repeat 0 0;
  background-size: contain;
}
.title__block::after {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 5rem;
  display: block;
  width: calc(100% - 10rem);
  aspect-ratio: 600/355;
  background: url(../img/interview/bg_interview_bottom.png) no-repeat 0 bottom;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .title__block {
    position: relative;
    padding: 19.6rem 0 3.2rem;
  }
  .title__block::before {
    left: 2rem;
    width: 36rem;
    aspect-ratio: 360/179;
    background-image: url(../img/interview/bg_interview_top-sp.png);
  }
  .title__block::after {
    bottom: -13rem;
    left: 2rem;
    width: 35rem;
    aspect-ratio: 350/199;
    background-image: url(../img/interview/bg_interview_bottom-sp.png);
  }
}
.main__section__sub__ttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.21em;
}
.main__section__sub__ttl img {
  width: 2.5rem;
  margin: 0 0.3rem;
  vertical-align: text-top;
}
.main__section__sub__ttl .-small {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
}
.main__section__sub__ttl .-pink {
  font-size: 2rem;
  color: #FF8190;
}
.main__section__sub__ttl .-yellow {
  font-size: 2rem;
  color: #D19117;
}

.-date {
  margin: 19.1rem 0 4rem;
  text-align: right;
  font-size: 1.2rem;
}

.interview__head__title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.interview__head__title span {
  color: #D19117;
}

@media screen and (max-width: 750px) {
  .interview__head__title {
    font-size: 1.5rem;
  }
}
.-note {
  text-align: center;
  font-size: 1.2rem;
}

.interview__head__sub__title {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #E7AF31;
}
.interview__head__sub__title span {
  display: inline-block;
  padding-bottom: 0.3rem;
  border-bottom: 0.3rem solid #FDEB9E;
}

.parent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}

.parent__item {
  position: relative;
  width: calc(50% - 1rem);
  padding: 0 2rem 1.5rem;
  background-color: var(--parent--bg--color);
  border-radius: 2rem;
}
.parent__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  margin-bottom: 0.5rem;
  padding-left: 6.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--parent--text--color);
  line-height: 1.2;
}
.parent__item dt::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 1rem;
  display: block;
  width: 6rem;
  height: 6rem;
  background: var(--parent--icon) no-repeat 0 0;
  background-size: contain;
}
.parent__item dd {
  font-size: 1.3rem;
  line-height: 1.8;
}
.parent__item dd h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  font-weight: 700;
}
.parent__item dd h5::before, .parent__item dd h5::after {
  content: "";
  width: 10rem;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.parent__item dd ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

@container (width <= 465px) {
  .parent__item {
    padding: 0 1.5rem 1.5rem;
  }
  .parent__item dt {
    height: 4.4rem;
    padding-left: 5.8rem;
    font-size: 1.4rem;
  }
  .parent__item dt::before {
    top: -0.6rem;
    left: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .parent__item dd {
    font-size: 1.2rem;
  }
}
.teacher__box {
  position: relative;
  margin: 4.1rem 0 6rem;
  padding: 2.9rem 2rem 1.7rem;
  background-color: #FAECF7;
  border-radius: 2rem;
}
.teacher__box dt {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #E28EC8;
}

.teacher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@container (width <= 520px) {
  .teacher__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teacher__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
  width: calc(50% - 1rem);
  padding: 1.9rem 1.5rem 1.9rem 9rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.teacher__item span {
  font-size: 1.3rem;
  font-weight: 400;
}
.teacher__item::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.teacher__item:first-child::before {
  background-image: url(../img/interview/teacher_icon_01.png);
}
.teacher__item:nth-child(2)::before {
  background-image: url(../img/interview/teacher_icon_02.png);
}

@container (width <= 520px) {
  .teacher__item {
    width: 100%;
  }
}
.topics__box {
  padding: 1.6rem 4.6rem 2.6rem;
  border: 0.4rem solid #FFF7D6;
  border-radius: 3rem;
}

.topics__title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #E7AF31;
}
.topics__title span {
  display: block;
  font-size: 1.2rem;
}

.topics__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  line-height: 2;
}

.topics__item {
  font-size: 1.4rem;
  font-weight: 500;
}
.topics__item span {
  font-weight: 700;
  color: #B77D0F;
}
.topics__item > a {
  padding-bottom: 0.4rem;
  border-bottom: 0.3rem solid #FDEB9E;
}
.topics__item > a::before {
  counter-increment: number 1;
  content: "#" counter(number);
  margin-right: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #E7AF31;
}

.topics__sub__list {
  margin-top: 1.2rem;
  padding-left: 4rem;
}

.topics__sub__item {
  font-size: 1.4rem;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.topics__sub__item span {
  font-weight: 700;
  color: #B77D0F;
}

.interview__wrap {
  counter-reset: interviewNum 0;
}

.interview__block {
  margin: 18rem 0 0;
}
.interview__block.-color {
  position: relative;
  background-color: #FFFBEA;
}
.interview__block.-color::before, .interview__block.-color::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 700/157;
  background: url(../img/interview/bg_color.png) no-repeat center 0;
  background-size: contain;
}
.interview__block.-color::before {
  top: 0;
  left: 0;
  translate: 0 -100%;
}
.interview__block.-color::after {
  bottom: 0;
  left: 0;
  rotate: 180deg;
  translate: 0 100%;
  background-image: url(../img/interview/bg_color.png);
}

.interview__block__title {
  margin: 0 auto 3.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #E7AF31;
  text-align: center;
}
.interview__block__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.5rem solid #FDEB9E;
}
.interview__block__title span::before {
  counter-increment: interviewNum 1;
  content: "#" counter(interviewNum);
  translate: 0 0.2rem;
  font-size: 3.4rem;
}

@media screen and (max-width: 750px) {
  .interview__block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 3rem;
    font-size: 2.2rem;
  }
  .interview__block__title span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.interview__block__sub__title {
  margin-bottom: 1.5rem;
  font-size: 2.1rem;
  color: #E7AF31;
  font-weight: 700;
}

.-question {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #B77D0F;
}
.-question::before {
  content: "Q.";
  font-size: 2rem;
  color: #E7AF31;
}
.-question span {
  display: inline-block;
  margin: 1rem 0;
}

@media screen and (max-width: 750px) {
  .-question {
    font-size: 1.5rem;
  }
}
.-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.-answer dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--parent--text--color);
  text-align: center;
  line-height: 1.3;
}
.-answer dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  margin-bottom: 0.2rem;
  background: var(--parent--icon) no-repeat 0 0;
  background-size: contain;
}
.-answer dd {
  font-size: 1.4rem;
}
.-answer dd p {
  margin-bottom: 1.5rem;
}
.-answer dd p:last-child {
  margin-bottom: 0;
}

.-img {
  margin: 4rem 0;
}
.-img.-bottom {
  margin: 4rem 0 7.2rem;
}

.btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}

.interview__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem 0.6rem 2rem;
  border: 0.1rem solid #DEBB2D;
  border-radius: calc(infinity * 1px);
  font-size: 1.3rem;
  font-weight: 700;
  color: #DEBB2D;
  letter-spacing: 0.1em;
}
.interview__btn::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/interview/icon_btn.svg) no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .interview__btn {
    font-size: 1.1rem;
  }
}
.interview__box {
  margin-bottom: 6rem;
}
.interview__box:last-child {
  margin-bottom: 0;
}

.note__text {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.message__box {
  margin-top: 22.7rem;
  padding: 2rem 4rem 4rem;
  border: 0.4rem solid #FFF7D6;
  border-radius: 3rem;
  font-size: 1.4rem;
}
.message__box p {
  line-height: 1.875;
}

@media screen and (max-width: 750px) {
  .message__box {
    padding: 2rem 3rem 3rem;
  }
}
.message__title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #E7AF31;
  text-align: center;
}
.message__title::before {
  content: "";
  position: absolute;
  top: -5.6rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 4.4rem;
  height: 5.3rem;
  background: url(../img/common/icon_title.png) no-repeat center 0;
  background-size: contain;
}