@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{
  text-align: center;
}
hgroup p{
  color: var(--main-color);
  font-family: var(--ave);
  font-weight: 200;
  font-size: 115px;
  letter-spacing: 0.05em;
  line-height: 1;
}
hgroup h2{
  color: var(--text-color);
  font-family: var(--tsu);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  hgroup p{
    font-size: 60px;
  }
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 899px;
  overflow: hidden;
}
.home_mv::after{
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 418px;
  height: 545px;
  background: url(../images/mv_bg_right.png) no-repeat right bottom / cover;
}

.home_mv_main {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}
.home_mv_main::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -395px;
  width: 989px;
  height: 1289px;
  background: url(../images/mv_bg_left.png) no-repeat left bottom / cover;
}

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

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  max-width: 550px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
}

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

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

.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;
}

.home_mv .mv_open{
  position: absolute;
  left: -80px;
  bottom: 65px;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }
  .home_mv::after{
    width: 100px;
    height: 130px;
  }
  .home_mv_main::before{
    top: -33px;
    left: -111px;
    width: 400px;
    height: 521px;
  }
  .home_mv_main {
    width: 100%;
  }

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

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

  .catchcopy_tit span {
    font-size: 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;
  }
  .home_mv .mv_open {
    position: absolute;
    left: 15px;
    bottom: 5px;
    max-width: 170px;
  }
}

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

  *スマホのみのエリア

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

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  position: relative;
  overflow: hidden;
}
.top_news.pattern05::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background: var(--main-color);
  opacity: 0.25;
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 0%);
}
.top_news.pattern05::after{
  content: "";
  position: absolute;
  /* z-index: -1; */
  right: 0;
  bottom: 0;
  width: 253px;
  height: 252px;
  background: var(--main-color);
  opacity: 0.2;
  clip-path: polygon(0% 100%,100% 0%,100% 100%,0% 100%);
}
.top_news.pattern05 .home_inner{
  padding: 60px 0 190px;
  position: relative;
  z-index: 0;
  background: url(../images/bg_news01.png) no-repeat left 147px top;
}
.top_news.pattern05 .home_inner::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: -899px;
  left: -395px;
  width: 989px;
  height: 1289px;
  background: url(../images/mv_bg_left.png) no-repeat left bottom / cover;
}
.top_news.pattern05 hgroup{
  margin-bottom: 40px;
}
.top_news.pattern05 .btn01 {
  text-align: center;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
  min-width: 230px;
}
.top_news.pattern05 .top_news_list li{
  padding: 20px 0;
}
.top_news.pattern05 .top_news_list li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  font-size: 16px;
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
  color: #444;
  font-size: 100%;
  margin-right: 30px;
}
.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  font-style: normal;
  margin-right: 25px;
  min-width: 140px;
  border-radius: 5px;
}

/* 医院概要&アクセス */
.top_info.pattern05 {
  padding-bottom: 120px;
  background: url(../images/bg_wall.jpg) no-repeat center top 40px;
}
.top_info.pattern05 .home_inner{
  margin-top: -40px;
  background: #fff;
  padding-bottom: 65px;
}
.top_info.pattern05 address {
  text-align: center;
  font-style: normal;
}
.top_info.pattern05 .top_info_logo {
  max-width: 326px;
  text-align: center;
  margin: 0 auto 45px;
}

.top_info.pattern05 .top_info_logo img {
  width: auto;
  max-height: 200px;
}

.top_info.pattern05 .top_info_add {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.top_info.pattern05 .top_info_add span {
  margin-right: 1em;
}

.top_info.pattern05 .top_info_tel {
  font-family: var(--ave);
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.top_info.pattern05 .top_info_tel span{
  font-size: 20px;
}
.top_info.pattern05 .hours table tr:not(:first-of-type) :is(th,td){
  background: #fbf2f4;
}
/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}
.top_info.pattern05 .top_access_map iframe {
  width: 100%;
  height: 400px;
}
.top_info.pattern05 .top_access_map img{
  border-radius: 10px;
  border: 1px solid #c3aea6;
}

.top_info.pattern05 .top_access_guide {
  margin-top: 10px;
}
.top_info.pattern05 .top_access_guide li {
  text-align: center;
  font-family: var(--tsu);
  font-weight: 400;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.05em;
  background-image : linear-gradient(to right, var(--border-color) 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 8px;
}
.top_info.pattern05 .top_access > .btn01 {
  text-align: center;
  margin-top: 30px;
}
.top_info.pattern05 .top_access > .btn01 a {
  margin: 0;
  vertical-align: middle;
}

@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: 850px;
  }
  .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;
    gap: 40px;
    justify-content: center;
  }
  .top_info.pattern05 .top_info_left{
    width: 530px;
  }
  .top_info.pattern05 .top_info_right {
    position: relative;
    z-index: 1;
    width: 530px;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    /* margin-top: 50px; */
  }
  .top_news.pattern05::before{
    display: none;
  }
  .top_news.pattern05::after{
    z-index: -1;
    width: 180px;
    height: 180px;
  }
  .top_news.pattern05 .home_inner::before{
    top: -414px;
    left: -111px;
    width: 400px;
    height: 521px;
  }
  .top_news.pattern05 .home_inner{
    padding: 60px 5% 100px;
    background-size: 200px auto;
    background-position: right 10px top;
  }
  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top_info.pattern05 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center top;
    background-repeat: repeat;
  }
  .top_info.pattern05 .home_inner{
    margin-top: 0;
    max-width: 90%;
    padding-top: 40px;
  }
  .top_info.pattern05 .top_info_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_info.pattern05 .top_info_logo {
    width: 65%;
  }
  .top_info.pattern05 .top_info_add span{
    display: block;
    margin-right: 0;
  }
  .top_info.pattern05 .top_info_tel {
    font-size: 7vw;
  }
  .top_info.pattern05 .top_info_tel span{
    font-size: 80%;
  }
}
/*==================================================================================================================================

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
  background: url(../images/bg_greet_text.png) no-repeat right bottom,
  url(../images/bg_greet_v2.jpg) no-repeat center top / cover;
}
.sec_top_doctor .home_inner{
  padding: 80px 0 100px;
  background: url(../images/bg_tit_pk.png) no-repeat left 12px top;
}
.sec_top_doctor hgroup{
  width: fit-content;
  margin-bottom: 40px;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}
.top_doctor_name {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: auto;
  aspect-ratio: 1 / 1;
  color: #fff;
  font-family: var(--tsu);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  background: url(../images/bg_greet_name.png) no-repeat center / cover;
  margin-top: -192px;
  margin-left: auto;
  margin-right: 0;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 18px;
  line-height: 1.666;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 24px;
  line-height: 1.416;
}
.top_doctor_name .name span{
  font-size: 18px;
}
.top_doctor_name .name span.ruby{
  font-size: 16px;
}
.top_greeting_flex_text {
  width: 70%;
}
.top_greeting_flex_text .text_w100 > p{
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.875;
  margin-bottom: 1em;
}


/* ご挨拶パターンC(写真なし) */
.sec_top_doctor.pattern03 .top_greeting_flex_text {
  max-width: 820px;
  width: 100%;
}

.sec_top_doctor.pattern03 .btn01 {
  text-align: left;
  margin-top: 55px;
}
.sec_top_doctor.pattern03 .btn01 a{
  vertical-align: middle;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    position: relative;
    z-index: 0;
    background: none;
  }
  .sec_top_doctor::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: url(../images/bg_marble01.jpg) no-repeat center / cover;
    clip-path: polygon(0% 0%,100% 0%,100% 70%,0% 100%,0% 0%);
  }
  .sec_top_doctor::after{
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_greet_sp_v2.jpg) no-repeat center / cover;
  }
  .sec_top_doctor .home_inner{
    padding: 80px 5% 100px;
    background: url(../images/bg_tit_pk.png) no-repeat center top /250px auto,
    url(../images/bg_greet_text.png) no-repeat right bottom / 320px auto;
  }
  .sec_top_doctor hgroup{
    width: auto;
  }
  .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_w100 > p{
    font-size: 100%;
  }
  .sec_top_doctor.pattern03 .btn01{
    text-align: center;
  }
  .top_doctor_name {
    width: 235px;
    margin: 20px auto 0;
    text-align: center;
  }
  .top_doctor_name .carr{
    font-size: 100%;
  }
  .top_doctor_name .name{
    font-size: 120%;
  }
  .top_doctor_name .name span{
    font-size: 80%;
  }
  .top_doctor_name .name .small{
    font-size: 70%;
  }
}



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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 80px 0 120px;
  background: url(../images/bg_tit_pk.png) no-repeat center top,
  url(../images/bg_feature.jpg) no-repeat center bottom / cover;
  background-blend-mode: multiply;
}

.sec_top_feature hgroup{
  margin-bottom: 45px;
}

.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 80px 0;
    background-size: 250px auto,100% auto;
  }
}


/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 54px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 350px;
  padding: 15px 15px 30px;
  background: url(../images/bg_feature_item01.jpg) center;
  border-radius: 30px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-of-type(even){
  background: url(../images/bg_feature_item02.jpg) center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  /* 枠上のナンバリング */
  position: absolute;
  top: 160px;
  right: -42px;
  text-align: center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 45px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-of-type(5) .top_feature_img{
  margin-bottom: 24px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img img{
  border-radius: 20px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  font-family: var(--tsu);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.363;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 29px;
  background: url(../images/tit_feature.png) no-repeat center bottom;
  margin-bottom: 12px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-of-type(5) h3{
  padding-bottom: 19px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_text{
  padding: 0 15px;
  color: #444;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_text .point{
  color: var(--main-color);
  padding: 7px 15px;
  line-height: 1.875;
  letter-spacing: 0;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  margin-top: 20px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_top_feature hgroup{
    margin-bottom: 60px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap{
    gap: 80px 54px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    width: 100%;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
    top: -51px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img{
    margin-bottom: 20px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3{
    padding-bottom: 15px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_text{
    font-size: 100%;
  }
}


/* 分割背景 */
.bg_separate{
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.bg_separate img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
  z-index: 0;
}
.sec_top_medical::before{
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: calc(100% - ((100% - 1200px) / 2));
  height: 100%;
  background: url(../images/bg_wall.jpg) repeat-y right top;
}
.sec_top_medical::after{
  content: "";
  position: absolute;
  z-index: -2;
  top: 295px;
  right: 0;
  width: calc(100% - ((100% - 1200px) / 2));
  height: calc(100% - 475px);
  background: var(--text-color);
  opacity: 0.5;
}
.sec_top_medical .home_inner{
  padding: 80px 0 315px;
  background: url(../images/bg_tit_wh.png) no-repeat center top;
}
.sec_top_medical hgroup{
  margin-bottom: 155px;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 100px 75px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  position: relative;
  width: 300px;
  height: auto;
  aspect-ratio: 1/1;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  right: 0;
  margin: auto;
  width: 71px;
  height: 70px;
  background: url(../images/icon_arrow_med.png) no-repeat center / cover;
  transition: 0.2s ease;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 56px 0 0;
  background: url(../images/bg_med_item.jpg) no-repeat center / cover;
  border-radius: 100%;
  overflow: hidden;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 258px;
  height: 258px;
  background: #fff;
  opacity: 0.5;
  transform: rotate(45deg);
  transition: 0.2s ease;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  max-width: 93px;
  margin:0 auto 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img{
  width: 100%;
  height: auto;
}
.sec_top_medical p.top_medical_menu_en_title {
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  color: var(--main-color);
  font-size: 14px;
  font-family: var(--ave);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  color: var(--text-color);
  font-family: var(--tsu);
  font-weight: 700;
  font-size: 24px;
}
.sec_top_medical.pattern01 .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.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}

@media (hover: hover){
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover a::before{
    transform: rotate(45deg) scale(1.05);
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover::after{
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .sec_top_medical::before{
    width: 95%;
    height: 100%;
    background: url(../images/bg_wall.jpg) repeat-y right top;
  }
  .sec_top_medical::after{
    top: 210px;
    width: 95%;
    height: calc(100% - 300px);
  }
  .sec_top_medical .home_inner{
    padding: 80px 5% 150px;
    background-size: 250px auto;
  }
  .sec_top_medical hgroup{
    margin-bottom: 40px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex{
    gap: 40px 2%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 49%;
    max-width: 200px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item::after{
    bottom: -15px;
    width: 40px;
    height: 40px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a{
    padding: 0;
    justify-content: center;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a::before{
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img{
    max-width: 50px;
    margin: 0 auto 10px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3{
    font-size: 15px;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../images/bg_tit_pk.png) no-repeat center top;
}
@media print, screen and (min-width: 641px){
  .sec_top_column::before{
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: -1033px;
    width: 1748px;
    height: 1747px;
    background: #fbf2f4;
    opacity: 0.6;
    clip-path: polygon(0% 0%,100% 100%,0% 100%,0% 0%);
  }
}
.sec_top_column hgroup{
  margin-bottom: 45px;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 25px;
}
.column_list_flex dl {
  width: 280px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: url(../images/bg_column_label.jpg) no-repeat center / cover;
  color: #fff;
  font-family: var(--tsu);
  font-weight: 700;
  font-size: 133.3%;
  text-align: center;
  padding: 8.5px 10px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.column_list_flex dd {
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #d6d6d6;
  padding: 4px 0;
}
.column_list_flex dd ul li:not(:last-of-type){
  margin-bottom: 11px;
}
.column_list_flex dd ul li::before {
  content: "";
  min-width: 8px;
  height: 8px;
  background: var(--main-color);
  transform: rotate(45deg);
  margin-right: 9px;
}
.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{
    background-size: 250px auto;
  }
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0 1%;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    max-width: 280px;
    width: 100%;
  }
}

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

  *ループスライダー

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

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