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

/*----------タイトル----------*/
main h2 {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

main h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 780px;
  width: calc(100% - 70px);
  margin: 0 auto;
  border-radius: 40px;
  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: 780px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;

}

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

.main_catch img {
  width: 380px;
  height: auto;
  aspect-ratio: 380 / 262;
}

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

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

  .head_mv::after {
    width: 25%;
    bottom: 0px;
  }

  .head_mv::before {
    width: 25%;
    bottom: -38px;
  }

  .home_mv {
    width: 95%;
    height: 400px;
    border-radius: 0;
  }

  .home_mv_main,
  #mainvisual {
    width: 95%;
    min-width: 95%;
  }

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

  .main_catch {
    top: /*50*/60%;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    height: auto;
  }

  .main_catch img {
    width: 80%;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@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 {
  padding-top: 80px;
  padding-bottom: 95px;
  position: relative;
}

.top_news.pattern05::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1919 / 651;
  background: url(../images/news_bg_cloud.png) center top / cover no-repeat;
  z-index: -3;
}

.top_news.pattern05::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 39;
  background: url(../images/news_bg_cloud_blue_01.png) center top / cover no-repeat;
  z-index: -2;
}

.top_news.pattern05 .home_inner::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 120px;
  width: 168px;
  height: auto;
  aspect-ratio: 168 / 216;
  background: url(../images/news_illust_elephant.png) center top / contain no-repeat;
  z-index: 0;
}

.top_news.pattern05 .home_inner::before {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 0px;
  width: 548px;
  height: auto;
  aspect-ratio: 548 / 408;
  background: url(../images/news_img_left.png) center top / cover no-repeat;
  z-index: -1;
}

.top_news.pattern05 h2 {
  margin: 0;
}

.top_news.pattern05 .btn01 {
  text-align: center;
  margin-top: 60px;
}

.top_news.pattern05 .btn01 a {
  margin: 0;
}

.top_news.pattern05 .top_news_list li {
  background: var(--bg-yellow);
  padding: 21px 30px 21px 34px;
  border-radius: 15px;
  position: relative;
}

.top_news.pattern05 .top_news_list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 500;
  font-size: 15px;
  color: var(--text-color);
  letter-spacing: 0em;
  position: relative;
  margin-right: 7px;
  top: 1px;
}

.top_news.pattern05 .top_news_list li:not(:last-child) {
  margin-bottom: 24px;
}

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
}

.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}

.top_news.pattern05 .top_news_list li span {
  font-size: 14px;
  margin-right: 25px;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  font-style: normal;
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  border-radius: 8px;
  min-width: 150px;
}

/* 本文を表示するお知らせ */
.top_news.pattern05 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}

.top_news.pattern05 .top_news_frame .news_desc {
  margin-bottom: 10px;
}

/*スクロールバーの横幅指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}

/*スクロールバーの色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* 医院概要&アクセス */
.top_info.pattern05 {
  padding: 60px 0;
  position: relative;
}

.top_info.pattern05::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 762;
  background: url(../images/news_bg_cloud_blue_02.jpg) center top / cover repeat;
  z-index: -2;
}

.top_info.pattern05 .home_inner {
  background: white;
  padding: 60px;
  border-radius: 70px;
  box-shadow: 0px 0px 10px rgba(125, 204, 243, 0.5);
}

.top_info_add,
.top_info_tel {
  display: flex;
  justify-content: flex-start;
  background: var(--bg-green);
  align-items: center;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.75;

}

.top_info.pattern05 .top_info_add span {
  margin-right: 8px;
}

.top_info_tel {
  background: var(--bg-blue);
  margin: 24px 0;
}

.top_info_tel a {
  font-size: 36px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  top: 4px;
}

.top_info_add::before,
.top_info_tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  font-size: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  color: var(--sub-color);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
  margin-right: 12px;
}

.top_info_tel::before {
  content: "\f3cd";
  color: var(--main-color);
  background: white;
  top: -3px;
}

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

.top_info.pattern05 .top_access_map iframe {
  width: 100%;
  height: 320px;
  border-radius: 30px;
}

.top_info.pattern05 .top_access_guide li {
  position: relative;
  display: table;
  padding: 13.5px 0px;
  width: 100%;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 17px;
}

.top_info.pattern05 .top_access_guide li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url(../images/line.png) center top / cover repeat;
  z-index: 0;
}

.top_info.pattern05 .top_access_guide li:nth-child(1) {
  display: flex;
  align-items: center;
}

.top_info.pattern05 .top_access_guide li:nth-child(1):before {
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  content: "\f554";
  font-weight: 900;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  color: var(--sub-color);
  background: var(--bg-green);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
  margin-right: 17px;
}

.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}

.top_info.pattern05 .top_access>.btn01 {
  text-align: center;
  margin-top: 30px;
}

.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;
    gap: 75px;
    justify-content: flex-end;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 840px;
  }

  .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;
    justify-content: space-between;
  }

  .top_info.pattern05 .top_info_left {
    width: 525px;
  }

  .top_info.pattern05 .top_info_right {
    width: 480px;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    margin-top: 0;
    padding-top: 40px;
  }

  .top_news.pattern05::before {
    top: 0px;
    height: 100%;
    background: url(../images/sp_news_bg_cloud.png) center top / contain repeat;
  }

  .top_news.pattern05::after {
    width: 100%;
    height: auto;
    background: url(../images/sp_news_bg_cloud_blue_01.png) center top / cover no-repeat;
  }


  .top_info.pattern05::before {
    background: url(../images/sp_news_bg_cloud_blue_02.jpg) center top / contain repeat;
  }


  .top_news.pattern05 .home_inner::before {
    width: 50%;
    bottom: -88px;
    background: url(../images/sp_news_img_left.png) center top / cover no-repeat;
  }

  .top_news.pattern05 .home_inner::after {
    right: 0;
    width: 20%;
    bottom: 10px;
  }

  .top_news.pattern05 .top_title_news {
    margin-bottom: 30px;
  }

  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }

  .top_info.pattern05 .home_inner {
    padding: 30px 20px;
    width: 95%;
    border-radius: 30px;
  }

  .top_info_add,
  .top_info_tel {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 55px;
    position: relative;
  }

  .top_info_add::before,
  .top_info_tel::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top_info_add {
    font-size: 15px;
  }

  .top_info_tel a {
    font-size: 29px;
  }

  .top_info.pattern05 .top_info_add span {
    display: block;
    margin-right: 0;
  }

  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }

  .top_info.pattern05 .top_access_guide li {
    font-size: 15px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding-top: 200px;
  padding-bottom: 930px;
  /* padding: 80px 0; */
  background: var(--bg-brown);
  position: relative;
  z-index: 0;
}

.sec_top_doctor::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 40;
  background: url(../images/news_bg_cloud_blue_03.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_doctor::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1256;
  background: url(../images/greeting_bg.png) center top / cover no-repeat;
  background-position: center calc(100% - 65px);
  z-index: -3;
}

.sec_top_doctor .home_inner::before {
  content: "";
  position: absolute;
  top: 820px;
  right: 0px;
  width: auto;
  height: 600px;
  aspect-ratio: 1250 / 600;
  background: url(../images/bg_img.jpg) center top / cover no-repeat;
  z-index: 0;
  border-radius: 200px 0px 0px 160px;
}


.sec_top_doctor .home_inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 855;
  background: url(../images/feature_bg_01.png) center top / cover no-repeat;
  z-index: -1;
}

.sec_top_doctor .top_title {
  margin-bottom: 35px;
}

.sec_top_doctor .top_title::before {
  content: "";
  position: absolute;
  top: -88px;
  width: 103px;
  height: auto;
  aspect-ratio: 103 / 83;
  background: url(../images/logo_mark.png) center top / cover no-repeat;
  z-index: 0;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.top_greeting_flex_img {
  width: 365px;
  margin-bottom: 20px;
}

.top_greeting_flex_img::before {
  content: "";
  position: absolute;
  top: 60px;
  width: 380px;
  height: auto;
  aspect-ratio: 380 / 356;
  background: url(../images/greeting_img_deco.png) center top / cover no-repeat;
  z-index: 1;
}

.top_doctor_img img {
  width: 100%;
  height: 340px;
  -webkit-mask-image: url(../images/greeting_img_mask.png);
  mask-image: url(../images/greeting_img_mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  object-fit: cover;
}

.top_doctor_name {
  text-align: center;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

.top_doctor_name p {
  margin-bottom: 0;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top_doctor_name .carr {
  font-size: 16px;
}

.top_doctor_name .name {
  font-size: 22px;
  margin-top: 10px;
}

.top_greeting_flex_img .btn01 {
  text-align: center;
  margin-top: 24px;
}


.top_greeting_flex_text {
  width: 585px;
  position: relative;
}

.top_greeting_flex_text .text h3::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  width: 137px;
  height: auto;
  aspect-ratio: 137 / 129;
  background: url(../images/greeting_illust_cat.png) center top / cover no-repeat;
  z-index: 0;
}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
}

.top_greeting_flex_text .text h3 {
  font-family: var(--font-jp);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.top_greeting_flex_text .text h3 .subcatch {
  color: white;
  display: block;
  font-size: 18px;
  margin-top: 23px;
}

.top_greeting_flex::before {
  content: "";
  position: absolute;
  left: 0;
  top: 185px;
  background: var(--brown);
  width: 686px;
  height: 40px;
  z-index: 0;
  border-radius: 0px 20px 20px 0;
}

.top_greeting_flex::after {
  content: "";
  position: absolute;
  top: -160px;
  right: 44px;
  width: 155px;
  height: auto;
  aspect-ratio: 155 / 239;
  background: url(../images/greeting_illust_rabitt.png) center top / contain no-repeat;
  z-index: 0;
}

.top_greeting_flex_text .text p {
  font-size: 17px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding-top: 110px;
    padding-bottom: 200px;
  }

  .sec_top_doctor .top_title h2 {
    margin-bottom: 0;
  }

  .sec_top_doctor .top_title::before {
    width: 20%;
    top: -60px;
  }

  .sec_top_doctor::before {
    background: url(../images/sp_news_bg_cloud_blue_03.png) center top / cover no-repeat;
    top: -1px;
  }

  .sec_top_doctor::after {
    background: url(../images/sp_greeting_bg.png) center top / cover no-repeat;
  }

  .sec_top_doctor .home_inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 855;
    background: url(../images/sp_feature_bg_01.png) center top / cover no-repeat;
    z-index: -1;
  }

  .sec_top_doctor .home_inner::before {
    width: 70%;
    height: auto;
    bottom: 112px;
    top: inherit;
    background: url(../images/sp_bg_img.jpg) center top / cover no-repeat;
    border-radius: 50px 0px 0px 30px;
  }

  .top_greeting_flex_img::before {
    top: 31px;
  }

  .top_greeting_flex::after {
    width: 25%;
    right: -3%;
    top: -60px;
  }

  .sec_top_doctor.pattern01 .top_greeting_flex {
    display: block;
    padding: 30px 20px !important;
  }

  .top_greeting_flex_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .top_greeting_flex_text .text h3 {
    font-size: 22px;
  }

  .top_greeting_flex_text .text h3 .subcatch {
    font-size: 15px;
  }

  .top_greeting_flex_text {
    width: 100%;
  }

  .top_greeting_flex_text .text p {
    font-size: 15px;
  }

  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }

  .top_greeting_flex::before {
    width: 98%;
    top: 633px;
  }

  .top_greeting_flex_text .text h3::before {
    right: -5%;
    width: 25%;
    top: 7px;
  }

  .top_greeting_flex_img::before {
    width: 100%;
    left: 0;
  }
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
  background: white;
  border-radius: 30px;
  padding: 60px 90px;
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  z-index: 0;
  margin-top: -395px;
  padding-bottom: 63px;
}

.sec_top_feature::before {
  content: "";
  position: absolute;
  top: 395px;
  left: 0;
  width: 100%;
  height: calc(100% - 395px);
  aspect-ratio: 1250 / 1165;
  background: url(../images/feature_bg_02.jpg) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature::after {
  content: "";
  position: absolute;
  top: -495px;
  left: 116px;
  width: 376px;
  height: auto;
  aspect-ratio: 376 / 203;
  background: url(../images/feature_deco_01.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature .home_inner::before {
  content: "";
  position: absolute;
  top: 142px;
  left: 54px;
  width: 241px;
  height: auto;
  aspect-ratio: 241 / 364;
  background: url(../images/feature_deco_02.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature .home_inner::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 70px;
  width: 371px;
  height: auto;
  aspect-ratio: 371 / 690;
  background: url(../images/feature_deco_03.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature.pattern01 .top_feature_wrap::before {
  content: "";
  position: absolute;
  bottom: 185px;
  left: 58px;
  width: 374px;
  height: auto;
  aspect-ratio: 374 / 366;
  background: url(../images/feature_deco_04.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature.pattern01 .top_feature_wrap::after {
  content: "";
  position: absolute;
  bottom: 90px;
  right: 42px;
  width: 254px;
  height: auto;
  aspect-ratio: 254 / 310;
  background: url(../images/feature_deco_05.png) center top / cover no-repeat;
  z-index: 0;
}

.sec_top_feature .top_title {
  margin-bottom: 60px;
  position: relative;
}

.sec_top_feature .top_title::before {
  content: "";
  position: absolute;
  top: -125px;
  left: -191px;
  width: 312px;
  height: auto;
  aspect-ratio: 312 / 252;
  background: url(../images/feature_title_heart.png) center top / cover no-repeat;
  z-index: -1;
}

.top_feature_item {
  position: relative;
}

.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 57px 0px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 360px;
  height: 628px;
  position: relative;
  display: flex;
  flex-direction: column;
}


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 460px;
  background: white;
  box-shadow: 0 0 21px rgba(172, 153, 131, 0.2);
  z-index: 0;
  border-radius: 35px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  /* display: none; */
  /* 枠上のナンバリング */
  position: absolute;
  left: 0;
  top: -20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
  display: inline-block;
  color: #fff;
  width: 126px;
  height: 117px;
  aspect-ratio: 126 / 117;
  background: url(../images/feature_num_bg.png) center top / contain no-repeat;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: var(--font-en);
  font-size: 13.39px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+2) .top_feature_num p {
  background: var(--pink);
  -webkit-mask-image: url(../images/feature_num_bg.png);
  mask-image: url(../images/feature_num_bg.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+3) .top_feature_num p {
  background: #cae2b8;
  -webkit-mask-image: url(../images/feature_num_bg.png);
  mask-image: url(../images/feature_num_bg.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  font-style: normal;
  font-size: 41.5px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  width: 295px;
  margin: 0 auto;
}


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img img {
  width: 100%;
  height: 275px;
  -webkit-mask-image: url(../images/greeting_img_mask.png);
  mask-image: url(../images/greeting_img_mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  object-fit: cover;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  text-align: center;
  margin-bottom: 0px;
  font-family: var(--font-jp);
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #58aad3;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:not(:nth-child(1), :nth-child(2)) h3 {
  margin-top: 40px;
  margin-bottom: 45px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+2) h3 {
  color: #e985a2;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+3) h3 {
  color: #92c780;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 span {

  position: relative;
  padding: 10px 0;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: url(../images/line_02.png) center top / cover repeat;
  z-index: 0;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
  margin-top: auto;
  text-align: center;
  margin-bottom: 40px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 a {
  min-width: 230px;
  padding: 9px 15px 9px 15px;
  font-size: 15px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+1) .btn01 a {
  background: #acddf7;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+2) .btn01 a {
  background: #f3b3cf;
}


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 a:before {
  font-size: 11px;
  width: 28px;
  height: 28px;
  right: 18px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  position: relative;
  text-align: center;
  padding: 0 45px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num {
  display: none;
}

.top_feature_text {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 640px) {

  .sec_top_feature {
    margin-top: -86px;
    /* padding: 48px 0 32px; */
  }

  .sec_top_feature::before {
    top: 86px;
    height: calc(100% - 86px);
    aspect-ratio: 1250 / 1165;
    background: url(../images/sp_feature_bg_02.jpg) center top / cover no-repeat;
    z-index: -1;
  }

  .sec_top_feature .top_title {
    margin-bottom: 20px;
  }

  .sec_top_feature .top_title::before {
    width: 30%;
    left: -11%;
    top: -14px;
  }

  .sec_top_feature .home_inner::after {
    right: 12px;
    width: 33%;
    top: 71px;
    z-index: 0;
  }

  .sec_top_feature .home_inner::before {
    width: 24%;
    top: 1600px;
    z-index: 1;
    left: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap::before {
    bottom: 1068px;
    left: 0px;
    width: 33%;
    z-index: 1;
  }


  .sec_top_feature.pattern01 .top_feature_wrap::after {
    width: 27%;
    bottom: 497px;
    right: 0;
  }

  .sec_top_feature::after {
    width: 30%;
    top: -110px;
    left: 3px;
    /* display: none; */
  }

  .sec_top_feature .top_title::after {
    z-index: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    padding-top: 10px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
    margin-top: 3px;
  }


  .sec_top_feature .top_title h2 {
    z-index: 1;
  }

  .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: -15px;
    left: 30px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    font-size: 28px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    height: auto;
  }



  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    font-size: 16px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    width: 108px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
    margin-top: 0px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
    margin-bottom: 30px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding-top: 170px;
  padding-bottom: 140px;
  position: relative;
  background: url(../images/medical_bg.jpg) center bottom / cover no-repeat;
}


.sec_top_medical::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1290 / 48;
  background: url(../images/feature_bg_03.png) center top / cover no-repeat;
  z-index: 1;
}

.sec_top_medical .top_title {
  z-index: 1;
}

.sec_top_medical .top_title::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 86px;
  height: auto;
  aspect-ratio: 86 / 117;
  background: url(../images/medical_title_deco.png) center top / cover no-repeat;
  z-index: 1;
}

.sec_top_medical .top_title h2::before {
  content: "";
  position: absolute;
  top: -95px;
  right: 0;
  width: 116px;
  height: auto;
  aspect-ratio: 116 / 157;
  background: url(../images/medical_title_deco_pink.png) center top / cover no-repeat;
  z-index: 1;
}

.sec_top_medical .top_title::after {
  content: "MEDICAL";
  color: #def0fa;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 9px;
  margin-top: 30px;
}

.sec_top_medical .home_inner::before {
  content: "";
  position: absolute;
  top: 230px;
  left: 55px;
  width: 289px;
  height: auto;
  aspect-ratio: 289 / 269;
  background: url(../images/medical_deco_01.png) center top / cover no-repeat;
  z-index: 1;
}

.sec_top_medical .home_inner::after {
  content: "";
  position: absolute;
  top: 500px;
  right: 50px;
  width: 261px;
  height: auto;
  aspect-ratio: 261 / 384;
  background: url(../images/medical_deco_02.png) center top / contain no-repeat;
  z-index: 1;
}

.sec_top_medical.pattern01 .sec_top_medical_flex::before {
  content: "";
  position: absolute;
  bottom: 350px;
  left: 100px;
  width: 243px;
  height: auto;
  aspect-ratio: 243 / 178;
  background: url(../images/medical_deco_03.png) center top / cover no-repeat;
  z-index: 1;
}



.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 393px;
  height: auto;
  aspect-ratio: 393 / 329;
  background: url(../images/medical_item_bg.png) center top / contain no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) {
  background: url(../images/medical_item_bg_pink.png) center top / cover no-repeat;
}



.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  margin-bottom: 20px;
  text-align: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  width: 50%;
  object-fit: contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-color);
  line-height: 1.3;
  font-size: 24px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span {
  font-size: 18px;
}



@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding-top: 50px;
    padding-bottom: 63px;
    position: relative;
    background: url(../images/sp_medical_bg.jpg) center bottom / contain repeat;
  }

  .sec_top_medical::before {
    background: url(../images/sp_feature_bg_03.png) center top / cover no-repeat;
  }

  .sec_top_medical .top_title::before {
    top: 0;
    left: 0;
    width: 10%;
    height: auto;
  }

  .sec_top_medical .top_title h2::before {
    top: 0;
    right: 0;
    width: 10%;
    height: auto;
  }

  .sec_top_medical .home_inner::before {
    width: 23%;
    height: auto;
    left: 0;
    top: -20px;
  }

  .sec_top_medical .home_inner::after {
    right: 0px;
    width: 15%;
    top: inherit;
    bottom: 312px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex::before {
    left: 0px;
    width: 23%;
    height: auto;
    bottom: 6px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 0px;
    margin-top: 0;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 50%;
    z-index: 1;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    margin-bottom: 8px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
    width: 30%;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 13px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span {
    font-size: 10px;
  }
}


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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}

.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}

.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.column_list_flex dd {
  padding: 10px;
}

.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}

.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}

.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) {
  .column_list_flex {
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }

  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

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

  *ループスライダー

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

.home_loopSlider {
  position: relative;
}

.home_loopSlider::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1290 / 113;
  background: url(../images/medical_bg_wave.png) center top / cover no-repeat;
  z-index: 0;
}

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider .slick-slide {
  padding-right: 10px;
  max-width: 400px;
  box-sizing: border-box;
  overflow: hidden;
}

.home_loopSlider img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .home_loopSlider::before {
    top: -30px;
    background: url(../images/sp_medical_bg_wave.png) center top / cover no-repeat;
  }

  /* slider */
  .home_loopSlider {
    height: 320px;
  }

  .home_loopSlider {
    height: 107px;
  }

  .home_loopSlider .slick-slide {
    width: 150px !important;
  }

  .home_loopSlider img {
    width: 100%;
    height: 107px;
    object-fit: cover;
    border-radius: 15px;
  }
}

/* bnr */

.home_mv_inner {
  position: relative;
}

.bnr_wrap {
  display: flex;
  bottom: 65px;
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 3;
  gap: 10px;
}

.open_bnr {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  top: -5px;
}

.open_bnr>* {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: auto;
  aspect-ratio: 576 / 526;
  background: url(../images/open_bnr_bg.png) top / contain no-repeat;
}

.open_bnr p {
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.open_bnr .date {
  font-size: 20px;
  margin-top: 20px;
}

.open_bnr .open_text {
  font-size: 34px;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 12px;
}

.open_bnr .nairankai_tit {
  display: block;
  width: 193px;
  padding: 2px 10px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--text-color);
  font-size: 15px;
  text-align: center;
}

.nairakai_date {
  font-size: 20px;
  line-height: 1.2 !important;
  margin-top: 10px;
}

.open_bnr span {
  background: white;
  color: var(--text-color);
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.bnr_doctor,
.bnr_access,
.bnr_medical {
  width: 256px;
  height: 205px;
  background: url(../images/bnr_bg.png) center / contain no-repeat;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--font-jp);
  color: var(--text-color);
  letter-spacing: 0.025em;
  font-size: 18px;
  text-align: center;

}

.bnr_doctor,
.bnr_access {
  line-height: 1;
  cursor: pointer;
}

.bnr_doctor::before,
.bnr_access::before,
.bnr_medical::before {
  content: "";
  position: relative;
  width: 50px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../images/bnr_01_icon.png) center top / contain no-repeat;
  z-index: 2;
  margin-bottom: 10px;
}

.bnr_access::before {
  background: url(../images/bnr_02_icon.png) center top / contain no-repeat;
}

.bnr_medical::before {
  background: url(../images/bnr_03_icon.png) center top / contain no-repeat;
  margin-bottom: 0px;
  margin-top: -10px;
}

.bnr_doctor::after,
.bnr_access::after {
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  color: white;
  background: #acddf7;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
  position: relative;
  margin-top: 14px;
}

.bnr_access::after {
  background: #cae2b8;
}

.bnr_medical p:nth-child(1) {
  letter-spacing: 0.045em;
  font-size: 16px;
  -webkit-text-stroke: 4px white;
  -webkit-text-fill-color: var(--text-color);
  paint-order: stroke fill;
  position: relative;
  padding: 0 16px;
}

.bnr_medical p:nth-child(1)::before,
.bnr_medical p:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 19px;
  left: 0;
  bottom: 5px;
  background: url(../images/bnr_03_deco.png) center top / contain no-repeat;
  z-index: 2;
  filter:
    drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
}

.bnr_medical p:nth-child(1)::after {
  left: inherit;
  right: 0;
  transform: scale(-1, 1);
}

.bnr_medical .pink {
  -webkit-text-stroke: 4px white;
  -webkit-text-fill-color: #f3b3cf;
  paint-order: stroke fill;
}

.bnr_medical p:nth-child(2) {
  line-height: 1.2;
}

.top_title_news {
  text-align: center;
  position: relative;
  z-index: 2;
}


.top_title_news h2 {
  font-family: var(--font-jp);
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.top_title_news p {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.18em;
  color: var(--main-color);
}

.top_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_title h2 {
  font-size: 52px;
  font-family: var(--font-jp);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.top_title::after {
  position: absolute;
  content: "GREETING";
  font-family: var(--font-en);
  letter-spacing: 0.16em;
  font-size: 180px;
  color: #f0ebe8;
  line-height: 1;
  z-index: -1;
}

.sec_top_feature .top_title::after {
  content: "FEATURES";
  color: rgba(248, 213, 213, 0.4);
}

@media screen and (max-width: 1700px) and (min-width:640px) {
  .header_logo {
    top: 5px;
  }

  .top_news.pattern05 .home_inner::after {
    right: 0;
  }

  .sec_top_feature::after {
    top: -300px;
    left: 0;
  }

  .sec_top_feature .home_inner::after {
    right: 0;
  }

  .sec_top_feature .home_inner::before {
    left: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap::after {
    right: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap::before {
    left: 0;
  }

  .sec_top_medical .home_inner::before {
    left: 0;
  }

  .sec_top_medical .home_inner::after {
    right: 0;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex::before {
    left: 0;
  }
}

@media screen and (max-width: 1600px) and (min-width:640px) {
  .top_news.pattern05 .home_inner::after {
    bottom: -100px;
  }

  .sec_top_feature .home_inner::after {
    top: -168px;
    z-index: -1;
  }

  .sec_top_feature .home_inner::before {
    top: -65px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    z-index: 11;
  }

  .sec_top_feature.pattern01 .top_feature_wrap::after {
    bottom: 526px;
    width: 14%;
  }

  .sec_top_feature.pattern01 .top_feature_wrap::before {
    width: 20%;
    bottom: 590px;
    left: -50px;
  }

  .sec_top_medical .home_inner::before {
    top: -43px;
  }

  .sec_top_medical .home_inner::after {
    bottom: 98px;
    top: inherit;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex::before {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .bnr_wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .open_bnr {
    top: 0;
  }

  .bnr_wrap .flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .bnr_doctor,
  .bnr_access,
  .bnr_medical {
    width: 50%;
    height: auto;
    aspect-ratio: 256 / 205;
    font-size: 15px;
  }

  .bnr_medical p:nth-child(1) {
    font-size: 13px;
  }

  .top_title_news h2,
  .top_title h2 {
    font-size: 25px;
  }

  .top_title_news p {
    font-size: 20px;
  }

  .top_title::after {
    font-size: 55px;
    top: 2px;
  }
}

@media screen and (max-width: 400px) {

  .bnr_doctor,
  .bnr_access,
  .bnr_medical {
    font-size: 12px;
  }

  .bnr_medical p:nth-child(1) {
    font-size: 10px;
  }

  .top_news.pattern05 .top_news_list li em {
    margin-right: 0;
  }

  .top_news.pattern05 .top_news_list li {
    padding: 20px;
  }

  .top_news.pattern05 .top_news_list li em {
    min-width: 110px;
  }

  .top_info_add {
    font-size: 12px;
  }

  .top_info_tel a {
    font-size: 25px;
  }

  .top_info_add,
  .top_info_tel {
    padding: 10px 20px 10px 55px;
  }

  .top_info.pattern05 .top_info_left {
    margin-bottom: 20px;
  }

  .top_greeting_flex::after {
    top: -30px;
  }

  .top_doctor_name {
    margin-top: 0;
  }

  .top_greeting_flex::before {
    top: 609px;
  }

  .top_greeting_flex_text .text h3 .subcatch {
    font-size: 12px;
  }

  .top_greeting_flex_text .text h3::before {
    top: -34px;
  }

  .sec_top_feature::after {
    top: -87px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
    font-size: 20px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
    width: 25%;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 10px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 span {
    font-size: 8px;
  }

  .sec_top_medical .home_inner::after {
    bottom: 289px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    padding-top: 0;
  }
}

@media (hover: hover) {
  .bnr_doctor,
  .bnr_access,
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    transition: 0.2s ease-in-out;
  }

  .bnr_doctor:hover,
  .bnr_access:hover {
    color: var(--text-color);
    transform: translateY(-10px);
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01:hover {
    transform: translateY(-5px);
    /* filter: brightness(105%); */
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover {
    transform: translateY(-10px);
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(3n+3) .btn01 a:hover {
    background: #cae2b8;
  }
}