.section-interview .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 996px;
  margin-inline: auto 0;
}
.section-interview .content-header .content-header__upper {
  width: 260px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 50px;
}
.section-interview .content-header .content-header__position {
  line-height: 1.5;
}
.section-interview .content-header .content-header__name {
  font-size: 3.5rem;
  margin-top: 4px;
}
.section-interview .content-header .content-header__image {
  width: 736px;
}
@media screen and (max-width: 768px) {
  .section-interview .content-header {
    display: block;
  }
  .section-interview .content-header .content-header__upper {
    width: 100%;
    padding-bottom: 0;
  }
  .section-interview .content-header .content-header__position {
    font-size: 1.2rem;
  }
  .section-interview .content-header .content-header__name {
    font-size: 2.6rem;
  }
  .section-interview .content-header .content-header__image {
    width: 100%;
    max-width: 736px;
    margin-top: 20px;
  }
}
.section-interview .content-body {
  margin-top: 160px;
}
.section-interview .content-body h1,
.section-interview .content-body h2,
.section-interview .content-body h3,
.section-interview .content-body h4,
.section-interview .content-body h5,
.section-interview .content-body h6 {
  position: relative;
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 20px;
}
.section-interview .content-body h1::before,
.section-interview .content-body h2::before,
.section-interview .content-body h3::before,
.section-interview .content-body h4::before,
.section-interview .content-body h5::before,
.section-interview .content-body h6::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #152e47;
}
.section-interview .content-body h1:nth-child(n + 2),
.section-interview .content-body h2:nth-child(n + 2),
.section-interview .content-body h3:nth-child(n + 2),
.section-interview .content-body h4:nth-child(n + 2),
.section-interview .content-body h5:nth-child(n + 2),
.section-interview .content-body h6:nth-child(n + 2) {
  margin-top: 80px;
}
.section-interview .content-body p {
  padding-left: 20px;
  margin-top: 20px;
}
.section-interview .content-body figure {
  margin-top: 70px;
}
.section-interview .content-body .my-block-one {
  margin-top: 80px;
}
.section-interview .content-body .my-block-one p {
  margin-top: 0;
}
.section-interview .content-body .my-block-schedule {
  margin-top: 140px;
}
.section-interview .content-body .my-block-schedule p {
  margin-top: 0;
  padding-left: 0;
}
.my-block-schedule .my-block-schedule__time {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .section-interview .content-body {
    margin-top: 60px;
  }
  .section-interview .content-body h1,
  .section-interview .content-body h2,
  .section-interview .content-body h3,
  .section-interview .content-body h4,
  .section-interview .content-body h5,
  .section-interview .content-body h6 {
    font-size: 1.6rem;
    padding-left: 16px;
  }
  .section-interview .content-body h1::before,
  .section-interview .content-body h2::before,
  .section-interview .content-body h3::before,
  .section-interview .content-body h4::before,
  .section-interview .content-body h5::before,
  .section-interview .content-body h6::before {
    top: calc(50% - 2px);
  }
  .section-interview .content-body p {
    padding-left: 16px;
  }
  .section-interview .content-body figure {
    margin-top: 60px;
  }
  .section-interview .content-body .my-block-one {
    margin-top: 70px;
  }
}
