@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*----------タイトル----------*/

/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 815px;
  overflow: hidden;
}

.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 100%;
  height: 815px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 310px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.catchcopy_tit {
  color: #fff;
  font-size: 30px;
  font-family: var(--ja);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
  filter: drop-shadow(0 0 10px #896f53) drop-shadow(0 0 10px #896f53);
}

.catchcopy_tit span {
  font-size: 130%;
}

.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  font-size: 22px;
}

/*　キャッチコピー（スライドごと）　*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　RIBONバナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.home_mv .mv_banner:not(.mv_banner-btn) {
  width: 550px;
  height: 110px;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) a:hover {
  opacity: 0.8;
}

.mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

.home_mv .mv_open{
  position: absolute;
  right: 0;
  bottom: 60px;
}
.mv_open{
  text-align: center;
  margin: 0 auto;
}

.home_mv .mv_point{
  position: absolute;
  left: 0;
  bottom: 60px;
}

.mv_point{
  display: flex;
  gap: 0 20px;
}
.mv_point a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 400px;
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 400px;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 400px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .catchcopy_tit{
    font-size: 5vw;
  }
  .catchcopy_tit span {
    font-size: 6vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
  .mv_point{
    gap: 0 5px;
  }
}

/*==================================================================================================================================

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5%;
    background: url(../images/bg_info.jpg);
  }

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
  .mv_open {
    margin-bottom: 10px;
  }
  .mv_open img{
    max-width: 200px;
  }
}

/*==================================================================================================================================

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  padding: 100px 0;
  background: url(../images/bg_news01.jpg) no-repeat left top -85px;
}
.top_news.pattern05 .home_inner {
  position: relative;
  z-index: 2;
}
.top_news.pattern05 hgroup{
  text-align: left;
}
.top_news.pattern05 .btn01 {
  margin-top: 30px;
  text-align: left;
}
.top_news.pattern05 .btn01 a {
  margin: 12.5px 0;
  margin-left: 75px;
}
.top_news.pattern05 .top_news_list li{
  position: relative;
  padding: 15px 60px;
  background: #f4f2ed;
  border-radius: 100px;
  transition: 0.2s;
}
.top_news.pattern05 .top_news_list li::after{
  content: "\f105";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  transition: 0.2s;
  line-height: 1;
  height: 15px;
}
.top_news.pattern05 .top_news_list li:not(:last-child) {
  margin-bottom: 10px;
}
.top_news.pattern05 .top_news_list li a {
  font-size: 106.3%;
  letter-spacing: 0.025em;
  color: var(--text-color);
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li:has(a:hover){
  background: #ebe8de;
}
.top_news.pattern05 .top_news_list li:has(a:hover)::after{
  right: 35px;
}
.top_news.pattern05 .top_news_list li span {
  font-size: 112.5%;
  font-family: var(--en);
  font-weight: 500;
  margin-right: 30px;
}
.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  font-style: normal;
  margin-right: 35px;
  border-radius: 5px;
  min-width: 130px;
}

/* 医院概要&アクセス */
.top_info{
  position: relative;
  padding: 97px 0 125px;
}
.top_info::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20px;
  border-radius: 20px;
  width: calc(100% - 40px);
  height: 100%;
  background: url(../images/acce_info02.png) no-repeat left 150px bottom 150px,url(../images/bg_info.jpg);
}
.top_info::after{
  content: "";
  position: absolute;
  z-index: 0;
  top: -157px;
  right: 0;
  width: 304px;
  height: 325px;
  background: url(../images/acce_info01.png) no-repeat center / cover;
}

.top_info.pattern05 .home_inner{
  position: relative;
  z-index: 2;
}

.top_info.pattern05 address {
  text-align: center;
  font-style: normal;
}

.top_info.pattern05 .top_info_free {
  margin-bottom: 20px;
}
.top_info.pattern05 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}

.top_info.pattern05 .top_access_guide {
  margin-top: 20px;
}
.top_info.pattern05 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_info.pattern05 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_info.pattern05 .top_access > .btn01 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 940px;
  }
  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .top_info.pattern05 .top_info_left{
    width: 520px;
  }
  .top_info.pattern05 .top_info_right {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    background-position: left top -70px;
    background-size: 1200px auto;
  }
  .top_news.pattern05 hgroup{
    margin-bottom: 30px;
  }
  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern05 .top_news_list li{
    padding: 10px 20px;
  }
  .top_news.pattern05 .top_news_list li::after{
    right: 15px;
  }
  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top_info.pattern05{
    padding: 80px 0;
  }
  .top_info.pattern05::before{
    width: 95%;
    left: 2.5%;
    background-position: left 10px bottom 20px, center;
  }
  .top_info.pattern05::after{
    top: -75px;
    width: 150px;
    height: 160px;
  }
  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }
}


/*==================================================================================================================================

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 100px 0 120px;
  background: url(../images/acce_feature01.png) no-repeat right top 425px,
  url(../images/acce_feature02.png) no-repeat left top 1032px,
  url(../images/acce_feature03.png) no-repeat right bottom 19px,
  #f9f8f1 url(../images/bg_feature_round.svg) no-repeat center top;
}

.sec_top_feature hgroup{
  padding-top: 355px;
  background: url(../images/tit_feature.png) no-repeat center top;
  margin-bottom: 50px;
}



/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.top_feature_item {
  display: flex;
  justify-content: space-between;
  width: 570px;
  padding: 30px 50px 34px;
  background: #ebe8de;
  border: 2px solid #ebe8de;
  border-radius: 20px;
  min-height: 570px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top_feature_item::before{
  content: "";
  z-index: -1;
  position: absolute;
  top: -85px;
  left: -28px;
  width: 258px;
  height: 258px;
  background: #f9f8f1;
  border-radius: 50%;
}
.top_feature_num {
  text-align: center;
  width: 100px;
  border-bottom: 3px solid;
  padding-bottom: 17px;
}
.top_feature_num p {
  font-family: var(--en);
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
.top_feature_num p em {
  font-style: normal;
  line-height: 1;
}
.top_feature_img {
  margin-bottom: 20px;
}
.top_feature_img img{
  border-radius: 5px;
}
.top_feature_item h3 {
  color: #725547;
  font-size: 28px;
  font-family: var(--ja);
  font-weight: 600;
  line-height: 1.785;
  letter-spacing: 0.1em;
  margin: 25px auto 0;
  writing-mode: vertical-rl;
}
.top_feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}
.top_feature_item .btn01 a{
  margin: 12.5px 0;
  margin-left: 0;
  margin-right: 75px;
}
.top_feature_item .btn01 a::before{
  left: auto;
  right: -75px;
}
.top_feature_item .top_feature_box {
  max-width: 310px;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
.top_feature_item .top_feature_box p{
  line-height: 2.25;
  letter-spacing: 0;
}


/* 個別設定 */
.top_feature_item:nth-of-type(1) .top_feature_num{
  color: #f69320;
  border-color: #f69320;
}
.top_feature_item:nth-of-type(1) .btn01 a{
  color: #f69320;
  border-color: #f69320;
}
.top_feature_item:nth-of-type(1) .btn01 a::before{
  background-color: #f69320;
}

.top_feature_item:nth-of-type(2) .top_feature_num{
  color: #86ba2a;
  border-color: #86ba2a;
}
.top_feature_item:nth-of-type(2) .btn01 a{
  color: #86ba2a;
  border-color: #86ba2a;
}
.top_feature_item:nth-of-type(2) .btn01 a::before{
  background-color: #86ba2a;
}

.top_feature_item:nth-of-type(3) .top_feature_num{
  color: #ec8894;
  border-color: #ec8894;
}
.top_feature_item:nth-of-type(3) .btn01 a{
  color: #ec8894;
  border-color: #ec8894;
}
.top_feature_item:nth-of-type(3) .btn01 a::before{
  background-color: #ec8894;
}

.top_feature_item:nth-of-type(4) .top_feature_num{
  color: #ebb921;
  border-color: #ebb921;
}
.top_feature_item:nth-of-type(4) .btn01 a{
  color: #ebb921;
  border-color: #ebb921;
}
.top_feature_item:nth-of-type(4) .btn01 a::before{
  background-color: #ebb921;
}

.top_feature_item:nth-of-type(5) .top_feature_num{
  color: #f4901c;
  border-color: #f4901c;
}
.top_feature_item:nth-of-type(5) .btn01 a{
  color: #f4901c;
  border-color: #f4901c;
}
.top_feature_item:nth-of-type(5) .btn01 a::before{
  background-color: #f4901c;
}

.top_feature_item:nth-of-type(6) .top_feature_num{
  color: #86ba2a;
  border-color: #86ba2a;
}
.top_feature_item:nth-of-type(6) .btn01 a{
  color: #86ba2a;
  border-color: #86ba2a;
}
.top_feature_item:nth-of-type(6) .btn01 a::before{
  background-color: #86ba2a;
}

@media (hover: hover){
  .top_feature_item .btn01 a:hover::before{
    right: -70px;
  }
}
@media screen and (max-width: 640px) {
  .sec_top_feature{
    padding: 60px 0 100px;
    background-size: auto,auto,auto,640px auto;
  }
  .sec_top_feature hgroup{
    background-size: auto 200px;
    padding-top: 220px;
  }
  .top_feature_item {
    display: block;
    padding: 30px 20px;
    width: 100%;
    min-height: unset;
  }
  .top_feature_item::before{
    top: -50px;
    width: 200px;
    height: 200px;
  }
  .top_feature_title{
    display: flex;
  }
  .top_feature_num{
    display: flex;
    align-items: center;
    width: auto;
    border-bottom: none;
    padding-right: 5px;
    padding-bottom: 0;
    border-right :solid 3px;
    margin-right: 5px;
  }
  .top_feature_num p{
    font-size: 30px;
  }
  .top_feature_item h3{
    font-size: 120%;
    writing-mode: unset;
    margin: 0;
    text-align: left;
  }
  .top_feature_item .top_feature_box{
    max-width: 100%;
  }
  .top_feature_item .btn01{
    margin-top: 20px;
  }

}

/*==================================================================================================================================

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
  z-index: 0;
  padding: 85px 0 130px;
}
.sec_top_medical::before{
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  border-radius: 20px;
  margin: auto;
  background: url(../images/acce_medical01.png) no-repeat left 22px top 27px,
  url(../images/acce_medical02.png) no-repeat right 22px top 27px,
  url(../images/bg_medical.jpg) no-repeat center / cover;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}
.sec_top_medical hgroup{
  padding-top: 125px;
  background: url(../images/tit_medical.png) no-repeat center top;
  margin-bottom: 40px;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 54px 26px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 280px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  height: 100%;
  padding: 33px 0 0;
  border-radius: 50%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(-n + 8) a{
  background: #4ca69e;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n + 9) a{
  background: #e7993f;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  max-width: 90px;
  margin: 0 auto 15px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-family: var(--ja);
  letter-spacing: 0.075em;
  margin: 0 auto;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span.medium{
  font-size: 25px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span.small{
  font-size: 23px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span span{
  font-size: 80%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: var(--en);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: var(--en);
  font-weight: 500;
  margin: 0 auto;
  transition: 0.2s;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01::before{
  position: relative;
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
  margin-right: 9px;
  transition: 0.2s;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover{
  opacity: 0.8;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01::before {
  margin-left: 4px;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .sec_top_medical::before{
    width: 95%;
    background-position: left 10px top 10px,right 10px top 10px,center;
    background-size: 150px auto,150px auto,cover;
  }
  .sec_top_medical hgroup{
    background-size: auto 90px;
    padding-top: 100px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 10px 2%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 49%;
    max-width: 170px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a{
    padding: 15px 0 0;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img{
    max-width: 60px;
    margin-bottom: 5px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3{
    font-size: 110%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span.medium{
    font-size: 100%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span.small{
    font-size: 90%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01{
    font-size: 90%;
    line-height: 1;
  }
}
/*==================================================================================================================================

  *ご挨拶

==================================================================================================================================*/
.bg_wrap{
  background: url(../images/bg_greet01.png) no-repeat left top 1286px,
  url(../images/bg_greet02.png) no-repeat right top 1019px,
  url(../images/bg_greet03.png) no-repeat right bottom 1460px,
  url(../images/bg_column.png) no-repeat left bottom 522px,
  url(../images/bg_greet_left.jpg) no-repeat left bottom 1307px,
  url(../images/bg_water.jpg) no-repeat right bottom -940px;
}

@media screen and (max-width: 640px) {
  .bg_wrap{
    background: url(../images/bg_greet01.png) no-repeat left top 29% / 160px auto,
    url(../images/bg_greet02.png) no-repeat right top 30% / 50% auto,
    url(../images/bg_greet03.png) no-repeat right bottom 38% / 150px auto,
    url(../images/bg_column.png) no-repeat left bottom 25% / 300px auto,
    url(../images/bg_greet_left.jpg) no-repeat left bottom 70% / 70% auto,
    url(../images/bg_water.jpg) no-repeat right bottom -30% / 900px auto;
  }
}

.sec_top_doctor {
  position: relative;
  z-index: 1;
  margin-top: -42px;
  padding: 0;
}
.sec_top_doctor hgroup{
  padding: 195px 0 0;
  margin-bottom: 35px;
  background: url(../images/tit_greet.png) no-repeat center top;
}

.sec_top_doctor .btn01 {
  text-align: right;
}

.sec_top_doctor .btn01 a{
  margin-left: 0;
  margin-right: 75px;
}
.sec_top_doctor .btn01 a::before{
  left: auto;
  right: -75px;
}
.sec_top_doctor .btn01 a:hover::before{
  right: -70px;
}
#top_greeting_wrap02 .btn01 a{
  color: #ec8894;
  border-color: #ec8894;
}
#top_greeting_wrap02 .btn01 a::before{
  background-color: #ec8894;
}
#top_greeting_wrap02 .btn01 a:hover{
  color: #cb909e;
  border-color: #cb909e;
}
#top_greeting_wrap02 .btn01 a:hover::before{
  background-color: #cb909e;
}

#top_greeting_wrap02{
  margin-top: 90px;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.top_greeting_flex_img {
  width: 400px;
  margin-bottom: 20px;
}
.top_greeting_flex_img img{
  border-radius: 30px;
}

.top_greeting_flex.no-image .top_greeting_flex_img{
  display: none;
}

.top_doctor_name {
  text-align: center;
  font-family: var(--ja);
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
  line-height: 2;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_greeting_flex_img .top_doctor_name{
  margin-top: 28px;
}
.top_doctor_name .carr{
  font-size: 100%;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 100%;
}
.top_doctor_name .name span{
  font-size: 80%;
}

#top_greeting_wrap01 .top_doctor_name {
  color: #e09750;
}

#top_greeting_wrap02 .top_doctor_name {
  text-align: right;
  color: #eb778f;
  margin-top: 20px;
}

.top_greeting_flex:not(.no-image) .top_greeting_flex_text {
  margin-top: 35px;
  max-width: 725px;
  width: 100%;
}

.top_greeting_flex.no-image .top_greeting_flex_text {
  width: 100%;
}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
}
.top_greeting_flex_text .text h3{
  color: #e09750;
  font-family: var(--ja);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.top_greeting_flex_text .text p{
  line-height: 2.25;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
  }
  .sec_top_doctor hgroup{
    background-size: auto 100px;
    padding-top: 110px;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_greeting_flex_text .text h3{
    font-size: 120%;
  }

  .top_doctor_name {
    text-align: center;
  }
  #top_greeting_wrap02 .top_doctor_name{
    text-align: center;
  }
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}

/*==================================================================================================================================

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 45px;
  padding-bottom: 110px;
}
.sec_top_column hgroup{
  padding: 150px 0 0;
  background: url(../images/tit_column.png) no-repeat center top;
  margin-bottom: 50px;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
}
.column_list_flex dl {
  width: 280px;
}
.column_list_flex dt {
  background: #9e867b;
  color: #fff;
  font-family: var(--ja);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 15px 0;
}
.column_list_flex dl:nth-of-type(even) dt{
  background: #b19678;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
  border-radius: 5px;
  background: #f9f8f1;
  padding: 13.5px 30px;
  letter-spacing: 0.025em;
}
.column_list_flex dd ul li:not(:last-of-type){
  margin-bottom: 5px;
}
.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  margin-right: 15px;
}
.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .sec_top_column hgroup{
    background-size: 100px auto;
    padding-top: 100px;
  }
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 20px 0;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

/*==================================================================================================================================

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  padding-bottom: 70px;
}
.home_loopSlider div {
  vertical-align: top;
}
.home_loopSlider .slick-slide{
  margin: 0 15px;
}
.home_loopSlider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .home_loopSlider .slick-slide{
    margin: 0 5px;
  }
}