@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: 600px;
  overflow: hidden;
}


.home_mv::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(000, 000, 000, 0.7), rgba(000, 000, 000, 0));
  z-index: 1;
}

.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: 600px;
  -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;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: calc(100vh - 107px);
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: calc(100vh - 107px);
  }

  /* キャッチフレーズ */
  .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;
  }
}

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

  *スマホのみのエリア

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

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

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

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  padding-top: 111px;
  padding-bottom: 293px;
  position: relative;
}

.top_news.pattern05::before {
  content: "";
  position: absolute;
  background: url(../images/news_bg_01.jpg) no-repeat center / cover;
  content: "";
  width: 1420px;
  max-width: 80%;
  height: 490px;
  left: 0;
  top: 0;
  z-index: -2;
}

.top_news.pattern05::after {
  content: "";
  position: absolute;
  background: url(../images/news_bg_02.png) no-repeat center / contain;
  aspect-ratio: 1002 / 1005;
  content: "";
  width: 1017px;
  max-width: 80%;
  height: 1006px;
  right: 0;
  bottom: -390px;
  z-index: -1;
}

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

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

.top_news.pattern05 .top_news_list li {
  background: white;
  padding: 21.5px 30px;
  width: 100%;
  letter-spacing: 0.1em;
}

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

.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: 16px;
  margin-right: 28px;
  letter-spacing: 0.1em;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  margin-right: 28px;
  font-size: 15px;
  letter-spacing: 0.1em;
  min-width: 130px;
}

/* 本文を表示するお知らせ */
.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: 120px;
}

.top_info.pattern05 .top_info_tel a i {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}

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

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

/* アクセス */
@media print,
screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 88px;
  }

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

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

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    padding-top: 0;
    padding-bottom: 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: 50px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
  padding-bottom: 855px;
}

.sec_top_doctor::before {
  content: "";
  position: absolute;
  background: url(../images/feature_bg_03.png) no-repeat top / contain;
  content: "";
  aspect-ratio: 1046 / 845;
  width: 100%;
  height: auto;
  right: 0;
  top: -1205px;
  z-index: -3;
}

.sec_top_doctor::after {
  content: "";
  position: absolute;
  background: url(../images/greeting_bg_01.jpg) no-repeat top / cover;
  content: "";
  width: 1728px;
  height: 1184px;
  aspect-ratio: 1728 / 1184;
  top: 0px;
  right: 0;
  z-index: -10;
}

.sec_top_doctor .top_title {
  padding-top: 140px;
}

.sec_top_doctor .top_title p {
  background: linear-gradient(to bottom, #aab3b9 0, #aab3b9 38%, white 38%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_top_doctor .top_title h2 {
  color: white;
}

.sec_top_doctor .top_title h2::before {
  background: white !important;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 100px;
  padding-top: 195px;
  flex-direction: row-reverse;
}

.top_greeting_flex::before {
  content: "";
  position: absolute;
  background: white;
  content: "";
  aspect-ratio: 1560 / 1000;
  width: 1560px;
  max-width: 90%;
  height: auto;
  left: 0;
  top: 375px;
  z-index: -1;
}

.top_greeting_flex::after {
  content: "";
  position: absolute;
  background: var(--main-color);
  content: "";
  aspect-ratio: 1517 / 614;
  width: 1517px;
  max-width: 90%;
  height: auto;
  right: 0;
  bottom: 260px;
  opacity: 0.15;
  z-index: -2;
}

.top_greeting_flex_img {
  width: 400px;
}

.top_doctor_img {
  height: 524px;
}

.top_greeting_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top_doctor_name {
  text-align: left;
  padding-left: 111px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  margin-top: 25px;
  margin-bottom: 35px;
}

.top_doctor_name::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 67px;
  left: 0;
  top: 0px;
  background: url(../images/greeting_logo.jpg) no-repeat center / contain;
  z-index: 1;
}

.text .top_doctor_name p {
  margin-bottom: 0;

}

.top_doctor_name .carr {
  font-size: 16px;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top_doctor_name .name {
  font-size: 22px;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top_doctor_name .name span {
  font-size: 16px;
}

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

.top_greeting_flex_text {
  width: 600px;
}

.top_greeting_flex_text::before {
  content: "";
  position: absolute;
  width: 1518px;
  height: 189px;
  right: 0;
  bottom: 216px;
  background: url(../images/clinic_name.png) no-repeat center / contain;
  z-index: 0;
  max-width: 90%;
}

.top_greeting_flex_text::after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 347px;
  height: auto;
  left: 740px;
  bottom: 195px;
  background: url(../images/greeting_bg_03.jpg) no-repeat center / contain;
  z-index: -1;
}

.top_greeting_flex_text h3 {
  font-size: 26px;
  color: var(--main-color);
  letter-spacing: 0.1em;
  font-family: var(--font-jp);
  font-weight: 400;
}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 2;
}

.top_greeting_flex_text .text::after {
  content: "";
  position: absolute;
  aspect-ratio: 707 / 480;
  width: 707px;
  height: auto;
  left: 0px;
  bottom: 370px;
  background: url(../images/greeting_bg_02.jpg) no-repeat center / contain;
  z-index: 0;
}

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

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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding-top: 220px;
  padding-bottom: 460px;
  position: relative;
  overflow: hidden;
}

.sec_top_feature::before {
  content: "";
  position: absolute;
  background: url(../images/feature_bg_02.jpg) no-repeat center / contain;
  content: "";
  aspect-ratio: 1920 / 2547;
  width: 100%;
  height: auto;
  left: 0;
  top: 475px;
  z-index: -3;
}

.sec_top_feature .top_title,
.sec_top_feature .top_title h2 {
  text-align: right;
}

.sec_top_feature .top_title h2 {
  display: inline-block;
}

.top_feature_wrap {
  margin-top: 55px;
}

.sec_top_feature.pattern02 .top_feature_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top_feature_item:not(:last-child) {
  margin-bottom: 250px;
}

.top_feature_item::before {
  content: "";
  position: absolute;
  background: url(../images/feature_item_bg.jpg) no-repeat center / contain;
  content: "";
  aspect-ratio: 1608 / 563;
  width: 1608px;
  height: auto;
  left: calc((100vw - 1200px) / -2);
  top: 50px;
  z-index: -2;
}

.top_feature_item:nth-child(even)::before {
  left: inherit;
  right: calc((100vw - 1200px) / -2);
}

.top_feature_item::after {
  content: "";
  position: absolute;
  background: var(--sub-color);
  content: "";
  aspect-ratio: 580 / 430;
  width: 580px;
  height: auto;
  left: -50px;
  top: 90px;
  z-index: -1;
  opacity: 0.15;
}

.top_feature_item:nth-child(even)::after {
  background: var(--main-color);
  left: inherit;
  right: -50px;
}

/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.top_feature_img {
  width: 580px;
  height: 430px;
}

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

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

.sec_top_feature.pattern02 .top_feature_num p {
  color: #525252;
  font-size: 35px;
  line-height: 1;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 40px;
}

.sec_top_feature.pattern02 .top_feature_num p span {
  margin-right: 40px;
}

.sec_top_feature.pattern02 .top_feature_num p em {
  font-size: 90px;
  position: relative;
}


.sec_top_feature.pattern02 .top_feature_num p em::before {
  content: "";
  position: absolute;
  top: 51px;
  left: -43px;
  width: 90px;
  height: 1px;
  background: #525252;
  transform: rotate(-60deg);
  font-weight: 500;
}


.sec_top_feature.pattern02 .top_feature_box {
  width: 620px;
  padding: 65px 50px 0px 50px;
  position: relative;
  margin-top: 100px;
}

.sec_top_feature.pattern02 .top_feature_box::before {
  content: "";
  position: absolute;
  width: 828px;
  height: 463px;
  background: url(../images/feature_item_bg.png) no-repeat center / contain;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.top_feature_item:nth-child(even) .top_feature_box::before {
  right: inherit;
  left: 0;
  background: url(../images/feature_item_bg_02.png) no-repeat center / contain;
}

.top_feature_item h3 {
  font-family: var(--font-jp);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 35px;
}

.top_feature_item p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.top_feature_item .btn01 {
  margin-top: 40px;
  text-align: right;
  letter-spacing: 0.1em;
}

.top_feature_item .btn01 a {
  margin-left: auto;
  text-align: center;
  min-width: 240px;
  color: var(--sub-color);
  background: transparent;
}

.top_feature_item .btn01 a::before {
  background: none;
  mask: url(../images/arrow.png) no-repeat center / contain;
  -webkit-mask: url(../images/arrow.png) no-repeat center / contain;
  background-color: var(--sub-color);
}

.top_feature_item .btn01 a::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* 枠線の太さ */
  background: linear-gradient(45deg,
      var(--main-color),
      var(--sub-color));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  pointer-events: none;
}

/* 左右互い違いパターン */
.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;
  /* margin-left: 3%; */
}

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

@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: inherit;
    right: 0;
  }
}


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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding-top: 140px;
  position: relative;
}

.sec_top_medical::before {
  content: "";
  position: absolute;
  background: url(../images/medical_bg.jpg) no-repeat top / cover;
  content: "";
  width: 100%;
  height: 1505px;
  top: 0px;
  z-index: -2;
}

.sec_top_medical::after {
  content: "";
  position: absolute;
  background: url(../images/feature_bg.png) no-repeat center / contain;
  content: "";
  aspect-ratio: 1025 / 1005;
  width: 1025px;
  height: auto;
  left: 0;
  bottom: -525px;
  z-index: -1;
}

.sec_top_medical .top_title p {
  background: linear-gradient(to bottom, #aab3b9 0, #aab3b9 38%, white 38%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_top_medical .top_title h2 {
  color: white;
}

.sec_top_medical .top_title h2::before {
  background: white !important;
}

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

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

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 270px;
  height: 400px;
  background: white;
  box-shadow: 0 0 7px rgba(124, 147, 148, 0.4);
  position: relative;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(10),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(11),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(12) {
  display: none;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
  content: "";
  position: absolute;
  aspect-ratio: 30 / 27;
  width: 30px;
  height: auto;
  right: 8px;
  bottom: 8px;
  background: url(../images/medical_more.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item::after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 100px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  background: url(../images/medical_icon_dmy.png) no-repeat center / contain;
  z-index: 1;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(1)::after {
  background: url(../images/medical_icon_01.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2)::after {
  background: url(../images/medical_icon_02.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3)::after {
  background: url(../images/medical_icon_03.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4)::after {
  background: url(../images/medical_icon_04.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5)::after {
  background: url(../images/medical_icon_05.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6)::after {
  background: url(../images/medical_icon_06.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(7)::after {
  background: url(../images/medical_icon_07.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(8)::after {
  background: url(../images/medical_icon_08.png) no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(9)::after {
  background: url(../images/medical_icon_09.png) no-repeat center / contain;
}

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

.sec_top_medical.pattern01 .sec_top_medical_flex .item img {
  height: 243px;
  object-fit: cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto;
  color: var(--text-color);
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 500;
  margin-top: 85px;
  line-height: 1;
}

.top_medical_menu_en_title {
  position: absolute;
  font-size: 25px;
  color: #68797b;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  left: 50%;
  transform: translateX(-50%);
  bottom: 68px;
  opacity: 0.15;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0;
}

.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 screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-bottom: 80px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.sec_top_column::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 653px;
  left: 0;
  top: 60px;
  background: url(../images/column_bg.jpg) no-repeat top / cover;
  z-index: -1;
}

.sec_top_column .top_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 25px;
  margin-top: 80px;
}

.column_list_flex dl {
  width: 280px;
}

.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 11.5px 10px;
  margin-bottom: 10px;
}

.column_list_flex dd ul li {
  padding: 10.5px;
  border-bottom: dashed var(--main-color) 1px;
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}

.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}

.sec_top_column .btn01 {
  margin-top: 90px;
}

@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;
  display: none;
}

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider img {
  width: 100%;
}

/* bnr */
.bnr_wrap {
  position: absolute;
  display: flex;
  gap: 20px;
  bottom: 50px;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}

.bnr_mri,
.bnr_access {
  background: url(../images/bnr_bg.png) no-repeat center / cover;
  aspect-ratio: 1 / 1;
  width: 200px;
  height: auto;
}

.bnr_access span,
.bnr_mri p {
  color: white;
  font-size: 16px;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.bnr_access,
.bnr_mri {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bnr_access::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
  background: white;
}

.bnr_access a {
  width: 100%;
  height: 100%;
}

.bnr_access span {
  display: inline-block;
}

.bnr_access span:nth-of-type(2),
.bnr_mri p span {
  font-size: 26px;
}

.bnr_access span:nth-of-type(1) {
  padding-left: 38px;
  position: relative;
}

.bnr_access span:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 16px;
  left: 0;
  top: 5px;
  background: url(../images/car.png) no-repeat center / contain;
}

.bnr_access span:nth-of-type(3) {
  padding-left: 17px;
  padding-top: 20px;
  position: relative;
}

.bnr_access span:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 22px;
  left: 0;
  top: 20px;
  background: url(../images/busstop.png) no-repeat center / contain;
}

.bnr_mri::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  background: url(../images/mri.png) no-repeat center / contain;
}

.bnr_mri p {
  text-align: center;
  line-height: 1.6;
  padding-top: 60px;
}

.bnr_wrap_inner {
  margin-left: auto;
  margin-right: auto;
}

/* 1400 */
@media screen and (max-width: 1400px) {
  .top_greeting_flex::before {
    width: 95%;
    max-width: 95%;
    height: 40%;
  }
}

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

  /* mv */
  .home_mv::before {
    display: none;
  }

  /* bnr */
  .bnr_wrap {
    position: relative;
    width: 95%;
    bottom: 0;
    left: inherit;
    transform: inherit;
    gap: 0px;
    justify-content: space-between;
    margin: 30px auto;
  }

  .bnr_access,
  .bnr_mri {
    width: 48%;
  }

  .bnr_access span,
  .bnr_mri p {
    font-size: 110%;
  }

  .bnr_access::before {
    top: 52%;
  }

  .bnr_access span:nth-of-type(2),
  .bnr_mri p span {
    font-size: 160%;
  }

  .bnr_access span:nth-of-type(3) {
    padding-top: 15px;
  }

  .bnr_access span:nth-of-type(3)::before {
    top: 15px;
  }

  .bnr_mri::before {
    top: 30px;
  }

  .bnr_mri p {
    padding-top: 50px;
  }

  /* news */
  .top_news.pattern05 {
    padding-top: 50px;
  }

  .top_news.pattern05::before {
    background: url(../images/sp_news_bg_01.jpg) no-repeat center / cover;
    width: 90%;
    max-width: 90%;
    height: 200px;
  }

  .top_news.pattern05::after {
    background: url(../images/sp_news_bg_02.png) no-repeat center / contain;
    width: 90%;
    max-width: 90%;
    height: auto;
    top: 220px;
  }

  .top_news.pattern05 .top_news_list li {
    box-shadow: 0 0 7px rgba(124, 147, 148, 0.4);
  }

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

  .top_news.pattern05 .top_news_list li em {
    font-size: 14px;
    min-width: 110px;
    padding: 0;
  }

  /* medical */
  .sec_top_medical {
    padding-top: 50px;
  }

  .sec_top_medical::after {
    bottom: -144px;
    width: 80%;
    background: url(../images/sp_feature_bg.png) no-repeat center / contain;
  }

  .sec_top_medical::before {
    width: 100%;
    height: 95%;
    background: url(../images/sp_medical_bg.jpg) repeat top / contain;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 20px 0;
    justify-content: space-between;
    margin-top: 40px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 48%;
    height: 280px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item img {
    width: 100%;
    height: 178px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item::after {
    width: 60px;
    top: 150px;
  }

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

  .top_medical_menu_en_title {
    font-size: 20px;
    bottom: 48px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
    width: 20px;
    height: auto;
    right: 3px;
    bottom: 3px;
  }

  /* feature */
  .sec_top_feature {
    padding-bottom: 100px;
  }

  .sec_top_feature::before {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(../images/feature_bg_02.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
  }

  .top_feature_wrap {
    margin-top: 40px;
  }

  .top_feature_img {
    height: auto;
  }

  .top_feature_item:not(:last-child) {
    margin-bottom: 100px;
  }

  .top_feature_item::before {
    width: 100%;
    height: 100%;
    right: inherit;
    left: -5%;
    background: url(../images/sp_feature_item_bg.jpg) no-repeat center / cover;
  }

  .top_feature_item::after {
    width: 100%;
    height: auto;
    left: inherit;
    right: -5%;
    top: 50px;
  }

  .top_feature_item:nth-child(even)::before {
    left: inherit;
    right: -5%;
  }

  .top_feature_item:nth-child(even)::after {
    background: var(--main-color);
    left: -5%;
    right: inherit;
  }

  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
    padding: 40px 20px;
    margin-top: 100px;
    background: url(../images/sp_feature_item_bg.png) no-repeat top right / cover;
  }

  .sec_top_feature.pattern02 .top_feature_item:nth-child(even) .top_feature_box {
    background: url(../images/sp_feature_item_bg_02.png) no-repeat top left / cover;
  }

  .sec_top_feature.pattern02 .top_feature_box::before {
    display: none;
  }

  .sec_top_feature.pattern02 .top_feature_box h3 {
    line-height: 1.5;
    font-size: 20px;
  }

  .top_feature_item p {
    font-size: 14px;
  }

  .sec_top_feature.pattern02 .top_feature_num {
    bottom: inherit;
    top: inherit;
    margin-top: 20px;
  }

  .sec_top_feature.pattern02 .top_feature_num p {
    margin-top: 0;
    font-size: 30px;
  }

  .sec_top_feature.pattern02 .top_feature_num p span {
    margin-right: 25px;
  }

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

  .sec_top_feature.pattern02 .top_feature_num p em::before {
    top: 39px;
    left: -34px;
    width: 71px;
  }

  /* greeting */
  .sec_top_doctor {
    padding-bottom: 230px;
    overflow: hidden;
  }

  .sec_top_doctor::after {
    aspect-ratio: inherit;
    width: 100%;
    height: 400px;
    background: url(../images/sp_greeting_bg_01.jpg) no-repeat top / cover;
  }

  .sec_top_doctor::before {
    width: 80%;
    height: auto;
    right: 0;
    top: -230px;
  }

  .sec_top_doctor .top_title {
    padding-top: 0;
  }

  .top_greeting_flex {
    padding-top: 20px;
  }

  .top_greeting_flex::before {
    width: 100%;
    max-width: 100%;
    height: 50%;
    left: 0;
    top: 400px;
  }

  .top_greeting_flex_text {
    margin-top: 50px;
  }

  .top_greeting_flex::after {
    width: 90%;
    max-width: 90%;
    bottom: 50px;
  }

  .top_greeting_flex_text::before {
    aspect-ratio: 1518 / 189;
    width: 90%;
    max-width: 90%;
    height: auto;
    right: 0;
    bottom: 40px;
  }

  .top_greeting_flex_text::after {
    width: 30%;
    left: 53%;
    bottom: 39px;
    background: url(../images/sp_greeting_bg_03.jpg) no-repeat center / contain;
  }

  .top_greeting_flex_text .text::after {

    background: url(../images/sp_greeting_bg_02.jpg) no-repeat center / contain;
    width: 50%;
    height: auto;
    left: 0px;
    bottom: 82px;
  }

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

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

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

  /* column */
  .sec_top_column {
    padding-bottom: 50px;
  }

  .sec_top_column::before {
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
    /* background: url(../images/sp_column_bg.jpg) repeat top / cover; */
    background-image: url(../images/sp_column_bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }

  .column_list_flex {
    gap: 30px;
    margin-top: 40px;
  }

  .sec_top_column .btn01 {
    margin-top: 40px;
  }
}

/* hover */
@media (hover: hover) {

  .bnr_access,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item::after,
  .top_feature_item .btn01 a {
    transition: 0.2s all;
  }

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

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover::after,
  .bnr_access:hover {
    filter: brightness(115%);
  }

  .top_feature_item .btn01 a:hover {
    background: white;
    filter: brightness(100%);
  }
}