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

/*----------タイトル----------*/


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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.mainvisual_catch_box{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 467px;
}

.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: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 47.5%;
  width: 100%;
  max-width: 100%;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 2.75vw, 42px);
  color: var(--main-color);
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
/*   .slider-fade .slick-slide img {
    height: 330px;
  } */
	
  .head_mv.pattern02 .slider-fade .slick-slide img {
	height: 380px;
	animation: hideTranslate 7.5s ease-out forwards;
  }
  .head_mv.pattern02 .slider-fade .slick-slide.slick-active img {
	animation: showTranslate 7.5s ease-out forwards;
  }

  /* キャッチフレーズ */
  .main_catch {
/*     left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 330px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box; */
	top: 57.5%;
	height: auto;
	font-size: min(5vw, 20px);
  }

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

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

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

.bnr_area {
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
	max-width: 1200px;
    margin: 0 auto 130px;
}

.bnr_area > * {
    width: calc(50% - 15px);
	max-width: 450px;
}

.bnr_area a:hover {
    opacity: .8;
}

.top_reserve {
    position: relative;
/*     padding: 134px 0 76px; */
	padding: 84px 0 76px;
}

.top_reserve::after{
	position: absolute;
	content: "";
	background: url("../images/paz_01.png") no-repeat;
	width: 100px;
	height: 94px;
	left: 200px;
	top: 60%;
	animation: rotate360 3s linear infinite;
	z-index: -1;
}

@keyframes rotate360 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.top_reserve::before{
	position: absolute;
	content: "";
	background: url("../images/top_reserve_bg_right.png") no-repeat;
	width: calc(50% - 230px);
	height: 533px;
	right: 0;
	top: 0;
	z-index: -1;
}
.reserve_box {
    position: relative;
    padding: 46px 50px;
    background: #f7f3ea;
}
.reserve_box::before{
	position: absolute;
	content: "";
	background: #f7f3ea;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.tit_h2_reserve {
    position: relative;
    font-size: 32px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.5;
    padding: 0px 0 8px;
    margin-top: 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_reserve::before {
    position: absolute;
    content: "";
    background: url("../images/tit_h2_reserve_logo.png") no-repeat;
    width: 61px;
    height: 61px;
    left: 0;
    right: 0;
    margin: auto;
    top: -74px;
}
.reserve_box_contents {
    position: relative;
    padding: 33px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1.85;
    background: #fff;
    font-weight: 700;
}
.reserve_bnr {
    position: relative;
    text-align: center;
    padding-top: 16px;
}
.reserve_bnr_02 {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    padding-top: 31px;
}
.btn_reserve a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    letter-spacing: 0.12em;
    color: #fff;
    width: 480px;
    height: 120px;
	border-radius: 25px;
}
.btn_reserve a:hover{
	color: #fff;
	opacity: 0.7;
}
.btn_reserve:nth-child(1) a {
    padding-left: 68px;
	background: url("../images/icon_web.png") no-repeat 60px 50%, #34afbc;
}
.btn_reserve:nth-child(2) a span {
	position: relative;
    font-size: 16px;
    letter-spacing: 0.12em;
    padding-right: 87px;
}
/* .btn_reserve:nth-child(2) a span::before {
    position: absolute;
    content: "";
    background: url("../images/icon_tel.png") no-repeat;
    width: 39px;
    height: 41px;
    right: 24px;
    top: -6px;
} */
.btn_reserve:nth-child(2) a {
/*     padding-left: 0px; */
	padding-left: 68px;
    font-size: 34px;
    letter-spacing: 0.12em;
/* 	background: #6c493a; */
	background: url("../images/icon_tel.png") no-repeat 60px 50%, #6c493a;
}




.top_sche{
	position: relative;
}
.tit_h2_sche{
	position: relative;
	text-align: center;
	padding: 79px 0 40px;
	background: url("../images/tit_h2_news_logo.png") no-repeat top center;
}
.tit_h2_sche h2 {
    font-size: 32px;
    letter-spacing: 0.12em;
    color: #333333;
    line-height: 1.5;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_sche p {
    font-size: 22px;
    letter-spacing: 0.12em;
    color: #34afbc;
    padding-top: 9px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.top_sche_box {
    position: relative;
    height: 450px;
}




.top_trouble {
    position: relative;
    padding: 97px 0 221px;
	background: url("../images/top_trouble_bg.png") no-repeat top center / cover;
}
.tit_h2_trouble {
    position: relative;
    text-align: center;
}
.tit_h2_trouble p {
    font-size: 135px;
    letter-spacing: 0.12em;
    color: #34afbc;
    line-height: 1.0;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_trouble h2 {
    position: relative;
    font-size: 34px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    padding: 17px 20px;
    display: table;
    margin: 0 auto;
    min-width: 655px;
    border-radius: 20px;
    background: #fff;
    margin-top: 17px;
    box-shadow: 0 8px 0px #e7ddb0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_trouble h2 span{
	position: relative;
	color: #866f4b;
	z-index: 2;
}
.tit_h2_trouble h2 span::before {
    position: absolute;
    content: "";
    background: url("../images/tit_h2_trouble_wave.png") no-repeat;
    width: 113px;
    height: 35px;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}
.tit_h2_trouble h2::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 25px;
    background: #fff;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.tit_h2_trouble h2::before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 35px;
    background: #e7ddb0;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.top_trouble_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 119px 44px;
    padding-top: 39px;
}
.trouble_flex_box {
    position: relative;
    width: 30.5%;
}
.trouble_flex_box:nth-child(2){
	margin-top: 72px;
}
.trouble_flex_box:nth-child(4) {
    margin-top: -72px;
    margin-right: 50px;
}
.trouble_img {
    position: relative;
    text-align: center;
    z-index: 2;
}
.trouble_contents {
    position: relative;
    margin-top: -57px;
    padding: 85px 39px 44px;
    height: 370px;
    background: #fff;
    box-shadow: 8px 8px #e0d2c1;
}
.trouble_flex_box:nth-child(2n) .trouble_contents {
    box-shadow: 8px 8px #9ec6cb;
}
.trouble_contents h3 {
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    color: #6b493b;
    margin-bottom: 7px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ul_trouble {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: 700;
    line-height: 1.6;
    width: 74%;
    margin: 0 auto;
}
.ul_trouble li{
	position: relative;
	padding-left: 28px;
}
.ul_trouble li::before{
	position: absolute;
	content: "";
	background: url("../images/icon_check_brown.png") no-repeat;
	width: 19px;
	height: 20px;
	left: 0;
	top: 6px;
}
.btn_trouble {
    position: absolute;
    right: 0;
	bottom: -49px;
	color: #fff;
	width: 161px;
	height: 149px;
	
}


@media screen and (max-width: 640px) {
.top_trouble {
    padding: 97px 0 111px;
}
.tit_h2_trouble p {
    font-size: 25px;
    letter-spacing: 0;
}
.tit_h2_trouble h2 {
    font-size: 17px;
    letter-spacing: 0;
    padding: 10px 7px;
    min-width: 100%;
    border-radius: 5px;
}
.tit_h2_trouble h2 span::before{
	display: none;
}
.trouble_flex_box {
    width: 100%;
    max-width: 350px;
}
.trouble_contents {
    margin-top: -47px;
    padding: 65px 15px 85px;
    height: auto;
}
.top_trouble_flex {
    gap: 79px 0px;
}
.btn_trouble {
    bottom: -69px;
    width: 161px;
    height: 149px;
}
.trouble_flex_box:nth-child(2) {
    margin-top: 0;
}
.trouble_flex_box:nth-child(4) {
    margin: 0;
}
.trouble_contents h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}
.ul_trouble {
    font-size: 16px;
    letter-spacing: 0;
}
.btn_reserve:nth-child(1) a {
    padding-left: 68px;
    padding-right: 60px;
    background: url("../images/icon_web.png") no-repeat 40px 50% / 30px, #34afbc;
}
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@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;
  }
	
  .bnr_area {
    flex-direction: column;
	margin-bottom: 110px;
	padding: 0 5%;
  }

  .bnr_area > * {
    width: 100%;
	max-width: 100%;
  }
	
	
.top_reserve {
    padding: 54px 0 76px;
}
.tit_h2_reserve {
    font-size: 22px;
    letter-spacing: 0;
}
.reserve_box {
    padding: 46px 15px;
}
.reserve_box_contents {
    padding: 15px;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.6;
}
.reserve_bnr_02 {
    display: block;
    gap: 0 20px;
    padding-top: 31px;
}
.btn_reserve {
    margin-bottom: 5px;
}
.btn_reserve a {
    font-size: 18px;
    letter-spacing: 0;
    width: 100%;
    height: 100px;
    border-radius: 25px;
}
.btn_reserve:nth-child(2) a {
    font-size: 22px;
    letter-spacing: 0;
    padding-left: 68px;
    padding-right: 60px;
    background: url("../images/icon_tel.png") no-repeat 40px 50% / 30px, #6c493a;
}
.btn_reserve:nth-child(2) a span {
    display: none;
}
.tit_h2_sche h2 {
    font-size: 22px;
    letter-spacing: 0;
}
.tit_h2_sche p {
    font-size: 19px;
    letter-spacing: 0;
    padding-top: 6px;
    line-height: 1.5;
}
}

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

  *お知らせ

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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


/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
    position: relative;
    padding: 80px 0;
}
.top_news_left {
    position: relative;
    width: 18%;
}
.top_news_left .tit_h2_sche {
    padding: 79px 0 50px;
}
.top_news.pattern05 .btn01 {
  text-align: center;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_list li {
    padding: 14px 50px;
    margin-bottom: 17px;
}
.top_news.pattern05 .top_news_list li a {
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
    font-size: 20px;
    margin-right: 7px;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.top_news.pattern05 .top_news_list li em {
    text-align: center;
    display: inline-block;
    padding: 2px 10px;
    font-style: normal;
    margin-right: 10px;
    min-width: 110px;
    border-radius: 20px;
}
/* 本文を表示するお知らせ */
.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 {
    position: relative;
    padding-bottom: 76px;
}
.top_info.pattern05::after{
	position: absolute;
	content: "";
	background: url("../images/paz_02.png") no-repeat;
	width: 116px;
	height: 101px;
	right: 150px;
	top: 60%;
	animation: rotate360 3s linear infinite;
	z-index: -1;
}
.top_info.pattern05::before {
    position: absolute;
    content: "";
    background: url("../images/top_reserve_bg_left.png") no-repeat left bottom;
    width: 778px;
    height: 774px;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.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: 75%;
  }
  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f7f3ea;
    border-radius: 50px;
}

  /* 医院概要&アクセス */
  .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: 0;
    padding: 60px 0 30px;
}
  .top_news.pattern05 .btn01 {
    text-align: center;
  }
  .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;
  }
	
.top_news_left {
    width: 100%;
}
.top_news_left .tit_h2_sche {
    padding: 59px 0 30px;
}
.top_news.pattern05 .top_news_list li {
    padding: 10px 14px;
    margin-bottom: 17px;
    background: #f7f3ea;
    border-radius: 15px;
}
.top_news.pattern05 .top_news_list li span {
    font-size: 17px;
    letter-spacing: 0;
}
.top_news.pattern05 .top_news_list li a {
    font-size: 17px;
    letter-spacing: 0;
}
.top_news_list {
    margin-top: 25px;
}
.top_info.pattern05::before {
    background: url(../images/top_reserve_bg_left.png) no-repeat left bottom / contain;
    width: 250px;
    height: 250px;
}
}


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



.top_access_flex {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-top: 8px;
}

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

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
    position: relative;
    padding: 64px 0 356px;
    background: linear-gradient(45deg, #e0f2fe 25%, transparent 25%, transparent 50%, #e0f2fe 50%, #e0f2fe 75%, transparent 75%, transparent);
    background-size: 8px 8px;
}
.sec_top_doctor::before {
    position: absolute;
    content: "";
    background: url("../images/top_greeting_contents_paz.png") no-repeat 200px -70px,url("../images/top_greeting_contents_paz_02.png") no-repeat 105% calc(100% - 150px),#fff;
    min-width: 1200px;
    max-width: 1600px;
    height: calc(100% - 481px);
    left: 0;
    right: 0;
    top: 178px;
    margin: auto;
    z-index: 0;
}
.sec_top_doctor .home_inner{
	position: relative;
	z-index: 2;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
	position: relative;
    width: 42.5%;
    margin-bottom: 20px;
}
.top_doctor_name {
    position: absolute;
    text-align: center;
    width: 423px;
    height: 276px;
    background: url("../images/top_greeting_name_bg.png") no-repeat;
    padding: 108px 0 30px;
    color: #fff;
    top: 584px;
    left: 150px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_doctor_name::before {
    position: absolute;
    content: "日本整形外科学会専門医";
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    padding: 10px 15px;
    background: #6b493b;
    border-radius: 30px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
    top: 185px;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr {
    font-size: 15px;
    letter-spacing: 0.12em;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name {
    font-size: 26px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
.top_doctor_name .name span{
  font-size: 20px;
  padding-right: 15px;
}
.top_greeting_flex_text {
    width: 52.5%;
}
.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%;
    max-width: 350px;
    margin: 0 auto;
}

  .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;
  }
.top_doctor_name {
    position: relative;
    text-align: center;
    width: 300px;
    height: 276px;
    background: url(../images/top_greeting_name_bg.png) no-repeat center / contain;
    padding: 118px 0 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -80px;
}
.top_doctor_name::before {
    font-size: 13px;
    letter-spacing: 0;
    padding: 6px 10px;
    left: 0;
    right: 0;
    margin: auto;
    top: 185px;
}
.top_doctor_name .carr {
    font-size: 14px;
    letter-spacing: 0;
}
.top_doctor_name .name {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.5;
}
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
    flex-direction: row-reverse;
    padding-top: 80px;
}
.top_greeting_flex_text h3 {
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #705e4d;
    line-height: 1.5;
    margin-bottom: 47px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_greeting_flex_text p {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 2.18;
    font-weight: 700;
}
.top_greeting_flex_text .btn01 {
    padding-top: 32px;
}
.top_greeting_flex_text .btn01 a {
    min-width: 505px;
    text-align: center;
}
.top_doctor_img {
    position: relative;
    width: 615px;
    height: 754px;
    right: 43px;
    z-index: -1;
}
.top_doctor_img img{
	width: 615px;
	height: 754px;
}
/* ご挨拶パターン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;
  }
.top_doctor_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.top_doctor_img {
    width: 100%;
    height: auto;
    right: 0;
}
.top_greeting_flex_text .btn01 a {
    min-width: 100%;
    text-align: center;
}
.top_greeting_flex_text h3 {
    font-size: 20px;
    letter-spacing: 0;
}
.top_greeting_flex_text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.9;
    font-weight: 700;
}
.sec_top_doctor::before {
    height: calc(100% - 47px);
    min-width: 100%;
    max-width: 100%;
}
}


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

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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
    position: relative;
    padding: 85px 0 48px;
    background: url("../images/top_feature_bg_left.png") no-repeat 0% 54%,url("../images/top_feature_bg_right.png") no-repeat 100% 12%;
}

.top_feature_item {
  position: relative;
}

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


/* 当院の特徴パターン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 h2 {
    position: relative;
    font-size: 35px;
    letter-spacing: 0.12em;
    text-align: center;
}
.sec_top_feature h2 i {
    position: relative;
    font-style: normal;
    color: #478890;
    font-size: 58px;
    line-height: 1.0;
    top: 6px;
}
.sec_top_feature h2 span {
    display: table;
    margin: 0 auto;
    font-size: 26px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color: #fff;
    padding: 13px 35px;
    border-radius: 50px;
    background: repeating-linear-gradient(45deg, #6c493a, #6c493a 3px, #998471 3px, #998471 6px);
    margin-bottom: 12px;
}
.tit_h2_feature_en {
    position: relative;
    font-size: 135px;
    letter-spacing: 0.12em;
    color: #34afbc;
    text-align: center;
    line-height: 1.0;
    padding-top: 4px;
    padding-bottom: 64px;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 147px;
}
.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;
    top: -176px;
}
.sec_top_feature.pattern02 .top_feature_num::before {
    position: absolute;
    content: "";
    background: url("../images/feature_01_number_bg.png") no-repeat;
    width: 400px;
    height: 320px;
    left: -110px;
    top: -79px;
    z-index: -1;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(2) .top_feature_num::before {
    top: -99px;
}
.sec_top_feature.pattern02 .top_feature_num p {
    color: #fff;
    font-size: 120px;
    line-height: 1;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_img {
    position: relative;
    width: 509px;
    margin-right: 0;
    z-index: 2;
}
.sec_top_feature.pattern02 .top_feature_box {
    position: relative;
    width: 805px;
    margin-left: -115px;
    padding: 68px 48px 68px 20px;
    background: #f7f3ea;
}
.sec_top_feature.pattern02 .top_feature_box h3 {
    font-size: 26px;
    letter-spacing: 0.12em;
    color: #333;
    padding: 17px 120px;
    background: #fff;
    border-radius: 60px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_feature_text {
    position: relative;
    padding-left: 141px;
    padding-right: 34px;
}
.top_feature_text p {
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #333;
    font-weight: 700;
    padding-bottom: 40px;
}
.top_feature_btn {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.btn_feature a {
    position: relative;
    display: block;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #fff;
    background: #277d99;
    padding: 15px 30px 15px 10px;
    min-width: 275px;
    text-align: center;
    border-radius: 15px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.btn_feature a::before{
	position: absolute;
	content: "";
	background: url("../images/icon_arrow_normal_btn.png") no-repeat;
	width: 11px;
	height: 10px;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(even) .top_feature_box {
    left: 108px;
    padding: 68px 20px 68px 48px;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(even) .top_feature_box h3 {
    padding: 17px 120px 17px 30px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_text {
    padding-left: 34px;
    padding-right: 141px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
  margin-right: 0;
}
.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(2) .btn_feature a {
    background: #34afbc;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .btn_feature a {
    background: #4aba8f;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .btn_feature a {
    background: #98c149;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .btn_feature a {
    background: #e07962;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(6) .btn_feature a {
    background: #998471;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_num::before {
    background: url("../images/feature_02_number_bg.png") no-repeat;
    width: 401px;
    height: 320px;
    left: -149px;
    top: -74px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_num::before {
    background: url("../images/feature_03_number_bg.png") no-repeat;
    width: 402px;
    height: 320px;
    left: -109px;
    top: -84px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .top_feature_num::before {
    background: url("../images/feature_04_number_bg.png") no-repeat;
    width: 402px;
    height: 320px;
    left: -159px;
    top: -74px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .top_feature_num::before {
    background: url("../images/feature_05_number_bg.png") no-repeat;
    width: 402px;
    height: 320px;
    left: -109px;
    top: -84px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(6) .top_feature_num::before {
    background: url("../images/feature_06_number_bg.png") no-repeat;
    width: 402px;
    height: 320px;
    left: -159px;
    top: -74px;
}
@media screen and (min-width: 641px) and (max-width: 1430px) {
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    left: auto;
    right: 100px;
}	
}
@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%;
    padding: 15px;
    margin: 0;
}
  .sec_top_feature.pattern02 .top_feature_item:nth-child(even) .top_feature_box {
    left: 0;
    padding: 15px;
}
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_text {
    padding-left: 15px;
    padding-right: 15px;
}
  .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;
    padding-left: 27px;
}
	
.sec_top_feature h2 span {
    font-size: 20px;
    letter-spacing: 0;
    padding: 10px 15px;
    border-radius: 50px;
}
.sec_top_feature h2 {
    font-size: 24px;
    letter-spacing: 0;
}
.tit_h2_feature_en {
    font-size: 35px;
    letter-spacing: 0;
    padding-bottom: 64px;
}
.sec_top_feature.pattern02 .top_feature_num {
    left: 30px;
    top: -36px;
}
.sec_top_feature.pattern02 .top_feature_num p {
    font-size: 40px;
}
.sec_top_feature.pattern02 .top_feature_num::before {
    background: url("../images/feature_01_number_bg.png") no-repeat center / contain;
    width: 140px;
    height: 110px;
    left: -30px;
    top: -13px;
}
.sec_top_feature.pattern02 .top_feature_box h3 {
    font-size: 19px;
    letter-spacing: 0;
    padding: 15px;
    border-radius: 10px;
}
.top_feature_text {
    padding-left: 15px;
    padding-right: 15px;
}
.top_feature_text p {
    font-size: 17px;
    letter-spacing: 0;
}
.top_feature_btn {
    position: relative;
    display: block;
}
.top_feature_btn .btn_feature {
    margin-bottom: 4px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(2) .top_feature_num::before {
    background: url("../images/feature_02_number_bg.png") no-repeat center / contain;
    width: 121px;
    height: 100px;
    left: -20px;
    top: -24px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(3) .top_feature_num::before {
    background: url("../images/feature_03_number_bg.png") no-repeat center / contain;
    width: 112px;
    height: 90px;
    left: -20px;
    top: -14px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .top_feature_num::before {
    background: url("../images/feature_04_number_bg.png") no-repeat center / contain;
    width: 132px;
    height: 110px;
    left: 0;
    top: -26px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(4) .top_feature_num {
    padding-left: 49px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(5) .top_feature_num::before {
    background: url("../images/feature_05_number_bg.png") no-repeat center / contain;
    width: 132px;
    height: 110px;
    left: 0;
    top: -24px;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(5) .top_feature_num {
    padding-left: 24px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(6) .top_feature_num::before {
    background: url("../images/feature_06_number_bg.png") no-repeat center / contain;
    width: 142px;
    height: 110px;
    left: 0;
    top: -24px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(6) .top_feature_num {
    padding-left: 53px;
}
.btn_feature a {
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 30px 12px 10px;
    min-width: 100%;
}
.sec_top_feature.pattern02 .top_feature_item:nth-child(even) .top_feature_box h3 {
    padding: 15px;
}
.sec_top_feature.pattern02 .top_feature_item {
    max-width: 350px;
    margin: 0 auto 87px;
}
}


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

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

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
    position: relative;
    padding: 32px 0 50px;
	background: url("../images/top_medical_bg.jpg") no-repeat top center / cover;
}
.sec_top_medical::after{
	position: absolute;
	content: "";
	background: url("../images/paz_02.png") no-repeat;
	width: 116px;
	height: 101px;
	left: 150px;
	top: 40%;
	animation: rotate360 3s linear infinite;
	z-index: 0;
}
.sec_top_medical::before{
	position: absolute;
	content: "";
	background: url("../images/top_medical_giza.png") no-repeat top center / cover;
	width: 100%;
	height: 150px;
	left: 0;
	top: -120px;
}
.tit_h2_medical {
    position: relative;
    text-align: center;
}
.tit_h2_medical h2 {
    font-size: 34px;
    letter-spacing: 0.12em;
    color: #333;
    line-height: 1.5;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_medical p {
    font-size: 135px;
    letter-spacing: 0.12em;
    color: #34afbc;
    line-height: 1.0;
    padding-top: 18px;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex {
    position: relative;
    justify-content: center;
    gap: 0 46px;
    padding-top: 60px;
    z-index: 2;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
    position: relative;
    width: 365px;
    margin-bottom: 50px;
}
.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;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    position: absolute;
    margin-bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 2;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) a .item_img{
	top: -31px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) a .item_img{
	top: -31px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) a .item_img{
	top: -31px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    margin: 0 auto 17px;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
    background: #277d99;
    border-radius: 40px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) a h3{
	background: #34afbc;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) a h3{
	background: #4aba8f;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) a h3{
	background: #98c149;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5) a h3{
	background: #e07962;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) a h3{
	background: #998471;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
    text-align: center;
    color: #fff;
    background: #277d99;
    padding: 7px 15px;
    margin: auto auto 0;
    transition: 0.2s;
    font-size: 18px;
    letter-spacing: 0.12em;
    width: 60%;
    border-radius: 15px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) a .btn01 {
    background: #34afbc;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) a .btn01 {
    background: #4aba8f;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) a .btn01 {
    background: #98c149;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5) a .btn01 {
    background: #e07962;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) a .btn01 {
    background: #998471;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  opacity: 0.7;
}
.top_medical_content {
    position: relative;
    padding: 105px 28px 42px;
    margin-top: 75px;
    height: 501px;
    background: #fff;
}
.top_medical_content .list03 {
    padding-top: 0;
    margin-top: -3px;
    margin-bottom: 38px;
    height: 200px;
}
.top_medical_content .list03 li {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    padding: 9px 0 9px 25px;
    border-bottom: 2px dashed #c7dae4;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) .top_medical_content .list03 li{
	border-bottom: 2px dashed #cadbe0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) .top_medical_content .list03 li{
	border-bottom: 2px dashed #add7c7;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) .top_medical_content .list03 li{
	border-bottom: 2px dashed #cfdaba;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5) .top_medical_content .list03 li{
	border-bottom: none;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) .top_medical_content .list03 li{
	border-bottom: 2px dashed #d6c7b9;
}
.top_medical_content .list03 li::before {
    position: absolute;
    content: "";
    background: #277d99;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 8px;
    top: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) .top_medical_content .list03 li::before {
    background: #34afbc;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) .top_medical_content .list03 li::before {
    background: #4aba8f;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(4) .top_medical_content .list03 li::before {
    background: #98c149;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(5) .top_medical_content .list03 li::before {
    background: #e07962;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(6) .top_medical_content .list03 li::before {
    background: #998471;
}
@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
.tit_h2_medical h2 {
    font-size: 20px;
    letter-spacing: 0;
}
.tit_h2_medical p {
    font-size: 25px;
    letter-spacing: 0;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 20px;
    letter-spacing: 0;
}
.top_medical_content .list03 li {
    font-size: 16px;
    letter-spacing: 0;
}
.top_medical_content {
    padding: 105px 28px 42px;
    height: auto;
}
.top_medical_content .list03 {
    height: auto;
}
.sec_top_medical {
    padding: 32px 0 20px;
}
.sec_top_medical::before {
    top: -20px;
}
}


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

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


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

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

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
    position: relative;
    padding-top: 34px;
    padding-bottom: 80px;
    margin-top: -170px;
}
.sec_top_column::before {
    position: absolute;
    content: "";
    background: url("../images/top_greeting_bg_bottom.png") no-repeat;
    width: 100%;
    height: 533px;
    top: -42px;
    left: 0;
}
.column_list_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
    padding-top: 52px;
}
.column_list_flex dl {
  width: 288px;
  margin-bottom: 20px;
}
.column_list_flex dt {
    background: #34afbc;
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.12em;
    padding: 8px 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.column_list_flex dd {
    padding: 0;
    margin-top: 6px;
}
.column_list_flex dd ul li {
    position: relative;
    line-height: 2;
    display: flex;
    align-items: baseline;
    padding: 14px;
    margin-bottom: 4px;
    background: #f7f3ea;
}
.column_list_flex dd ul li::before {
  position: absolute;
  content: "";
	background: url("../images/icon_arrow_column.png") no-repeat;
	width: 13px;
	height: 12px;
	left: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.column_list_flex dd ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--text-color);
    display: block;
    padding-left: 35px;
    font-weight: 700;
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

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

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}

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