@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .home_inner {

  }
}

/*----------タイトル----------*/
main h2 {
  font-size: 35px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

main h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  main h2 {
    font-size: 28px;
  }
  .tit01_en {
    font-size: 20px;
  }
}


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

  *メインビジュアル

==================================================================================================================================*/
.head_mv {
  z-index: 6;
}
.home_mv {
  position: relative;
  height:1029px;
}
.head_mv_kazari {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  z-index: 2;
}
.head_mv_kazari::before {
  position: absolute;
  bottom: -140px;
  left: 0;
  background: url(../images/wood01.png) center left no-repeat;
  width: 5%;
  max-width: 81px;
  height: 198px;
  content: "";
  background-size: 100%;
}
.head_mv_kazari::after {
  position: absolute;
  bottom: -128%;
  right: 0;
  background: url(../images/green02.png) center right no-repeat;
  width: 8%;
  max-width: 150px;
  height: 113px;
  content: "";
  background-size: 100%;
}

.home_mv .slick-slider {
  overflow: hidden;
  
}
.home_mv .slick-slider::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  background:url(../images/mv_info_bg.jpg) center no-repeat;
  height: 100px;
  width: 100%;
  content: "";
  z-index: 1;
  background-size: 100%;
}
.home_mv::before {
  position: absolute;
  bottom: 6%;
  left: 0;
  background: url(../images/mv_bg_bottom.png) bottom center no-repeat;
  width: 100%;
  height: 50%;
  background-size: 100%;;
  content: "";
  z-index: 1;
}
.home_mv::after {
  position: absolute;
  bottom: -12px;
  left:0;
  right: 0;
  margin: auto;
  background: url(../images/animals_baseball.png) bottom center no-repeat;
  width: 70%;
  height: 219px;
  content: "";
  z-index: 3;
  background-size: 100%;
  max-width: 1189px;
}

.home_mv_inner {
  position: relative;

}
.home_mv_inner::before {
  position: absolute;
    bottom: -18px;
    left: 30px;
  background: url(../images/animal_bg_left02.png) bottom left no-repeat;
  width: 34%;
  height: 100%;
  max-width:595px;
  height: 314px;
  content: "";
  background-size: 100%;
  z-index: 2;
}
.home_mv_inner::after {
  position: absolute;
  bottom: 0;
  right: 1%;
  background: url(../images/animal_bg_right02.png) bottom right no-repeat;
  width: 14%;
  height: 100%;
  max-width: 277px;
  height: 255px;
  content: "";
  background-size: 100%;
  z-index: 2;
}
.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 100%;
   height:1029px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.catchcopy_tit {
  margin-bottom: 5px;
  display: block;
  font-size: 40px;
  letter-spacing: 0.075em;
  line-height: 1.55;
  color: #fff;
/*   text-shadow: 0 0 20px rgba(105,105,105,0.9); */
  font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
	-webkit-text-stroke: 8px #bc8a7e;
    paint-order: stroke;
}

.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;
}
.mv_link {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  top: 374px;
  height: 541px;
}
.mv_catch_list {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-left: -8px;
  gap: 0 2px
}
.mv_catch_list a:hover,
.mv_bnr_item a:hover {
  opacity: 0.8;;
}
.mv_bnr_list {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.mv_bnr_item {
  margin-top: 12px;
  box-shadow: 3px 10px 10px rgba(0,0,0,0.3);
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .home_mv {
    height: 270px;
    z-index: 2;
  }
  .home_mv::before{
    bottom: 0;
    background-size: 100%;
  }
  .home_mv::after{
    bottom: -14px;
    width: 74%;
  }
  .home_mv_inner::before {
      bottom: -65px;
      left: 0;
  }
  .home_mv_inner::after {
    bottom: -60px;
  }
  

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 230px;
  }
  .home_mv .slick-slider::before {
    display: none;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }

  .catchcopy_tit {
    font-size: 5vw;
	 -webkit-text-stroke-width: 6px;
  }

  .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;
  }
  .mv_link {
    width: 100%;
    padding: 0 5%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    position: relative;
    z-index: 1;

  }
  .mv_link::before{
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: url(../images/mv_info_bg.jpg);
    background-size: cover;
    content: "";
    z-index: -1;
  }
  .mv_catch_list {
    position: static;
  }
  .mv_bnr_list{
    position: static;
    width: 90%;
    margin: auto;;
  }
  .mv_bnr_list > li {
    margin-bottom: 17px;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@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;
}
.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:0px;
  padding-bottom: 80px;
  background:url(../images/mv_info_bg.jpg);
  position: relative;
  z-index: 1;
}
.top_topics.pattern04::before {
  z-index: -1;
  position: absolute;
  background: url(../images/info_kazari_bg02.png) bottom center no-repeat;
  width: 97.4%;
  height: 100%;
  bottom: -10px;
  left: 0;
  right: 0;

  margin: auto;
  content: "";
  background-size: 100%;
}
.top_topics.pattern04::after {
  z-index: -1;
  position: absolute;
  background: url(../images/info_bg.png) center no-repeat;
  width: 97.4%;
  height: 100%;
  top: -11%;
  right: 0;
  content: "";
  background-size: 100%;
}
.top_topics_kazari_top {
  position: absolute;
  width: 100%;
  height: 100px;
}
.top_topics_kazari_top::before {
  position: absolute;
  background: url(../images/animal_bg_left03.png) bottom left no-repeat;
  left: 0;
  top: 90px;
  width: 15%;
  max-width: 168px;
  height: 193px;
  content: "";
  background-size: 100%;
}



.top_topics_wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 225px;
  padding-top: 140px;
}
.top_topics_wrapper::before {
  position: absolute;
  top: 185px;
  left: -16px;
  background: url(../images/info_kazari_left.png) center left no-repeat;
  width: 30%;
  max-width:405px;
  height: 1189px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_topics_wrapper::after {
  position: absolute;
  top: 180px;
  right: 0;
  background: url(../images/info_kazari_right.png) center right no-repeat;
  width: 30%;
  max-width:413px;
  height: 952px;
  content: "";
  background-size: 100%;
}
.top_topics.pattern04 .tit01_en {
  text-align: left;
}

.top_topics_kazari {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 30%;
  width: 100%;
  content: "";
}
.top_topics_kazari::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/info_kazari_left_b.png) bottom left no-repeat;
  width: 50%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_topics_kazari::after {
  position: absolute;
  bottom:0;
  right: 0;
  background: url(../images/info_kazari_right_b.png) bottom right no-repeat;
  width: 40%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 100%;
}


.top_topics.pattern04 .home_inner {
  position: relative;
  z-index: 3;
}
.top_topics.pattern04 .home_inner::before {
  position: absolute;
  bottom: -200px;
  right: 0;
  background: url(../images/namakemono.png) top center no-repeat;
  width: 25%;
  max-width: 169px;
  height: 206px;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.top_topics.pattern04 h2{
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 28px;
}

.top_topics.pattern04 .top_news > .btn01,
.top_topics.pattern04 .top_blog > .btn01 {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
}
.top_topics.pattern04 .top_news > .btn01 a,
.top_topics.pattern04 .top_blog > .btn01 a {
  margin: 0;
}


/* お知らせ */
.top_topics.pattern04 .top_news_list,
.top_blog_list {
  width: 96%;
}
.top_topics.pattern04 .top_news_list li,
.top_blog_list > li a {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  height: 135px;
  padding: 33px 32px;
  margin-bottom: 15px;
}
.top_blog_list > li a .top_blog_tit {
  padding-top: 16px;
}


.top_topics.pattern04 .top_news_list_wp {
  height: 435px;
}
.top_topics.pattern04 .top_news_list li:not(:last-child) {
  margin-bottom: 15px;
}
.top_topics.pattern04 .top_news_list li a {
  color: var(--text-color);
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 16px;
}
.top_topics.pattern04 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_topics.pattern04 .top_news_list li span,
.top_blog_date {
  font-size: 13px;
  margin-right: 10px;
  padding-left: 30px;
  letter-spacing: 0.1em;
  color: #928980;
  position: relative;
}
.top_topics.pattern04 .top_news_list li span::before,
.top_blog_date::before {
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/ball_icon.png) center no-repeat;
  width: 20px;
  height: 21px;
  content: "";
}
.simplebar-track.simplebar-vertical {
  background-color: #fff;
  width: 7px;
  border-radius: 100vh;
}
.simplebar-scrollbar:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cfd2cb;
}
.top_topics.pattern04 .top_news_list li em,
.top_blog_cat_item {
  text-align: center;
  display: inline-block;
  padding: 8px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  /*background:#aecec9;
  color: #fff;*/
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 100px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
}
.top_blog_cat_item {
  background-color: #dbbe8f;
  color: #ffffff;
}
/* 本文を表示するお知らせ */
.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 a {
  display: flex;
  align-items: center;
  width: 100%;
}
.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_blog_d_c_flex {
  display: flex;
  align-items: center;
}
.top_blog_cat_list {
  display: flex;
}

/* 医院概要 */
.top_topics.pattern04 .top_info address {
  text-align: center;
  font-style: normal;
}




.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;
}
.top_topics.pattern04 .home_inner {
  position: relative;
  top: -50px;
}


@media screen and (max-width: 640px) {
  .top_topics_wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .top_topics.pattern04 .tit01_en,
  .top_topics.pattern04 h2 {
    text-align: center;
  }
  .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;
  }
  .top_topics.pattern04 .top_news_list li, .top_blog_list > li a {
    height: auto;
  }
  .top_topics.pattern04 .top_news > .btn01, .top_topics.pattern04 .top_blog > .btn01 {
    position: static;
    padding-bottom: 30px;
  }
  .top_topics.pattern04 .top_news_list li, .top_blog_list > li a {
    padding: 4%;
  }
  .top_topics.pattern04 .top_news_list li em, .top_blog_cat_item {
    min-width: auto;
    white-space: nowrap;
  }
  .top_blog_list > li a .top_blog_tit {
    padding-top: 10px;
  }
  .top_topics.pattern04 .top_news_list, .top_blog_list {
    margin: auto;
  }
  .top_topics.pattern04 .top_news_list_wp {
  height: auto;
}
}

@media print, screen and (min-width: 641px) {
  .top_topics.pattern04 .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 3%;
  }
  .top_topics.pattern04 .home_inner > * {
    width: 48.5%;
    position: relative;
  }
  /* お知らせ */
  .top_topics.pattern04 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
}


/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  margin-top: 80px;
  margin-bottom: 50px;
}
.top_news.pattern05 h2 {
  margin: 0;
}
.top_news.pattern05 .btn01 {
  text-align: center;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.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: 90%;
  margin-right: 10px;
}
.top_news.pattern05 .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.pattern05 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_news.pattern05 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

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

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

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

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 70%;
  }
  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
  .top_info.pattern05 .top_info_left,
  .top_info.pattern05 .top_info_right {
    width: 48%;
  }
}

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


/* パターン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 {
  padding: 120px 0 275px;
  position: relative;
  z-index: 2;
  background: url(../images/greeting_bg.png) top center repeat;
}
.sec_top_doctor::before {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  background:url(../images/greeting_bg_wave.png) top center repeat-x;
  height: 80px;
  content: "";
}
.sec_top_doctor::after {
  position: absolute;
  top: -125px;
  right: 22.8%;
  margin: auto;
  background: url(../images/tanuki.png) center no-repeat;
  width: 207px;
  height: 99px;
  content: "";
}
.sec_top_doctor .tit01_en {
  position: relative;
  z-index: 3;
}
.sec_top_doctor .tit01_en::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  margin: auto;
  background:url(../images/fuku.png) center no-repeat;
  width: 187px;
  height: 79px;
  content: "";
}
.sec_top_doctor .tit01_en::after {
  position: absolute;
  left: 25.2%;
  top: -310px;
  margin: auto;
  background:url(../images/kirin.png) center no-repeat;
  width: 20%;
  max-width: 273px;
  height: 434px;
  content: "";
  background-size: 100%;
}
.sec_top_doctor h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.sec_top_doctor h2::before{
  position: absolute;
  left: 0;
  top: -607px;
  background: url(../images/greeting_tree_left.png) top left no-repeat;
  width: 33%;
  height: 605px;
  height: 744px;
  content: "";
  background-size: 100%;
}
.sec_top_doctor h2::after{
  position: absolute;
  right: 0;
  top: -607px;
  background: url(../images/greeting_tree_right.png) top right no-repeat;
  width: 33%;
  max-width: 502px;
  height: 744px;
  content: "";
  background-size: 100%;
}
.sec_top_doctor .home_inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.sec_top_doctor .home_inner::before {
  position: absolute;
  left: 1.6%;
  top: 10px;
  width: 10%;
  max-width: 138px;
  height: 294px;
  background: url(../images/flower01.png) center no-repeat;
  block-size: 100%;
  content: "";
}
.sec_top_doctor .home_inner::after {
  position: absolute;
    right: 3.6%;
    top: -74px;
  width: 15%;
  max-width: 202px;
  height: 193px;
  background: url(../images/flower02.png) center no-repeat;
  block-size: 100%;
  content: "";
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.top_greeting_flex::before {
  position: absolute;
    top: -10%;
    left: -24%;
  background:url(../images/greeting_text_bg.png) top center no-repeat;
  width: 120%;
  height: 124%;
  content: "";
  z-index: -1;
}

.top_greeting_flex  h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: -17px;
  margin-bottom: 39px;
}
.top_greeting_flex  h3 span {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-left: 15px;
}
.top_greeting_flex_img {
  width: 45%;
  margin-bottom: 20px;
}
.top_doctor_name {
  font-weight: bold;
  text-align: center;
  max-width: 320px;
  text-align: center;
  margin-left: auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: relative;
  top: -35px;
  z-index: 1;
}
.top_doctor_name::before {
  position: absolute;
  top: -80px;
  left: 0;
  background:url(../images/doctor_name_bg.png);
  width: 321px;
  height: 230px;
  content: "";
  z-index: -1;;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 24px;
  margin-bottom: 13px;
}
.top_doctor_name .carr span{
  font-size: 32px
}
.top_doctor_name .name{
  font-size: 32px
}
.top_doctor_name .name span {
  font-size: 28px;
}

.top_greeting_flex_text {
  width: 51%;
  position: relative;
  padding-top: 89px;
  z-index: 1;
}
top_greeting_flex_text .text {
  margin-bottom: 12px;
  margin-top: -4px;
  
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.777;
}
.top_greeting_flex_text .text p {
  margin-bottom: 32px;
}
.top_greeting_flex_text .btn01 {
  text-align: right;
  margin-top: 83px;
  position: relative;
  left: 100px;
}
.top_greeting_flex_text .btn01  a {
    padding:11px 63px 11px 67px;
}
.top_greeting_flex_text .btn01 a::before {
  top: 10px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 50px 0 100px;
  }
  .sec_top_doctor::after {
    top: 0;
    right: 0;
    width: 30%;
    background-size: 100%;
  }
  .sec_top_doctor h2 {
    margin-bottom: 30px;
  }
  .sec_top_doctor .tit01_en::after {
    left: 2%;
    width: 24%;
  }
  .sec_top_doctor .tit01_en::before {
    width: 35%;
     background-size: 100%;
  }

  .top_greeting_flex {
    display: block;
  }
  .top_greeting_flex::before {
    background-size: 100%;
    top: 0;
  }
  .sec_top_doctor .home_inner::before {
    background-position: top center;
    background-size: 100%;
  }
  .sec_top_doctor .home_inner::after {
    background-position: top center;
    background-size: 100%;
  }
  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
    padding-top: 35px;
  }
  .top_greeting_flex h3 {
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
  .top_doctor_name::before {
    width: 80%;
    margin:auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
  }
  .top_doctor_name .name span {
    font-size: 18px;
  }
  .top_doctor_name .name {
    font-size: 24px;
  }
  .top_greeting_flex_text .btn01 {
    left: 0;
    margin-top: 30px;
  }
  
  
}


/* ご挨拶パターン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_doctor h2::before {
    background-position: left center;
  }
  .sec_top_doctor h2::after {
    background-position: right center;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 130px 0 277px;
  background: url(../images/features_bg01.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.sec_top_feature::before {
  position: absolute;
  left: 0;
  top: 54px;
  background: url(../images/features_bg_left.png) center no-repeat;
  width: 46%;
  max-width: 828px;
  height: 443px;
  background-size: 100%;
  content: "";
}
.sec_top_feature::after {
  position: absolute;
  right: 0;
  top: 34px;
  background: url(../images/features_bg_right.png) center no-repeat;
  width: 46%;
  max-width: 878px;
  height: 458px;
  background-size: 100%;
  content: "";
}
.sec_top_feature h2 {
  position: relative;
}
.sec_top_feature h2::before {
  position: absolute;
  bottom: -79px;
  left: 0;
  background: url(../images/featues_tit_bg02.png) center no-repeat;
  width: 100%;
  height: 49px;
  content: "";
}
.sec_top_feature .tit01_en {
  position: relative;
  padding-top: 76px;
}
.sec_top_feature .tit01_en::before {
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../images/featues_tit_bg01.png) center no-repeat;
  width: 100%;
  height: 58px;
  content: "";
}
.sec_top_feature_kazari01 {
  width: 100%;
  hyphenate-character: 100px;
  position: relative;
  z-index: 1;
}
.sec_top_feature_kazari01::before {
  position: absolute;
  top: -290px;
  left: 0;
  background: url(../images/features_bg_top_grass.png) bottom center no-repeat;
  width: 100%;
  height: 300px;
  content: "";
  background-size: 100%;
}
.sec_top_feature_kazari02 {
  position: absolute;
  bottom: -540px;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
  background:url(../images/features_bg.jpg) center repeat;
}

.sec_top_features_inner_kazari {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec_top_features_inner_kazari::before {
    position: absolute;
    top: 21.8%;
    left: 0;
    width: 25%;
    max-width: 432px;
    height: 928px;
    background: url(../images/feature_bg02_left.png) top left no-repeat;
    content: "";
    background-size: 100%;
}
.sec_top_features_inner_kazari::after {
    position: absolute;
    top: 800px;
    right: 0;
    width: 20%;
    max-width: 238px;
    height: 371px;
    background: url(../images/feature_bg02_right.png) top right no-repeat;
    content: "";
    background-size: 100%;
}
.sec_top_features_inner_kazari02 {
  position: absolute;
  bottom: -34%;
  left: 0;
  width: 100%;
  height: 50%;

}
.sec_top_features_inner_kazari02::before {
  position: absolute;
  bottom: -5%;
  left: 0;
  background:url(../images/features_tree_left.png) bottom left no-repeat;
  width: 23.7%;
  max-width: 468px;
  height: 1327px;
  content: "";
  background-size: 100%;
}
.sec_top_features_inner_kazari02::after {
  position: absolute;
  bottom: 6%;
  right: 0;
  background:url(../images/features_tree_right.png) bottom left no-repeat;
  width: 23%;
  max-width: 371px;
  height: 880px;
  content: "";
  background-size: 100%;
}






.sec_top_feature .home_inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.sec_top_feature .home_inner::before {
  position: absolute;
  top: 280px;
  left: 0;
  background:url(../images/waterfront.png) center no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 48px 0 32px;
  }
  .sec_top_feature::before {
    background-position: top left;
  }
  .sec_top_feature::after {
    background-position: top right;
  }
  .sec_top_feature .tit01_en {
    padding-top: 59px;
  }
  .sec_top_feature .tit01_en::before {
    width: 40px;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec_top_feature h2::before {
    width: 60px;
    background-size: 100%;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
  }

}


/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 h2 {
  margin-bottom: 230px;
}
.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2%;
  width: 90%;
  max-width: 1180px;
  margin: auto;
  position: relative;
  z-index: 3;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 31.7%;
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 123px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 687px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item::before {
  position: absolute;
  top: -21px;
  left: 0;
  background:url(../images/feature_item_bg_top.png) bottom center;
  width: 100%;
  height: 21px;
  content: "";
}
.top_feature_item .top_feature_num {
  /* 枠上のナンバリング */
  position: absolute;
  left: 19px;
  top: -74px;
  text-align: center;
  width: 121px;
  height: 127px;
  background: url(../images/features_item_num01.png) center no-repeat;
  background-size: 100%;
}
.top_feature_item:nth-child(2) .top_feature_num  {
  background-image: url(../images/features_item_num02.png);
}
.top_feature_item:nth-child(3) .top_feature_num  {
  background-image: url(../images/features_item_num03.png);
}
.top_feature_item:nth-child(4) .top_feature_num  {
  background-image: url(../images/features_item_num04.png);
}
.top_feature_item:nth-child(5) .top_feature_num  {
  background-image: url(../images/features_item_num05.png);
}
.top_feature_item:nth-child(6) .top_feature_num  {
  background-image: url(../images/features_item_num06.png);
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  font-style: normal;
  opacity: 0;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 20px;
  margin-top: -2px;
  padding: 10px 10px 0;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img img {
  border-radius: 20px
}
.top_feature_item h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #78b3a9;
  line-height: 1.33;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 10px auto 30px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_feature_text {
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: bold;
  width: 86%;
  margin: auto;
  background: url(../images/features_item_border01.png) top center no-repeat;
  padding:32px 0 50px;
}
.feature_item_btn  {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature_item_btn a {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 68px;
  color: #fff;
  line-height: 68px;
  background: url(../images/features_item_bnt01.jpg) center no-repeat;
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.feature_item_btn a::before {
  position: absolute;
  right: 75px;
  top: 19px;
  background: url(../images/features_item_bnt_arrow.png) center no-repeat;
  width: 31px;
  height: 31px;
  content: "";
  transition: 0.2s ease-in-out;
}
.feature_item_btn a:hover::before {
  right: 60px;
}

.top_feature_item:nth-child(2) h3 {
  color: #89bf56;
}
.top_feature_item:nth-child(2) .top_feature_text {
  background-image: url(../images/features_item_border02.png)
}
.top_feature_item:nth-child(2) .feature_item_btn a {
  background-image: url(../images/features_item_bnt02.jpg)
}
.top_feature_item:nth-child(3) h3 {
  color: #e2a851;
}
.top_feature_item:nth-child(3) .top_feature_text {
  background-image: url(../images/features_item_border03.png)
}
.top_feature_item:nth-child(3) .feature_item_btn a {
  background-image: url(../images/features_item_bnt03.jpg)
}
.top_feature_item:nth-child(4) h3 {
  color: #dc8ec2;
}
.top_feature_item:nth-child(4) .top_feature_text {
  background-image: url(../images/features_item_border04.png)
}
.top_feature_item:nth-child(4) .feature_item_btn a {
  background-image: url(../images/features_item_bnt04.jpg)
}
.top_feature_item:nth-child(5) h3 {
  color: #b780d3
}
.top_feature_item:nth-child(5) .top_feature_text {
  background-image: url(../images/features_item_border05.png)
}
.top_feature_item:nth-child(5) .feature_item_btn a {
  background-image: url(../images/features_item_bnt05.jpg)
}
.top_feature_item:nth-child(6) h3 {
  color: #9894d6
}
.top_feature_item:nth-child(6) .top_feature_text {
  background-image: url(../images/features_item_border06.png)
}
.top_feature_item:nth-child(6) .feature_item_btn a {
  background-image: url(../images/features_item_bnt06.jpg)
}



.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;
  opacity: 9;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p {
  font-size: 24px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num em {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
    text-align: center; 
  }
  .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 p {
    font-size: 28px;
  }
  .sec_top_feature.pattern01 h2 {
    margin-bottom: 100px;
  }
}


/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: auto;
  bottom: 10px;
}
.sec_top_feature.pattern02 .top_feature_num p {
  color: var(--sub-color);
  font-size: 40px;
  line-height: 1;
}
.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 32%;
  margin-right: 3%;
}
.sec_top_feature.pattern02 .top_feature_box {
  width: 65%;
}

/* 左右互い違いパターン */
.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_img {
  margin-right: 0;
  margin-left: 3%;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  left: auto;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }
  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-left: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
  }
}


/* 当院の特徴パターン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) {
  .top_feature_item .top_feature_num {
    width: 90px;
    top: -60px;
    left: -4%;
    background-position: top center;
  }
  .top_feature_item h3 {
    font-size: 20px;
    margin: 0 auto 20px;
    height: auto;
  }
  .top_feature_text {
    padding: 20px 0 36px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 90px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 112px 0 405px;
  position: relative;
  z-index: 2;
}
.sec_top_medical::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -325px;
  background: url(../images/kumas.png) center no-repeat;
  width: 70%;
  max-width: 1143px;
  height: 332px;
  content: "";
}
.sec_top_medical::after {
  position: absolute;
  left: 0;
  bottom:0;
  background: url(../images/features_bg.jpg) center repeat;
  width: 100%;
  height: 63%;
  content: "";
  z-index: -1;
}
.sec_top_medical_kazari {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.sec_top_medical_kazari::before {
  position: absolute;
  top: 44%;
  left: 1.4%;
  width: 20%;
  max-width: 243px;
  height:236px;
  background: url(../images/medical_bg_left.png) center left no-repeat;
  content: "";
}
.sec_top_medical_kazari::after {
  position: absolute;
  top: 38%;
  right: 0;
  width: 20%;
  max-width: 283px;
  height:329px;
  background: url(../images/medical_bg_right.png) center right no-repeat;
  content: "";
}
.sec_top_medical_kazari_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  content: "";
  z-index: 1;
}




.sec_top_medical_kazari_b::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/greeting_bg_top.png) bottom center no-repeat;
  width: 100%;
  height: 500px;
  content: "";

}







.sec_top_medical h2 {
  margin-bottom: 62px;
}
.sec_top_medical .tit01_en {
  position: relative

}
.sec_top_medical .tit01_en::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -116px;
  margin: auto;
  background:url(../images/fukkun.png) center no-repeat;
  width: 150px;
  height: 106px;
  content: "";
}
 
.sec_top_medical h3 {
  margin: 0;
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.075em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5d4f41;
  margin: 22px 0 16px;
}
.top_medical_menu_en_title {
  color: #bac3ad;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}
.sec_top_medical .home_inner {
  position: relative;
  z-index: 2;
}
.sec_top_medical .home_inner::before {
  position: absolute;
  left: -5%;
  top: -7%;
  width: 110%;
  height: 120%;
  background: url(../images/medical_bg.png) center no-repeat;
  content: "";
  z-index: -1;
}



/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 28px;
  width: 900px;
  margin: auto;
}
.sec_top_medical_flex .item {
  width: 32%;
  margin-bottom: 20px;
  text-align: center;
}
.sec_top_medical_flex .item:nth-child(1),
.sec_top_medical_flex .item:nth-child(2),
.sec_top_medical_flex .item:nth-child(3) {
  width: 266px;
}
.sec_top_medical_flex .item:nth-child(4),
.sec_top_medical_flex .item:nth-child(5),
.sec_top_medical_flex .item:nth-child(6)  {
  width: 226px;
  margin-bottom: 20px;
}
.sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100%;
  padding: 0 0 20px;
}
.sec_top_medical_flex .item .item_img {
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
}
.sec_top_medical_flex .item a:hover .item_img {
  position: relative;
  top: -10px;
}


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


@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding-bottom: 200px;
  }
  .sec_top_medical h2 {
    margin-bottom: 40px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex {
    width: 100%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 45%;
  }
  .sec_top_medical h3 {
    font-size: 20px;
    margin: 14px 0 10px;
  }
  .sec_top_medical_flex .item a {
    padding-bottom: 10px;
  }
  .top_medical_menu_en_title {
    line-height: 1;
  }
  .sec_top_medical .home_inner::before {
    top: 6%;
    width: 110%;
    height: 100%;
    left: -5%;
    background-size: cover;
  }
}


/* 診療案内パターンB(見出しを目立たせるタイプ) */
.sec_top_medical.pattern02 .sec_top_medical_flex {
  justify-content: flex-start;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item {
  width: 25%;
  margin-top: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
  margin-left: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 20px;
  height: 100%;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sub-color);
  z-index: 2;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item h3 {
  margin: 0 auto 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .images {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item p {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern02 .sec_top_medical_flex .item {
    width: 100%;
  }
  .sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}


/* 診療案内パターンC(写真+テキストボタンタイプ) */
.sec_top_medical.pattern03 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 32px;
}
.sec_top_medical.pattern03 .item {
  width: 276px;
  margin-bottom: 20px;
}
.sec_top_medical.pattern03 a {
  display: block;
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec_top_medical.pattern03 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: -1;
}
.sec_top_medical.pattern03 a:hover::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec_top_medical.pattern03 .item_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec_top_medical.pattern03 .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_medical.pattern03 h3 {
  text-align: center;
  margin-bottom: 0;
}
.sec_top_medical p.top_medical_menu_en_title {
  display: block;
  font-weight: normal;
  text-align: center;
}

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

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 80px;
  padding-bottom: 80px;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}
.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
.column_list_flex dd {
  padding: 10px;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}
.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}
.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 82px;
}

@media screen and (max-width: 640px) {
  .home_loopSlider {
    margin-bottom: 40px;
  }
  .home_loopSlider img {
    width: 200px;
  }
}