@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 h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 750px;
  display: flex;
  justify-content: center;
}

.home_mv .slider-fade {
  will-change: transform;
}

.home_mv::before {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 600;
  background: url(../images/mv_bg_deco.png) top / contain no-repeat;
}

.home_mv_inner {
  z-index: 1;
  position: relative;
}

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

.home_mv_main::after {
  content: "";
  position: absolute;
  top: 57px;
  left: -160px;
  width: 276px;
  height: auto;
  aspect-ratio: 276 / 201;
  background: url(../images/mv_whale.png) top / contain no-repeat;
  /* z-index: -1; */
}

/*　スライダー */
.slider-fade .slick-slide {
  position: relative;
}


.home_mv .slider-fade {
  width: 1200px !important;
  height: 750px;
  mask: url(../images/mv_mask.png) center / contain no-repeat;
  -webkit-mask: url(../images/mv_mask.png) center / contain no-repeat;
}

.home_mv .slick-list,
.home_mv .slick-track,
.home_mv .slick-slide,
.home_mv .slick-slide>div,
.home_mv .slide_item,
.home_mv picture {
  height: 100%;
}

.home_mv .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  right: 45px;
  bottom: 58px;
  width: max-content;
}

.catchcopy_tit {
  display: block;
  font-family: var(--font-catch);
  font-size: 26px;
  line-height: 1.2;
-webkit-text-stroke:2px white;
paint-order: stroke;
}

.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) {
  .home_mv {
    height: 270px;
  }

  .home_mv_main {
    width: 100%;
  }

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

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

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

  *スマホのみのエリア

==================================================================================================================================*/
@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) お知らせ+医院概要+アクセス */
.news_wrap {
  position: relative;
  padding-top: 350px;
  margin-top: -270px;
}

.news_wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 170px;
  aspect-ratio: 1920 / 170;
  background: url(../images/news_bg_01.png) center bottom / cover no-repeat;
  z-index: 0;
}

.news_wrap::after {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: calc(100% - 170px);
  aspect-ratio: 1920 / 1107;
  background: url(../images/news_bg_02.jpg) center bottom / cover no-repeat;
  z-index: 0;
}

.top_news.pattern05 {
  margin-bottom: 68px;
  z-index: 1;
  position: relative;
}

.top_news.pattern05::after {
  content: "";
  position: absolute;
  top: -280px;
  right: 180px;
  width: 181px;
  height: auto;
  aspect-ratio: 181 / 183;
  background: url(../images/news_top_deco.png) center bottom / contain no-repeat;
  z-index: 0;
}

.top_news.pattern05 h2 {
  margin: 0;
}

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

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

.top_news.pattern05 .top_news_list li {
  border-bottom: 1px solid #cadbe7;
  padding: 25px 95px 25px 20px;
}

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  font-size: 15px;
  letter-spacing: 0.15em;
}

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

.top_news.pattern05 .top_news_list li span {
  font-size: 15px;
  letter-spacing: 0.15em;
  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: 25px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.15em;
  min-width: 110px;
}

/* 本文を表示するお知らせ */
.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 {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.top_info.pattern05::before {
  content: "";
  position: absolute;
  top: -152px;
  left: 110px;
  width: 388px;
  height: auto;
  aspect-ratio: 388 / 689;
  background: url(../images/news_left_deco.png) top / contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

.top_info.pattern05::after {
  content: "";
  position: absolute;
  top: -220px;
  right: 76px;
  width: 174px;
  height: auto;
  aspect-ratio: 174 / 451;
  background: url(../images/news_right_deco.png) top / contain no-repeat;
  z-index: -1;
}

.top_info.pattern05 .home_inner::before {
  content: "";
  position: absolute;
  bottom: -220px;
  left: 84px;
  width: 229px;
  height: 147px;
  aspect-ratio: 229 / 147;
  background: url(../images/deco_coral.png) top / contain no-repeat;
  z-index: -1;
}

.top_info.pattern05 .home_inner::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 83px;
  width: 148px;
  height: 74px;
  aspect-ratio: 148 / 74;
  background: url(../images/deco_crab.png) top / contain no-repeat;
  z-index: -1;
}

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

.top_info.pattern05 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
}

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

.top_info.pattern05 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px;
}

.top_info.pattern05 .top_info_tel::before {
  background: url(../images/tel_bg.png) center / cover no-repeat;
  color: white;
  font-family: var(--font-en);
  content: "TEL.";
  font-weight: 500;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 14px;
  letter-spacing: 0.1em;
  padding: 13.5px 36.4px;
  border-radius: 10px;
  position: relative;
}

.top_info.pattern05 .top_info_tel a {
  color: var(--main-color);
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.15em;
}

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

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

.top_info_schedule {
  background: white;
  padding: 35px 30px;
  border-radius: 30px;
}

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

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

.top_info.pattern05 .top_access_guide {
  margin-top: 20px;
}

.top_info.pattern05 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);

}

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

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

.top_info.pattern05 .top_access>.btn01 a {
  margin: 0;
}

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

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

  .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: 30px 4%;
  }

  .top_info.pattern05 .top_info_left,
  .top_info.pattern05 .top_info_right {
    width: 570px;
  }
}

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

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

  .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 {
    margin-bottom: 50px;
  }

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


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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding-top: 245px;
  padding-bottom: 300px;
  position: relative;
}

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

.sec_top_doctor::after {
  content: "";
  position: absolute;
  top: -280px;
  left: 0;
  width: 100%;
  height: calc(100% + 280px);
  background: url(../images/greeting_bg.jpg) center bottom / cover repeat;
  z-index: -1;
}

.sec_top_doctor .home_inner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 609px;
  aspect-ratio: 1919 / 609;
  background: url(../images/greeting_wave.png) center top / cover repeat;
  z-index: 0;
}

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

.top_greeting_flex::before {
  content: "";
  position: absolute;
  top: 400px;
  left: 136px;
  width: 136px;
  height: auto;
  aspect-ratio: 136 / 822;
  background: url(../images/greeting_left_deco.png) center / contain repeat;
  z-index: 0;
}

.top_greeting_flex::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 124px;
  width: 247px;
  height: auto;
  aspect-ratio: 247 / 917;
  background: url(../images/greeting_right_deco.png) center / contain repeat;
  z-index: 0;
}

.top_greeting_flex_img {
  position: relative;
  z-index: 1;
}

.top_greeting_flex_img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 421px;
  height: 461px;
  background: url(../images/greeting_img_bg.png) center / contain no-repeat;
  z-index: 0;
}

.top_greeting_flex_img .top_doctor_img {
  width: 421px;
  height: 461px;
  margin-bottom: 20px;
  margin-right: 70px;
  mask: url(../images/greeting_img_mask.png) top / cover no-repeat;
  -webkit-mask: url(../images/greeting_img_mask.png) top / cover no-repeat;
}

.top_greeting_flex_img img {
  width: 100%;
  height: 100%;
  object-position: 0% 25%;
  object-fit: cover;
  position: relative;
}

.top_greeting_flex_img .btn01 {
  margin-top: 35px;
}

.top_doctor_name {
  text-align: center;
  margin-top: 40px;
}

.top_doctor_name p {
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.15em;
}

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

.top_doctor_name .name {
  font-size: 24px;
}

.top_greeting_flex_text {
  width: 600px;
  position: relative;
  z-index: 1;
}

.top_greeting_flex_text h3 {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: var(--font-jp);
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 60px;

}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.top_greeting_flex_text .text p {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 50px 0;
  }

  .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_doctor_name {
    text-align: center;
  }
}

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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  padding-top: 232px;
  margin-top: -230px;
}

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

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

.top_feature_wrap {
  margin-top: 87px;
  position: relative;
  z-index: 2;
}

.sec_top_feature .home_inner::before {
  content: "";
  position: absolute;
  top: 344px;
  left: 0px;
  width: 540px;
  height: auto;
  aspect-ratio: 540 / 1713;
  background: url(../images/feature_left_deco.png) center bottom / cover no-repeat;
  z-index: 1;
}

.sec_top_feature .home_inner::after {
  content: "";
  position: absolute;
  bottom: 550px;
  right: 59px;
  width: 465px;
  height: auto;
  aspect-ratio: 465 / 1260;
  background: url(../images/feature_right_deco.png) center bottom / cover no-repeat;
  z-index: 1;
}

.top_feature_item {
  position: relative;
  z-index: 2;
}

.top_feature_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 580px;
  height: 400px;
  background: url(../images/feature_img_bg.png) center / contain no-repeat;
  z-index: 0;
}

.top_feature_item:nth-child(even):before {
  background: #ff6b9a;
  mask: url(../images/feature_img_bg.png) center / contain no-repeat;
  -webkit-mask: url(../images/feature_img_bg.png) center / contain no-repeat;
  left: inherit;
  right: 0;
}

.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}

.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}

.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 2;
  left: 55px;
  right: auto;
  top: -10px;
}

.sec_top_feature.pattern02 .top_feature_num p {
  font-family: var(--font-jp);
  font-weight: 600;
  color: var(--main-color);
  font-size: 80px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
}

.sec_top_feature.pattern02 .top_feature_img {
  width: 580px;
  height: 400px;
  mask: url(../images/feature_img_mask.png) center / cover no-repeat;
  -webkit-mask: url(../images/feature_img_mask.png) center / cover no-repeat;
}

.sec_top_feature.pattern02 .top_feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_top_feature.pattern02 .top_feature_box {
  width: 560px;
}

.top_feature_box h3 {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 27px 0;
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
}

.top_feature_box h3::before,
.top_feature_box h3::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 15px;
  aspect-ratio: 560 / 15;
  background: url(../images/line_blue.png) center bottom / contain repeat;
  z-index: 0;
}


.top_feature_item:nth-child(even) .top_feature_box h3::before,
.top_feature_item:nth-child(even) .top_feature_box h3::after {
  background: url(../images/line_pink.png) center bottom / contain repeat;
}

.top_feature_box h3::after {
  top: inherit;
  bottom: 0;
}

.top_feature_box h3 .blue {
  color: #287cb4;
}

.top_feature_box h3 .pink {
  color: #e0688f;
}

.top_feature_text {
  font-size: 15px;
  letter-spacing: 0.2em;
}

.top_feature_text p {
  margin-bottom: 30px;
  line-height: 2;
}

.top_feature_box .btn01 a {
  min-width: 200px;
}

.top_feature_item:nth-child(odd) .btn01 a {
  background: url(../images/btn_blue.png) center / cover no-repeat;
}

.top_feature_item:nth-child(odd) .btn01 a::after {
  border: 3px solid #9bcaea;
}

/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
  margin-right: 0;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  right: 450px;
  left: inherit;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num p {
  color: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 48px 0 32px;
  }

  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }

  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
  }

  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
  }

  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-left: 0;
  }

  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
  }
}


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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding-top: 350px;
  padding-bottom: 100px;
  position: relative;
}

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

.sec_top_medical::after {
  content: "";
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 991px;
  height: auto;
  aspect-ratio: 991 / 241;
  background: url(../images/medical_top_deco.png) center bottom / cover no-repeat;
  z-index: 0;
}

.sec_top_medical .home_inner::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1186px;
  aspect-ratio: 1920 / 1186;
  background: url(../images/medical_bg.jpg) center top / cover no-repeat;
  z-index: -1;
}

.sec_top_medical .home_inner::after {
  content: "";
  position: absolute;
  top: 500px;
  left: 0px;
  width: 263px;
  height: auto;
  aspect-ratio: 263 / 802;
  background: url(../images/medical_left_deco.png) right / contain no-repeat;
  z-index: 1;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.sec_top_medical .sec_top_medical_flex::before {
  content: "";
  position: absolute;
  top: 446px;
  right: 0px;
  width: 259px;
  height: auto;
  aspect-ratio: 259 / 838;
  background: url(../images/medical_right_deco.png) left / contain no-repeat;
  z-index: -1;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex {
  justify-content: center;
  gap: 50px 40px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 270px;
}

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

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  background: url(../images/medical_icon_bg.png) center top / contain no-repeat;
  width: 270px;
  height: 269px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5) a .item_img img,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) a .item_img img {
  width: 45%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto;
  font-size: 22px;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--text-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
}


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

  *医療コラム

==================================================================================================================================*/
.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 {
  overflow: hidden;
  background: url(../images/slider_bg.jpg) center / cover no-repeat;
  margin-top: -2px;
  height: 320px;
}

.home_loopSlider div {
  vertical-align: top;
}

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

.home_loopSlider .slick-slide>div {
  margin-right: 16px;
}

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

/* common */
.top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 70px;
}

.sec_top_doctor .top_title,
.sec_top_feature .top_title {
  padding-top: 90px;
}

.sec_top_medical .top_title {
  padding-top: 96px;
}

.top_title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 56px;
  height: auto;
  aspect-ratio: 56 / 46;
  background: url(../images/news_title_deeco.png) top / contain no-repeat;
}

.sec_top_doctor .top_title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 61px;
  height: auto;
  aspect-ratio: 61 / 60;
  background: url(../images/greeting_title_deco.png) top / contain no-repeat;
}

.sec_top_feature .top_title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  height: auto;
  aspect-ratio: 45 / 60;
  background: url(../images/feature_title_deeco.png) top / contain no-repeat;
}

.sec_top_medical .top_title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 67px;
  height: auto;
  aspect-ratio: 67 / 60;
  background: url(../images/medical_title_deeco.png) top / contain no-repeat;
}

.top_title h2 {
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 40px;
  padding-bottom: 35px;
}

.top_title p {
  font-family: var(--font-en);
  letter-spacing: 0.2em;
  color: var(--main-color);
  line-height: 1;
  font-size: 26px;
  font-weight: 500
}

.top_news_left .top_title h2 {
  padding-bottom: 20px;
  font-size: 30px;
}

.top_news_left .top_title p {
  font-size: 16px;
}

/* bnr */
.bnr_wrap {
  display: flex;
  bottom: 10px;
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  align-items: flex-end;
  z-index: 2;
  gap: 10px;
}

.open_bnr {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.open_bnr>* {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 15px;
  background: url(../images/mv_bnr_bg_01.png) top / cover no-repeat;
  border-radius: 50%;
}

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

.open_bnr .open_text {
  margin: 0 0 10px;
  font-size: 26px;
}

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

.nairakai_date {
  font-size: 15px;
}

.bnr_flex {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
}

.bnr_parking,
.bnr_recruit {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bnr_parking p,
.bnr_recruit p {
  color: white;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.bnr_parking {
  background: url(../images/mv_bnr_bg_02.png) top / cover no-repeat;
}

.bnr_parking p {
  line-height: 1.55;
  font-size: 20px;
}

.bnr_recruit {
  background: url(../images/mv_bnr_bg_03.png) top / cover no-repeat;
}

.bnr_recruit p {
  line-height: 1.375;
  font-size: 16px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  transition: 0.2s ease-in-out;
}

/* 1820 */
@media screen and (max-width: 1820px) {
  .top_news.pattern05::after {
    right: 5%;
  }
}

/* 1760 */
@media screen and (max-width: 1760px) {
  .top_news.pattern05::after {
    right: 3%;
  }

  .top_info.pattern05::before {

    top: -152px;
    left: -165px;
  }


  .top_info.pattern05 .home_inner::before,
  .top_greeting_flex::before {
    left: 0;
  }

  .top_info.pattern05::after,
  .top_info.pattern05 .home_inner::after,
  .sec_top_feature .home_inner::after,
  .top_greeting_flex::after {
    right: 0;
  }
}

/* 1550 */
@media screen and (max-width: 1550px) {
  .top_news.pattern05::after {
    display: none;
  }

  .home_mv_main::after {
    left: 0;
  }
}

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

  /* common */
  .top_title,
  .sec_top_doctor .top_title,
  .sec_top_medical .top_title {
    padding-top: 50px;
  }

  .sec_top_feature .top_title {
    padding-top: 70px;
    position: relative;
    z-index: 1;
  }

  .top_title::before,
  .sec_top_doctor .top_title::before,
  .sec_top_feature .top_title::before,
  .sec_top_medical .top_title::before {
    width: 40px;
    height: auto;
  }

  .top_title h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }

  .top_title p {
    font-size: 16px;
  }

  /* mv */
  .home_mv::before {
    bottom: 0;
  }

  .home_mv::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 36px;
    aspect-ratio: 1920 / 170;
    background: url(../images/sp_news_bg_01.png) center bottom / cover no-repeat;
    z-index: 1;
  }

  .home_mv .slider-fade {
    width: 80% !important;
    height: 219px;
    aspect-ratio: 1200 / 750;
    margin: 20px auto 0 auto;
    mask: url(../images/mv_mask.png) center / contain no-repeat;
    -webkit-mask: url(../images/mv_mask.png) center / contain no-repeat;
  }

  .home_mv_main::after {
    width: 15%;
    height: auto;
    left: 10px;
  }

  .home_mv_inner {
    width: 100%;
  }

  .catchcopy_tit {
    font-size: 14px;
  }

  /* bnr */
  .bnr_wrap.sp {
    position: relative;
    width: 100%;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 66px;
    gap: 0;
  }

  .bnr_flex {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .bnr_parking,
  .bnr_recruit {
    width: 49%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  /* news */
  .news_wrap {
    margin-top: -66px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .news_wrap::before {
    top: 0px;
    height: 36px;
    background: url(../images/sp_news_bg_01.png) center bottom / cover no-repeat;
  }

  .news_wrap::after {
    top: 36px;
    width: 100%;
    height: calc(100% - 36px);
    background: url(../images/sp_news_bg_02.jpg) center bottom / cover repeat;
  }

  .top_news.pattern05::after {
    top: -92px;
    right: 0;
    width: 15%;
    height: auto;
  }

  .top_info.pattern05::before {
    width: 30%;
    left: 0;
    top: -133px;
  }

  .top_news.pattern05 .top_news_list li span {
    margin-right: 15px;
  }

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

  .top_info.pattern05 .top_info_tel {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .top_info.pattern05 .top_info_tel::before {
    font-size: 18px;
    margin-right: 10px;
    padding: 10px 20px;
  }

  .top_info.pattern05 .top_info_tel a {
    font-size: min(7.5vw, 32px);
  }

  .top_news_list {
    margin-top: 20px;
  }

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

  .top_info.pattern05::after {
    top: -500px;
    right: 0px;
    width: 20%;
  }

  .top_info.pattern05 .home_inner::after {
    bottom: -65px;
    right: 10px;
    width: 20%;
    height: auto;
  }

  .top_info.pattern05 .home_inner::before {
    bottom: -111px;
    left: 10px;
    width: 25%;
    height: auto;
  }

  .top_info_schedule {
    padding: 25px 20px !important;
  }

  .top_info.pattern05 .top_access_map iframe {
    height: 300px;
  }

  /* greeting */
  .sec_top_doctor {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sec_top_doctor::before {
    top: 0px;
    height: 64px;
    background: url(../images/sp_news_bg_03.png) center bottom / cover no-repeat;
  }

  .sec_top_doctor::after {
    background: url(../images/sp_greeting_bg.jpg) center bottom / cover repeat;
  }

  .top_greeting_flex::after {
    top: 31px;
    right: 0px;
    width: 20%;
    height: auto;
  }

  .top_greeting_flex::before {
    top: 793px;
    left: -22px;
    width: 20%;
    height: auto;
  }

  .sec_top_doctor .home_inner::after {
    bottom: 0px;
    height: 131px;
    background: url(../images/sp_greeting_wave.png) center top / cover repeat;
  }

  .sec_top_doctor.pattern01 .top_greeting_flex {
    padding-top: 40px;
  }

  .top_doctor_name,
  .top_greeting_flex_img .btn01 {
    margin-top: 20px;
  }

  .top_greeting_flex_img .btn01 {
    margin-bottom: 40px;
  }

  .top_greeting_flex_text h3 {
    margin-bottom: 40px;
  }

  .top_greeting_flex_img .top_doctor_img {
    width: 100%;
    height: auto;
    aspect-ratio: 421 / 461;
  }

  .top_greeting_flex_img::before {
    width: 100%;
    height: auto;
    aspect-ratio: 421 / 461;
  }

  /* feature */
  .sec_top_feature {
    margin-top: -45px;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .sec_top_feature::before {
    height: 64px;
    background: url(../images/sp_feature_bg_01.png) center top / cover no-repeat;
    z-index: 0;
  }

  .sec_top_feature::after {
    top: 64px;
    height: 100%;
    bottom: 0;
    background: url(../images/sp_feature_bg_02.jpg) center top / cover no-repeat;
  }

  .sec_top_feature .home_inner::before {
    width: 50%;
    left: -28px;
    top: 43px;
  }

  .sec_top_feature .home_inner::after {
    bottom: 1287px;
    right: -20px;
    width: 50%;
    height: auto;
  }

  .top_feature_wrap {
    margin-top: 40px;
  }

  .top_feature_item::before {
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 400;
  }

  .sec_top_medical::after {
    width: 100%;
  }

  .sec_top_feature.pattern02 .top_feature_img {
    height: auto;
    aspect-ratio: 580 / 400;
  }

  .sec_top_feature.pattern02 .top_feature_num p {
    font-size: 65px;
  }

  .sec_top_feature.pattern02 .top_feature_num {
    left: 10px;
  }

  .top_feature_box h3 {
    line-height: 1.5;
    font-size: 18px;
  }

  .top_feature_box h3::before,
  .top_feature_box h3::after {
    height: auto;
  }

  .sec_top_feature.pattern02 .top_feature_item {
    margin-bottom: 50px;
  }

  /* medical */
  .sec_top_medical {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .sec_top_medical::before {
    top: 0px;
    width: 100%;
    height: auto;
    background: url(../images/sp_feature_bg_03.png) center bottom / cover no-repeat;
  }

  .sec_top_medical::after {
    top: 20px;
    width: 70%;
    height: auto;
    background: url(../images/medical_top_deco.png) center bottom / cover no-repeat;
  }

  .sec_top_medical .home_inner::before {
    aspect-ratio: inherit;
    background: url(../images/sp_medical_bg.jpg) center top / cover no-repeat;
    z-index: -1;
    opacity: 0.6;
  }

  .sec_top_medical .sec_top_medical_flex {
    margin-top: 40px;
  }

  .sec_top_medical .sec_top_medical_flex::before {
    width: 20%;
    height: auto;
    z-index: -1;
    top: inherit;
    bottom: 235px;
  }

  .sec_top_medical .home_inner::after {
    width: 20%;
    height: auto;
    z-index: -1;
    top: 225px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    justify-content: center;
    gap: 20px 14px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: calc(50% - 7px);
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    aspect-ratio: 270 / 269;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

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

  /* slider */
  .home_loopSlider {
    background: url(../images/sp_slider_bg.jpg) center / cover no-repeat;
    height: 320px;
  }

  .home_loopSlider {
    height: 107px;
  }

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

  .home_loopSlider .slick-slide>div {
    margin-right: 10px;
  }

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

/* 350 */
@media screen and (max-width: 350px) {
  .home_mv .slider-fade {
    width: 90% !important;
  }

  .top_title h2 {
    font-size: 26px;
  }

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

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 20px 11px;
  }

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

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