@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 2.4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.footer {
  margin-top: -170px;
}

.main_content {
  padding-bottom: 0 !important;
  overflow-x: hidden;
}

.interview {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.interview__content {
  position: relative;
}
.interview__content._odd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 86px;
  margin-bottom: 95px;
}
@media screen and (min-width: 1000px), print {
  .interview__content._odd {
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .interview__content._odd {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 449px) {
  .interview__content._odd {
    padding-top: 65px;
  }
}
.interview__content._odd .interview__content__inner {
  padding-bottom: 94px;
}
.interview__content._odd .interview__content__inner::before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1f64b5;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -2;
}
@media screen and (min-width: 1000px), print {
  .interview__content._odd .interview__content__inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .interview__content._odd .interview__content__inner {
    padding-bottom: 40px;
  }
  .interview__content._odd .interview__content__inner::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.interview__content._odd .bg_img {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
}
.interview__content._odd .bg_img-01 {
  width: clamp(500px, 89.42vw, 1073px);
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 999px) {
  .interview__content._odd .bg_img-01 {
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .interview__content._odd .bg_img-01 {
    right: -30%;
  }
}
.interview__content._odd .bg_img-02 {
  width: clamp(300px, 100vw, 1200px);
  top: 67px;
  right: -50px;
}
@media screen and (max-width: 999px) {
  .interview__content._odd .bg_img-02 {
    right: -20px;
  }
}
.interview__content._even {
  padding-left: 100px;
  margin-bottom: 92px;
}
@media screen and (max-width: 999px) {
  .interview__content._even {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.interview__content._even .interview__content__inner {
  padding-bottom: 100px;
  position: relative;
}
.interview__content._even .interview__content__inner::before {
  display: block;
  content: "";
  width: 100vw;
  height: calc(100% - 230px);
  background-color: #1f64b5;
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1;
}
@media screen and (max-width: 1599px) {
  .interview__content._even .interview__content__inner::before {
    left: -100px;
  }
}
@media screen and (max-width: 999px) {
  .interview__content._even .interview__content__inner {
    padding-bottom: 40px;
  }
  .interview__content._even .interview__content__inner::before {
    height: calc(100% - clamp(100px, 25vw, 180px));
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.interview__content._even .w100_img_large {
  max-width: 1200px;
  margin-right: -100px;
}
.interview__content._even .w100_img_small {
  max-width: 1100px;
  margin-top: 78px;
}
@media screen and (max-width: 999px) {
  .interview__content._even .w100_img_small {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1000px), print {
  .interview__content._even .interview_set._img_rigth {
    gap: clamp(20px, 8.33vw, 100px);
  }
  .interview__content._even .interview_set._img_rigth .interview_set__img {
    margin-right: -108px;
  }
}
.interview__content._even .bg_img {
  position: absolute;
  z-index: -1;
}
.interview__content._even .bg_img-01 {
  width: clamp(350px, 48.75vw, 780px);
  top: 290px;
  right: -202px;
}
@media screen and (max-width: 999px) {
  .interview__content._even .bg_img-01 {
    top: auto;
    bottom: -300px;
    right: -20px;
  }
}
.interview__content._even .bg_img-02 {
  width: 530px;
  width: clamp(250px, 33.125vw, 530px);
  top: -493px;
  left: -200px;
}
@media screen and (max-width: 1599px) {
  .interview__content._even .bg_img-02 {
    left: -100px;
  }
}
@media screen and (max-width: 999px) {
  .interview__content._even .bg_img-02 {
    top: -150px;
    left: -20px;
  }
}
.interview p {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.875;
  letter-spacing: 0.124rem;
}
.interview p:not(:last-of-type) {
  margin-bottom: 1.9em;
}
@media screen and (max-width: 1199px) {
  .interview p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 999px) {
  .interview p:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
}

.interview_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 566px;
  position: relative;
  z-index: 10;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .interview_hero {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .interview_hero {
    height: 300px;
  }
}
.interview_hero__img {
  position: absolute;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 37.5%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 248, 248)), to(rgb(227, 227, 227)));
  background: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(227, 227, 227) 100%);
  -webkit-clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
}
.interview_hero__img img {
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 1199px) {
  .interview_hero__img img {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 999px) {
  .interview_hero__img {
    width: calc(100vw + 20px);
    height: calc(100% + 60px);
    left: 10%;
    bottom: -60px;
    top: auto;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .interview_hero__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@media screen and (max-width: 449px) {
  .interview_hero__img {
    height: calc(100% + 30px);
    bottom: -30px;
  }
}
.interview_hero__text {
  position: relative;
  z-index: 11;
}
.interview_hero .interview_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview_hero .interview_title {
    margin-bottom: 15px;
  }
}
.interview_hero__catchphrase {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: clamp(20px, 2.92vw, 2.188rem);
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 767px) {
  .interview_hero__catchphrase {
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}

.doctor {
  color: #ffffff;
  margin-bottom: 120px;
}
.doctor__position {
  line-height: 1.875;
  letter-spacing: 0.04rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.doctor__name {
  font-weight: 700;
  font-size: 2.188rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 999px) {
  .doctor {
    margin-bottom: 0;
  }
  .doctor__position {
    margin-bottom: 0;
  }
  .doctor__name {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .doctor__position {
    line-height: 1.5;
  }
  .doctor__name {
    line-height: 1.5;
    font-size: 1.75rem;
  }
}

.profile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50%;
  position: relative;
}
.profile::after {
  display: block;
  content: "";
  width: 100vw;
  height: 850px;
  background: linear-gradient(-55deg, rgb(227, 227, 227) 0%, rgb(248, 248, 248) 100%);
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 999px) {
  .profile {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .profile::after {
    height: 100%;
  }
}
.profile__img {
  max-width: 680px;
  position: absolute;
  bottom: 0;
  left: -16px;
}
@media screen and (max-width: 999px) {
  .profile__img {
    display: none;
  }
}
.profile__info__head {
  margin-bottom: 38px;
}
@media screen and (max-width: 999px) {
  .profile__info__head {
    margin-bottom: 10px;
  }
}
.profile__info__body {
  padding-bottom: 110px;
}
.profile__info__body .keireki {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.profile__info__body ul {
  padding-left: 10px;
}
.profile__info__body ul li {
  line-height: 1.9 !important;
}
@media screen and (max-width: 999px) {
  .profile__info__body {
    padding-bottom: 0;
  }
  .profile__info__body .keireki {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.profile__name {
  font-size: 1.875rem;
  border-bottom: 1px solid rgba(31, 100, 181, 0.25);
  margin-bottom: 11px;
  padding-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .profile__name {
    font-size: 1.625rem;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.profile__position {
  color: #1f64b5;
}
.profile__position .line {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .profile__position {
    line-height: 1.5;
  }
}

.interview_title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 56px;
  background-color: #1f64b5;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  letter-spacing: 0.04rem;
  line-height: 1.5;
  padding: 5px 41px 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .interview_title {
    font-size: 1.375rem;
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .interview_title {
    min-height: 35px;
    font-size: 1.25rem;
    padding: 5px 30px 5px 20px;
  }
}
@media screen and (max-width: 576px) {
  .interview_title {
    min-height: 30px;
    padding: 2px 15px 2px 10px;
  }
}

.interview_content_title {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid rgba(165, 196, 232, 0.25);
  position: relative;
  padding-left: clamp(45px, 9vw, 108px);
  padding-bottom: clamp(10px, 2.25vw, 27px);
  margin-top: clamp(55px, 6.3vw, 100px);
  margin-bottom: clamp(25px, 3.8vw, 60px);
}
.interview_content_title::before {
  display: block;
  content: "";
  width: clamp(30px, 5.41vw, 66px);
  height: 5px;
  background-color: #e8d421;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .interview_content_title {
    margin-bottom: clamp(20px, 2vw, 60px);
  }
}
@media screen and (max-width: 576px) {
  .interview_content_title::before {
    height: 3px;
  }
  .interview_content_title._sp_mt_small {
    margin-top: 30px;
  }
}
.interview_content_title__num {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 5.83vw, 4.375rem);
  letter-spacing: 0.06rem;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  left: 0;
}
@media screen and (max-width: 576px) {
  .interview_content_title__num {
    top: 1px;
  }
}
.interview_content_title__text {
  display: block;
  font-weight: bold;
  font-size: 1.875rem;
  font-size: clamp(22px, 2.5vw, 1.875rem);
  line-height: 1.667;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .interview_content_title__text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .interview_content_title__text {
    line-height: 1.3;
  }
}

.interview_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.interview_set._img_rigth {
  gap: clamp(20px, 5.23vw, 90px);
}
.interview_set._img_rigth .interview_set__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.interview_set._img_rigth .interview_set__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: clamp(250px, 43.75vw, 700px);
}
@media screen and (min-width: 1000px), print {
  .interview_set._img_rigth .interview_set__img {
    margin-right: -200px;
  }
}
.interview_set._img_left {
  gap: clamp(20px, 6.23vw, 100px);
}
.interview_set._img_left .interview_set__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.interview_set._img_left .interview_set__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: clamp(250px, 37.5vw, 600px);
}
.interview_set__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 10px;
}
.interview_set__img img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .interview_set__img {
    max-width: 700px !important;
  }
}
@media screen and (max-width: 999px) {
  .interview_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interview_set._img_rigth {
    gap: 20px;
  }
  .interview_set._img_left {
    gap: 20px;
  }
  .interview_set__text {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .interview_set__img {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 0 auto;
  }
}