@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: 900px;
  width: calc(100% - 120px);
  margin-left: auto;
  /* overflow: hidden; */
}

.home_mv::before {
  aspect-ratio: 740 / 556;
  bottom: -437px;
  left: -120px;
  background: url(../images/bg_brown.jpg) center / contain no-repeat;
  width: 740px;
  height: auto;
  z-index: -1;
  content: '';
  position: absolute;
}


.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: 900px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  display: block;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%, 0% 10%);
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%, 0% 10%);
}

/*　キャッチコピー　*/
.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: 435px;
  }

  .home_mv_main {
    width: 100%;
  }

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

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

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

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

  *お知らせ

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

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

.top_news.pattern05 .top_title p {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.15);
}

.top_news.pattern05 .top_title h2 {
  color: white;
  font-size: 24px;
  margin-top: -33px;
  margin-bottom: 0;
}


.top_news.pattern05 .btn01 a {
  color: white;
  border: 1px solid white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  letter-spacing: 0.2em;
}

.top_news.pattern05 .btn01 a::after {
  border-color: transparent transparent white transparent;
}

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

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05emz;
}

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

.top_news.pattern05 .top_news_list li span {
  font-size: 16px;
  font-family: var(--font-jp);
  letter-spacing: 0.05em;
  font-weight: 400;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  margin-left: 20px;
  margin-right: 25px;
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  min-width: 140px;
  max-width: fit-content;
  font-weight: 400;
}

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

.top_info.pattern05::before {
  aspect-ratio: 578 / 924;
  top: -236px;
  right: 0px;
  background: url(../images/bg_news_right.png) center / contain no-repeat;
  width: 578px;
  height: auto;
  z-index: -1;
  content: '';
  position: absolute;
}

.top_info.pattern05::after {
  aspect-ratio: 344 / 949;
  bottom: -344px;
  left: 0px;
  background: url(../images/bg_news_left.png) center / contain no-repeat;
  width: 344px;
  height: auto;
  z-index: -1;
  content: '';
  position: absolute;
}

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

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

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

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

  /* お知らせ */
  .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;
    background: var(--bg-color);
    padding: 23px 30px;
  }

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@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: 50px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
}

.sec_top_doctor::before {
  top: 80px;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background: url(../images/bg_sand.jpg) top / cover no-repeat;
  z-index: -3;
}

.wrap_bg_white {
  width: 1549px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 170px;
  background: rgba(255, 255, 255, 0.7);
  z-index: -2;
}

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

.top_greeting_flex h3 {
  font-family: var(--font-jp);
  font-weight: 600;
  color: var(--main-color);
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 2.1;
  margin-bottom: 40px;
}

.top_greeting_flex h3 span {
  font-size: 26px;
}

.top_greeting_flex_img {
  width: 505px;
  margin-bottom: 20px;
  z-index: 0;
}

.top_greeting_flex_img::before {
  content: '';
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(108px);
  width: 505px;
  height: 635px;
  aspect-ratio: 505 / 635;
  border: 2px solid white;
  z-index: 1;
}

.top_greeting_flex_img::after {
  aspect-ratio: 741 / 666;
  top: 245px;
  right: 0;
  background: url(../images/bg_brown.jpg) center / contain repeat;
  width: 741px;
  height: 666px;
  z-index: -1;
  content: '';
  position: absolute;
}

.top_greeting_flex_img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
  margin-top: 150px;
  position: relative;
  z-index: 0;
}

.top_doctor_name {
  text-align: center;
  margin-top: 35px;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--main-color);
  line-height: 1;
}

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

}

.top_doctor_name .carr {
  margin-bottom: 14px;
}

.top_doctor_name .carr,
.top_doctor_name .name span {
  font-size: 22px;
}

.top_doctor_name .name span {
  margin-right: 30px;
}

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

.top_greeting_flex_text {
  width: 600px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.top_greeting_flex_text p:not(:last-child) {
  margin-bottom: 30px;
}


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

.top_greeting_flex_text .btn01 {
  margin-top: 90px;
  position: relative;
  z-index: 1;
}

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


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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  padding-top: 650px;
  padding-bottom: 276px;
  margin-top: -400px;
}

.sec_top_feature::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 95%, #E1F4F4 100%),
    image-set(url("../images/bg_feature.avif") type("image/avif"),
      url("../images/bg_feature.png") type("image/png")) top / cover no-repeat;
}

.sec_top_feature .top_title p {
  color: rgba(255, 255, 255, 0.35);
}

.sec_top_feature .top_title h2 {
  color: white;
}


.top_feature_item {
  position: relative;
}

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

/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 h2 {
  margin-bottom: 125px;
}

.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 120px;
  position: relative;
  padding-bottom: 75px;
  z-index: 1;
}

.sec_top_feature.pattern02 .top_feature_item::before {
  content: "";
  position: absolute;
  width: 905px;
  height: 435px;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even)::before {
  left: 0;
  right: inherit;
}


.sec_top_feature.pattern02 .top_feature_item:nth-child(5):before,
.sec_top_feature.pattern02 .top_feature_item:nth-child(6):before {
  height: 465px;
}

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

.sec_top_feature.pattern02 .top_feature_box {
  width: 50%;
  padding: 0px 40px 0px 35px;
  margin-top: 110px;
}

.sec_top_feature.pattern02 .top_feature_box h3 {
  color: var(--sub-color);
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: 400;
}

.sec_top_feature.pattern02 .top_feature_box p {
  letter-spacing: 0.05em;
  line-height: 2.24;
}

.sec_top_feature.pattern02 .top_feature_box .btn01 a {
  color: var(--blue);
  margin-left: auto;
  margin-top: 50px;
  border: 1px solid;
  border-image: linear-gradient(45deg, #32bac6, #009bef);
  border-image-slice: 1;
}

.sec_top_feature.pattern02 .top_feature_box .btn01 a::after {
  border-color: transparent transparent var(--blue) transparent;
}

.sec_top_feature.pattern02 .top_feature_box .flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sec_top_feature.pattern02 .top_feature_box .flex .btn01 {
  width: 48%;
}

.sec_top_feature.pattern02 .top_feature_box .flex .btn01 a {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: auto;
  bottom: -95px;
}

.sec_top_feature.pattern02 .top_feature_num p {
  color: white;
  font-size: 40px;
  line-height: 1;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  font-weight: 400;
}

.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
  font-size: 90px;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 50%;
}

.sec_top_feature.pattern02 .top_feature_img::before {
  content: "";
  position: absolute;
  width: 596px;
  height: 420px;
  background: rgba(255, 255, 255, 0.3);
  left: -30px;
  bottom: -40px;
  z-index: -1;
}

.top_feature_item:nth-child(even) .top_feature_img::before {
  right: -30px;
  left: inherit;
}

.sec_top_feature.pattern02 .top_feature_img img {
  height: 420px;
  object-fit: cover;
}

/* 左右互い違いパターン */
.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_num {
  position: absolute;
  left: auto;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .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 {
  position: relative;
  margin-top: -350px;
  padding-top: 650px;
  padding-bottom: 475px;
}

.sec_top_medical::before {
  content: '';
  position: absolute;
  aspect-ratio: 1920 / 598;
  top: 0px;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  background: url(../images/bg_wave.png) top / cover no-repeat;
}

.sec_top_medical::after {
  content: '';
  position: absolute;
  top: 350px;
  right: 0;
  width: 100%;
  height: calc(100% - 350px);
  z-index: -1;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 98%, #E1F4F4 100%), url(../images/bg_medical.jpg) top / cover no-repeat;
}

.sec_top_medical .top_title p {
  color: rgba(255, 255, 255, 0.35);
}

.sec_top_medical .top_title h2 {
  color: white;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 111px;
}


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

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 260px;
  height: 260px;
  background: white;
  position: relative;
  transition: all 0.2s;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  background: rgba(255, 255, 255, 0.342);
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--sub-color) transparent;
  z-index: 1;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 25px auto 10px auto;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 25px;
  color: var(--sub-color);
  line-height: 1;
  transition: all 0.2s;
}

.top_medical_menu_en_title {
  color: #b3cfd1;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: all 0.2s;
}

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

/* hover */
@media (hover: hover) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
    width: 239.65px;
    height: 239.65px;
    background: linear-gradient(-45deg, #32bac6, #009bef);
    position: absolute;
    content: "";
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover::before {
    opacity: 1;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover h3 {
    color: white;
  }


  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover .top_medical_menu_en_title {
    color: white;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
    background: var(--sub-color);
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:hover a::before {
    display: none;

  }


  a:hover .item_img img {
    filter: brightness(0) invert(1);
  }
}

.section_img {
  width: calc(100% - 185px);
  height: 514px;
  margin-right: auto;
  margin-top: -226px;
  position: absolute;
  z-index: 2;
}

.section_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 91% 0, 100% 30%, 100% 100%, 0 100%);
}

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

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider img {
  width: 100%;
}

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

.bnr_wrap>* {
  font-family: var(--font-jp-02);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}

.bnr_open_wrap>div {
  width: 340px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 28px;
}

.bnr_open_wrap>div p,
.bnr_open_wrap ul li {
  color: white;
}

.bnr_open_wrap>div p {
  text-align: center;
}

.bnr_open_wrap .bnr_pre-open {
  background: url(../images/bnr_preopen.png) no-repeat center / contain;
  margin-bottom: 20px;
}

.bnr_pre-open p:nth-child(1) {
  font-size: 26px;
}

.bnr_pre-open p:nth-child(1) span {
  font-size: 18px;
}

.bnr_pre-open p:nth-child(2) {
  font-size: 33px;
  padding: 15px 0;
  border-bottom: 1px solid white;
  width: 100%;
}

.bnr_pre-open ul {
  padding-top: 15px;
}

.bnr_pre-open ul li {
  line-height: 1.66;
}

.bnr_open_wrap .bnr_open {
  background: url(../images/bnr_open.png) no-repeat center / contain;
}

.bnr_open_wrap .bnr_open p:nth-child(1) {
  font-size: 18px;
}

.bnr_open_wrap .bnr_open p:nth-child(1) span {
  font-size: 28px;
}

.bnr_open_wrap .bnr_open p:nth-child(2) {
  font-size: 36px;
  padding: 15px 0;
  border-bottom: 1px solid white;
  width: 100%;
}

.bnr_open_wrap .bnr_open p:nth-child(3) {
  padding-top: 15px;
  padding-bottom: 10px;
}

.bnr_open_wrap .bnr_open p:nth-child(3),
.bnr_open_wrap .bnr_open p:nth-child(4) {
  font-size: 20px;
}

.bnr_open_wrap .bnr_open p:nth-child(4) span {
  font-size: 16px;
}

.bnr_pre-open {
  background: url(../images/bg_bnr_white.png) no-repeat center / contain;
}

.bnr_white_wrap {
  display: flex;
  gap: 20px;
}

.bnr_white_wrap>div {
  width: 260px;
  height: 100px;
  background: url(../images/bg_bnr_white.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.bnr_white_wrap>div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.bnr_white_wrap div a,
.bnr_white_wrap div p {
  color: var(--bluegreen);
  position: relative;
  z-index: 2;
}

.bnr_white_wrap .bnr_access p,
.bnr_white_wrap .bnr_first a {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.bnr_white_wrap .bnr_access p span {
  font-size: 26px;
}

.bnr_white_wrap .bnr_first {
  position: relative;

}

.bnr_white_wrap .bnr_first a {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bnr_white_wrap .bnr_first:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--bluegreen);
  border-right: 2px solid var(--bluegreen);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}

/* footer topのみ */
.footer_wrap {
  padding-top: 380px;
}

.footer {
  padding-top: 0px;
}

/* fover */
@media (hover: hover) {
  .top_news.pattern05 .btn01 a:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .sec_top_feature.pattern02 .top_feature_box .btn01 a:hover {
    color: var(--main-color);
    border: 1px solid;
    border-image: var(--main-color);
    border-image-slice: 1;
  }

  .sec_top_feature.pattern02 .top_feature_box .btn01 a:hover::after {
    border-color: transparent transparent var(--main-color) transparent;
  }
}

/* 1600 */
@media screen and (max-width: 1600px) {
  .wrap_bg_white {
    width: 100%;
    overflow: hidden;
  }

  .bnr_wrap {
    width: 100%;
  }

  .home_mv,
  .header_inner,
  .menu_list_wrap {
    width: calc(100% - 150px);
  }

  .menu_list_wrap {
    margin-right: 150px;
  }

  .header_inner {
    margin-right: 0;
    margin-left: 0;
  }

  .fixed_web_yoyaku_btn {
    top: 0;
  }

  .header_info_wrap {
    width: max-content;
  }

  .top_news.pattern05 .home_inner {
    gap: 0;
    justify-content: space-between;
  }

  .top_news.pattern05 .home_inner {
    flex-wrap: wrap;
  }

  .top_greeting_flex_img {
    position: relative;
  }

  .top_greeting_flex_img::before {
    right: -4%;
    top: 130px;
    left: inherit;
    transform: inherit;
  }

  .top_greeting_flex_img::after {
    width: 80%;
    height: auto;
    right: -10%;
    top: 0;
  }

  .sec_top_feature {
    overflow: hidden;
  }

  .sec_top_medical::before {
    height: 598px;
    width: auto;
  }

  .top_info.pattern05::before,
  .top_info.pattern05::after {
    opacity: 0.5;
  }
}

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

  .home_mv,
  .header_inner,
  .menu_list_wrap {
    width: 100%;
  }

  .menu_list_wrap {
    margin-right: 0;
  }

  .fixed_web_yoyaku_btn {
    width: 80px;
    top: inherit;
  }

  .fixed_web_yoyaku_btn a {
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    width: 100%;
    padding: 15px 10px;
    letter-spacing: 4px;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    background-size: cover;
    font-size: 16px;
  }

  .fixed_web_yoyaku_btn a img{
    margin-bottom: 10px;
  }

  .fixed_web_yoyaku_btn a:nth-child(1),
  .fixed_web_yoyaku_btn a:nth-child(2) {
    height: 190px;
  }

  .fixed_web_yoyaku_btn a:nth-child(3){
    height: 80px;
  }

  .head_mv.pattern03 .header_logo {
    left: 20px;
  }

  /* .header_logo a {
    max-width: 90px;
  } */
}

/* 640 */
@media screen and (max-width: 640px) {
  .bnr_wrap {
    width: 100%;
    position: relative;
    align-items: flex-end;
    flex-direction: column;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    padding: 50px 0;
  }

  .bnr_wrap>* {
    margin: 0 auto;
    width: 90%;
  }

  .bnr_open_wrap>div {
    aspect-ratio: 340 / 220;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 28px;
  }

  .bnr_white_wrap {
    flex-direction: column;
  }

  .bnr_white_wrap>div {
    background-color: #238a93;

  }

  .bnr_white_wrap>div {
    width: 100%;
  }

  .bnr_white_wrap .bnr_first a {
    padding-left: 0;
    justify-content: center;
  }

  .home_mv::before {
    display: none;
  }

  .slider-fade .slick-slide img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .top_news.pattern05 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .top_news.pattern05 .top_title {
    margin-bottom: 40px;
  }

  .top_news.pattern05 .top_title p {
    font-size: 70px;
    color: rgba(92, 68, 47, 0.15);
  }

  .top_news.pattern05 .top_title h2 {
    color: var(--main-color);
  }

  .top_news.pattern05 .btn01 a {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-top: 40px;
    background: white;
  }

  .top_news.pattern05 .btn01 a::after {
    border-color: transparent transparent var(--main-color) transparent;
  }

  .top_news.pattern05 .top_news_list li a {
    font-size: 15px;
  }

  .top_info.pattern05 {
    padding-bottom: 0px;
  }

  .top_info.pattern05::before {
    top: -200px;
    right: 0px;
/*     background: url(../images/sp_bg_news_right.png) center / contain no-repeat; */
    width: 50%;
    height: auto;
    opacity: 0.3;
  }

  .top_info.pattern05::after {
    bottom: -92px;
    left: 0px;
    background: url(../images/sp_bg_news_left.png) center / contain no-repeat;
    width: 50%;
    height: auto;
    opacity: 0.3;
  }

  .sec_top_doctor {
    padding-top: 20px;
    padding-bottom: 200px;
  }

  .sec_top_doctor::before {
    top: 352px;
    height: calc(100% - 352px);
    background: url(../images/sp_bg_sand.jpg) top / cover no-repeat;
  }

  .wrap_bg_white {
    width: 100%;
    background: none;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top_greeting_flex_img::before {
    left: 10px;
    transform: inherit;
    width: 100%;
    top: 10px;
    height: auto;
  }

  .top_greeting_flex_img::after {
    display: none;
  }

  .top_greeting_flex_img img {
    margin-top: 0;
    height: auto;
  }

  .top_doctor_name {
    color: white;
    background: url(../images/bg_brown.jpg) center / contain repeat;
    padding: 50px 0;
    margin-top: 20px;
  }

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

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

  .top_greeting_flex_text {
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 20px;
  }

  .top_greeting_flex h3 {
    font-size: 18px;
  }

  .top_greeting_flex h3 span {
    font-size: 22px;
  }

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

  .top_greeting_flex_text .btn01 a {
    margin-left: auto;
    margin-right: auto;
  }

  .sec_top_feature {
    margin-top: -800px;
    padding-top: 650px;
  }

  .sec_top_feature::before {
    background:
      linear-gradient(to bottom, rgba(255, 255, 255, 0) 95%, #E1F4F4 100%),
      image-set(url("../images/sp_bg_feature.avif") type("image/avif"),
        url("../images/sp_bg_feature.png") type("image/png")) top / cover no-repeat;
  }

  .sec_top_feature .top_title p {
    color: rgba(255, 255, 255, 0.5);
  }

  .sec_top_feature.pattern02 h2 {
    margin-bottom: 40px;
  }

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

  .sec_top_feature.pattern02 .top_feature_img::before {
    width: 100%;
    height: auto;
    left: -30px;
    aspect-ratio: 600 / 420;

  }

  .sec_top_feature.pattern02 .top_feature_img {
    aspect-ratio: 600 / 420;
  }

  .sec_top_feature.pattern02 .top_feature_img img {
    height: auto;
    width: 100%;
  }


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


  .sec_top_feature.pattern02 .top_feature_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
    margin-top: 70px;
  }

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

  .sec_top_feature.pattern02 .top_feature_num {
    right: 0;
    left: auto;
    bottom: -82px;
  }

  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    right: 0;
    left: auto;
  }

  .sec_top_feature.pattern02 .top_feature_box .btn01 a {
    margin-right: auto;
  }

  .sec_top_medical {
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .sec_top_medical::after {
    top: 57px;
    right: 0;
    width: 100%;
    height: calc(100% - 57px);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 98%, #E1F4F4 100%), url(../images/sp_bg_medical.jpg) top / cover no-repeat;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 14px;
    padding-top: 40px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 48%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item::after {
    content: "";
    position: absolute;
    width: 105%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.342);
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
    display: none;
  }

  .item_img {
    text-align: center;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
    aspect-ratio: 1 / 1;
    width: 60px;
    height: 60px;
    height: auto;
  }

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

  .top_medical_menu_en_title {
    font-size: 12px;
  }

  .section_img {
    width: 85%;
    height: auto;
    margin-right: auto;
    margin-top: -50px;
    position: absolute;
    z-index: 2;
  }
}

/* 3880 */
@media screen and (max-width: 380px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 47%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}