@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/* インタビューインデックス */
.interview_index_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .interview_index_ul {
    width: 100%;
  }
}

.interview_index_li {
  width: 590px;
  padding: 20px 10px;
  box-sizing: border-box;
  height: 250px;
}

@media screen and (max-width: 1239px) {
  .interview_index_li {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .interview_index_li {
    width: 100%;
    height: 235px;
  }
}

@media screen and (max-width: 767px) {
  .interview_index_li {
    padding: 10px 0;
    min-height: 165px;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
  }
}

.interview_index_li > a {
  height: 100%;
  display: flex;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a {
    flex-direction: column;
  }
}

.interview_index_li > a:hover {
  opacity: 0.8;
}

.interview_index_li > a:hover::before {
  transform: translateX(7px);
}

.interview_index_li > a::before {
  content: '';
  display: inline-block;
  background: url("/common/img/icon/arrow/round_arrow.png") 0 center no-repeat transparent;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  transition: 0.3s;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a::before {
    bottom: 15px;
    right: 15px;
  }
}

.interview_index_li > a .thum {
  max-width: 290px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .thum {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}

.interview_index_li > a .text {
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.5;
  width: calc(100% - 35%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .interview_index_li > a .text {
    min-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .text {
    padding: 10px;
    width: 100%;
    min-width: 100%;
  }
}

.interview_index_li > a .text .headline {
  font-family: "FOT-ロダン墨東 Pro DB", "RodinBokutohPro-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1em;
  color: #2a282a;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .text .headline {
    font-size: 1rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.interview_index_li > a .text .dep {
  font-size: 1rem;
  color: #595959;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .text .dep {
    font-size: 0.875rem;
  }
}

.interview_index_li > a .text .name {
  font-size: 1.375rem;
  color: #2a282a;
  font-weight: bold;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .text .name {
    font-size: 1rem;
  }
}

.interview_index_li > a .text .name .position {
  font-weight: normal;
  font-size: 1rem;
  color: #595959;
  margin-right: 1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .interview_index_li > a .text .name .position {
    font-size: 0.875rem;
  }
}

/* インタビュー下層ページ */
.main_content._interview {
  padding-bottom: 0;
}

.interview_headline {
  width: 100%;
  height: 840px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 999px) {
  .interview_headline {
    background-position: center left -265px;
  }
}

@media screen and (max-width: 767px) {
  .interview_headline {
    background-image: none !important;
    height: auto;
    position: relative;
  }
}

.interview_headline .category_line._interview {
  background-image: none;
  background-color: rgba(65, 68, 75, 0.502);
}

@media screen and (max-width: 767px) {
  .interview_headline .category_line._interview {
    position: absolute;
  }
}

.interview_headline .headline_image {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview_headline .headline_image {
    display: block;
    width: 100%;
  }
  .interview_headline .headline_image img {
    width: 100%;
    display: block;
  }
}

.interview_headline .text_area_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.interview_headline .text_area {
  background-color: rgba(0, 121, 148, 0.8);
  display: inline-block;
  padding: 40px;
  min-width: 490px;
  box-sizing: border-box;
  position: absolute;
  right: 40px;
  top: 20%;
}

@media screen and (max-width: 999px) {
  .interview_headline .text_area {
    min-width: 300px;
    padding: 30px;
    top: 50%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .interview_headline .text_area {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -80px;
    right: auto;
    top: auto;
    margin-left: -15px;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

.interview_headline .text_area .title {
  color: #fff;
  font-family: "FOT-ロダン墨東 Pro DB", "RodinBokutohPro-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .interview_headline .text_area .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .interview_headline .text_area .title {
    font-size: 24px;
  }
}

.interview_headline .text_area .title span {
  display: inline-block;
  border-bottom: 2px dotted #8cc3cf;
}

.interview_headline .text_area .doctor_info {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.2;
  vertical-align: text-bottom;
}

@media screen and (max-width: 999px) {
  .interview_headline .text_area .doctor_info {
    display: block;
    font-size: 1rem;
  }
  .interview_headline .text_area .doctor_info > * {
    margin-bottom: 0.3em;
  }
}

@media screen and (max-width: 767px) {
  .interview_headline .text_area .doctor_info {
    font-size: 0.875rem;
  }
}

.interview_headline .text_area .doctor_info .name {
  font-weight: bold;
  font-size: 1.625rem;
  padding-left: 0.5em;
}

@media screen and (max-width: 999px) {
  .interview_headline .text_area .doctor_info .name {
    font-size: 1.438rem;
  }
}

@media screen and (max-width: 767px) {
  .interview_headline .text_area .doctor_info .name {
    font-size: 1.25rem;
  }
}

.interview_h3 {
  font-family: "FOT-ロダン墨東 Pro DB", "RodinBokutohPro-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interview_h3 {
    font-size: 1.5rem;
    padding-top: 20px;
  }
}

.interview_h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #1289a2;
  position: absolute;
  bottom: 0;
  left: 2px;
}

.interview_h3 .blue {
  color: #007a94;
}

.interview_h3._center {
  text-align: center;
}

.interview_h3._center::after {
  left: 50%;
  margin-left: -60px;
}

.column_2 {
  display: flex;
}

@media screen and (max-width: 999px) {
  .column_2 {
    display: block;
  }
}

.column_2._typeA {
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px), print, print {
  .column_2._typeA .right._image {
    width: 670px;
    flex-basis: 670px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: -122px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 999px) {
  .column_2._typeA .right._image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.column_2._typeA .right._image img {
  width: 100%;
}

.column_2._typeB {
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px), print, print {
  .column_2._typeB .left._image {
    width: 640px;
    flex-basis: 640px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-right: 50px;
    margin-left: -71px;
  }
}

@media screen and (max-width: 999px) {
  .column_2._typeB .left._image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.column_2._typeB .left._image img {
  width: 100%;
}

@media screen and (min-width: 1000px), print, print {
  .column_2._typeC .right._image {
    width: 550px;
    flex-basis: 550px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: -55px;
    margin-top: -68px;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 999px) {
  .column_2._typeC .right._image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.column_2._typeC .right._image img {
  max-width: 100%;
}

.beige_box {
  border-radius: 10px;
  background-color: #f9f7f5;
  padding: 10px 60px 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .beige_box {
    padding: 10px 20px 40px;
  }
}

.hospital_content {
  width: 100vw;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .hospital_content {
    margin-bottom: 40px;
  }
}

.hospital_content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 430px;
  background: url("/asset/about/interview/mochizuki/img/hospital_bg.jpg") top center/cover;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .hospital_content::before {
    height: 250px;
  }
}

.hospital_content .inner {
  background-color: #fff;
  margin-top: -165px;
  padding: 10px 60px;
}

@media screen and (max-width: 767px) {
  .hospital_content .inner {
    padding: 10px;
  }
}

.bottom_content {
  position: relative;
  margin-bottom: 60px;
  background: url("/asset/about/interview/img/bottom_content_bg.jpg") top right/cover;
}

@media screen and (max-width: 767px) {
  .bottom_content {
    padding: 10px 10px 0;
  }
}

.profile_content {
  border-top: 1px solid #aca69e;
  border-bottom: 1px solid #aca69e;
  position: relative;
  padding: 40px 0 40px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .profile_content {
    padding: 40px 0;
  }
}

.profile_content_title {
  color: #1289a2;
  font-size: 1.625rem;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  padding-right: 10px;
}

@media screen and (min-width: 1000px), print, print {
  .profile_content ._wrapper {
    display: flex;
    align-items: flex-start;
  }
}

.profile_content .personal_info {
  flex-basis: 360px;
  flex-shrink: 0;
  margin-top: 0;
}

@media screen and (min-width: 1000px), print, print {
  .profile_content .personal_info {
    padding-right: 30px;
  }
}

.profile_content .personal_info .position {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .profile_content .personal_info .position {
    font-size: 1.125rem;
  }
}

.profile_content .personal_info .name {
  font-weight: bold;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .profile_content .personal_info .name {
    font-size: 1.563rem;
  }
}

.profile_content .personal_info .name .yomi {
  font-weight: normal;
  font-size: 1rem;
  padding-left: 1em;
}

.profile_content .personal_info.doctor_introduction {
  border: 0 none;
}

.profile_content .personal_info.doctor_introduction .doctor_info_table th {
  text-align: left;
  width: 4em;
}

@media screen and (min-width: 1000px), print, print {
  .profile_content .specialty_info {
    width: calc(100% - 390px);
  }
}

.profile_content .specialty_info_title {
  color: #1289a2;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: -10px;
  padding-left: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .profile_content .specialty_info_title {
    text-align: center;
    padding: 0;
    font-size: 1.25rem;
    margin-bottom: -15px;
  }
}

.profile_content .specialty_info ul {
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .profile_content .specialty_info ul {
    padding: 30px 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .profile_content .specialty_info ul li {
    box-sizing: border-box;
  }
  .profile_content .specialty_info ul li:nth-of-type(odd) {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
  }
  .profile_content .specialty_info ul li:nth-of-type(even) {
    width: calc(50% - 10px);
    float: right;
  }
}

.interview_link_content {
  width: 100%;
  background-color: #ecf2f7;
  padding: 40px 0;
}

.interview_link_content ul {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul {
    max-width: 450px;
  }
}

.interview_link_content ul .prev a::before {
  transform: scale(-1, 1);
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a::before {
    margin-right: 0;
  }
}

.interview_link_content ul .prev a .thum {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .thum {
    margin-right: 0;
  }
}

.interview_link_content ul .prev a:hover::before {
  transform: scale(-1, 1) translateX(10px);
}

.interview_link_content ul .next a {
  flex-direction: row-reverse;
}

.interview_link_content ul .next a::before {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .next a::before {
    margin-left: 0;
  }
}

.interview_link_content ul .next a .thum {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .next a .thum {
    margin-left: 0;
  }
}

.interview_link_content ul .next a:hover::before {
  transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev, .interview_link_content ul .next {
    max-width: calc(50% - 30px);
  }
}

.interview_link_content ul .prev a, .interview_link_content ul .next a {
  display: flex;
  align-items: center;
  position: relative;
  color: #222222;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a, .interview_link_content ul .next a {
    flex-direction: column;
  }
}

.interview_link_content ul .prev a::before, .interview_link_content ul .next a::before {
  content: '';
  display: inline-block;
  background: url("/common/img/icon/arrow/round_arrow.png") 0 center no-repeat transparent;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a::before, .interview_link_content ul .next a::before {
    margin-bottom: 10px;
  }
}

.interview_link_content ul .prev a span, .interview_link_content ul .next a span {
  display: block;
}

.interview_link_content ul .prev a .thum, .interview_link_content ul .next a .thum {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #dbdbdb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .thum, .interview_link_content ul .next a .thum {
    width: calc(100px - 15px);
    height: calc(100px - 15px);
  }
}

.interview_link_content ul .prev a .thum img, .interview_link_content ul .next a .thum img {
  width: 94px;
  height: 94px;
  display: block;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .thum img, .interview_link_content ul .next a .thum img {
    width: calc(94px - 15px);
    height: calc(94px - 15px);
  }
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .info, .interview_link_content ul .next a .info {
    text-align: center;
    margin-top: 8px;
  }
}

.interview_link_content ul .prev a .dep, .interview_link_content ul .next a .dep {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .dep, .interview_link_content ul .next a .dep {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}

.interview_link_content ul .prev a .name, .interview_link_content ul .next a .name {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .interview_link_content ul .prev a .name, .interview_link_content ul .next a .name {
    font-size: 1.125rem;
  }
}

.interview_link_content ul .prev a:hover, .interview_link_content ul .next a:hover {
  opacity: 0.8;
}

.interview_link_content ul .prev a:hover .thum img, .interview_link_content ul .next a:hover .thum img {
  transform: scale(1.1);
}

.interview_link_content ul .to_list {
  align-self: flex-end;
}

.interview_link_content ul .to_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview_link_content ul .to_list a::before {
  content: '';
  display: inline-block;
  background: url("/asset/about/interview/img/list_icon.png") 0 center no-repeat transparent;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  transition: 0.4s;
}

.interview_link_content ul .to_list a:hover::before {
  opacity: 0.8;
  transform: translateY(-7px);
}

/*脳血管障害が発見されるケース*/
@media screen and (min-width: 768px), print {
  .hyodo_icon_container {
    display: flex;
    justify-content: center;
  }
  .hyodo_icon_container ul {
    display: flex;
    margin-top: 50px;
  }
  .hyodo_icon_container ul li {
    margin-right: 40px;
    width: calc(25% - 30px);
    max-width: 180px;
  }
  .hyodo_icon_container ul li:last-child {
    margin-right: 0px;
  }
  .hyodo_icon_container img {
    width: 100%;
    /* max-width: 180px; */
  }
  .hyodo_icon_container figcaption {
    margin-top: 20px;
  }
}

/*脳血管障害が発見されるケース*/
@media screen and (max-width: 767px) {
  .hyodo_icon_container ul {
    max-width: 380px;
    margin: 2em auto 0;
  }
  .hyodo_icon_container li img {
    max-width: 100px;
  }
}

/* 経歴・留学歴 */
.black_list dl {
  display: flex;
}

.black_list dt {
  white-space: nowrap;
}

.black_list dd {
  margin-left: 1em;
}
