@charset "UTF-8";
@media screen and (min-width: 770px) {
  h1:after {
    background-image: url("../img/doctor/fv_img.jpg");
  }
  body {
    color: #333;
  }
  .conts_link ul {
    padding: 30px 10px 28px;
  }
  .conts_link ul li {
    width: 260px;
    height: fit-content;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .conts_link {
    margin: 0;
  }
  /*=========================
▼▼院長からのごあいさつ▼▼
===========================*/
  #conts_greeting {
    padding: 75px 0 125px;
  }
  #conts_greeting hgroup.title_box {
    margin-bottom: 46px;
  }
  #conts_greeting .wrapper_01 {
    margin-bottom: 49px;
  }
  #conts_greeting .wrapper_01 .img_box {
    float: right;
    clear: both;
    margin-left: 38px;
  }
  #conts_greeting .img {
    display: block;
    width: 350px;
  }
  #conts_greeting .wrapper_01 .img {
    margin-bottom: 6px;
  }
  #conts_greeting .wrapper_01 .img img {
    border-radius: 100px 0 0 0;
  }

  #conts_greeting .img img {
    border-radius: 0 100px 0 0;
  }
  #conts_greeting .name_block {
    text-align: right;
  }
  #conts_greeting .doctor_name {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-color-blue);
    display: inline-block;
    letter-spacing: 6px;
    margin-bottom: -3px;
  }
  #conts_greeting .doctor_name span {
    font-size: 23px;
    font-weight: 600;
    margin-right: 18px;
    vertical-align: text-bottom;
    display: inline-block;
    position: relative;
    top: 1px;
  }
  #conts_greeting .furigana {
    font-size: 18px;
    color: var(--text-color-blue);
    margin-top: -4px;
  }






  #conts_greeting .wrapper_02 .text_box {
    width: calc(100% - 400px);
    margin-top: 13px;
  }
  #conts_greeting .wrapper_02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #conts_greeting .text_box p {
    margin-bottom: 33px;
  }
  /*=========================
▲▲院長からのごあいさつ▲▲
===========================*/
  /*=========================
▼▼院長紹介（略歴）▼▼
===========================*/
  #conts_cv hgroup.title_box {
    margin-bottom: 38px;
  }
  #conts_cv .timeline {
    margin: 0 auto;
  }
  #conts_cv .timeline li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding: 10px 0 0 0;
  }
  #conts_cv .timeline li:last-of-type {
    border-bottom: none;
  }
  #conts_cv .timeline span.year {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: var(--text-color-blue);
    font-weight: 600;
  }
  #conts_cv .timeline .career_box {
    width: 740px;
    margin: 0 0 9px 246px;
  }
  #conts_cv .timeline .career_text {
    font-size: 19px;
    font-weight: normal;
  }
  /*=========================
▲▲院長紹介（略歴）▲▲
===========================*/
  /*=========================
▼▼所属学会名・役職名・社会活動等▼▼
===========================*/
  #conts_post {
    padding: 125px 0 165px;
  }
  #conts_post hgroup.title_box {
    margin-bottom: 46px;
  }
  #conts_post .post_group {
    position: relative;
  }
  #conts_post .post_box {
    width: 597px;
    padding-left: 45px;
  }
  #conts_post .post {
    font-size: 19px;
    line-height: 2;
    position: relative;
  }
  #conts_post .post::before {
    position: absolute;
    top: 12px;
    left: -34px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: '';
    border-radius: 100%;
    background: rgba(5, 57, 103, 0.7);
  }
  #conts_post .doctor_img {
    width: 350px;
    position: absolute;
    top: 12px;
    right: 5px;
  }
  #conts_post .doctor_img img {
    border-radius: 100px 0 0 0;
  }
  /*=========================
▲▲所属学会名・役職名・社会活動等▲▲
===========================*/
  /*=========================
▼▼医師会・講演会講師▼▼
===========================*/
  #conts_association hgroup.title_box {
    margin-bottom: 38px;
  }
  #conts_association .timeline {
    margin: 0 auto;
  }
  #conts_association .timeline li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding: 10px 0 0 0;
  }
  #conts_association .timeline li:last-of-type {
    border-bottom: none;
  }
  #conts_association .timeline span.year {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: var(--text-color-blue);
    font-weight: 600;
  }
  #conts_association .timeline .association_box {
    margin: 0 0 9px 246px;
  }
  #conts_association .timeline .association_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-color-blue02);
  }
  #conts_association .timeline .association_text {
    font-size: 19px;
    font-weight: normal;
  }
  /*=========================
▲▲医師会・講演会講師▲▲
===========================*/
  /*=========================
▼▼マスメディア出演等▼▼
===========================*/
  #conts_media {
    padding: 125px 0 0px;
  }
  #conts_media hgroup.title_box {
    margin-bottom: 29px;
  }
  #conts_media .timeline {
    margin: 0 auto;
  }
  #conts_media .timeline li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding: 19px 0 10px 0;
  }
  #conts_media .timeline li:last-of-type {
    border-bottom: none;
  }
  #conts_media .timeline span.year {
    position: absolute;
    top: 18px;
    font-size: 20px;
    color: var(--text-color-blue);
    font-weight: 600;
  }
  #conts_media .timeline .media_box {
    margin: 0 0 9px 246px;
  }
  #conts_media .timeline .media_text {
    font-size: 19px;
    font-weight: normal;
  }
  /*=========================
▲▲マスメディア出演等▲▲
===========================*/
  /*=========================
▼▼スライダー▼▼
===========================*/
  .swiper .swiper-wrapper {
    transition-timing-function: linear;
    padding: 125px 0;
  }
  .swiper .swiper-slide {
    width: 350px;
    height: 509px;
  }
  /*=========================
▲▲スライダー▲▲
===========================*/
  /*=========================
▼▼国内学会発表（筆頭演者）▼▼
===========================*/
  #conts_announcement p {
    font-size: 19px;
  }
  #conts_announcement hgroup.title_box {
    margin-bottom: 61px;
  }
  #conts_announcement .timeline {
    margin: 0 auto;
  }
  #conts_announcement .timeline li {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #conts_announcement .timeline li:last-of-type {
    border-bottom: none;
  }
  #conts_announcement .timeline .association_title {
    font-size: 19px;
    font-weight: 600;
    color: var(--bg-color-blue02);
  }
  #conts_announcement .timeline .association_text {
    font-size: 19px;
    font-weight: normal;
  }
  /*=========================
▲▲国内学会発表（筆頭演者）▲▲
===========================*/
  /*=========================
▼▼日本語論文発表・著書（筆頭著者）▼▼
===========================*/
  #conts_papers {
    padding: 125px 0 0;
  }
  #conts_papers hgroup.title_box {
    margin-bottom: 51px;
  }
  #conts_papers ul {
    margin: 0 auto;
  }
  #conts_papers li {
    width: 100%;
    padding: 10px 0 0 0;
  }
  #conts_papers .papers_box {
    margin: 0 0 49px 0;
  }
  #conts_papers .papers_box .paper_text {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 23px;
  }
  /*=========================
▲▲日本語論文発表・著書（筆頭著者）▲▲
===========================*/
}


@media screen and (max-width: 769px) {
  hgroup.title_box {
    margin-bottom: 30px;
  }
  h1:after {
    background-image: url("../img/doctor/fv_img.jpg");
  }
  .conts_link {
    padding: 55px 0 0;
  }
  /*=========================
▼▼院長からのごあいさつ▼▼
===========================*/
  #conts_greeting {
    padding: 55px 0 65px;
  }
  #conts_greeting .wrapper_01 {
    margin-bottom: 20px;
  }
  #conts_greeting .img_box {
    margin-bottom: 8px;
  }
  #conts_greeting .wrapper_01 .img img {
    border-radius: 0 80px 0 0;
  }
  #conts_greeting .name_block {
    text-align: right;
    margin-bottom: 15px;
  }
  #conts_greeting .doctor_name {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color-blue);
    display: inline-block;
    letter-spacing: 6px;
    margin-bottom: -3px;
  }
  #conts_greeting .doctor_name span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
    margin-right: 18px;
  }
  #conts_greeting .furigana {
    font-size: 12px;
    color: var(--text-color-blue);
    padding-right: 9px;
  }
  #conts_greeting .wrapper_02 .text_box {
    width: 100%;
  }
  #conts_greeting .wrapper_02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  #conts_greeting .wrapper_02 .img img {
    border-radius: 80px 0 0 0;
  }
  #conts_greeting .text_box p {
    margin-bottom: 15px;
  }
  #conts_greeting .text_box p:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲院長からのごあいさつ▲▲
===========================*/
  /*=========================
▼▼院長紹介（略歴）▼▼
===========================*/
  #conts_cv {
    background-color: var(--bg-color-blue);
    border-radius: 0 50px 0 0;
  }
  #conts_cv .timeline {
    margin: 0 auto;
  }
  #conts_cv .timeline li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #conts_cv .timeline li:last-of-type {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #conts_cv .timeline span.year {
    font-size: 17px;
    line-height: 1.3;
    color: var(--text-color-blue);
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
  }
  #conts_cv .timeline .career_box {
    width: 100%;
  }
  #conts_cv .timeline .career_text {
    font-weight: normal;
    font-size: 15px;
  }
  /*=========================
▲▲院長紹介（略歴）▲▲
===========================*/
  /*=========================
▼▼所属学会名・役職名・社会活動等▼▼
===========================*/
  #conts_post .h2_title span {
    display: inline-block;
  }
  #conts_post img {
    width: 100%;
    margin-bottom: 24px;
  }
  #conts_post .post_box {
    width: 100%;
    padding-left: 30px;
  }
  #conts_post .post {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #conts_post .post::before {
    position: absolute;
    top: 7px;
    left: -20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: rgba(5, 57, 103, 0.7);
  }
  #conts_post .post:last-of-type {
    margin: 0;
  }
  #conts_post .doctor_img {
    width: 100%;
    margin-bottom: 25px;
  }
  #conts_post .doctor_img img {
    border-radius: 0 80px 0 0;
  }
  /*=========================
▲▲所属学会名・役職名・社会活動等▲▲
===========================*/
  /*=========================
▼▼医師会・講演会講師▼▼
===========================*/
  #conts_association {
    background-color: var(--bg-color-blue);
    border-radius: 50px 0 0 0;
  }
  #conts_association .timeline {
    margin: 0 auto;
  }
  #conts_association .timeline li {
    width: 100%;
    line-height: 1.5;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #conts_association .timeline li:last-of-type {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #conts_association .timeline span.year {
    font-size: 15px;
    color: var(--text-color-blue);
    font-weight: 600;
    display: block;
  }
  #conts_association .timeline .association_title {
    font-size: 17px;
    font-weight: 600;
    color: var(--bg-color-blue02);
    margin-bottom: 6px;
  }
  #conts_association .timeline .association_text {
    font-weight: normal;
  }
  /*=========================
▲▲医師会・講演会講師▲▲
===========================*/
  /*=========================
▼▼マスメディア出演等▼▼
===========================*/
  #conts_media {
    padding: 60px 0 0;
  }
  #conts_media .timeline {
    margin: 0 auto;
  }
  #conts_media .timeline li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #conts_media .timeline li:last-of-type {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #conts_media .timeline span.year {
    font-size: 17px;
    color: var(--text-color-blue);
    font-weight: 600;
    display: block;
  }
  #conts_media .timeline .media_text {
    font-weight: normal;
  }
  /*=========================
▲▲マスメディア出演等▲▲
===========================*/
  .swiper .swiper-wrapper {
    transition-timing-function: linear;
    padding: 75px 0;
  }
  .swiper .swiper-slide {
    width: 175px;
    height: 254px;
  }
  /*=========================
▼▼国内学会発表（筆頭演者）▼▼
===========================*/
  #conts_announcement {
    background-color: var(--bg-color-blue);
    border-radius: 0 50px 0 0;
  }
  #conts_announcement .timeline {
    margin: 0 auto;
  }
  #conts_announcement .timeline li {
    width: 100%;
    border-bottom: 2px solid var(--bg-color-blue03);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #conts_announcement .timeline li:last-of-type {
    border-bottom: none;
  }
  #conts_announcement .timeline .association_title {
    font-size: 17px;
    font-weight: 600;
    color: var(--bg-color-blue02);
  }
  #conts_announcement .timeline .association_title span {
    display: inline-block;
  }
  #conts_announcement .timeline .association_text {
    font-weight: normal;
  }
  /*=========================
▲▲国内学会発表（筆頭演者）▲▲
===========================*/
  /*=========================
▼▼日本語論文発表・著書（筆頭著者）▼▼
===========================*/
  #conts_papers {
    padding: 60px 0 0;
  }
  #conts_papers .h2_title span {
    display: inline-block;
  }
  #conts_papers ul {
    margin: 0 auto;
  }
  #conts_papers li {
    width: 100%;
  }
  #conts_papers .papers_box {
    margin: 0 0 49px 0;
  }
  #conts_papers .btn span {
    display: inline-block;
  }
  #conts_papers .papers_box .paper_text {
    font-weight: normal;
    margin-bottom: 24px;
  }
  /*=========================
▲▲日本語論文発表・著書（筆頭著者）▲▲
===========================*/
}