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

main h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 805px;
  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: 100%;
  height: 805px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual_concept {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 462px;
    height: 240px;
    z-index: 2;
}
.mainvisual_concept a{
	display: block;
}
.mainvisual_concept a:hover{
	opacity: 0.7;
}
.mainvisual_concept a img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 240px;
}

.mainvisual_open_box {
    position: absolute;
    left: 320px;
    bottom: 20px;
}
/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  max-width: 550px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
}

.catchcopy_tit {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　キャッチコピー（スライドごと）　*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　RIBONバナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.home_mv .mv_banner:not(.mv_banner-btn) {
  width: 550px;
  height: 110px;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) a:hover {
  opacity: 0.8;
}

.mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }

  .home_mv_main {
    width: 100%;
  }

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

  /* キャッチフレーズ */
  .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;
  }
.mainvisual_concept {
    width: 242px;
    height: 140px;
	bottom: -30px;
}
.mainvisual_concept a img {
    width: 100%;
    height: 140px;
}
.mainvisual_open_box {
    left: auto;
    right: 10px;
    bottom: /*60*/30px;
    width: /*140*/130px;
}
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 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: 131px 0;
}
.top_news.pattern05 h2 {
  margin: 0;
}
.top_news.pattern05 .btn01 {
    text-align: left;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_list li {
    position: relative;
    padding: 15px 56px;
    margin-bottom: 26px;
}
.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
    font-size: 16px;
    margin-right: 7px;
    letter-spacing: 0.1em;
    color: #333333;
}
.top_news.pattern05 .top_news_list li em {
    text-align: center;
    display: inline-block;
    padding: 0 7px;
    font-style: normal;
    margin-right: 10px;
    min-width: 80px;
    font-size: 16px;
    letter-spacing: 0.1em;
}


.top_news_left {
    position: relative;
    width: 25%;
}
.tit_h2_news {
    position: relative;
    text-align: left;
    padding: 90px 0 55px 47px;
    background: url("../images/tit_h2_news.png") no-repeat top left;
}
.tit_h2_news p {
    font-size: 56px;
    letter-spacing: 0.1em;
    color: #8cbc92;
    line-height: 1.0;
    padding-bottom: 20px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.tit_h2_news h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #333333;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* 本文を表示するお知らせ */
.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_news_info{
	position: relative;
	padding-bottom: 212px;
	background: url("../images/top_news_bg.jpg") no-repeat top center / cover;
}
.top_news_info::before{
	position: absolute;
	content: "";
	background: url("../images/top_news_bg_right.png") no-repeat;
	width: calc(50% - 400px);
	max-width: 532px;
	height: 678px;
	right: 0;
	top: -100px;
}

/* パターン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;
  }
.top_news_left {
    width: 100%;
}
.tit_h2_news {
    padding: 70px 0 25px 0px;
    background: url("../images/tit_h2_news.png") no-repeat top center / 90px;
    text-align: center;
}
.tit_h2_news p {
    font-size: 26px;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.tit_h2_news h2 {
    font-size: 20px;
    letter-spacing: 0;
}
.top_news.pattern05 .btn01 {
    text-align: center;
}
.top_news.pattern05 .top_news_list li {
    padding: 8px 0px;
    margin-bottom: 8px;
}
.top_news.pattern05 {
    padding: 30px 0;
}
.top_news_info {
    padding-bottom: 42px;
}
.top_news.pattern05 .top_news_list li span {
    font-size: 14px;
    letter-spacing: 0;
}
.top_news.pattern05 .top_news_list li em {
    font-size: 14px;
    letter-spacing: 0;
}
}


main{
	overflow: hidden;
}

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

  *コンセプト

==================================================================================================================================*/
.top_concept {
    position: relative;
    padding: 623px 0 370px;
    background: url("../images/top_concept_bg_left.png") no-repeat calc(50% - 650px) 464px,url("../images/top_concept_img_bg.png") no-repeat calc(50% - 250px) 730px,url("../images/top_concept_bg_right.png") no-repeat calc(50% + 521px) 324px,url("../images/top_concept_bg_up.png") no-repeat top center;
    margin-top: -194px;
    z-index: 3;
    overflow: hidden;
}
.tit_h2 {
    position: relative;
    text-align: center;
    padding-bottom: 110px;
	z-index: 2;
}
.tit_h2::before {
    position: absolute;
    content: "";
    background: url("../images/tit_h2_concept.png") no-repeat;
    width: 150px;
    height: 125px;
    left: 0;
    right: 0;
    margin: auto;
    top: -81px;
    z-index: -1;
}
.tit_h2 p {
    font-size: 56px;
    letter-spacing: 0.1em;
    color: #8cbc92;
    line-height: 1.5;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.tit_h2 h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #333333;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_concept_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_concept_text {
    position: relative;
    width: 34.5%;
    padding-top: 21px;
}
.top_concept_text p {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.5;
    text-align: center;
}

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

  *ご挨拶

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

.top_greeting_line_box{
	position: relative;
}
.top_greeting_line {
    position: absolute;
    background: url("../images/top_concept_line.png") no-repeat top center;
    width: 694px;
    height: 1730px;
    right: calc(50% - 808px);
    top: -1658px;
    z-index: 3;
}
.sec_top_doctor {
    position: relative;
    padding: 292px 0 290px;
    margin-top: -300px;
    background: url("../images/top_greeting_bg.png") no-repeat 50% 30px;
}

.sec_top_doctor::before {
    position: absolute;
    content: "";
    background: url("../images/top_greeting_bg_left_leaf.png") no-repeat;
    width: 295px;
    height: 189px;
    left: calc(50% - 960px);
    top: 8px;
}
.sec_top_doctor::after {
    position: absolute;
    content: "";
    background: url("../images/top_greeting_bg_under.png") no-repeat;
    width: 265px;
    height: 281px;
    right: calc(50% - 550px);
    bottom: 10px;
    z-index: 3;
}
.sec_top_doctor .tit_h2 {
    text-align: left;
    padding-left: 50px;
    padding-bottom: 72px;
}
.sec_top_doctor .tit_h2 h2 {
    font-size: 30px;
    letter-spacing: 0.12em;
    color: #333333;
}
.sec_top_doctor .tit_h2 p {
    font-size: 24px;
    letter-spacing: 0.12em;
    color: #8cbc92;
    padding-top: 10px;
}
.sec_top_doctor .tit_h2::before {
    position: absolute;
    content: "";
    background: url("../images/tit_h2_greeting.png") no-repeat;
    width: 112px;
    height: 103px;
    left: 0;
    right: auto;
    top: -71px;
}
.top_greeting_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 4;
}
.top_greeting_flex_img {
    position: relative;
    width: 41.5%;
    margin-bottom: 20px;
    padding-top: 9px;
}
.top_doctor_name {
    text-align: center;
    padding-top: 41px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr {
    font-size: 18px;
    letter-spacing: 0.1em;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.top_doctor_name .name span {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-right: 19px;
}
.top_greeting_flex_text {
    position: relative;
    width: 49%;
}

.top_greeting_flex_text .text {
  margin-bottom: 30px;
}
.top_greeting_flex_text .text p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.0;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.sec_top_doctor {
    padding: 270px 0 80px;
    margin: -230px 0 0;
    background: url(../images/top_greeting_bg.png) no-repeat 50% 30px / cover;
}
	.top_greeting_line{
		display: none;
	}
  .top_greeting_flex {
    display: block;
  }

.top_greeting_flex_img {
    width: 100%;
    margin-bottom: 110px;
}

  .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;
    padding-top: 20px;
}
.top_concept {
    padding: 363px 0 60px;
    background: url("../images/top_concept_bg_up.png") no-repeat 50% 100px / 100%;
    margin-top: -194px;
}
.top_concept_text {
    width: 100%;
    padding-top: 21px;
}
.top_concept_text p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
}
.top_doctor_name .carr {
    font-size: 15px;
    letter-spacing: 0;
}
.top_doctor_name .name {
    font-size: 20px;
    letter-spacing: 0;
}
.sec_top_doctor .tit_h2 {
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
}
.sec_top_doctor .tit_h2::before {
    background: url("../images/tit_h2_greeting.png") no-repeat center / contain;
    width: 72px;
    height: 63px;
    left: 0;
    right: 0;
    top: -31px;
}
.sec_top_doctor .tit_h2 h2 {
    font-size: 21px;
    letter-spacing: 0;
    text-align: center;
}
.sec_top_doctor .tit_h2 p {
    font-size: 19px;
    letter-spacing: 0;
    padding-top: 0px;
    text-align: center;
}
.top_greeting_flex_text .text p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
    margin-bottom: 20px;
}
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}


/* ご挨拶パターンB(写真左) */
.sec_top_doctor.pattern02 .top_doctor_name {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern02 .top_doctor_name {
    text-align: center;
  }
}


/* ご挨拶パターンC(写真なし) */
.sec_top_doctor.pattern03 {
  background: url(../images/bg01.jpg) center no-repeat;
  background-size: cover;
}
.sec_top_doctor.pattern03 .top_greeting_flex_text {
  width: 100%;
}
.sec_top_doctor.pattern03 .top_greeting_flex_text .text p {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}
.sec_top_doctor.pattern03 .btn01 {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern03 .top_doctor_name {
    text-align: right;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
    position: relative;
    padding: 352px 0 240px;
    margin-top: -155px;
    background: url("../images/top_feature_line_mid.png") no-repeat calc(50% + 30px) 900px,url("../images/top_feature_bg_under02_2.jpg") no-repeat 50% calc(100% + 134px);
}
.sec_top_feature::before {
    position: absolute;
    content: "";
    background: url("../images/top_feature_line_up.png") no-repeat 50% -320px;
    width: 565px;
    height: 928px;
    left: calc(50% - 650px);
    top: -190px;
    z-index: 2;
}
.sec_top_feature::after {
    position: absolute;
    content: "";
    background: url("../images/top_feature_bg_up.png") no-repeat top center;
    width: 100%;
    height: 328px;
    left: 0;
    top: -47px;
}
.sec_top_feature .tit_h2 {
    padding-bottom: 42px;
}
.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
.sec_top_feature {
    padding: 138px 0 112px;
    margin: -60px 0 0;
    background: #f3f0e6;
}
.sec_top_feature.pattern02 h2 {
    margin-bottom: 0;
}
.sec_top_feature::after {
    background: url("../images/top_feature_bg_up.png") no-repeat top center / contain;
    width: 100%;
    height: 208px;
    left: 0;
    top: -37px;
}
.sec_top_doctor::after {
    background: url("../images/top_greeting_bg_under.png") no-repeat center / contain;
    width: 75px;
    height: 81px;
    right: 10px;
    bottom: 0px;
    z-index: 3;
}
}


/* 当院の特徴パターン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(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern02 .top_feature_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 134px;
    z-index: 2;
}
.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature.pattern02 .top_feature_num {
    position: absolute;
    background: url("../images/feature_number_01.png") no-repeat;
    width: 175px;
    height: 141px;
    top: 0px;
    z-index: 2;
}
.sec_top_feature.pattern02 .top_feature_box h3 {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-bottom: 18px;
    margin-bottom: 33px;
    padding-left: 20px;
    background: url("../images/tit_h3_feature01.png") no-repeat bottom center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_feature_text {
    padding-bottom: 31px;
}
.top_feature_text p {
    padding-left: 21px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.1;
}
.sec_top_feature.pattern02 .top_feature_img {
    position: relative;
    width: 35%;
    margin-right: 0;
}
.sec_top_feature.pattern02 .top_feature_img::before {
    position: absolute;
    content: "";
    background: url("../images/feature_bg_01.png") no-repeat;
    width: 668px;
    height: 571px;
    left: -90px;
    top: -60px;
    z-index: 1;
}
.sec_top_feature.pattern02 .top_feature_box {
    position: relative;
    width: 65%;
    margin-top: 39px;
    padding: 75px 80px 60px 179px;
    background: #fff;
    border-radius: 30px;
}
.sec_top_feature.pattern02 .top_feature_img img {
    position: relative;
    display: block;
    min-width: 549px;
    height: 434px;
    object-fit: cover;
    z-index: 2;
}
/* 左右互い違いパターン */
.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 {
    position: relative;
    width: 65%;
    margin-top: 39px;
    padding: 56px 179px 40px 80px;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_box h3 {
	background: url("../images/tit_h3_feature02.png") no-repeat bottom center;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_box h3 {
	background: url("../images/tit_h3_feature03.png") no-repeat bottom center;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .top_feature_box h3 {
	background: url("../images/tit_h3_feature04.png") no-repeat bottom center;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .top_feature_box h3 {
	background: url("../images/tit_h3_feature05.png") no-repeat bottom center;
}


.top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_box .btn01 a{
	background-color: #89a8aa;
    border: 1px solid #89a8aa;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_box .btn01 a {
    background-color: #8d99b3;
    border: 1px solid #8d99b3;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .top_feature_box .btn01 a {
    background-color: #d4b769;
    border: 1px solid #d4b769;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .top_feature_box .btn01 a {
    background-color: #cfa180;
    border: 1px solid #cfa180;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(2)  .top_feature_img::before {
    background: url("../images/feature_bg_02.png") no-repeat;
    width: 665px;
    height: 566px;
    left: -40px;
    top: -50px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_img::before {
    background: url("../images/feature_bg_03.png") no-repeat;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4)  .top_feature_img::before {
    background: url("../images/feature_bg_04.png") no-repeat;
    width: 665px;
    height: 566px;
    left: -40px;
    top: -50px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .top_feature_img::before {
    background: url("../images/feature_bg_05.png") no-repeat;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(2)  .top_feature_num {
    background: url("../images/feature_number_02.png") no-repeat;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3)  .top_feature_num {
    background: url("../images/feature_number_03.png") no-repeat;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4)  .top_feature_num {
    background: url("../images/feature_number_04.png") no-repeat;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5)  .top_feature_num {
    background: url("../images/feature_number_05.png") no-repeat;
}


.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .top_feature_img img {
    margin-left: -130px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-right: 0;
    left: -125px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  left: auto;
  right: -124px;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
    margin-bottom: 54px;
}
  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 15px;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 10px;
}
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-left: 0;
	left: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
    width: 85px;
    height: 71px;
    background-size: contain;
}
.sec_top_feature.pattern02 .top_feature_img img {
    min-width: 100%;
    height: auto;
}
.sec_top_feature.pattern02 .top_feature_num {
    background: url("../images/feature_number_01.png") no-repeat center / contain;
    width: 85px;
    height: 71px;
    top: 0px;
}
.sec_top_feature.pattern02 .top_feature_img::before{
	display: none;
}
.sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
    margin-top: 0;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}
.top_feature_text p {
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box {
    width: 100%;
    margin-top: 0;
    padding: 15px;
    border-radius: 20px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3)  .top_feature_num {
    background: url("../images/feature_number_03.png") no-repeat center / contain;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5)  .top_feature_num {
    background: url("../images/feature_number_05.png") no-repeat center / contain;
}
.sec_top_feature.pattern02 h2 {
    margin-bottom: 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: 437px 0 80px;
    margin-top: -350px;
    background: url("../images/top_medical_bg.png") no-repeat calc(50% + 1px) 0px;
}
.sec_top_medical .tit_h2 {
    padding-bottom: 48px;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex {
    position: relative;
    justify-content: center;
    gap: 0 37px;
    z-index: 2;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 272px;
    height: 273px;
    margin-bottom: 60px;
	background: url("../images/medical_01_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2){
	background: url("../images/medical_02_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3){
	background: url("../images/medical_03_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4){
	background: url("../images/medical_04_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5){
	background: url("../images/medical_05_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6){
	background: url("../images/medical_06_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(7){
	background: url("../images/medical_07_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(8){
	background: url("../images/medical_08_bg.png") no-repeat center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  padding: 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    margin-bottom: 7px;
    padding-top: 43px;
    text-align: center;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    margin: 4px auto 17px;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #333;
    line-height: 1.1;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(7) a h3{
	margin: 4px auto 0px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}
.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 li {
	position: relative;
    text-align: center;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    width: 100%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a li span{
	position: relative;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a li span::before {
    position: absolute;
    content: "";
    background: #333;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: -11px;
    top: 8px;
}
.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%;
    height: 278px;
    margin-bottom: 30px;
}
.sec_top_medical {
    padding: 437px 0 90px;
    margin-top: -410px;
    background: url("../images/top_medical_bg.png") no-repeat calc(50% + 1px) 0px / cover;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    margin: 4px auto 12px;
    font-size: 18px;
    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 {
    position: relative;
    padding-top: 62px;
    padding-bottom: 220px;
    margin-top: 0px;
	background: #f6f6f6;
}
.sec_top_column::before {
    position: absolute;
    content: "";
    background: url("../images/top_column_bg_right.png") no-repeat;
    width: calc(50% - 427px);
    height: 678px;
    right: 0;
    top: -350px;
	z-index: 1;
}
.sec_top_column::after {
    position: absolute;
    content: "";
    background: url("../images/top_column_bg_up.png") no-repeat top center;
    width: 100%;
    height: 400px;
    left: 0;
    top: -400px;
}
.sec_top_column .tit_h2 {
    padding-bottom: 49px;
}
.column_list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px;
}
.column_list_flex dl {
	position: relative;
    width: 289px;
    margin-bottom: 20px;
	z-index: 2;
}
.column_list_flex dl::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 30px;
    border-radius: 20px;
    z-index: -1;
}
.column_list_flex dt {
    background: #8cbc92;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.12em;
    padding: 15px 0px;
    width: 87%;
    margin: 0 auto;
    border-radius: 20px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.column_list_flex dd {
    padding: 10px 19px;
}
.column_list_flex dd ul li {
    position: relative;
    line-height: 2;
    display: flex;
    align-items: baseline;
    padding: 9px 10px 9px 29px;
    border-bottom: 1px solid #d2c8af;
}
.column_list_flex dd ul li:last-of-type{
	border: none;
}
.column_list_flex dd ul li::before {
    position: absolute;
    content: "";
    background: url("../images/icon_arrow_column.png") no-repeat;
    width: 8px;
    height: 10px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.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%;
  }
.sec_top_column::after {
    width: 100%;
    height: 260px;
    left: 0;
    top: -160px;
    background-size: cover;
}
}




.home_all{
	position: relative;
	overflow: hidden;
}
.top_column_line_box{
	position: relative;
}
.top_column_line {
    position: absolute;
    background: url("../images/top_column_line.png") no-repeat 100% 100%;
    width: calc(50% + 640px);
    height: 1749px;
    top: -1447px;
    right: calc(50% - 870px);
    z-index: 1;
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
    position: relative;
    overflow: hidden;
    margin-top: -151px;
    padding-top: 129px;
    padding-bottom: 206px;
    background: url("../images/top_slider_bg_up.png") no-repeat top center;
}
.home_loopSlider .slick-slider{
	z-index: 3;
}
.home_loopSlider .slick-slide img {
    display: block;
    margin: 0 15px;
    width: 450px;
}

@media screen and (max-width: 640px) {
  .home_loopSlider img {
    width: 200px;
  }
.home_loopSlider .slick-slide img {
    margin: 0 10px;
    width: 250px;
}
.home_loopSlider {
    margin-top: -181px;
    padding-top: 69px;
    padding-bottom: 36px;
    background: url("../images/top_slider_bg_up.png") no-repeat top center;
}
.top_column_line{
	display: none;
}
}