@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
body {
  background-color: #FFFFFF;
}

.detail-interview-background {
  margin-top: 8rem;
  background-image: url("../../img/page/detail-interview/interview-detail-background.png");
  height: 300px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-interview-background .detail-interview-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 55px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.462745098);
  opacity: 1;
  font-weight: bold;
  line-height: 77px;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.9rem;
}
.detail-interview-background .detail-interview-title:first-child {
  font-size: 48px;
  line-height: 71px;
}

.detail-interview-content {
  width: 802px;
  margin: 0 auto 95.7px auto;
}

.interview-name-team {
  text-align: center;
  margin-top: 77px;
}
.interview-name-team p:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #02459C;
}
.interview-name-team p:last-child {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  color: #2C2F2C;
  margin-top: 8px;
  margin-bottom: 37.5px;
}

.interview-content p {
  color: #222222 !important;
}
.interview-content p strong {
  margin-top: 65px;
  margin-bottom: 22px;
  line-height: 33px;
}
.interview-content p span {
  color: #222222;
}
.interview-content p:has(strong) {
  margin-top: 60.3px;
  margin-bottom: 22px;
}
.interview-content iframe {
  width: 100% !important;
  height: 448px;
}

.interview-back-on-list {
  margin: 100px auto 0 auto;
  width: 345px;
  background: #02459C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border-radius: 5px;
  cursor: pointer;
}
.interview-back-on-list a {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}

.interview-content h1 {
  font-size: 24pt;
}

.interview-content h2 {
  color: #02459C;
}

.interview-content h2,
.interview-content h3 {
  font-size: 17pt;
}

.interview-content h4,
.interview-content h5 {
  font-size: 15pt;
}

.interview-content h6 {
  font-size: 15pt;
}

@media screen and (max-width: 765px) {
  .detail-interview-background {
    margin-top: 64px;
    background-image: url("../../img/page/detail-interview/detail-interview-background-sp.png");
    height: 202px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
  }
  .detail-interview-background .detail-interview-title:first-child {
    font-size: 20px;
    line-height: unset;
    letter-spacing: 1.9px;
  }
  .detail-interview-background .detail-interview-title:last-child {
    font-size: 32px;
    line-height: unset;
    letter-spacing: 0px;
  }
  .detail-interview-group-title {
    z-index: 1;
    font-weight: bold;
    margin-top: 15px;
  }
  .detail-interview-background-sp {
    background: rgb(73, 125, 137);
    background: linear-gradient(360deg, rgb(73, 125, 137) 0%, rgb(0, 66, 155) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
  }
  .detail-interview-content {
    width: unset;
    padding: 0 15px;
    margin: 0 auto 100px auto;
  }
  .interview-name-team {
    margin-top: 60px;
  }
  .interview-name-team p:first-child {
    font-size: 18px;
    line-height: 25px;
  }
  .interview-name-team p:last-child {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 11px;
    line-height: 33px;
  }
  .interview-content p:has(strong) {
    margin-top: 38.6px;
    margin-bottom: 9px;
  }
  .interview-content iframe {
    width: 100% !important;
    height: 193px;
  }
  .interview-back-on-list {
    height: 60px;
    margin: 83px auto 0 auto;
  }
  .margin-sp-1 {
    margin-bottom: 14.5px;
    margin-top: 41px !important;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .detail-interview-content {
    width: unset;
  }
  .interview-content {
    padding: 0 15px;
  }
}
