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

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

.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: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
/*   left: 0;
  top: 46.5%; */
	  top: 30%;
		right:0;
  transform: translateY(-50%);
  width: max-content;
  text-align: center;

}

.catchcopy_tit {
  /* margin-bottom: 5px; */
  display: block;
  font-size: 36px;
  color: var(--brown);
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.4;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.7),
    0 0 5px rgba(255, 255, 255, 0.7),
    0 0 6px rgba(255, 255, 255, 0.7),
    0 0 11px rgba(255, 255, 255, 0.7);
}


.catchcopy_text {
  display: block;
  font-family: var(--font-en);
  font-size: 22px;
  color: var(--sub-color);
  letter-spacing: 0.1em;
}


/*　キャッチコピー（スライドごと）　*/
.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: 400px;
  }

  .home_mv_main {
    width: 100%;
  }

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

  /* キャッチフレーズ */

  .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) お知らせ+医院概要+アクセス */
/* お知らせ */
.clinic_wrap {
  position: relative;
  background: url(../images/news_bg.jpg) no-repeat top / cover;
}

.clinic_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/news_left.png) no-repeat center / contain;
  content: "";
  width: 488px;
  height: auto;
  aspect-ratio: 488 / 1423;
  left: 0;
  top: -30px;
  z-index: 2;
}

/* .clinic_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/greeting_wave.png) no-repeat center / cover;
  content: "";
  width: 100%;
  height: 108px;
  aspect-ratio: 1920 / 108;
  left: 0;
  bottom: 0px;
  z-index: 2;
} */

.clinic_wrap .top_title {
  margin-bottom: 40px;
}

.clinic_wrap .top_title p,
.clinic_wrap .top_title h2 {
  text-align: left;
}


.top_news.pattern05 {
  padding-top: 120px;
  padding-bottom: 125px;
  position: relative;
  z-index: 3;
}

.top_news.pattern05 h2 {
  margin: 0;
}

.top_news.pattern05 .btn01 {
  text-align: center;
}

.top_news.pattern05 .btn01 a {
  font-size: 18px;
  margin: 0;
  font-family: var(--font-en-02);
  padding: 7px 15px 7px 15px;
}

.top_news.pattern05 .top_news_list li {
  border-bottom: dotted 1px #e0e0e0;
  padding: 29px 0;
  letter-spacing: 0.1em;
}

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

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

.top_news.pattern05 .top_news_list li span {
  font-size: 14px;
  margin-right: 35px;
  color: var(--brown);
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 9px;
  font-style: normal;
  margin-right: 35px;
  min-width: 110px;
  font-size: 14px;
  border-radius: 50px;
  letter-spacing: 0.02em;
}

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



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

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

  .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: 70px;
    /* margin-top: 50px; */
  }

  .clinic_wrap .top_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .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 {
  margin-top: -110px;
  padding-top: 220px;
  padding-bottom: 200px;
  /* padding: 80px 0; */
  background: url(../images/greeting_bg.png) no-repeat top / cover;
  position: relative;
  z-index: 2;
}

.sec_top_doctor::before {
  content: "";
  position: absolute;
  background: url(../images/greeting_deco_right.png) no-repeat center / contain;
  content: "";
  width: 850px;
  height: 863px;
  aspect-ratio: 850 / 863;
  right: 0;
  top: 360px;
  z-index: 0;
}




.sec_top_doctor .home_inner {
  width: 1458px;
  max-width: 90%;
  margin-right: 104px;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.top_greeting_flex_img {
  width: 600px;
  height: 505px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.top_greeting_flex_img::before {
  content: "";
  position: absolute;
  background: url(../images/doctor_img_bg.jpg) no-repeat center / contain;
  content: "";
  width: 600px;
  height: 505px;
  /* aspect-ratio: 850 / 863; */
  right: -50px;
  bottom: -50px;
  z-index: -1;
  border-radius: 40px;
}

.top_greeting_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.top_doctor_name {
  /* font-weight: bold; */
  /* text-align: center; */
  margin-top: 90px;
  padding-left: 50px;
  text-align: left;

  line-height: 1.7;
}

.top_doctor_name p {
  margin-bottom: 0;
  font-family: var(--font-jp);
  color: var(--brown);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.top_doctor_name .carr {
  /* font-size: 100%; */
  font-size: 21px;
}


.top_doctor_name .name {
  /* font-size: 150%; */
  font-size: 25px;
}

.top_doctor_name .name span {
  font-size: 15px;
  margin-right: 10px;
}

.top_greeting_flex_text {
  width: 700px;
}

.top_greeting_flex_text h3 {
  text-align: center;
  font-family: var(--font-jp);
  color: var(--brown);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 96px;
}

.top_greeting_flex_text h3::before {
  content: "";
  position: absolute;
  background: url(../images/greeting_h3_bg.png) no-repeat center / contain;
  content: "";
  width: 531px;
  height: 219px;
  /* aspect-ratio: 531 / 219; */
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

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

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

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

.top_greeting_flex_text .btn01 a {
  background: url(../images/btn_greeting.jpg) no-repeat center / cover !important;
  min-width: 197px;
  text-align: center;
  color: white;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 18px;
  margin: 0;
  font-family: var(--font-en-02);
  padding: 7px 15px 7px 15px;
}

@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 {
  padding: 150px 0 170px;
  /* background: url(../images/feature_bg.jpg) top no-repeat;
  background-size: cover; */
  position: relative;
}

.sec_top_feature::before {
  content: "";
  position: absolute;
  background: url(../images/feature_wave.png) no-repeat center / contain;
  content: "";
  width: 100%;
  height: 422px;
  aspect-ratio: 1920 / 422;
  right: 0;
  top: -53px;
  z-index: 2;
}

.sec_top_feature::after {
  content: "";
  position: absolute;
  background: url(../images/feature_bg.jpg) no-repeat top / cover;
  content: "";
  width: 100%;
  height: calc(100% - 368px);
  /* aspect-ratio: 1920 / 422; */
  right: 0;
  top: 368px;
  z-index: -1;
}

.sec_top_feature .home_inner::before {
  content: "";
  position: absolute;
  background: rgba(247, 195, 198, 0.35);
  content: "";
  width: 195px;
  height: 195px;
  aspect-ratio: 1 / 1;
  right: 278px;
  top: -175px;
  z-index: 3;
  border-radius: 100px;
}

.sec_top_feature .top_title {
  position: relative;
  z-index: 3;
}

.top_feature_item {
  position: relative;
}

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


/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 h2 {
  margin-bottom: 252px;
}

.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 165px 60px;
  position: relative;
  z-index: 3;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 360px;
  height: fit-content;
  /* padding: 20px; */
  /* background: rgba(255, 255, 255, 0.8); */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* margin-bottom: 40px; */
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(2),
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(5) {
  margin-top: 53px;
}



.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  /* 枠上のナンバリング */
  position: absolute;
  /* left: 0; */
  right: -20px;
  top: -85px;
  background: url(../images/feature_num_bg.png) no-repeat center / contain;
  width: 128px;
  height: 123px;
  display: flex;
  justify-content: center;
  /* text-align: center; */
}

/* .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  content: "";
  position: absolute;
  background: url(../images/greeting_h3_bg.png) no-repeat center / contain;
  content: "";
  width: 531px;
  height: 219px;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 0;
} */


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
  /* display: inline-block;
  line-height: 1; */
  position: relative;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  color: #d28176;
  font-family: var(--font-en-02);
  font-weight: 400;
  font-style: italic;
  font-size: 70px;
  text-align: center;
  line-height: 1;
}


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num .bg_num {
  color: transparent;
  -webkit-text-stroke: 1px #d28176;
  position: absolute;
  right: 2px;
  top: -2px;

}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 33px;
}

.top_feature_img img {
  border-radius: 40px;
  height: 273px;
  object-fit: cover;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 400;
  color: var(--brown);
  font-size: 22px;
  letter-spacing: 0.1em;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 span {
  background: url(../images/feature_title_bg.png) no-repeat center / contain;
  width: 100%;
  /* width: 370px; */
  padding: 14px 0;
  /* height: 68px; */
  display: block;
}

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

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 a {
  font-size: 18px;
  margin: 0;
  font-family: var(--font-en-02);
  padding: 7px 15px 7px 15px;
  background: url(../images/btn_feature.jpg) no-repeat center / cover;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  position: relative;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num {
  /* 画像下のナンバリング */
  position: static;
  margin-bottom: 10px;
  display: none;
}

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

.top_feature_text p {
  letter-spacing: 0.1em;
  line-height: 2.25;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    width: 100%;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
    top: -15px;
	right: 0;
  }

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



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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  margin-top: -41px;
  padding: 160px 0 150px;
  position: relative;
}



.sec_top_medical::after {
  content: "";
  position: absolute;
  background: url(../images/medical_bg.png) no-repeat top / cover;
  /* background: url(../images/feature_bg.jpg) no-repeat top / cover; */
  content: "";
  width: 100%;
  height: 1358px;
  /* aspect-ratio: 1920 / 422; */
  right: 0;
  top: 0px;
  z-index: 1;
}

.sec_top_medical .top_title {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}


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

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 254px;
  /* margin-bottom: 20px; */
}

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

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  width: 254px;
  height: 254px;
  /* margin-bottom: 20px; */
  background: url(../images/medical_item_bg.png) no-repeat top / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  width: 242px;
  height: 242px;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
}


.medical_title {
  width: 176px;
  height: 60px;
  background: url(../images/medical_title.png) no-repeat top / contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -35px;
  position: relative;
}

.medical_title:before {
  content: "";
  position: absolute;
  /* background: url(images/arrow.png) no-repeat center / contain; */
  /* background: #fa838e; */
  background: var(--main-color);
  mask: url(../images/arrow.png) no-repeat center / cover;
  -webkit-mask: url(../images/arrow.png) no-repeat center / cover;
  content: "";
  width: 11px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  /* margin: 0 auto 20px; */
  margin-bottom: 0;
  font-family: var(--font-jp);
  color: var(--brown);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 5px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  /* margin-bottom: 20px; */
  line-height: 1;
  color: #d48378;
  font-family: var(--font-en-02);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}

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


/* 診療案内パターンB(見出しを目立たせるタイプ) */
.sec_top_medical.pattern02 .sec_top_medical_flex {
  justify-content: flex-start;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item {
  width: 25%;
  margin-top: -1px;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
  margin-left: -1px;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 20px;
  height: 100%;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sub-color);
  z-index: 2;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item h3 {
  margin: 0 auto 20px;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item .images {
  margin-bottom: 20px;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item p {
  margin-bottom: 20px;
}

.sec_top_medical.pattern02 .sec_top_medical_flex .item .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}

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

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

  .sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}


/* 診療案内パターンC(写真+テキストボタンタイプ) */
.sec_top_medical.pattern03 .sec_top_medical_flex {
  justify-content: center;
  gap: 0 32px;
}

.sec_top_medical.pattern03 .item {
  width: 276px;
  margin-bottom: 20px;
}

.sec_top_medical.pattern03 a {
  display: block;
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec_top_medical.pattern03 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: -1;
}

.sec_top_medical.pattern03 a:hover::after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.sec_top_medical.pattern03 .item_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec_top_medical.pattern03 .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_top_medical.pattern03 h3 {
  text-align: center;
  margin-bottom: 0;
}

.sec_top_medical p.top_medical_menu_en_title {
  display: block;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern03 .item {
    width: 48%;
  }

  .sec_top_medical.pattern03 a {
    padding: 50px 0;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.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;
  position: relative;
  z-index: 2;
}

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider .slick-initialized .slick-slide {
  margin-right: 15px;
  width: 340px;
}

.home_loopSlider img {
  width: 100%;
  height: auto;
  aspect-ratio: 340 / 280;
  border-radius: 40px;
  object-fit: cover;
}

/* bnr */
.bnr_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 95%;
  z-index: 2;
}

.bnr_flex {
  display: flex;
  gap: 10px;
}

.bnr_flex div {
  width: 216px;
  height: auto;
  aspect-ratio: 1 / 1;
  color: white;
}

.bnr_flex div a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.bnr_cosmetic {
  background: url(../images/mv_bnr_02.png) no-repeat center / contain;
  margin-top: -50px;
}

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

.bnr_flex div a {
  color: white;
  font-size: 20px;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}

.bnr_flex div a>span {
  display: block;
  padding: 10px 0px;
  border-radius: 50px;
  line-height: 1;
  width: 190px;
}

.bnr_doctor a>span {
  background: linear-gradient(to left, #ed7272d9, #f28989d9);
}

.bnr_cosmetic a>span {
  background: linear-gradient(to left, #d69d3bd9, #e8b966d9);
}

.bnr_ope a>span {
  background: linear-gradient(to right, #f29b89d9, #f0837bd9);
}

.bnr_ope a>span:nth-child(1) {
  margin-bottom: 10px;
}


.bnr_flex div a>span span {
  font-size: 13px;
}

.bnr_inheritance {
  width: 341px;
  height: 371px;
  background: url(../images/mv_bnr_04.png) no-repeat center / contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -80px;
}

.bnr_inheritance>div {
  margin-top: -10px;
}

.bnr_inheritance p {
  font-family: var(--font-jp);
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: -10px;
  text-shadow:
    0 0 30px rgba(231, 55, 58, 0.4),
    0 0 57px rgba(231, 55, 58, 0.2);
}

.bnr_inheritance p:nth-child(1) {
  font-size: 29px;

}

.bnr_inheritance p:nth-child(1) span {
  font-size: 16px;
}

.bnr_inheritance p:nth-child(1) .web {

  font-size: 19px;
  font-family: var(--font-en-03);
  font-weight: 300;
}

.bnr_inheritance p:nth-child(2) {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
}

/* 1600 */
@media screen and (max-width: 1600px) {
  .clinic_wrap::before {
    opacity: 0.5;
  }
}

/* 1458 */
@media screen and (max-width: 1458px) {
  .sec_top_doctor .home_inner {
    width: 90%;
    max-width: 90%;
    margin-right: auto;
  }

  .sec_top_doctor::before {
    width: 49%;
    top: 257px;
  }

  .top_greeting_flex_img {
    width: 450px;
  }

  .top_greeting_flex_img::before {
    width: 450px;
    bottom: 0;
  }


  .top_greeting_flex_text {
    width: 600px;
  }
}

/* max640 */
@media screen and (max-width: 640px) {
  .top_title p {
    font-size: 55px;
  }

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

  .main_catch {
/*     left: 10px; */
/*     top: 41.5%; */
		top: 38%;
        right: 0px;
  }

  .catchcopy_tit {
    font-size: 15px;
  }

  .catchcopy_text {
    font-size: 10px;
  }

  .bnr_wrap {
    width: 100%;
    bottom: 0;
    transform: none;
    left: 0;
    height: fit-content;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .bnr_wrap .bnr_flex {
    display: none;
  }


  .bnr_inheritance {
    aspect-ratio: 341/ 371;
    width: 35%;
    height: auto;
    top: inherit;
    bottom: 0;
  }

  .bnr_inheritance>div {
    margin-top: 0;
  }

  .bnr_inheritance p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .bnr_inheritance p:nth-child(1) span {
    font-size: 12px;
  }

  .bnr_inheritance p:nth-child(2) {
    font-size: 18px;
  }

  .bnr_flex {
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .bnr_flex div {
    width: 33%;
  }

  .bnr_flex div a {
    font-size: 11px;
    letter-spacing: 0.05em;
  }


  .bnr_flex div a>span span {
    font-size: 8px;
  }

  .bnr_flex div a>span {
    width: 85%;
  }

  .bnr_ope a>span:nth-child(1) {
    margin-bottom: 5px;
  }

  /* news */
  .clinic_wrap {
    overflow: hidden;
  }

  .top_info.pattern05 {
    padding-bottom: 120px;

  }

  .top_news.pattern05 {
    padding-bottom: 70px;
  }

  .clinic_wrap {
    background: url(../images/sp_news_bg.jpg) no-repeat top / cover;
  }

  .clinic_wrap::before {
    width: 45%;
    top: -10px;
  }

  .clinic_wrap .top_title {
    margin-bottom: 0;
  }

  /* greeting */
  .sec_top_doctor {
    background: url(../images/sp_greeting_bg.png) no-repeat top / contain;
  }

  .sec_top_doctor::before {
    width: 100%;
    height: auto;
  }

  .sec_top_doctor::before {
    top: 179px;
  }

  .sec_top_doctor .home_inner {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .top_greeting_flex_img {
    height: auto;
  }

  .top_greeting_flex_img::before {
    width: 100%;
    aspect-ratio: 600 / 505;
    right: 0px;
    bottom: 0px;
    z-index: -1;
  }

  .top_greeting_flex_img img {
    width: 90%;
    border-radius: 20px;
  }

  .top_greeting_flex_img::before {
    width: 90%;
    height: auto;
    top: 15px;
    right: 0px;
    bottom: inherit;
  }

  .top_doctor_name {
    padding-left: 0;
    margin-top: 40px;
  }

  .top_greeting_flex_text h3 {
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .top_greeting_flex_text h3::before {
    width: 100%;
    z-index: -1;
  }

  .top_greeting_flex_text,
  .top_greeting_flex_img {
    width: 100%;
  }

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

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

  .sec_top_feature::before {
    background: url(../images/sp_feature_wave.png) no-repeat center / contain;
    height: auto;
    top: 0;
  }

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

  .sec_top_feature .home_inner::before {
    display: none;
  }

  .sec_top_feature.pattern01 h2 {
    margin-bottom: 80px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap {
    gap: 100px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(2),
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(5) {
    margin-top: 0;
  }

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

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
    top: -47px;
  }

  /* medical */
  .sec_top_medical {
    margin-top: -10px;
    padding-top: 60px;
    background:
      linear-gradient(to bottom,
        transparent 0,
        transparent 280px,
        var(--bg-color) 280px,
        var(--bg-color) 100%);
    padding-bottom: 50px;
  }

  .sec_top_medical::after {
    height: 290px;
    aspect-ratio: 1920 / 1358;
    background: url(../images/sp_medical_bg.png) no-repeat top / cover;
  }

  .sec_top_medical .top_title {
    margin-bottom: 50px;
  }

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

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

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
    width: 95%;
    height: auto;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
  }

  .medical_title {
    width: 80%;
    margin-top: -25px;
  }

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

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

  .medical_title:before {
    right: 12px;
    top: 40%;

  }

  /* slider */
  .home_loopSlider {
    background: var(--bg-color);
  }

  .home_loopSlider img {
    height: auto;
    border-radius: 20px;
  }

  .bnr_flex {
    gap: 0;
  }
}

/* 375 */
@media screen and (max-width: 375px) {
  .bnr_flex div a {
    font-size: 9px;
  }

  .bnr_flex div a>span span {
    font-size: 6px;
  }

  .top_greeting_flex_text h3,
  .top_doctor_name .carr {
    font-size: 17px;
  }

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

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    margin-top: -17px;
  }

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

  .bnr_inheritance p:nth-child(1) span {
    font-size: 8px;
  }

  .bnr_inheritance p:nth-child(2) {
    font-size: 15px;
  }
}


/* min641 */
@media print,
screen and (min-width: 641px) {
  .sp_bnr {
    display: none;
  }
}

/* hover */
@media (hover: hover) {
  .bnr_flex div,
  .sec_top_medical .item {
    transition: all .2s;
  }

  .bnr_flex div:hover {
    transform: translateY(-10px);
    filter: brightness(105%);
  }

  .sec_top_medical .item:hover {
    transform: translateY(-10px);
    filter: brightness(105%);
  }
}