.interview__jumbotron {
  max-width: 1435px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview__jumbotron {
    width: 84vw;
  }
}

.interview__box {
  min-width: 348px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .interview__box {
    padding: 40px 20px;
    position: absolute;
    bottom: -90px;
    left: -30px;
    border: 1px solid #D5D5D5;
  }
}
@media screen and (max-width: 768px) {
  .interview__box {
    padding: 15px 20px;
    border-top: 4px solid #064EA2;
    border-bottom: 4px solid #064EA2;
  }
}

.interview__info {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .interview__info {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .interview__info span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview__info span {
    margin-left: 10px;
    font-size: 14px;
  }
}

.interview__heading {
  margin-top: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .interview__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .interview__heading {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .interview-article__edit {
    padding-top: 150px;
    position: relative;
  }
  .interview-article__edit:before {
    content: "";
    width: 100%;
    height: 1060px;
    display: block;
    position: absolute;
    top: -210px;
    left: 0;
    z-index: -1;
    background-color: #F5F5F5;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__edit {
    padding-top: 35px;
  }
}
.interview-article__edit p {
  max-width: 950px;
  width: calc(100% - 30px);
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .interview-article__edit p {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__edit p {
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
.interview-article__edit h2 {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .interview-article__edit h2 {
    font-size: 22px;
  }
}
.interview-article__edit figure.aligncenter {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview-article__edit figure {
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__edit figure {
    margin: 40px auto;
  }
}
.interview-article__edit .wp-block-media-text {
  max-width: 950px;
  margin: 0 auto 40px;
}
.interview-article__edit .wp-block-media-text p {
  max-width: unset;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .interview-article__edit .wp-block-media-text p.has-large-font-size {
    font-size: clamp(25px, 3vw, 26px) !important;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__edit .wp-block-media-text p.has-large-font-size {
    font-size: clamp(25px, 3vw, 26px) !important;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__edit .wp-block-media-text .wp-block-media-text__content {
    margin-top: 10px;
    padding: 0 15px;
  }
}

.interview-article__timeWrap {
  background-color: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .interview-article__timeWrap {
    margin-top: 100px;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__timeWrap {
    margin-top: 60px;
    padding: 40px 15px;
  }
}

.interview-article__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .interview-article__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__heading {
    font-size: 20px;
  }
}

.interview-article__scheduleList {
  max-width: 820px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interview-article__scheduleList {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__scheduleList {
    margin: 40px auto 0;
  }
}

.interview-article__schedule {
  position: relative;
}
.interview-article__schedule:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 0;
  border: 2px solid #064EA2;
  border-radius: 100px;
  background-color: #fff;
}
.interview-article__schedule:not(:last-child):after {
  content: "";
  width: 2px;
  height: calc(100% + 40px);
  display: block;
  position: absolute;
  top: 22px;
  left: 6px;
  z-index: 0;
  background-color: #064EA2;
}
.interview-article__schedule:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .interview-article__schedule {
    padding-left: 44px;
  }
}
@media screen and (max-width: 768px) {
  .interview-article__schedule {
    padding-left: 32px;
  }
}

.interview-article__time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}

.interview-article__action {
  margin-top: 15px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .interview-article__action {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .interview-other {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-other {
    padding: 60px 0;
  }
}

.interview-other__swiperWrap .swiper-pagination {
  margin-top: 30px;
  position: unset;
}
.interview-other__swiperWrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  opacity: 1;
  border: 1px solid #064EA2;
  background-color: #F3FCFF;
}
.interview-other__swiperWrap .swiper-pagination-bullet-active {
  background-color: #064EA2;
}

.interview-other__nameWrap {
  padding: 15px;
}

.interview-other__name {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.interview-other__name span {
  display: block;
  font-size: 15px;
}

.interview-other__anchor {
  display: block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .interview-other__anchor:hover {
    color: #fff;
    background-color: #064EA2;
  }
}

@media screen and (min-width: 769px) {
  .interview-other__imageWrap {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview-other__imageWrap {
    padding: 8px;
  }
}
.interview-other__imageWrap div {
  padding-top: 63%;
  position: relative;
  overflow: hidden;
}
.interview-other__imageWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.interview-other__itemText {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .interview-other__itemText {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .interview-other__itemText {
    font-size: 12px;
  }
}

.interview-other__name {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .interview-other__name {
    padding: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview-other__name {
    padding: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .interview-other__name span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .interview-other__name span {
    font-size: 14px;
  }
}