@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: 810px;
}
.home_mv::before {
  position: absolute;
  content: "";
  background: url(../images/mv_logo.png) no-repeat left top;
  width: 697px;
  height: 831px;
  right: 0;
  top: -60px;
  z-index: 2;
}

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

/*　スライダー */
.slider-fade .slick-slide img {
  width: calc(100% - 180px);
  min-width: 1200px;
  height: 810px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50px;
}

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

.mv_bnr {
  position: absolute;
  left: 0;
  bottom: 60px;
}

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

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 330px;
    min-width: 100%;
    border-radius: 0;
}
  .mv_bnr {
    left: 0;
    bottom: 10px;
    width: 150px;
}

  /* キャッチフレーズ */
  .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;
  }
  .home_mv::before {
    background: url(../images/mv_logo.png) no-repeat left top / contain;
    width: 117px;
    height: 141px;
    right: 0;
    top: 0;
}
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@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;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンA(pattern01) お知らせのみ */
.top_news.pattern01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_news.pattern01 h2 {
  margin: 0;
}
.top_news.pattern01 .home_inner > .btn01 a {
  margin: 0;
}
.top_news.pattern01 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_news.pattern01 .top_news_list li a {
  color: var(--text-color);
}
.top_news.pattern01 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern01 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_news.pattern01 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_news.pattern01 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_news.pattern01 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern01 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_news.pattern01 .top_news_list,
  .top_news.pattern01 .top_news_frame {
    width: 70%;
  }
  .top_news.pattern01 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_news.pattern01 h2 {
    margin-bottom: 30px;
  }
  .top_news.pattern01 .home_inner > .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern01 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンB(pattern02) お知らせ+医院概要 */
.top_newsInfo.pattern02 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* お知らせ */
.top_newsInfo.pattern02 .top_news > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsInfo.pattern02 .top_news > .btn01 a {
  margin: 0;
}
.top_newsInfo.pattern02 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsInfo.pattern02 .top_news_list li a {
  color: var(--text-color);
}
.top_newsInfo.pattern02 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsInfo.pattern02 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsInfo.pattern02 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsInfo.pattern02 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsInfo.pattern02 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}
.top_newsInfo.pattern02 .top_info address {
  text-align: center;
  font-style: normal;
}
/* 医院概要 */
.top_newsInfo.pattern02 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}
.top_newsInfo.pattern02 .top_info_add span {
  display: block;
}
.top_newsInfo.pattern02 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.top_newsInfo.pattern02 .top_info_tel a {
  color: var(--text-color);
}
.top_newsInfo.pattern02 .top_info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}
.top_newsInfo.pattern02 .top_info_free {
  margin-bottom: 20px;
}
.top_newsInfo.pattern02 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 641px) {
  .top_newsInfo.pattern02 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsInfo.pattern02 .top_news,
  .top_newsInfo.pattern02 .top_info {
    width: 48%;
  }

  /* お知らせ */
  .top_newsInfo.pattern02 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

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

  /* お知らせ */
  .top_newsInfo.pattern02 .top_news {
    margin-bottom: 40px;
  }
  .top_newsInfo.pattern02 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンC(pattern03) お知らせ+ブログ */
.top_newsBlog.pattern03 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_newsBlog.pattern03 .top_news > .btn01,
.top_newsBlog.pattern03 .top_blog > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsBlog.pattern03 .top_news > .btn01 a,
.top_newsBlog.pattern03 .top_blog > .btn01 a {
  margin: 0;
}

/* お知らせ */
.top_newsBlog.pattern03 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsBlog.pattern03 .top_news_list li a {
  color: var(--text-color);
}
.top_newsBlog.pattern03 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsBlog.pattern03 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsBlog.pattern03 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsBlog.pattern03 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsBlog.pattern03 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* ブログ */
.top_newsBlog.pattern03 .top_blog_list li:not(:last-child) {
  margin-bottom: 10px;
}
.top_newsBlog.pattern03 .top_blog_list li a {
  display: flex;
  align-items: center;
}
.top_newsBlog.pattern03 .top_blog_thum {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 3%;
}
.top_newsBlog.pattern03 .top_blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}
.top_newsBlog.pattern03 .top_blog_info {
  color: var(--text-color);
  width: calc(100% - 3% - 80px);
}
.top_newsBlog.pattern03 .top_blog_date {
  font-size: 90%;
}
.top_newsBlog.pattern03 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media print, screen and (min-width: 641px) {
  .top_newsBlog.pattern03 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsBlog.pattern03 .top_news,
  .top_newsBlog.pattern03 .top_blog {
    width: 48%;
  }

  /* お知らせ */
  .top_newsBlog.pattern03 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_newsBlog.pattern03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_newsBlog.pattern03 .top_news {
    margin-bottom: 40px;
  }
  .top_newsBlog.pattern03 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンD(pattern04) お知らせ+ブログ+医院概要+アクセス */
.top_topics.pattern04 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_topics.pattern04 .top_news > .btn01,
.top_topics.pattern04 .top_blog > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_topics.pattern04 .top_news > .btn01 a,
.top_topics.pattern04 .top_blog > .btn01 a {
  margin: 0;
}

/* お知らせ */
.top_topics.pattern04 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_topics.pattern04 .top_news_list li a {
  color: var(--text-color);
}
.top_topics.pattern04 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_topics.pattern04 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_topics.pattern04 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_topics.pattern04 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_topics.pattern04 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* ブログ */
.top_topics.pattern04 .top_blog_list li:not(:last-child) {
  margin-bottom: 10px;
}
.top_topics.pattern04 .top_blog_list li a {
  display: flex;
  align-items: center;
}
.top_topics.pattern04 .top_blog_thum {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 3%;
}
.top_topics.pattern04 .top_blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}
.top_topics.pattern04 .top_blog_info {
  color: var(--text-color);
  width: calc(100% - 3% - 80px);
}
.top_topics.pattern04 .top_blog_date {
  font-size: 90%;
}
.top_topics.pattern04 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 医院概要 */
.top_topics.pattern04 .top_info address {
  text-align: center;
  font-style: normal;
}
.top_topics.pattern04 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}
.top_topics.pattern04 .top_info_add span {
  display: block;
}
.top_topics.pattern04 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.top_topics.pattern04 .top_info_tel a {
  color: var(--text-color);
}
.top_topics.pattern04 .top_info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}
.top_topics.pattern04 .top_info_free {
  margin-bottom: 20px;
}
.top_topics.pattern04 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_topics.pattern04 .top_access_map {
  text-align: center;
}
.top_topics.pattern04 .top_access_map iframe {
  width: 100%;
  height: 400px;
}
.top_topics.pattern04 .top_access_guide {
  margin-top: 20px;
}
.top_topics.pattern04 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_topics.pattern04 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_topics.pattern04 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_topics.pattern04 .top_access > .btn01 a {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .top_topics.pattern04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_topics.pattern04 .home_inner > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_topics.pattern04 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media print, screen and (min-width: 641px) {
  .top_topics.pattern04 .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 4%;
  }
  .top_topics.pattern04 .home_inner > * {
    width: 48%;
  }

  /* お知らせ */
  .top_topics.pattern04 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_news.pattern05::before {
  position: absolute;
  content: "";
  background: url(../images/mv_info_bg.png) no-repeat top center / cover;
  width: 100%;
  height: calc(100% + 920px);
  left: 0;
  top: -500px;
  z-index: -1;
}
.top_news.pattern05 .home_inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 44px 60px;
  height: 350px;
}
.top_news.pattern05 .top_news_head {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
  padding-top: 20px;
}
.top_news.pattern05 .tit_h2 p {
  margin: 0;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #f6aebf 0%, #f09084 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 5px;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}
.top_news.pattern05 .tit_h2 h2 {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #553b30;
  padding-bottom: 9px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_news.pattern05 .btn01 {
  margin-top: 40px;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_body {
  flex: 1;
  min-width: 0;
}
.top_news.pattern05 .top_news_list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 33px;
  border-bottom: 1px solid #ddd8d4;
}
.top_news.pattern05 .top_news_list li:first-child {
  border-top: 1px solid #ddd8d4;
}
.top_news.pattern05 .top_news_list li a {
  min-width: 0;
  flex: 1;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
  width: 110px;
  flex-shrink: 0;
  font-size: 15px;
  color: #444444;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_news.pattern05 .top_news_list li em {
  width: 134px;
  flex-shrink: 0;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
/* 本文を表示するお知らせ */
.top_news.pattern05 .top_news_frame {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 10px;
}
.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 {
  position: relative;
  padding-bottom: 510px;
}
.top_info.pattern05::before {
  position: absolute;
  content: "";
  background: url(../images/top_info_clinic_bg.png) no-repeat bottom center;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_info.pattern05 .home_inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 50px;
}
.top_info.pattern05 .top_info_logo {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 11px;
}
.top_info.pattern05 address {
  text-align: center;
  font-style: normal;
}
.top_info.pattern05 .top_info_add {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 22px;
  display: table;
  margin: 0 auto 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.top_info.pattern05 .top_info_add::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_header_home.png") no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.top_info.pattern05 .top_info_add span {
  display: inline;
  margin-right: 0.5em;
}
.top_info.pattern05 .top_info_tel {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 40px;
}
.top_info.pattern05 .top_info_tel a {
  color: var(--main-color);
  position: relative;
  padding-left: 36px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-style: normal;
}
.top_info.pattern05 .top_info_tel a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/icon_header_tel.png") no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top_info.pattern05 .top_info_tel a i {
  display: none;
}
.top_info.pattern05 .top_info_free {
  margin-bottom: 20px;
}
.top_info.pattern05 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}
.top_info.pattern05 .hours table {
  width: 100%;
}
.top_info.pattern05 .hours table tr:first-of-type {
  background: #f09084;
  color: #fff;
}
.top_info.pattern05 .hours table th, .top_info.pattern05 .hours table td {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.top_info.pattern05 .hours table tr:first-of-type th {
  font-size: 0;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.top_info.pattern05 .hours table tr:first-of-type td {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.top_info.pattern05 .hours_note {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #444;
  margin-top: 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.top_info.pattern05 .hours_closed {
  color: #444;
  font-weight: normal;
}

/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}
.top_info.pattern05 .top_access_map iframe {
  width: 100%;
  height: 380px;
}
.top_info.pattern05 .top_access_guide {
  margin-top: 10px;
}
.top_info.pattern05 .top_access_guide li {
  position: relative;
  display: block;
  padding: 3px 0 3px 16px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #444;
  background: transparent;
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.top_info.pattern05 .top_access_guide li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 0;
}
.top_info.pattern05 .top_access > .btn01 {
  text-align: center;
  margin-top: 14px;
}
.top_info.pattern05 .top_access > .btn01 a {
  margin: 0;
  padding: 9px 52px 9px 26px;
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 40px;
    align-items: start;
  }

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

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }

}


@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}
.top_news.pattern05 .home_inner {
  padding: 35px 6%;
  height: auto;
}

  .top_news.pattern05 .top_news_head {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .top_news.pattern05 .tit_h2 p {
    font-size: 62px;
  }
  .top_news.pattern05 .tit_h2 h2 {
    margin-top: 8px;
    font-size: 18px;
}
  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 22px;
  }
  .top_news.pattern05 .btn01 a {
    margin: 0;
  }
  .top_news.pattern05 .top_news_list li {
    display: block;
    padding: 12px 0;
  }
  .top_news.pattern05 .top_news_list li span {
    width: auto;
    font-size: 13px;
  }
  .top_news.pattern05 .top_news_list li em {
    width: auto;
    margin-left: 8px;
    padding-inline: 12px;
  }
  .top_news.pattern05 .top_news_list li a {
    display: block;
    margin-top: 8px;
  }
  .top_info.pattern05 {
    margin-bottom: 50px;
  }
  .top_info.pattern05 .home_inner {
    padding: 35px 6%;
  }
  .top_info.pattern05 .top_info_logo img {
    max-width: 240px;
  }
  .top_info.pattern05 .top_info_tel {
    font-size: 30px;
  }
  .top_info.pattern05 .top_info_left {
    margin-bottom: 40px;
  }
  .top_info.pattern05 {
    padding-bottom: 170px;
}
.top_info.pattern05::before {
  background: url(../images/top_info_clinic_bg.png) no-repeat 50% calc(100% + 10px) / 100%;
  width: 100%;
  height: 100%;
}
.top_info.pattern05 .hours table th, .top_info.pattern05 .hours table td {
  font-size: 14px;
  letter-spacing: 0;
}
}


/* パターンf(pattern06) お知らせ+アクセス */
.top_newsAccess.pattern06 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* お知らせ */
.top_newsAccess.pattern06 .top_news > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsAccess.pattern06 .top_news > .btn01 a {
  margin: 0;
}
.top_newsAccess.pattern06 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsAccess.pattern06 .top_news_list li a {
  color: var(--text-color);
}
.top_newsAccess.pattern06 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsAccess.pattern06 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsAccess.pattern06 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsAccess.pattern06 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsAccess.pattern06 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* アクセス */
.top_newsAccess.pattern06 .top_access_map {
  text-align: center;
}
.top_newsAccess.pattern06 .top_access_map iframe {
  width: 100%;
  height: 400px;
}
.top_newsAccess.pattern06 .top_access_guide {
  margin-top: 20px;
}
.top_newsAccess.pattern06 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_newsAccess.pattern06 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_newsAccess.pattern06 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_newsAccess.pattern06 .top_access > .btn01 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {
  .top_newsAccess.pattern06 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsAccess.pattern06 .top_news,
  .top_newsAccess.pattern06 .top_access {
    width: 48%;
  }

  /* お知らせ */
  .top_newsAccess.pattern06 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_newsAccess.pattern06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_newsAccess.pattern06 .top_news {
    margin-bottom: 40px;
  }
  .top_newsAccess.pattern06 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
  padding: 0px 0 400px;
  margin-top: -120px;
  background: url(../images/top_greeting_under_wave.png) no-repeat bottom center;
}

/* 装飾画像 */
.top_greeting_right_husen,
.top_greeting_right_leaf,
.top_greeting_left_husen,
.top_greeting_left_leaf {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.top_greeting_right_husen {
  top: 20px;
  right: 90px;
  width: 176px;
  height: 434px;
  background: url("../images/top_greeting_ba01.png") no-repeat center center / contain;
  aspect-ratio: 1 / 1.2;
}
.top_greeting_right_leaf {
  top: 710px;
  right: 0;
  width: 220px;
  height: auto;
  background: url("../images/top_greeting_bg_leaf01.png") no-repeat center center / contain;
  aspect-ratio: 1 / 1.4;
}
.top_greeting_left_husen {
  top: 870px;
  left: 90px;
  width: 130px;
  height: 289px;
  background: url("../images/top_greeting_ba02.png") no-repeat center center / contain;
  aspect-ratio: 1 / 1.2;
  z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .top_greeting_left_husen {
    top: 950px;
    left: 90px;
    width: 80px;
    height: 179px;
}
}
.top_greeting_left_leaf {
  top: 1584px;
  left: 0;
  width: 271px;
  height: 326px;
  background: url("../images/top_greeting_bg_leaf02.png") no-repeat center center / contain;
  aspect-ratio: 1 / 1.4;
}
@media screen and (max-width: 640px) {
  .top_greeting_right_husen,
  .top_greeting_right_leaf,
  .top_greeting_left_husen,
  .top_greeting_left_leaf {
    display: none;
  }
}

/* タイトル */
.tit_h2_greeting {
  text-align: center;
  margin-bottom: 73px;
}
.tit_h2_greeting p {
  margin: 0;
  font-size: 90px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #f6aebf 0%, #f09084 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}
.tit_h2_greeting h2 {
  margin: -2px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #553b30;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

/* 各医師ブロック */
.top_greeting_wrap {
  padding-bottom: 30px;
  margin-bottom: 133px;
}
.top_greeting_wrap:last-child {
  margin-bottom: 0;
}
.top_greeting_outer {
  position: relative;
  margin: 0 auto;
}
.top_greeting_outer::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top_greeting_bg.jpg) no-repeat center / cover;
  max-width: 1220px;
  width: calc(50% + 260px);
  height: calc(100% - 60px);
  top: 100px;
  left: 0;
  z-index: 0;
}
.is_reverse .top_greeting_outer::before {
  left: auto;
  right: 0;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 1人目（奇数）: 写真右・テキスト左 → row-reverse */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}

/* 2人目（偶数）: 写真左・テキスト右 → 通常 */
.sec_top_doctor.pattern01 .top_greeting_wrap.is_reverse .top_greeting_flex {
  flex-direction: row;
}

/* 画像＋署名＋ボタン列 */
.top_greeting_flex_img {
  position: relative;
  width: 34.5%;
}
.top_doctor_img {
  position: relative;
  margin-bottom: 16px;
}
.top_doctor_img::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -8px;
  width: 100%;
  height: 100%;
  background: url("../images/top_doctor_img_waku.png") no-repeat center center / 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.is_reverse .top_doctor_img::before {
  left: auto;
  right: -8px;
}

.top_doctor_name {
  text-align: center;
  margin-bottom: 16px;
  padding-top: 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_doctor_name .carr {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #553b30;
  font-weight: 500;
  margin-bottom: 0;
}
.top_doctor_name .carr span {
  font-size: 18px;
}
.top_doctor_name .name {
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #553b30;
  font-weight: 500;
}
.top_doctor_name .name span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 13px;
}
.top_greeting_flex_img .btn01 {
  text-align: center;
}
.top_greeting_flex_img .btn01 a {
  margin: 0;
}

/* テキスト列 */
.top_greeting_flex_text {
  position: relative;
/*   width: 56%; */
	width: 63%;
  padding-top: 170px;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
}
.top_greeting_flex_text .text h3 {
  font-size: 25px;
  letter-spacing: 0.03em;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 26px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_greeting_flex_text .text p {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #444;
  line-height: 2.2;
/*   margin-bottom: 38px; */
	 margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 50px 0 200px;
    margin-top: -60px;
    background-size: 200% auto;
  }
  .tit_h2_greeting p {
    font-size: 42px;
  }
  .tit_h2_greeting h2 {
    font-size: 16px;
    margin: 16px 0 0;
  }
  .tit_h2_greeting {
    margin-bottom: 30px;
  }
  .top_greeting_wrap {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .top_greeting_outer::before {
    width: 100%;
    left: 0;
    right: 0;
    height: calc(100% - 30px);
  }
  .is_reverse .top_greeting_outer::before {
    left: 0;
    right: 0;
  }
  .top_greeting_flex {
    display: block;
  }
  .sec_top_doctor.pattern01 .top_greeting_flex, .sec_top_doctor.pattern01 .top_greeting_wrap.is_reverse .top_greeting_flex {
    flex-direction: column;
    width: 100%;
}
.top_greeting_flex_img {
  width: 70%;
  max-width: 350px;
  margin: 0 auto 24px;
}
  .top_doctor_img::before {
    top: -5px;
    left: -5px;
  }
  .is_reverse .top_doctor_img::before {
    right: -5px;
    left: auto;
  }
  .top_greeting_flex_text {
    width: 100%;
    padding-top: 0;
  }
  .top_greeting_flex_text .text h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .top_greeting_flex_text .text p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 24px;
  }
  .top_doctor_name {
    text-align: center;
  }
  .top_doctor_name .carr {
    font-size: 14px;
  }
  .top_doctor_name .carr span {
    font-size: 14px;
  }
  .top_doctor_name .name {
    font-size: 18px;
  }
  .top_doctor_name .name span {
    font-size: 14px;
  }
  .top_doctor_img {
    text-align: center;
  }
  .top_greeting_flex_img .btn01 {
    text-align: center;
  }
  .top_greeting_outer {
    padding: 0 15px;
}
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 80px 0 616px;
}

.top_feature_item {
  position: relative;
}

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


/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 32%;
  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 .top_feature_num {
  /* 枠上のナンバリング */
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  background: var(--main-color);
  padding: 10px;
  line-height: 1;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 20px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  text-align: center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}
.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;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p {
  font-size: 24px;
}

@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;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    font-size: 28px;
  }
}


/* 当院の特徴パターンB */
.sec_top_feature.pattern02 {
  position: relative;
  overflow: hidden;
}

/* 装飾画像 */
.sec_top_feature.pattern02::before {
  content: "";
  position: absolute;
  top: 160px;
  left: calc(50% + 640px);
  width: 295px;
  height: 500px;
  background: url("../images/top_feature_leaf01.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
.sec_top_feature.pattern02::after {
  content: "";
  position: absolute;
  bottom: 216px;
  left: calc(50% + 466px);
  width: 494px;
  height: 740px;
  background: url("../images/top_feature_leaf03.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
.sec_top_feature.pattern02 .top_feature_deco_line {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1030px;
  background: url("../images/top_feature_bg_line.png") no-repeat center center / contain;
  pointer-events: none;
  z-index: 0;
}
.sec_top_feature.pattern02 .top_feature_deco_leaf02 {
  position: absolute;
  left: calc(50% - 890px);
  top: 47%;
  width: 332px;
  height: 474px;
  background: url("../images/top_feature_leaf02.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02::before,
  .sec_top_feature.pattern02::after,
  .sec_top_feature.pattern02 .top_feature_deco_line,
  .sec_top_feature.pattern02 .top_feature_deco_leaf02 {
    display: none;
  }
}

/* 各アイテムの外側ラッパー（背景用・横幅100%） */
.top_feature_item_outer {
  position: relative;
  width: 100%;
  margin-bottom: 170px;
}
.top_feature_item_outer::before {
  position: absolute;
  content: "";
  background: url(../images/top_feature_bg.jpg) no-repeat;
  width: calc(50% + 640px);
  height: 369px;
  left: 0;
  bottom: -70px;
}
.top_feature_item_outer.is_reverse::before {
  left: auto;
  right: 0;
}
.top_feature_item_outer:last-child {
  margin-bottom: 0;
}

/* 内側ラッパー（コンテンツ幅） */
.top_feature_item_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* flexレイアウト：奇数（デフォルト）= 写真右・テキスト左 */
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}

/* 偶数 = 写真左・テキスト右 */
.top_feature_item_outer.is_reverse .top_feature_item {
  flex-direction: row;
}

/* 写真 */
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  z-index: 1;
}

/* ナンバー画像 */
.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: -80px;
  width: 120px;
}
.sec_top_feature.pattern02 .top_feature_num img {
  width: 100%;
  height: auto;
}
.top_feature_item_outer.is_reverse .top_feature_num {
  right: auto;
  left: 30px;
}
.sec_top_feature.pattern02 .top_feature_box .btn01 {
  text-align: right;
}
/* テキストボックス（白背景・写真に被る） */
.sec_top_feature.pattern02 .top_feature_box {
  position: relative;
  z-index: 2;
  width: 57%;
  margin-right: -7%;
  margin-top: 80px;
  background: rgba(255, 255, 255, 1.0);
  padding: 71px;
  box-sizing: border-box;
  min-height: 370px;
  box-shadow: 0 0 30px rgba(246, 173, 189, 0.5);
}
.top_feature_item_outer.is_reverse .top_feature_box {
  margin-right: 0;
  margin-left: -7%;
}

/* H3タイトル */
.sec_top_feature.pattern02 .top_feature_box h3 {
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #553b30;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_box h3::after {
  content: "";
  position: absolute;
  left: -71px;
  bottom: 0;
  height: auto;
  width: calc(100% + 71px);
  background: url("../images/tit_h3_feature_line.png") no-repeat left bottom / auto;
  aspect-ratio: 540 / 4;
}

/* テキスト */
.top_feature_text {
  min-height: 106px;
}
.sec_top_feature.pattern02 .top_feature_text p {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #444;
  line-height: 2;
}

/* ボタン */
.sec_top_feature.pattern02 .top_feature_box .btn01 a {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .top_feature_item_outer {
    margin-bottom: 40px;
  }
  .top_feature_item_inner {
    padding: 0 5%;
  }
  .sec_top_feature.pattern02 .top_feature_item {
    display: block;
  }
  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-bottom: -20px;
    z-index: auto;
}
.sec_top_feature.pattern02 .top_feature_box {
  width: 90%;
  margin: 0 auto;
  margin-top: 0;
  padding: 30px 20px;
  min-height: 310px;
}
.top_feature_text {
  min-height: 80px;
}
  .top_feature_item_outer.is_reverse .top_feature_box {
    margin-left: auto;
  }
  .sec_top_feature.pattern02 .top_feature_num {
    width: 60px;
    right: 5px;
    bottom: -5px;
    z-index: 3;
}
  .top_feature_item_outer.is_reverse .top_feature_num {
    left: 5px;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    font-size: 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }
  .sec_top_feature.pattern02 .top_feature_box h3::after {
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}
.sec_top_feature.pattern02 .top_feature_text p {
  font-size: 14px;
  letter-spacing: 0;
}
}


/* 当院の特徴パターンC(背景に写真、その上にテキスト) */
.sec_top_feature.pattern03 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern03 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.sec_top_feature.pattern03 .top_feature_item {
  position: relative;
  width: 32%;
  margin-bottom: 24px;
}
.sec_top_feature.pattern03 .top_feature_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_top_feature.pattern03 .top_feature_img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_feature.pattern03 .top_feature_box {
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(58, 46, 46, 0.4);
}
.sec_top_feature.pattern03 .top_feature_num {
  margin-bottom: 20px;
  text-align: center;
}
.sec_top_feature.pattern03 .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: var(--main-color);
  padding: 10px;
  line-height: 1;
}
.sec_top_feature.pattern03 .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern03 .btn01 {
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern03 .top_feature_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .sec_top_feature.pattern03 .top_feature_item:last-child {
    margin-bottom: 0;
  }
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
  padding: 360px 0 180px;
/*   margin-bottom: 30px; */
  background: url(../images/top_medical_bg.jpg) no-repeat bottom center / cover;
}

/* 診療案内上部の写真2枚 */
.top_medical_img01,
.top_medical_img02 {
  position: absolute;
  height: 490px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top_medical_img02 {
  background-image: url("../images/top_feature_under_img01.jpg");
  width: calc(50% + 140px);
  right: 0;
  margin-bottom: -40px;
  z-index: 1;
  top: -340px;
}
.top_medical_img01 {
  background-image: url("../images/top_feature_under_img02.jpg");
  width: calc(50% - 250px);
  top: -230px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top_medical_img01, .top_medical_img02 {
    position: static;
    width: 100%;
    height: 190px;
    margin: 0 0 20px;
    top: 0;
}
  .top_medical_img01 {
    margin-top: 0;
  }
  .sec_top_medical {
    padding: 0px 0 90px;
}
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA */
.sec_top_medical.pattern01 .sec_top_medical_flex {
  justify-content: center;
  gap: 40px 40px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 22%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: block;
  position: relative;
  text-align: center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 10px rgba(199, 89, 94, 0.75),0 0 10px rgba(199, 89, 94, 0.75),0 0 10px rgba(199, 89, 94, 0.75),0 0 10px rgba(199, 89, 94, 0.75);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title {
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 10px rgba(199, 89, 94, 0.75);
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p:not(.top_medical_menu_en_title) {
  display: none;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  display: none;
}
@media (hover: hover) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 20px 16px;
    justify-content: center;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 140px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    width: 140px;
    height: 140px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 14px;
    bottom: 18px;
    letter-spacing: 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title {
  font-size: 9px;
  bottom: 25px;
  letter-spacing: 0;
}
}


/* 診療案内パターン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;
  background: url(../images/top_greeting_under_wave.png) no-repeat bottom center;
}
.tit_h2_column{
	text-align: center;
    margin-bottom: 73px;
}
.tit_h2_column p{
	margin: 0;
    font-size: 90px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #f6aebf 0%, #f09084 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
}
.tit_h2_column h2{
	margin: -2px 0 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #553b30;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}
.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
  background: #fff;
}
.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) {
	.sec_top_column {
		background-position:bottom 75px center;
	}
	.tit_h2_column p{
		font-size: 42px;
	}
	.tit_h2_column h2{
		font-size: 16px;
        margin: 16px 0 0;
	}
  .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%;
}