@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%;
  }
}

/*----------タイトル----------*/
hgroup p{
  color: var(--main-color);
  font-family: var(--fut);
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.025em;
}
hgroup h2{
  position: relative;
  font-family: var(--zen);
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.075em;
}
hgroup h2::before{
  content: "/";
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  hgroup p{
    font-size: 50px;
  }
  hgroup h2{
    font-size: 18px;
  }
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 720px;
  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: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 235px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

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

.catchcopy_tit span {
  display: inline-block;
  font-size: 35px;
  font-family: var(--zen);
  font-weight: 500;
  color: #fff;
  line-height: 2.571;
  text-align: center;
  letter-spacing: 0.075em;
  text-shadow: 0 0 6px var(--main-color),0 0 13px var(--main-color);
}
.catchcopy_tit span em{
  font-size: 200%;
  font-weight: 400;
  line-height: 1;
}
.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　キャッチコピー（スライドごと）　*/
.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;
}

.mv_open{
  position: absolute;
  left: 0;
  bottom: 50px;
}

.home_mv .mv_point{
  position: absolute;
  left: 271px;
  bottom: 50px;
}
.mv_point{
  display: flex;
  gap: 0 26px;
  font-family: var(--zen);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.458;
  letter-spacing: 0.075em;
}
.mv_point li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: auto;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(119, 187, 215, 0.8);
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.2s ease;
}
.mv_point li:last-of-type{
  background-color: rgba(87, 160, 190, 0.8);
}
.mv_point li a{
  color: #fff;
}
@media (hover: hover){
  .mv_point li:hover{
    opacity: 0.8;
    transform: translateY(-10px);
  }
}
.mv_point li em{
  font-style: normal;
  font-size: 120%;
}
.mv_point li span{
  font-size: 80%;
}

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

  .home_mv_main {
    width: 100%;
  }

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

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 50px;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    width: auto;
    /* height: 330px; */
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .catchcopy_tit span {
    font-size: 4.5vw;
  }

  .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_open{
    width: 150px;
    height: auto;
    left: 10px;
    bottom: 10px;
  }

}

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

  *スマホのみのエリア

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

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
    .mv_point li{
    font-size: 16px;
  }
}

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

  *お知らせ

==================================================================================================================================*/
.bg_news{
  position: relative;
  z-index: 1;
}
.bg_news::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 1820px;
  width: 99%;
  height: 100%;
  background: url(../images/acce_info01.png) no-repeat left 66px bottom -434px,
  url(../images/acce_info02.png) no-repeat right 75px bottom -111px,
  url(../images/acce_tree.png) no-repeat right top -253px,
  url(../images/bg_info.jpg);
  border-radius: 100px 0 0 100px;
}
.bg_news .acce_img{
  position: absolute;
  top: -176px;
  left: -9px;
}
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news {
  padding: 100px 0 90px;
}
.top_news hgroup{
  margin-bottom: 60px;
}
.top_news hgroup p{
  color: #45be89;
  margin-bottom: 18px;
}
.top_news hgroup h2 {
  margin: 0;
}
.top_news .btn01 {
  text-align: center;
}
.top_news .btn01 a {
  margin: 0;
}
.top_news .top_news_list li{
  background: #fff;
  padding: 13px 50px;
  border-radius: 200px;
}
.top_news .top_news_list li:not(:last-child) {
  margin-bottom: 20px;
}
.top_news .top_news_list li a {
  color: var(--text-color);
  font-size: 17px;
}
.top_news .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news .top_news_list li span {
  font-size: 18px;
  margin-right: 25px;
}
.top_news .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  font-style: normal;
  margin-right: 30px;
  border-radius: 5px;
  min-width: 140px;
}

/* 医院概要&アクセス */
.top_info {
  padding-bottom: 100px;
}
.top_info .home_inner{
  border-radius: 50px;
  background: #fff;
}
.top_info_left{
  max-width: 600px;
  width: 100%;
}
.top_info_right{
  max-width: 560px;
  width: 100%;
}
.top_info .top_info_logo{
  max-width: 420px;
  width: 100%;
  margin: 0 auto 20px;
}
.top_info address {
  text-align: center;
  font-style: normal;
}
.top_info .top_info_add {
  line-height: 1.5;
  margin:0 auto 54px;
  max-width: 470px;
  background: var(--bg-color);
  border-radius: 100px;
  padding: 6px;
  font-size: 17px;
}

.top_info .top_info_tel {
  font-family: var(--fut);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  vertical-align: middle;
  margin-bottom: 20px;
}
.top_info .top_info_tel > span{
  display: block;
  text-align: center;
  line-height: 1;
}
.top_info .top_info_tel a {
  color: var(--main-color);
}
.top_info .top_info_tel a span {
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.top_info .top_info_free {
  margin-bottom: 20px;
}
.top_info .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_info .top_access{
  position: relative;
}
.top_info .top_access_map {
  text-align: center;
}
.top_info .top_access_map img{
  border-radius: 10px;
}
.top_info .top_access_map iframe {
  width: 100%;
  height: 600px;
}
.top_info .top_access_guide {
  margin-top: 20px;
}
.top_info .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_info .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_info .top_access > .btn01 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.top_info .top_access > .btn01 a {
  margin: 0;
}

.top_info_schedule{
  margin-bottom: 50px;
}

.top_info .info_calendar img{
  border-radius: 10px;
}

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

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

  /* 医院概要&アクセス */
  .top_info .home_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    max-width: 1400px;
    padding: 70px 0;
  }
  .top_info .top_info_left,
  .top_info .top_info_right {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .bg_news .acce_img{
    top: -100px;
    width: 170px;
  }
  .bg_news::before{
    background-size: auto,auto,245px auto,auto;
    background-position: left 66px bottom -434px, right 75px bottom -111px, right top -136px,center;
  }
  .top_news {
    
  }
  .top_news hgroup{
    margin-bottom: 40px;
  }
  .top_news .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news .top_news_list li{
    padding: 13px 20px;
  }
  .top_news .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
  }
  .top_news .top_news_list li em{
    padding: 1px 10px;
    min-width: 110px;
  }
  .top_info {
  }
  .top_info .home_inner{
    padding: 50px 5%;
    max-width: 90%;
    margin: 0 auto;
  }
  .top_info .top_info_left {
    margin-bottom: 50px;
  }
  .top_info .top_info_add{
    font-size: 100%;
    margin-bottom: 20px;
  }
  .top_info .top_info_tel{
    font-size: 30px;
  }
  .top_info .top_access > .btn01{
    position: static;
    margin-top: 10px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background: url(../images/bg_concept01.png) no-repeat left top,
  url(../images/bg_concept02.png) no-repeat right top,
  url(../images/bg_concept03.png) no-repeat left top 723px,
  url(../images/bg_concept_base.jpg) no-repeat left top;
}
.sec_top_doctor::before{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 696px;
  height: 425px;
  background: url(../images/acce_tree.png) no-repeat right bottom -79px,
  url(../images/bg_concept04.png) no-repeat right bottom;
}
.sec_top_doctor hgroup {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 0 1.5em;
  margin:0 auto 75px;
}
.sec_top_doctor hgroup p{
  color: #45be89;
}
#top_greeting_wrap01{
  margin:0 0 70px auto;
}
#top_greeting_wrap02{
  margin: 0 auto 0 0;
}
.top_greeting_wrap{
  max-width: 1540px;
  width: 100%;
}
.top_greeting_flex {
  display: flex;
  gap: 40px 50px;
  align-items: flex-start;
  justify-content: center;
}
.top_greeting_flex_img {
  max-width: 820px;
  width: 53.2%;
}
.top_greeting_flex_img img{
  border-radius: 80px;
}
#top_greeting_wrap02 .top_greeting_flex_img{
  position: relative;
  max-width: 700px;
  width: 45.5%;
}
.top_doctor_name {
  position: absolute;
  right: 55px;
  bottom: 50px;
  font-family: var(--zen);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2;
  font-size: 20px;
  text-align: right;
  text-shadow: 0 0 10px var(--text-color);
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 100%;
}
.top_doctor_name .carr span{
  font-size: 100%;
}
.top_doctor_name .name{
  font-size: 100%;
}
.top_doctor_name .name span{
  font-size: 100%;
}
.top_greeting_flex_text {
  font-size: 16px;
  font-family: var(--zen);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.125;
  max-width: 670px;
  width: 43.5%;
  background: #fff;
  border-radius: 80px;
  padding: 70px 65px 55px 80px;
}
#top_greeting_wrap02 .top_greeting_flex_text{
  position: relative;
  padding: 70px 65px 0 80px;
  max-width: 790px;
  width: 51.3%;
}
#top_greeting_wrap02 .top_greeting_flex_text::before{
  content: "";
  position: absolute;
  top: -89px;
  right: -153px;
  width: 306px;
  height: 247px;
  background: url(../images/acce_concept01.png) no-repeat center / cover;
}

.top_greeting_flex_text .text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.top_greeting_flex_text .text p:not(:last-of-type){
  margin-bottom: 1em;
}
.top_greeting_flex_text .text .btn01{
  margin-top: 45px;
}
.top_greeting_flex_text .btn01 a{
  margin: 0;
}
@media print, screen and (min-width: 641px){
  .sec_top_doctor .home_inner{
    max-width: unset;
    padding: 0 5.4%;
  }
}
@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 80px 0;
    background-size: 30% auto,50% auto,50% auto,auto 70%;
    background-position: left top,right top,left top 70%,left top;
  }
  .sec_top_doctor::before{
    width: 350px;
    height: 214px;
    background-size: 245px auto , cover;
    background-position: right bottom -30px,right bottom;
  }
  .sec_top_doctor hgroup{
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
    margin-bottom: 20px;
  }
  #top_greeting_wrap02 .top_greeting_flex_img{
    width: 100%;
  }
  .top_greeting_flex_img img{
    border-radius: 40px;
  }

  .top_greeting_flex_text {
    font-size: 100%;
    width: 100%;
    padding: 40px 20px;
    border-radius: 40px;
  }
  #top_greeting_wrap02 .top_greeting_flex_text{
    width: 100%;
    padding: 50px 20px 40px;
  }
  #top_greeting_wrap02 .top_greeting_flex_text::before{
    top: -70px;
    right: -30px;
    width: 150px;
    height: 121px;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    right: auto;
    bottom: 10px;
    left: 20px;
    text-align: left;
    font-size: 15px;
  }
}


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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 95px 0 140px;
  background: url(../images/acce_info01.png) no-repeat left 66px top -92px,
  url(../images/acce_info02.png) no-repeat right 75px top -415px,
  url(../images/bg_feature.jpg) no-repeat center bottom;
}

.sec_top_feature hgroup{
  display: flex;
  align-items: baseline;
  gap: 0 1.5em;
  margin-bottom: 40px;
}
.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 80px 0;
    background: url(../images/acce_info01.png) no-repeat left 66px top -92px,
  url(../images/acce_info02.png) no-repeat right 75px top -415px,
  url(../images/bg_feature_sp.jpg) no-repeat center bottom;
  }
}

/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature .top_feature_item {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sec_top_feature .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 135px;
  right: auto;
  bottom: -58px;
}
.sec_top_feature .top_feature_num p {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  gap: 0 15px;
  color: var(--main-color);
  font-family: var(--fut);
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1;
}
.sec_top_feature .top_feature_num p em {
  font-style: normal;
  font-weight: 400;
  font-size: 367%;
  line-height: 1;
}
.sec_top_feature .top_feature_img {
  position: relative;
  z-index: 1;
  width: 600px;
  margin-right: -330px;
  margin-left: -100px;
  margin-bottom: 40px;
}
.sec_top_feature .top_feature_img img{
  border-radius: 60px;
}
.sec_top_feature .top_feature_box {
  width: 1030px;
  padding: 55px 70px 50px;
  background: #fff;
  border-radius: 60px;
}
.sec_top_feature .top_feature_box .top_feature_box_inner{
  max-width: 580px;
  margin: 0 0 0 auto;
}
.sec_top_feature .top_feature_box h3{
  color: var(--main-color);
  font-family: var(--zen);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.sec_top_feature .top_feature_box .top_feature_text p{
  font-family: var(--zen);
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
  margin-bottom: 34px;
}

.sec_top_feature .top_feature_box .btn01 a{
  margin: 0;
}

/* 左右互い違いパターン */
.top_feature_wrap .top_feature_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.top_feature_wrap .top_feature_item:nth-child(odd) .top_feature_img {
  margin-right: -100px;
  margin-left: -330px;
}
.sec_top_feature .top_feature_item:nth-child(odd) .top_feature_box .top_feature_box_inner{
  margin: 0 auto 0 0;
}
.top_feature_wrap .top_feature_item:nth-child(odd) .top_feature_num {
  position: absolute;
  left: auto;
  right: 135px;
}
.top_feature_wrap .top_feature_item:nth-child(odd) .top_feature_num p{
  flex-direction: row;
}
@media screen and (max-width: 1420px) {
  .sec_top_feature .top_feature_img{
    width: 500px;
    margin-left: 0;
  }
  .top_feature_wrap .top_feature_item:nth-child(odd) .top_feature_img{
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_top_feature hgroup{
    flex-wrap: wrap;
  }
  .sec_top_feature .top_feature_item {
    flex-direction: column;
  }
  .sec_top_feature .top_feature_num{
    left: 0;
    right: 0;
    bottom: -20px;
  }
  .sec_top_feature .top_feature_num p{
    font-size: 18px;
    gap: 0 10px;
    justify-content: center;
  }
  .sec_top_feature .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sec_top_feature .top_feature_box {
    width: 100%;
    padding: 40px 20px;
  }
  .sec_top_feature .top_feature_box h3 {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .sec_top_feature .top_feature_box .top_feature_text p{
    font-size: 100%;
  }
  .sec_top_feature .top_feature_box .btn01 {
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(odd) .top_feature_img {
    margin-left: 0;
    margin-right: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(odd) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
  }
}

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

  *separate

==================================================================================================================================*/
.bg_separate{
  position: relative;
  overflow: hidden;
  height: 200px;
}
.bg_separate :is(source,img){
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 641px){
  .bg_separate{
    position: relative;
    overflow: hidden;
    height: 500px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 95px 0 120px;
  background: url(../images/bg_medical.jpg) no-repeat center top / cover;
}
.sec_top_medical hgroup{
  text-align: center;
  margin-bottom: 50px;
}
.sec_top_medical hgroup p{
  color: #fff;
}
.sec_top_medical hgroup h2{
  color: #1c1652;
}
.sec_top_medical hgroup h2::before{
  display: none;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical .sec_top_medical_flex{
  justify-content: center;
  gap: 30px 40px;
}
.sec_top_medical .sec_top_medical_flex .item {
  width: 270px;
}
.sec_top_medical .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100%;
  padding: 36px 0;
  background: rgba(0, 115, 169, 0.6);
  border: 2px solid #005eb2;
  border-radius: 10px;
}
@media (hover: hover){
  .sec_top_medical .sec_top_medical_flex .item a:hover{
    transform: translateY(-10px);
    background: rgba(0, 115, 169, 0.8);
  }
}
.sec_top_medical .sec_top_medical_flex .item a .item_img {
  text-align: center;
  margin-bottom: 25px;
}
.sec_top_medical .sec_top_medical_flex .item a .item_img img{
  max-width: 90px;
  width: 100%;
  height: auto;
}
.sec_top_medical .sec_top_medical_flex .item a h3 {
  color: #fff;
  font-family: var(--zen);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.075em;
  margin: 0 auto;
}
.sec_top_medical .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}
.sec_top_medical .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical {
    background: url(../images/bg_medical_sp.jpg) no-repeat center bottom / cover;
  }
  .sec_top_medical .sec_top_medical_flex{
    gap: 20px 2%;
  }
  .sec_top_medical .sec_top_medical_flex .item a h3 {
    font-size: 100%;
    letter-spacing: 0;
  }
  .sec_top_medical .sec_top_medical_flex .item {
    max-width: 270px;
    width: 49%;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 95px;
  padding-bottom: 120px;
  background: url(../images/bg_column.jpg);
}
.sec_top_column hgroup{
  text-align: center;
  margin-bottom: 50px;
}
.sec_top_column hgroup p{
  color: #fff;
}
.sec_top_column hgroup h2{
  color: #fff;
}
.sec_top_column hgroup h2::before{
  display: none;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 26px;
}
.column_list_flex dl {
  width: 280px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: var(--sub-color);
  color: #fff;
  font-family: var(--zen);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 18px 0;
}
.column_list_flex dd {
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.column_list_flex dd ul li::before {
  content: "";
  min-width: 9px;
  height: 8px;
  background: url(../images/icon_arrow_column.png) no-repeat center / cover;
  margin-right: 12px;
}
.column_list_flex dd ul li a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

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

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .home_loopSlider img {
    width: 200px;
  }
}