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

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

/*　スライダー */
.slider-fade .slick-slide img {
/*   width: calc(100% - 100px); */
  width: 100%;
  margin: 0 auto;
  margin-left: 25px;
  height: 982px;
/*   border-radius: 100px; */
  border-radius: 500px 0 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(80%);
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: /*290*/405px;
  width: 100%;
}

.catchcopy_tit {
  display: block;
  font-family: var(--font-jp);
  color: white;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 55px;
  padding-left: 183px;
  position: relative;
}

.catchcopy_tit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 166px;
  height: 140px;
  background: url(../images/mv_catch_access.png) top / contain no-repeat;
}

.kenten {
  text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
  /* Safari対策 */
}

.catch_img img {
  width: 1199px;
  height: 74px;
  object-fit: contain;
}


/*　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: 330px;
/* 	height: 345px; */
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    width: /*calc(100% - 20px)*/100%;
    height: 330px;
/*     border-radius: 30px; */
	border-radius: 100px 0 0 0;
	margin: 10px 0 0 10px;
  }


  /* キャッチフレーズ */
  .main_catch {
    top: /*100*/150px;
  }

  .catchcopy_tit {
    width: calc(100% - 40px);
    margin: 0 auto 10px auto;
/*     font-size: 20px; */
	font-size: min(4vw, 20px);
    padding-left: 75px;
  }

  .catchcopy_tit::before {
    aspect-ratio: 166 / 140;
    height: auto;
    width: 70px;
  }

  .catch_img {
    width: calc(100% - 40px);
    margin: 0 auto;
	max-width: 300px;
  }

  .catch_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1199 / 74;
  }

  .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: 60px;
  padding-bottom: 60px;
  background: var(--bg-color);
}

.top_news.pattern05 h2 {
  margin: 0;
}

.top_news.pattern05 .btn02 {
  margin-top: 70px;
}

.top_news.pattern05 .top_news_list li {
  background: #f8f4f3;
  font-size: 17px;
  padding: 29px 24px;
  border-radius: 10px;
}

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

.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: 15px;
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 10px;
  color: #8e8e8e;
}

.top_news.pattern05 .top_news_list li span::before {
  color: #8e8e8e;
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 9px;
}

.top_news.pattern05 .top_news_list li span::after {
  background: #8e8e8e;
  content: "";
  width: 1px;
  height: 20px;
  margin: 0 20px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  font-style: normal;
  margin-right: 15px;
  font-size: 13px;
  letter-spacing: 0.1em;
  min-width: 100px;
  border-radius: 50px;
}

/* 本文を表示するお知らせ */
.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: 435px;
  background: var(--bg-color);
  position: relative;
}

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

.top_info.pattern05 .top_info_add {
  padding-left: 80px;
  line-height: 1.5;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 25px;
}

.top_info.pattern05 .top_info_add span {
  display: block;
}

.top_info.pattern05 .top_info_add::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_map.png) top / contain no-repeat;
}

.top_info.pattern05 .top_info_tel {
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
  padding: 25px 0px 25px 80px;
  border-bottom: 1px solid #8e8e8e;
  font-size: 32px;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 33px;
  letter-spacing: 0.12em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.top_info.pattern05 .top_info_tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_tel.png) top / contain no-repeat;
}

.top_info.pattern05 .top_info_tel span {
  font-size: 15px;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 30px;
}

.top_info.pattern05 .top_info_tel span::after {
  background: #8e8e8e;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: 0;
}

.top_info.pattern05 .top_info_tel a {
  color: #635e56;
  padding-left: 30px;
}

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

.top_info.pattern05 .top_access_map iframe {
  width: 100%;
  height: 400px;
}

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

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

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

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

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

.top_info_right .btn01 {
  text-align: right !important;
}

.top_info_right .btn01 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f133";
  font-weight: 500;
  display: block;
  height: 30px;
  position: absolute;
  left: 32px;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_info_right .btn01 a {
  margin: 0;
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  border-radius: 20px;
  padding: 4px 30px 4px 55px;
}

@media print,
screen and (min-width: 641px) {

  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 5px;
  }

  .top_news.pattern05 .btn02 {
    margin-top: 30px;
    text-align: center;
  }

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

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

  .top_info.pattern05 .top_info_add {
    font-size: 14px;
    padding-left: 65px;
  }


  .top_info.pattern05 .top_info_tel {
    padding-left: 65px;
  }

  .top_info.pattern05 .top_info_tel span {
    font-size: 14px;
    padding-right: 15px;
  }

  .top_info.pattern05 .top_info_tel a {
    padding-left: 15px;
    font-size: 24px;
  }
}


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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding-top: 118px;
  padding-bottom: 88px;
  background: var(--bg-color);
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  flex-direction: row-reverse;
}

.top_greeting_flex_img {
  width: 500px;
  height: 666px;
  position: relative;
  border-radius: 30px;
}

.top_greeting_flex_img img {
  border-radius: 30px;
  position: relative;
}

.top_greeting_flex_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(0deg,
      rgba(69, 62, 62, 0.8) 0%,
      rgba(69, 62, 62, 0) 70%);
}

.top_greeting_flex_img .btn01 a {
  position: absolute;
  bottom: 52px;
  z-index: 2;
  width: 280px;
  border: 1px solid #fff;
  background: none;
  font-family: var(--font-jp);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
  padding: 11px 0px 11px 42px;
  left: 50%;
  transform: translate(-50%);
}

.top_greeting_flex_img .btn01 a::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 53px;
  height: 5px;
  background: url(../images/arrow.png) top / contain no-repeat;
}

.sec_top_doctor h3 {
  font-size: /*27*/22px;
  font-family: var(--font-jp);
  font-weight: 400;
  color: var(--brown-02);
  letter-spacing: 0.1em;
  line-height: 1.481;
  margin-bottom: 30px;
}

.top_greeting_flex_text {
  width: 583px;
}

.top_greeting_flex_text .text p {
  margin-bottom: 20px;
  font-size: /*17*/15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.706;

}

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

.top_doctor_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  margin-top: 35px;
  position: relative;
}

.top_doctor_name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_doctor.png) top / contain no-repeat;
}

.top_doctor_name p {
  margin-bottom: 0 !important;
  padding: 18px 0;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.top_doctor_name .carr {
  font-size: 15px;
  position: relative;
  padding-right: 30px;
}

.top_doctor_name .carr::after {
  background: #8e8e8e;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.top_doctor_name .name {
  font-size: /*27*/22px;
}

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

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
    height: auto;
  }

  .top_greeting_flex_img .btn01 a {
    bottom: 30px;
  }

  .sec_top_doctor h3 {
    font-size: /*22*/18px;
    margin-top: 40px;
  }

  .top_greeting_flex_text {
    width: 100%;
  }

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

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

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
    gap: 20px;
  }

  .top_doctor_name .carr {
    font-size: 13px;
    padding-left: 63px;
    padding-right: 20px;
  }

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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding-top: 100px;
  background: var(--bg-color);
  position: relative;
}

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

.sec_top_feature .top_feature_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.sec_top_feature::before,
.sec_top_feature::after,
.sec_top_feature .home_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 622px;
  min-width: 1149px;
  max-width: 90%;
  height: 666px;
  background: #f7f4f2;
  border-radius: 0 333px 333px 0;
  z-index: 0;
}

.sec_top_feature::after {
  top: 2078px;
  right: 0;
  left: inherit;
  border-radius: 333px 0 0 333px;
  z-index: 0;
}

.sec_top_feature .home_inner::before {
  top: inherit;
  bottom: 350px;
}

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

.sec_top_feature.pattern02 .top_feature_item img {
  border-radius: /*30*/500px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

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

.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 23px;
  top: -70px;
}

.sec_top_feature.pattern02 .top_feature_num p {
  color: rgba(215, 194, 194, 0.5);
  font-size: 250px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1;
}

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

.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 630px;
}

.sec_top_feature.pattern02 .top_feature_box {
  width: calc(100% - 630px);
  padding: 0 43px 0 79px;
}

.sec_top_feature.pattern02 .top_feature_box h3 {
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: /*27*/22px;
  letter-spacing: 0.1em;
  color: var(--brown-02);
  line-height: 1.481;
}

.sec_top_feature.pattern02 .top_feature_item:nth-child(2) .top_feature_box h3 {
  font-size: 22px;
}

.sec_top_feature.pattern02 .top_feature_box p {
  font-size: /*16*/15px;
  letter-spacing: 0.1em;
  line-height: 1.938;
}

.sec_top_feature.pattern02 .top_feature_box .btn01 {
  text-align: center;
  margin-top: 25px;
}

/* 左右互い違いパターン */
.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_box {
  padding: 0 79px 0 43px;
}

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

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

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

  .sec_top_feature::before,
  .sec_top_feature::after,
  .sec_top_feature .home_inner::before {
    aspect-ratio: 1149 / 666;
    min-width: 100%;
  }

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

  .sec_top_feature.pattern02 .top_feature_box,
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box {
    width: 100%;
    padding: 0;
  }

  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
    font-size: /*22*/18px;
  }
	.sec_top_feature.pattern02 .top_feature_item:nth-child(2) .top_feature_box h3{
		font-size: 18px;
	}

  .sec_top_feature.pattern02 .top_feature_box p {
    font-size: 14px;
  }

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

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

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

  .sec_top_feature::before {
    top: 1029px;
  }

  .sec_top_feature::after {
    top: 2463px;
  }

  .sec_top_feature .home_inner::before {
    bottom: 456px;
  }

  /* 左右互い違いパターン */
  .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: 10px;
  }
}

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

  *診療案内

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

.sec_top_medical {
  position: relative;
  padding-top: 255px;
  padding-bottom: 145px;
  background: url(../images/medical_bg.jpg) center top / cover no-repeat;
  border-radius: 0px 0px 100px 100px;
}

.sec_top_medical::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  z-index: -1;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 43px;
}

/* カード */
.sec_top_medical.pattern01 .item {
  width: 590px;
  height: /*600*/490px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

/* リンク全体 */
.sec_top_medical.pattern01 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* 画像を背景化 */
.sec_top_medical.pattern01 .item_img {
  position: absolute;
  inset: 0;
}

.sec_top_medical.pattern01 .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
  border-radius: 30px;
}

/* 黒オーバーレイ */
.sec_top_medical.pattern01 .item a::before {
  content: "";
  position: absolute;
  inset: 0;
/*   background: rgba(0, 0, 0, 0.5); */
/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%); */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  border-radius: 30px;
}

/* テキスト */
.sec_top_medical.pattern01 .text_wrap {
  position: absolute;
  inset: 0;
  padding: 65px 69px 58px 69px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  color: #fff;
}


/* タイトル */
.sec_top_medical.pattern01 h3 {
  font-size: /*27*/22px;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: /*175*/90px;
  padding-bottom: /*25*/15px;
  position: relative;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) a h3,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) a h3 {
/*   margin-bottom: 130px; */
}


.sec_top_medical.pattern01 h3::before {
  content: "";
  width: 70px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.sec_top_medical.pattern01 .text_wrap p {
  font-size: /*16*/15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.813;
}


/* ボタン */
.sec_top_medical.pattern01 .btn01 {
  margin: auto auto 0 auto;
  width: /*250*/280px;
/*   border: 1px solid #fff; */
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--font-en);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 18px;
  position: relative;
/*   border-radius: 5px; */
  transition: 0.3s;
  padding: 6px 50px 6px 0;
  text-align:center;
}

.sec_top_medical.pattern01 .btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: /*25px*/0;
  width: 53px;
  height: 5px;
  background: url(../images/arrow.png) top / contain no-repeat;
}

/* SP */
@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../images/sp_medical_bg.jpg) center top / cover repeat;
    border-radius: 0px 0px 30px 30px;
  }

  .sec_top_medical.pattern01 .item {
    width: 100%;
    height: /*450*/430px;
  }

  .sec_top_medical.pattern01 .text_wrap p {
    font-size: 14px;
  }

  .sec_top_medical.pattern01 .text_wrap {
    padding: 30px;
  }

  .sec_top_medical.pattern01 h3 {
    font-size: /*22*/18px;
    margin-bottom: 55px;
    padding-bottom: 15px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) a h3,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) a h3 {
    margin-bottom: 30px;
  }
	.sec_top_medical.pattern01 .btn01{
		font-size: 16px;
	}
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-bottom: 112px;
  background: var(--bg-color);
  position: relative;
}

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

.sec_top_column .btn01 {
  display: none;
}

.top_title_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_title_column p {
  font-size: 40px !important;
  padding-bottom: 10px !important;
}

.top_title_column h2 {
  font-size: 18px !important;
}

.sec_top_column .home_inner {
  background: #f8f4f3;
  padding: 60px 35px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 40px;
}

.column_list_flex dl {
  width: 240px;
  margin-bottom: 20px;
  position: relative;
}

.column_list_flex dl:not(:last-child)::after {
  background: #8e8e8e;
  content: "";
  width: 1px;
  height: 180px;
  position: absolute;
  top: 0;
  right: -30px;
}

.column_list_flex dt {
  background: #e9e9e9;
  color: var(--brown-02);
  font-size: 17px;
  text-align: center;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 22.5px;
  margin-bottom: 20px;
}

.column_list_flex dd {
  padding: 0 20px;
}

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

.column_list_flex dd ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 14px;
  background: url(../images/icon_check.png) top / contain no-repeat;
}

.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--brown-02);
  font-size: 15px;
}

@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

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

  .sec_top_column::before {
    height: 200px;
    background: url(../images/sp_column_bg.png) top / cover no-repeat;
  }

  .sec_top_column .home_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .column_list_flex dl:not(:last-child)::after {
    display: none;
  }

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

/* 新規開院バナー */
.mv_bnr_open{
display: flex;
justify-content: flex-start;
align-items: center;
width: 1200px;
gap: 10px;
position: absolute;
bottom: /*160*/45px;
left: 50%;
transform: translateX(-50%);
}
.mv_bnr_open li,
.mv_bnr_open p{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
line-height: 1.75;
}
.mv_bnr_open li{
width: 250px;
height: 250px;
aspect-ratio: 1 / 1;
padding: 20px 25px;
background: rgba(196,154,157,0.9);
color: #fff;
border-radius: 50%;
font-size: 110%;
font-family:var(--font-jp);
font-weight: 400;
font-style: normal;
text-align: center;
position: relative;
transition: all 0.2s;
letter-spacing: 0.05rem;
}
.mv_bnr_open li:before{
content: "";
border: 1px solid #fff;
width: calc(100% - 20px);
height: calc(100% - 20px);
border-radius: 50%;
position: absolute;
top:10px;
left:10px;
}
.mv_bnr_open p{
width: 100%;
height: 100%;
position:relative;
z-index:10;
}
.mv_bnr_open .top_mv_bnr_tit{
font-size: 180%;
color:#fff;
}
.mv_bnr_open .top_mv_bnr_sub-tit{
	font-size: 120%;
}
/* スマホ時 */
@media screen and (max-width:640px){
.mv_bnr_open{
  width: 320px;
  bottom: 10px;
}
.mv_bnr_open li{
	width: 130px;
/* 	height: 130px; */
	padding: 15px 5px;
	border-radius: 2px;
	aspect-ratio: unset;
	height: fit-content;
}
.mv_bnr_open li:before{
width: calc(100% - 10px);
height: calc(100% - 10px);
top: 5px;
left: 5px;
border-radius: 1px;
}
.mv_bnr_open .top_mv_bnr_tit{
font-size: 15px;
}
.mv_bnr_open .top_mv_bnr_sub-tit{
font-size: 11px;
}
}

/* 追記 */

.bnr_wrap {
  display: flex;
  justify-content: flex-end;
  bottom: /*175*/50px;
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  gap: 25px;
}

.bnr_wrap a {
  width: 180px;
  height: 210px;
  border-radius: /*60*/15px;
  position: relative;
}

.bnr_doctor {
  background: rgba(139, 111, 86, 0.8);
}

.bnr_price {
  background: rgba(148, 103, 103, 0.8);
}

.bnr_orthodontics {
  background: rgba(150, 83, 81, 0.8);
}

.bnr_doctor::before,
.bnr_price::before,
.bnr_orthodontics::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  height: 77px;
  background: url(../images/mv_icon_01.png) top / contain no-repeat;
}

.bnr_price::before {
  background: url(../images/mv_icon_02.png) top / contain no-repeat;
}

.bnr_orthodontics::before {
  background: url(../images/mv_icon_03.png) top / contain no-repeat;
}

.bnr_wrap a p,
.bnr_wrap a li {
  color: white;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.bnr_wrap a p {
  text-align: center;
  padding-top: 80px;
  line-height: 1;
  margin-bottom: /*10*/20px;
}

.bnr_wrap a p span {
  font-size: 60%;
}

.bnr_wrap a ul {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}


.bnr_doctor ul {
  padding: 0px 22px;
}

.bnr_price ul {
  padding: 0 30px;
}

.bnr_orthodontics ul {
  padding: 0px 20px;
}

.bnr_wrap a li {
  font-size: 15px;
  padding-left: 23px;
  position: relative;
  line-height: 1.4;
}

.bnr_wrap a li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url(../images/bnr_icon_check.png) top / contain no-repeat;
}

.bnr_counseling_wrap {
  background: var(--bg-color);
/*   margin-top: -78px; */
  display: block;
  padding-top: 60px;
}

.bnr_counseling {
  width: 1188px;
  margin: 0 auto;
  display: block;
}

.bnr_counseling img {
  display: block;
  position: relative;
  z-index: 1;
  width: 1188px;
  margin: 0 auto;
  height: 366px;
}

.top_title_news p,
.top_title p,
.top_title_column p {
  font-size: /*60*/48px;
  letter-spacing: /*0.075*/0.05em;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  padding-bottom: 20px;
}

.top_title_news h2,
.top_title h2,
.top_title_column h2 {
  font-size: /*18*/15px;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}

.top_title p {
  padding-bottom: 10px;
  font-size: /*80*/48px;
}

.top_title,
.top_title h2 {
  text-align: center;
}

.img_section_01 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  bottom: -255px;
  z-index: 2;
  gap: 48px;
}

.section_img_01 img {
  width: 1355px;
  height: 488px;
/*   border-radius: 0px 50px 50px 0px; */
  border-radius: 0px 500px 500px 0px;
  z-index: 1;
  object-fit: cover;
}

.section_img_02 {
  margin-top: 254px;
}

.section_img_02 img {
  width: 509px;
  height: 382px;
/*   border-radius: 50px 0px 0px 50px; */
  border-radius: 500px 0px 0px 500px;
  z-index: 1;
  object-fit: cover;
}

.img_section_02 {
  padding-top: 216px;
  background: var(--bg-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 100%;
  gap: 48px;
}

.img_section_02::before {
  content: "";
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  height: 118px;
  background: #e2dad8;
  -webkit-mask: url(../images/feature_en.png) no-repeat top left / cover;
  mask: url(../images/feature_en.png) no-repeat top left / cover;
  z-index: 0;
}

.section_img_03 img {
  width: 440px;
  height: 346px;
/*   border-radius: 0px 50px 50px 0px; */
  border-radius: 0px 500px 500px 0px;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.section_img_04 img {
  width: 1409px;
  height: 638px;
/*   border-radius: 50px 0px 0px 50px; */
  border-radius: 500px 0px 0px 500px;
  position: relative;
  z-index: 2;
  object-fit: cover;

}

.img_section_01,
.img_section_02 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.img_section_wrap {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .bnr_wrap.sp {
    position: relative;
    width: 100%;
    display: flex !important;
    bottom: 0;
/*     flex-wrap: wrap; */
    justify-content: center;
    gap: /*10*/5px;
    background: var(--bg-color);
    padding: 30px 0;
  }
  .bnr_wrap a li {
    font-size: 11px;
	padding-left: 15px;
	letter-spacing: normal;
  }
	.bnr_wrap a li::before {
		width: 12px;
	}

	.bnr_wrap a p{
		padding-top: 55px;
	}
  .bnr_wrap a p {
    font-size: /*20*/15px;
    margin-bottom: 12px;
  }
	.bnr_wrap a{
		height: 130px;
	}
	.bnr_wrap a:nth-of-type(3) p{
	padding-top: /*70*/47px;	
	margin-bottom: 6px;
	}
	
.bnr_doctor::before,
.bnr_price::before,
.bnr_orthodontics::before{
	width: 55px;
	height: 55px;
}
  .bnr_counseling_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
  }

  .bnr_counseling{
     width: 95%;
     margin: 0 auto;
  }

  .bnr_counseling img {
/*     aspect-ratio: 1188 / 366; */
    width: 95%;
    height: auto;
  }


  .top_title_news p,
  .top_title p,
  .top_title_column p {
    padding-bottom: 5px;
  }

  .top_title p {
    font-size: /*60*/48px;
  }

  .img_section_01,
  .img_section_02 {
    display: flex;
    width: 100%;
    bottom: -60px;
    gap: 10px;
  }

  .section_img_01,
  .section_img_04 {
    flex: 0 0 69.5%;
  }

  .section_img_02,
  .section_img_03 {
    flex: 0 0 28%;
    margin-top: 50px;
  }

  .section_img_01 img,
  .section_img_02 img,
  .section_img_03 img,
  .section_img_04 img {
    width: 100%;
    height: auto;
  }

  .section_img_01 img,
  .section_img_03 img {
/*     border-radius: 0px 20px 20px 0px; */
  }

  .section_img_02 img,
  .section_img_04 img {
/*     border-radius: 20px 0px 0px 20px; */
  }

  .section_img_01 img {
    height: 103px;
  }

  .section_img_02 img,
  .section_img_03 img {
    height: 86px;
  }


  .section_img_04 img {
    height: 129px;
  }

  .img_section_02 {
    overflow: hidden;
    bottom: 0;
    padding-top: 70px;
  }

  .img_section_02::before {
    width: 150%;
    height: auto;
    aspect-ratio: 1920 / 118;
    top: 50px;
    background: #e2dad8;
    -webkit-mask: url(../images/sp_feature_en.png) no-repeat top left / cover;
    mask: url(../images/sp_feature_en.png) no-repeat top left / cover;
  }
}

@media screen and (max-width: 400px) {
  .catchcopy_tit {
    font-size: 16px;
    padding-left: 70px;
  }

  .catchcopy_tit::before {
    width: 65px;
  }

  .bnr_wrap.sp {
    padding: 30px 10px;
  }

  .bnr_wrap a {
    width: 48%;
    height: auto;
    aspect-ratio: 180 / 210;
  }

  .bnr_wrap a ul {
    gap: 5px 10px;
	padding: 5px 8px;
  }

  .top_news.pattern05 .top_news_list li span::after {
    margin: 0 10px;
  }

  .top_info.pattern05 .top_info_tel span {
    font-size: 12px;
    padding-right: 10px;
  }

  .top_info.pattern05 .top_info_tel a {
    padding-left: 10px;
    font-size: 20px;
  }

  .top_greeting_flex_img .btn01 a {
    font-size: 16px;
  }

  .top_doctor_name::before {
    width: 40px;
    height: 40px;
  }

  .top_doctor_name .carr {
    font-size: 12px;
    padding-left: 47px;
    padding-right: 10px;
  }

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

  .top_doctor_name {
    gap: 10px;
  }
}

@media (hover: hover) {
  .bnr_wrap a,
  .bnr_counseling,
  .btn03 a::before,
  .sec_top_feature.pattern02 .top_feature_box .btn01 a::before,
  .btn03 a::after,
  .sec_top_feature.pattern02 .top_feature_box .btn01 a::after,
  .top_greeting_flex_img .btn01 a {
    transition: .2s all;
  }

  .bnr_wrap a:hover {
    transform: translateY(-10px);
  }

  .bnr_counseling:hover {
    filter: brightness(110%);
  }

  .btn02 a:hover {
    background: #694d173b;
  }

  .top_info_right .btn01 a:hover,
  .btn03 a:hover,
  .sec_top_feature.pattern02 .top_feature_box .btn01 a:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
  }

  .btn03 a:hover::before,
  .sec_top_feature.pattern02 .top_feature_box .btn01 a:hover::before {
    right: 25px;
  }

  .btn03 a:hover::after,
  .sec_top_feature.pattern02 .top_feature_box .btn01 a:hover::after {
    right: 13px;
  }

  .top_greeting_flex_img .btn01 a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
  }

  .sec_top_medical.pattern01 .item a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
    background: rgba(255, 255, 255, 0.3);
  }
}