@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: 28px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #555;
  letter-spacing: 0.12em;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  letter-spacing: 0.12em;
  position: relative;
  background: url(../images/h2_kazari.png) bottom center no-repeat;

}

main h3 {
  display: inline-block;
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 27px;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.12em;
  position: relative;
}

main h4 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  main h2 {
    font-size: 22px;
  }
  main h4 {
    font-size: 18px;
  }
}


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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 668px;
  overflow: hidden;
}

.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.home_mv_main_inner {
  width: 435px;
  height: 100%;
  font-family: "vdl-logomaru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*　スライダー */
@media print, screen and (min-width: 641px) {
  .home_mv .slider-fade {
    width: 56.9%;
    margin-left: auto;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 2000px) {
  .home_mv .slider-fade {
    width: 55%;
  }
}

.slider-fade .slick-slide img {
  width: 100%;
  height: 668px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch{
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-size: /*35*/26px;
  line-height: 1.62;
  padding-top: 7%;
}
/* .main_catch p:first-child {
  font-size: 28px;
  color: #137530;
  margin-bottom: /*5*/2%;
} */
.main_catch p:last-child {
  text-align: left;
}
.main_catch p:last-child  span{
  color: #137530;
  display: inline-block;
/*   padding: 0 25px 0 20px; */
  position: relative;
}
/* .main_catch p:last-child  span::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "”";
    color: #333;
}
.main_catch p:last-child  span::after {
    position: absolute;
    right: -13px;
    top: 0;
    content: "”";
    color: #333;
}
 */
.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;
}
.mv_btn_area {
  position: absolute;
  top: 222px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  height: 668px;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv_catch_list {
  display: flex;
  bottom: 0;
  gap: 0 4px;
  position: absolute;
/*   bottom: 0; */
	bottom: 15px;
	right: 20%;
}

.mv_btn_contents{
  position:absolute;
  top:245px;
  padding: 25px 18px;
  background: var(--bg-color);
}
.mv_btn_contents_title{
	display: block;
    font-size: 24px;
    line-height: 1.8;
    margin: 0 auto 15px;
    font-family: "vdl-logomaru", sans-serif;
    font-weight: 400;
    font-style: normal;
/*     color: #fff; */
	color:var(--text-color);
    letter-spacing: 0.12em;
/*     background: #1F7C2E;
    background: linear-gradient(90deg, rgba(31, 124, 46, 1) 0%, rgba(118, 188, 121, 1) 100%); */
    padding: 9px;
    width: 80%;
    max-width: 500px;
    border-radius: 100vh;
    position: relative;
    text-align: center;
}

.mv_btn_list {
/*   position: absolute; */
	top:/*276*/225px;
}
.mv_btn_item a{
  display: block;
  height: 70px;
  line-height: 65px;
  font-size: 17px;
  letter-spacing: 0.12em;
  color: #333;
  background-color: #dae6df;
  border: solid 3px #7aba92;
  width: 407px;
  margin-bottom: 12px;
  padding-left: 75px;
  position: relative;;
}
.mv_btn_item a::before {
  position: absolute;
  left: 10px;
  top:6px;
  background: url(../images/mv_btn_icon01.png) center no-repeat;
  width: 52px;
  height: 52px;
  content: "";
}
.mv_btn_item:nth-child(2) a::before {
  background-image: url(../images/mv_btn_icon02.png);
}
.mv_btn_item:nth-child(3) a::before {
  background-image: url(../images/mv_btn_icon03.png);
}
.mv_btn_item a::after {
  position: absolute;
  background: url(../images/btn_arrow.png) center no-repeat;
  width: 8px;
  height: 13px;
  right: 17px;
  top: 41%;
  content: "";
}
.mv_btn_item a:hover {
  background-color: #7aba92;
  color: #fff;
}
.mv_link {
/*   position: absolute; */
/*   right: 0; */
  left: 0;
  bottom: /*91*/140px;

}
.mv_link a {
  display: inline-block;
  padding: 10px 44px;
  line-height: 1;
  background-color: rgba(255,255,255,0.8);
  color: #333;
  border-radius: 100vh;
  font-size: 15px;
  letter-spacing: 0.12em;
  position: relative;
border: solid 1px #ccc;
}
.mv_link a::before {
  position: absolute;
  background:url(../images/btn_arrow.png) center no-repeat;
  width: 8px;
  height: 13px;
  right: 23px;
  top: 30%;
  content: "";;
}
.mv_link a:hover {
  background-color: #b2ce64;
border: solid 1px #b2ce64;
}

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

  .home_mv_main {
    width: 100%;
  }


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

  /* キャッチフレーズ */
  .mv_btn_area  {
    position: static;
    height: auto;
	margin-top: 20px;
  }
	
	.mv_btn_contents {
		position:static;
	}
	.mv_btn_contents_title{
		font-size:20px;
	}
  .mv_btn_item a {
    width: 100%;
    font-size: 15px;
    padding-left: 55px;
  }
  .mv_btn_item a::before {
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 12px;
  }
  .mv_link {
    position: static;
  }
  .mv_link a{
    padding: 10px 30px 10px 20px;
    border: solid 1px #ccc;
    width: 100%;
  }
  .mv_catch_list {
    position: static;
  }
  .main_catch {
    position: absolute;
    left: 14px;
    bottom: 14px;
    right: 0;
    margin: auto;
    width: auto;
    height:auto;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }
  .main_catch p:first-child {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .mv_btn_list {
    position: static
  }
   .mv_catch_list {
    width: 85%;
    justify-content: space-between;
    margin: 20px auto 20px;
   }
  .mv_catch_item {
    width: 48%;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5% 0;
  }

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターン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 {
  color: #759b50;
  letter-spacing: 0.12em;
}
.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: 104px;
  padding-bottom: 133px;
  background-color: #f5f5e9;

}
.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 h2 {
  padding-bottom: 19px;
  margin-bottom: 51px;
}
.top_topics.pattern04 .top_news_list li:not(:last-child) {
  margin-bottom: 28px;
}
.top_topics.pattern04 .top_news_list li a {
  display: flex;
  align-items: center;
  color: #333;
  background-color: #fff;
  padding: 10px 19px 8px 37px;
  border-radius: 100vh;
  position: relative;
  top:-3px;
  box-shadow: 0 3px 0 rgb(193, 207, 153, 40%);
  transition: top 0.2s, box-shadow 0.2s, color 0.2s;
  letter-spacing: 0.12em;
}

.top_topics.pattern04 .top_news_list li a:hover {
  color: var(--main-color);
  top: 0;
  box-shadow: 0 0px 0 rgb(193, 207, 153, 40%);
}
.top_topics.pattern04 .top_news_list li span {
  color: #759b50;
  margin-right: 12px;
  letter-spacing: 0.12em;
}
.top_topics.pattern04 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 15px;
  /* ↓ダミー用の記述なので提出時削除↓ */
/*   background: var(--main-color); 
  color: #fff;*/
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 99px;
  letter-spacing: 0.12em;
  font-size: 14px;
}
.top_news_tit{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333 !important;
}
/* 本文を表示するお知らせ */
.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: 13px;
}
.top_topics.pattern04 .top_blog_list li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100vh;
  padding: 15px 40px 23px 35px;
  position: relative;
  top: -3px;
  box-shadow: 0 3px 0 rgb(193, 207, 153, 40%);
  transition: top 0.2s, box-shadow 0.2s, color 0.2s;
}
.top_topics.pattern04 .top_blog_list li a:hover {
    top: 0;
}
.top_topics.pattern04 .top_blog_thum {
  min-width: 80px;
  width: 85px;
  height: 62px;
  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 {
  color: #759b50;
  letter-spacing: 0.12em;
  line-height: 1;
}
.top_topics.pattern04 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.top_topics.pattern04 .btn01 {
  max-width: 267px;
  margin: auto;
}
.top_topics.pattern04 .btn01 a {
  border-radius: 100vh;
}

/* 医院概要 */
.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: 70px;
  }
  .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 h2 {
    margin-bottom: 30px;
  }
  .top_news_tit {
    display: block;
  }
  .top_topics.pattern04 .top_news_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

  /* お知らせ */
  .top_topics.pattern04 .top_news_list li {
    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: 80px 0;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}
.top_doctor_name {
  font-weight: bold;
  text-align: center;
  text-align: right;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 100%;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 150%;
}
.top_doctor_name .name span{
  font-size: 80%;
}
.top_greeting_flex_text {
  width: 70%;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
}

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

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
}


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


/* ご挨拶パターン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 {
  padding: 118px 0 205px;
  background-size: cover;
  position: relative;
}
.sec_top_feature::before {
    position: absolute;
    top: -67px;
    right: 0;
    background: url(../images/reef01.png) top right no-repeat;
    width: 30%;
    max-width: 311px;
    height: 363px;
    content: "";
    background-size: 100%;
}

.top_feature_item {
  position: relative;
}
.top_feature_item .btn01 a {
  display: block;
}

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


/* 当院の特徴パターン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;
}
.top_feature_wrap.reverse {
  padding-top: 1.7%;
}
.sec_top_feature.pattern02 .top_feature_item {
  margin-bottom: 148px;
  position: relative;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(1)::before {
  position: absolute;
  bottom: -178px;
  left: 0;
  background:url(../images/reef02.png) top left no-repeat;
  width: 20%;
  max-width: 191px;
  height: 485px;
  content: "";
  background-size: 100%;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(3)::before {
  position: absolute;
  top:39px;
  left: 0;
  background:url(../images/reef04.png) top left no-repeat;
  width: 20%;
  max-width: 191px;
  height: 181px;
  content: "";
  background-size: 100%;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(3)::after {
  position: absolute;
  top:-490px;
  right: 0;
  background:url(../images/reef03.png) top left no-repeat;
  width: 15%;
  max-width: 224px;
  height: 770px;
  content: "";
  background-size: 100%;
}


.sec_top_feature.pattern02 .top_feature_item_inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-bottom: 43px;
}
.sec_top_feature.pattern02 .top_feature_item_inner::before {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #f9f7f3;
  width: 93.5%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 168px;
}
.sec_top_feature.pattern02 .top_feature_item h3 {
  font-size: 22px;
  color: #527131;
  margin-bottom: 8px;
  padding-left: 2px;
}
.sec_top_feature.pattern02 .top_feature_item h4 {
  font-size: 20px;
  color: #527131;  
  letter-spacing: 0.12em;
  margin: 20px 0 6px -5px;
}
.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: 38%;
}
.sec_top_feature.pattern02 .top_feature_img img {
  border-radius: 20px;
}
.sec_top_feature.pattern02 .top_feature_box {
  width: 54%;
  margin-top: 120px;
 padding-left: 4.3%;
}
.top_feature_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
}
.top_feature_text02 {
  line-height: 1.777;
}
.sec_top_feature.pattern02 .top_feature_item .btn01 {
  max-width:500px;
  margin-top: 25px;
}
/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_item_inner{
  flex-direction: row-reverse;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  left: auto;
  right: 10px;
}  
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_item_inner::before {
  right: auto;
  left: 0;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box {
  padding-left: 2%;
  padding-right: 5%;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_item_inner {
  padding-bottom: 70px;
}
.top_feature_wrap.reverse .top_feature_item .top_feature_img::before {
  position: absolute;
  bottom: 88px;
  right: -6px;
  background:url(../images/f_ill01.png) center no-repeat;
  width: 80%;
  max-width: 308px;
  height: 296px;
  content: "";
  background-size: 100%;
  z-index: -1;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_img::before {
  background-image: url(../images/f_ill02.png);
  max-width: 220px;
  height: 147px;
  right: auto;
  left: -31px;
  bottom: -44px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_img::before {
  background-image: url(../images/f_ill03.png);
  max-width: 244px;
  height: 149px;
right: 26px;
    bottom: -82px;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 h2 {
    margin-bottom: 30px;
  }
  .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;
  }
  .sec_top_feature.pattern02 .top_feature_item {
    margin-bottom: 92px;
  }
  .sec_top_feature.pattern02 .top_feature_item_inner {
    padding-bottom: 10px;
  }
  .sec_top_feature.pattern02 .top_feature_item_inner::before {
    width: 110%;
    right: -5% !important;
    left: -5% !important;
    border-radius: 40px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    margin-top: 20px;
    padding: 0 !important;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse {
    overflow: hidden;
  }
  .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;
  }
  .top_feature_wrap.reverse .top_feature_item .top_feature_img::before {
    width: 60%;
    top: auto;
    bottom: -40vw;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_img::before {
    width: 44%;
    bottom: -30vw;
    left: auto;
    right: 0;
    opacity: 0.7;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_img::before {
    right: -3%;
    width:47%;
    bottom: -30vw;
    opacity: 0.7;
  }
  .top_feature_text {
    font-size: 17px;
    letter-spacing: 0.07em;
  }
  .sec_top_feature.pattern02 .top_feature_item h4 {
    font-size: 19px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    padding-left: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_item_inner {
    padding-bottom: 40px;
  }

}


/* 当院の特徴パターン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 {
  padding: 150px 0 0;
  text-align: center;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}
.sec_top_medical .home_inner {
  text-align: left
}
.sec_top_medical h3 {
  display: inline-block;
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 57px;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.12em;
  background: #1F7C2E;
  background: linear-gradient(90deg,rgba(31, 124, 46, 1) 0%, rgba(118, 188, 121, 1) 100%);
  padding: 9px;
  width: 80%;
  max-width: /*473*/500px;
  border-radius: 100vh;
  position: relative;
}
/* .sec_top_medical h3::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #45984e;
  border-bottom: 0;
  content: "";
}
 */
/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: space-between;
  gap: 0 32px;
  margin-bottom: 131px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 48.3%;
  margin-bottom: 40px;
  text-align: left;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item > a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100%;
  padding: 0 0 20px;
  border: solid 1px #a69982;
  border-radius: 40px;
  padding: 5% 6.6% 6.5% 6.6%;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.sec_top_medical.pattern01 h2 {
  margin-bottom: 132px;
  position: relative;
}
.sec_top_medical.pattern01 h2::before {
  position: absolute;
  left: 9%;
  top: -84px;
  background: url(../images/illust_ct.png) center no-repeat;
  width: 30%;
  max-width: 321px;
  height: 239px;
  content: "";
  background-size: 100%;
}

/* タイトルを追加するための調整 */
.sec_top_medical_flex.top_medical01_wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.sec_top_medical_flex.top_medical01_wrap::before {
    content: "性別特有のがんドック";
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    width: fit-content;
    margin: 30px auto 10px;
    font-size: 1.1rem;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 57px;
	font-family: "vdl-logomaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 0.12em;
	background: #1F7C2E;
	background: linear-gradient(90deg,rgba(31, 124, 46, 1) 0%, rgba(118, 188, 121, 1) 100%);
	padding: 9px;
	width: 80%;
	max-width: /*473*/500px;
	border-radius: 100vh;
    text-align: center;
	position: relative;
	}
.sec_top_medical section:nth-of-type(1) h3{
	margin-bottom:57px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex.top_medical01_wrap .item{
	width:100%;
}

/* 1番目と2番目のアイテム（ALL IN ONE）を1行目に固定 */
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(1),
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(2) {
    grid-row: 1;
}

/* 3番目と4番目のアイテム（乳がん・前立腺）を3行目に強制移動 */
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(3),
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(4) {
    grid-row: 3;
}


@media screen and (min-width:2000px){
	.sec_top_medical.pattern01 h2::before{
	  left: 22.5%;
	}
}


.sec_top_medical.pattern01 h2::after {
  position: absolute;
  right: 23.7%;
  top: -82px;
  background: url(../images/illust_doctor.png) center no-repeat;
  width: 10%;
  max-width: 97px;
  height: 238px;
  content: "";
  background-size: 100%;
}

.top_medical_item_tit {
  display: flex;
  text-align: center;
  align-items: center;
  background-color: /*#6ea166*/#ae8974;
  border-radius: 20px;
  height: 88px;
  padding-left: 2.5%;
  margin-bottom: 3.8%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:first-child .top_medical_item_tit{
  background-color: #ae8974;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h4 {
  margin: 0 auto 0;
  color: #fff;
  padding-right: 8%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  position: absolute;
  bottom: 48px;
  right: 9%;
  color: #6ea166;
  margin: auto auto 0;
  transition: 0.2s;
  font-family: "vdl-logomaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.4px;
  letter-spacing: 0.12em;
  border-bottom: solid 1px #c3d5a8;
  line-height: 1;
  padding-right: 40px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01::before {
  position: absolute;
  right: 0;
  top: 0;
  background:url(../images/medical_btn_arrow.png) center no-repeat;
  width: 8px;
  height: 11px;
  content: "";
  transition: 0.15s ease-out;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01::before {
  right: -10px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover  {
  background-color: #dae6df
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:first-child .btn01 {
  color: #ae8974;
  border-color: #dec7af;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:first-child .btn01::before {
  background-image: url(../images/medical_btn_arrow_b.png);
}

.top_medical02_wrap {
  background:url(../images/medical_p_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.top_medical02_wrap h3 {
  margin-top: -33px;
  position: relative;
  top: -2px;
}
.top_medical02_wrap .sec_top_medical_flex {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: 7px;
  margin-bottom: 80px !important;
}
.top_medical02_wrap .sec_top_medical_flex .item {
  padding: 2.6% 3.4% 3.2% 3.2%;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 50px !important;
}
.top_medical02_wrap .sec_top_medical_flex .top_medical_item_tit {
  background-color: #edf2e5 !important;
  width: 100%;
  margin-bottom: 6.3%;
}
.top_medical02_wrap .sec_top_medical_flex .top_medical_item_tit h4 {
  margin-bottom: 0;
  width: 100%;
  padding-right: 8%
}
.sec_top_medical.pattern01 .btn01  {
  margin-bottom: 8px;
}
.sec_top_medical_item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 40px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  padding: 2.5% 2% 2.5% 2.7%;
}
.sec_top_medical_item_text {
  width: 40%;
  text-align: left;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.sec_top_medical_item .top_medical02_list {
  width: 45%;
}
.sec_top_medical_item .btn01 {
    margin-bottom: 18px !important;
}
.sec_top_medical .btn01 a {
  display: block;
}


@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding-top: 50px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex {
   margin-bottom: 68px !important;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
  .sec_top_medical.pattern01 h2::before {
    left: 0;
    width: 35%;
  }
  .sec_top_medical.pattern01 h2::after {
    right: 3%;
    width: 13%;
  }
  .sec_top_medical.pattern01 h2 {
    margin-bottom: 70px;
  }
  .sec_top_medical h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
	.sec_top_medical section:nth-of-type(1) h3{
		margin-bottom: 0;
	}
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    margin-bottom: 30px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item > a {
    padding: 10px;
    border-radius: 25px;
    font-size: 17px;
    letter-spacing: 0.07em;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
    position: relative;
    bottom: 0;
    right: 3%;
    margin:10px 0 3px auto
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h4,
  .top_medical02_wrap .sec_top_medical_flex .top_medical_item_tit h4 {
    display: block;
    width: calc(100% - 70px);
    padding-right: 10px;
    text-align: left;
    line-height: 1.6;
  }
  .top_medical02_wrap .sec_top_medical_flex .top_medical_item_tit h4 {
    padding-left: 9px;
  }
  .top_medical_item_tit {
    line-height: 1.6;
    height: 80px;
  }
  .top_medical_item_tit .item_img,
  .top_medical02_wrap .sec_top_medical_flex .top_medical_item_tit img {
    width: 55px;
  }
  .top_medical02_wrap {
    padding-bottom: 80px;
  }
  .top_medical02_wrap h3 {
    top: -12px;
    margin-bottom: 15px;
  }
  .top_medical02_wrap .sec_top_medical_flex .item {
    margin-bottom: 20px !important;
  }
  .sec_top_medical_item {
    display: block;
  }
  .sec_top_medical_item_text,
  .sec_top_medical_item .top_medical02_list {
    width: 100%;
  }
  .top_medical02_list .btn01 a {
    font-size: 17px;
    letter-spacing: 0.07em;
  } 
	
.sec_top_medical_flex.top_medical01_wrap {
grid-template-columns: 1fr;
}
	
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(1){
    grid-row: 1;		
	}
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(2) {
    grid-row: 2;
}

.sec_top_medical_flex.top_medical01_wrap::before {
grid-row: 3;
font-size: 20px;
margin-bottom: 36px;
}

.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(3){
    grid-row: 4;		
	}
.sec_top_medical_flex.top_medical01_wrap .item:nth-of-type(4) {
    grid-row: 5;
}
}


/* 診療案内パターン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;
}

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