@charset "UTF-8";
/* CSS Document */

/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *バナー（スライダー）
  - *スマホのみのエリア
	- *診療案内
	- *ピックアップ
	- *当院の特徴
	- *インスタグラム
  - *お知らせ
  - *ご挨拶
  - *医療コラム
  - *ループスライダー
--------------------- */

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

  *共通設定

==================================================================================================================================*/
/*---------- inner ----------*/
.home_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*---------- タイトル ----------*/
/* 英語 */
.top_tit_en_box {
  position: relative;
  margin-bottom: 6px;
}

.top_tit_en {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--sub-color);
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}

.top_tit_en::before {
  display: block;
	flex-shrink: 0;
  position: relative;
  top: 1px;
  transform: rotateY(180deg);
  width: 194px;
  height: 53px;
  margin-right: 68px;
  background: url("../images/tit_decor01.svg") no-repeat center / contain;
  content: "";
}

.top_tit_en::after {
  display: block;
	flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 194px;
  height: 53px;
  margin-left: 52px;
  background: url("../images/tit_decor01.svg") no-repeat center / contain;
  content: "";
}

/* ミントグリーン+シアン */
.top_tit_en_box01 .top_tit_en span:nth-child(odd) {
  color: var(--sub-color);
}

.top_tit_en_box01 .top_tit_en span:nth-child(even) {
  color: var(--main-color);
}

/* アプリコット+ピンク */
.top_tit_en_box02 .top_tit_en span:nth-child(odd) {
  color: var(--sub-color2);
}

.top_tit_en_box02 .top_tit_en span:nth-child(even) {
  color: #fc9491;
}

/* 日本語 */
main h2 {
  color: var(--tit-color);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.28em;
  text-align: center;
}

/* ボタン */
main .btn01 a {
	margin: 0;
}

/* ==============================================
  *SP 共通設定
============================================== */
@media screen and (max-width: 640px) {
	/*---------- inner ----------*/
  .home_inner {
    padding: 0 5%;
  }

  /*---------- h1 ----------*/
  h1 {
		background: none;
  }

	/*---------- タイトル ----------*/
	/* 英語 */
	.top_tit_en {
		font-size: 42px;
	}

  .top_tit_en::before {
    width: 114px;
    height: 31px;
    margin-right: 10px;
  }

  .top_tit_en::after {
    top: 1px;
    width: 114px;
    height: 31px;
    margin-left: 6px;
  }

	main h2 {
		font-size: 22px;
	}

	main h3 {
	}
}

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

  *メインビジュアル

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

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

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

/* キャッチコピー */
.main_catch {
	display: flex;
	flex-flow: column;
	gap: 18px;
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.catchcopy_tit {
  display: block;
  text-align: center;
}

.catchcopy_tit span {
  display: inline-block;
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(123, 206, 217, 1), 0 0 6px rgba(123, 206, 217, 1), 0 0 8px rgba(123, 206, 217, 1), 0 0 11px rgba(123, 206, 217, 1), 0 0 15px rgba(123, 206, 217, 1);
}

.catchcopy_text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.catchcopy_text span {
  display: inline-block;
  color: #79c8cb;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* キャッチコピー(スライドごと) */
.slide_catch {
  display: inline-block;
  position: absolute;
	top: 200px;
  left: calc((100% - 1200px) / 2);
	z-index: 1;
  padding: 15px 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #79c8cb;
	font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 28px;
  line-height: 2;
	letter-spacing: 0.1em;
}

/* 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 {
  width: auto;
	max-height: 100%;
}

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

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

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  .home_mv {
    height: 560px;
  }

  .home_mv_main {
    width: 100%;
  }

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

  /* キャッチフレーズ */
  .main_catch {
		justify-content: flex-end;
		gap: 20px;
    top: 0;
    bottom: 0;
		left: 0;
    right: 0;
    width: auto;
		max-width: 100%;
    height: 560px;
		margin: auto;
    padding: 10px 10px 25px;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }
	
	.catchcopy_text {
		padding: 15px 20px;
	}

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

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

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

  *バナー（スライダー）

==================================================================================================================================*/
.sec_top_bnr {
	position: relative;
}

.top_bnr_wrap {
	position: absolute;
	top: -260px;
	left: 0;
	right: 0;
	width: 960px;
	margin: auto;
}

.bnr_slider {
	position: relative;
	visibility: hidden;
}

.bnr_slider .slick-track {
	display: flex!important;
	align-items: stretch;
	gap: 0 20px;
}

.bnr_slider .slick-prev,
.bnr_slider .slick-next {
	top: 50%!important;
	width: 24px!important;
	height: 24px!important;
}

.bnr_slider .slick-prev {
	left: -25px!important;
}

.bnr_slider .slick-next {
	right: -25px!important;
}

.bnr_slider .slick-prev::before,
.bnr_slider .slick-next::before {
	opacity: 1!important;
	color: rgba(255, 255, 255, 0.9)!important;
	font-size: 24px!important;
}

.bnr_slider .slick-prev:hover::before,
.bnr_slider .slick-next:hover::before {
	color: rgba(123, 206, 217, 0.9)!important;
}

.top_bnr_item {
	width: 306px!important;
	height: auto!important;
}

.top_bnr_item:last-child {
	margin-right: 0;
}

.top_bnr_item a {
	display: block;
}

.top_bnr_item a:hover {
	opacity: 0.8;
}

.top_bnr_item figure {
	height: auto;
}

.top_bnr_item figure img {
	display: block;
	width: 100%;
	height: auto;
}

.bnr_slider .slick-dots {
	bottom: -35px!important;
}

.bnr_slider .slick-dots li button::before {
	opacity: 1!important;
	color: rgba(255, 255, 255, 0.9)!important;
}

.bnr_slider .slick-dots li.slick-active button::before {
	color: rgba(123, 206, 217, 0.9)!important;
}

/* ==============================================
  *SP バナー（スライダー）
============================================== */
@media screen and (max-width: 640px) {
	.sec_top_bnr .home_inner {
		padding: 20px 5%;
	}

  .top_bnr_wrap {
		position: static;
		width: 100%;;
	}

	.bnr_slider .slick-prev {
		left: 5px!important;
		z-index: 1!important;
	}

	.bnr_slider .slick-next {
		right: -8px!important;
		z-index: 1!important;
	}

	.bnr_slider .slick-prev::before,
	.bnr_slider .slick-next::before {
		color: rgba(123, 206, 217, 0.9)!important;
	}

	.bnr_slider .slick-prev:hover::before,
	.bnr_slider .slick-next:hover::before {
		color: rgba(123, 206, 217, 0.8)!important;
	}

  .top_bnr_item {
		width: 100%!important;
	}

	.bnr_slider .slick-dots {
		bottom: -30px!important;
	}

  .bnr_slider .slick-dots li {
    width: 12px!important;
    height: 12px!important;
  }

  .bnr_slider .slick-dots li button {
    width: 12px!important;
    height: 12px!important;
  }

	.bnr_slider .slick-dots li button::before {
    width: 12px!important;
    height: 12px!important;
		color: rgba(232, 232, 232, 0.9)!important;
    font-size: 10px!important;
    line-height: 15px!important;
	}
}

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

  *スマホのみのエリア

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

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

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

  *診療案内

==================================================================================================================================*/
/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical {
	position: relative;
	background: var(--bg-color2);
}

.sec_top_medical .home_inner {
	padding: 100px 0 80px;
}

.sec_top_medical h2 {
  margin-bottom: 32px;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 68px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 248px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  margin: 0 auto 15px;
  text-align: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .item_img {
  opacity: 0.8;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  position: relative;
  margin-bottom: 20px;
  color: #7bd9d8;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.12;
  text-align: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3::after {
  display: block;
  position: relative;
  left: 3px;
  margin: 12px auto 0;
  width: 70px;
  height: 14px;
  background: url("../images/line_sqdot01.svg") no-repeat center / contain;
  content: "";
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  color: var(--text-color);
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover p {
  color: #7bd9d8;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p.top_medical_menu_en_title {
  margin-bottom: 20px;
  color: #7bd9d8!important;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list {
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: fit-content;
  margin: 0 auto;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list li {
  position: relative;
  padding-left: 30px;
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .top_medical_list li {
  color: #7bd9d8;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 19px;
  background: url("../images/check01.svg") no-repeat center / contain;
  content: "";
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn {
	position: relative;
  margin-top: auto;
  padding-top: 22px;
	text-align: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn span {
  display: inline-block;
  position: relative;
  padding: 12px 54px 12px 50px;
  border-radius: 25px;
	border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: 0.2s;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn span::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/arrow.svg") no-repeat center / contain;
  content: "";
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .top_medical_btn span {
  background: #fff;
  color: var(--main-color);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .top_medical_btn span::before {
  background: url("../images/arrow_cyan.svg") no-repeat center / contain;
}

/* 2段目 */
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(n+5) a .top_medical_btn {
  padding-top: 47px;
}

/* 偶数 */
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a h3 {
  color: var(--sub-color2);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a h3::after {
  background: url("../images/line_sqdot02.svg") no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a:hover p {
  color: var(--sub-color2);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a p.top_medical_menu_en_title {
  color: var(--sub-color2)!important;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a:hover .top_medical_list li {
  color: var(--sub-color2);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a .top_medical_list li::before {
  background: url("../images/check02.svg") no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a .top_medical_btn span {
	border: 1px solid var(--sub-color2);
  background: var(--sub-color2);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a .top_medical_btn span::before {
  background: url("../images/arrow.svg") no-repeat center / contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a:hover .top_medical_btn span {
  background: #fff;
  color: var(--sub-color2);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a:hover .top_medical_btn span::before {
  background: url("../images/arrow_apricot.svg") no-repeat center / contain;
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
	.sec_top_medical .home_inner {
		padding: 50px 5% 60px;
	}

	.sec_top_medical .sec_top_medical_flex {
		gap: 40px 20px;
	}

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 45%;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 20px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3::after {
    margin: 6px auto 0;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list {
    gap: 10px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list li {
    padding-left: 25px;
    font-size: 14px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_list li::before {
    top: 3px;
    width: 17px;
    height: 15px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn {
    padding-top: 20px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn span {
    padding: 10px 32px 10px 22px;
    font-size: 12px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_btn span::before {
    right: 12px;
    width: 14px;
    height: 14px;
  }
}

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

  *ピックアップ

==================================================================================================================================*/
.sec_top_pickup {
  position: relative;
}

.sec_top_pickup::before {
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	max-width: 1880px;
	height: 12px;
	margin: auto;
	background: url("../images/line_semi_c.svg") repeat-x left bottom / contain;
	content: "";
}

.sec_top_pickup::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	max-width: 1880px;
	height: 12px;
	margin: auto;
	background: url("../images/line_semi_c.svg") repeat-x left bottom / contain;
	content: "";
}

.sec_top_pickup .home_inner {
  max-width: none;
  padding: 0;
}

.sec_top_pickup .top_tit_en_box,
.sec_top_pickup h2 {
  display: none;
}

.top_pickup_item {
  position: relative;
  padding: 80px 0 48px;
  background: url("../images/top_pickup_bg01.jpg") no-repeat center / cover;
}

.top_pickup_detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_pickup_img {
  position: relative;
  width: 46.7%;
  min-width: 560px;
}

.top_pickup_img figure {
  position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.top_pickup_img figure::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95.4%;
  height: 94.9%;
  margin: auto;
  border-radius: 20px;
  border: 4px dotted #fff;
  content: "";
}

/* 表示が必要な場合は削除してください */
.top_pickup_num {
	display: none;
}

/* 表示が必要な場合はコメントアウトを解除してください */
/*.top_pickup_num {
  position: absolute;
	bottom: 25px;
  right: 20px;
	z-index: 1;
}

.top_pickup_num p {
  color: var(--main-color);
	font-family: "urw-din", sans-serif;
	font-weight: 600;
	font-style: normal;
  font-size: 70px;
  line-height: 1;
	letter-spacing: 0.06em;
}

.top_pickup_num p em {
  font-style: normal;
}*/

.top_pickup_box {
  flex: 1;
  position: relative;
  padding: 48px 0 0 68px;
}

.top_pickup_tit {
  position: relative;
  margin-bottom: 32px;
}

.top_pickup_tit::before {
  position: absolute;
  top: -58px;
  left: -10px;
  width: 145px;
  height: 69px;
  background: url("../images/pickup_bubble.svg") no-repeat center / contain;
  content: "";
}

.top_pickup_tit::after {
  position: absolute;
  bottom: 3px;
  right: 71px;
  width: 71px;
  height: 97px;
  background: url("../images/logo_decor04.svg") no-repeat center / contain;
  content: "";
}

.top_pickup_tit h3 {
  color: var(--text-color);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}

.top_pickup_tit h3 span {
  position: relative;
}

.top_pickup_tit h3 span::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../images/line_dot.png") repeat-x left bottom / contain;
  content: "";
}

.top_pickup_tit h3 span:first-child em {
  color: #1ab5d4;
}

.top_pickup_tit h3 span:last-child em {
  color: #ff8d40;
}

.top_pickup_text {
  color: var(--text-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.top_pickup_list_box {
  margin: 38px 0 40px;
  padding: 0 21px 0 0;
}

.top_pickup_list {
  position: relative;
  padding: 50px 37px 27px;
  border-radius: 15px;
  box-shadow: 0px 0px 16px 0px rgba(255, 222, 90, 0.7);
  background: #fff;
}

.top_pickup_list::before {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  width: 271px;
  height: auto;
  margin: auto;
	aspect-ratio: 271 / 56;
  background: url("../images/frame01.png") no-repeat center / contain;
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  content: "こんな方におすすめ";
}

.top_pickup_list li {
  position: relative;
  color: var(--text-color);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top_pickup_list li span {
  margin-right: 6px;
  color: var(--sub-color2);
  font-size: 111%;
}

.top_pickup_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 20px;
	padding: 0 25px 0 0;
}

.top_pickup_text .btn01 {
	width: 240px;
}

.top_pickup_text .btn01 a {
	width: 100%;
  padding: 12px 50px;
}

/* 左右互い違いパターン */
.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) {
	padding: 50px 0 80px;
  background: url("../images/top_pickup_bg02.jpg") no-repeat center / cover;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_detail {
  flex-direction: row-reverse;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_num p {
  color: var(--sub-color);
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_box {
  padding: 48px 70px 0 0;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit {
	margin-bottom: 35px;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit::before {
	left: 0;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit::after {
	bottom: -20px;
	right: 42px;
	width: 173px;
	height: 49px;
	background: url("../images/logo_decor05.svg") no-repeat center / contain;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit h3 span:first-child em {
  color: #82d54f;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit h3 span:last-child em {
  color: #1ab5d4;
}

.top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_btn {
	margin-top: 32px;
	padding: 0;
}

/* ==============================================
  *SP ピックアップ
============================================== */
@media screen and (max-width: 640px) {
  .sec_top_pickup::before {
    top: -5px;
    max-width: none;
    height: 8px;
  }

  .sec_top_pickup::after {
    bottom: -2px;
    max-width: none;
    height: 8px;
  }

  .top_pickup_item {
    padding: 50px 0;
    background: url("../images/top_pickup_bg01_sp.jpg") no-repeat right top / cover;
  }
  
  .top_pickup_detail {
    flex-direction: column;
    padding: 0 5%;
  }

  .top_pickup_img {
    width: 100%;
    min-width: auto;
  }

  .top_pickup_box {
    width: 100%;
    padding: 25px 0 0;
  }

  .top_pickup_tit::before {
    display: block;
    position: static;
    width: 115px;
    height: 55px;
    margin: 0;
  }

  .top_pickup_tit::after {
    bottom: -5px;
    right: 0;
    width: 51px;
    height: 70px;
  }

  .top_pickup_tit h3 {
    padding-right: 80px;
    font-size: 20px;
  }

  .top_pickup_tit h3 span::before {
    bottom: -5px;
  }

  .top_pickup_text {
    font-size: 14px;
  }

  .top_pickup_list_box {
    margin: 40px 0 30px;
    padding: 0;
  }

  .top_pickup_list {
    padding: 50px 5% 25px;
  }

  .top_pickup_list::before {
    top: -15px;
    width: 261px;
    font-size: 16px;
  }

  .top_pickup_list li {
    font-size: 15px;
  }

  .top_pickup_btn {
    gap: 10px 10px;
    padding: 0;
  }

  .top_pickup_text .btn01 {
    width: 48%;
  }

  .top_pickup_text .btn01 a {
    width: 100%;
    padding: 12px 30px 12px 20px;
    font-size: 12px;
  }

  .top_pickup_text .btn01 a::before {
    right: 10px;
    width: 15px;
    height: 15px;
  }

  /* 左右互い違いパターン */
  .top_pickup_wrap.reverse .top_pickup_item:nth-child(even) {
    padding: 50px 0;
    background: url("../images/top_pickup_bg02_sp.jpg") no-repeat left top / cover;
  }

  .top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_box {
    padding: 25px 0 0;
  }

  .top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit {
    margin-bottom: 32px;
  }

  .top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_tit::after {
    bottom: 5px;
    right: 0;
    width: 123px;
    height: 35px;
  }

  .top_pickup_wrap.reverse .top_pickup_item:nth-child(even) .top_pickup_btn {
    margin-top: 30px;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature {
  position: relative;
	background: var(--bg-color);
}

.sec_top_feature .home_inner {
	padding: 65px 0 75px;
}

.top_feature_item {
  position: relative;
}

.sec_top_feature.pattern02 h2 {
  margin-bottom: 40px;
}

.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.sec_top_feature.pattern02 .top_feature_item:not(:last-child) {
	margin-bottom: 58px;
}

.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 55%;
	min-width: 660px;
}

.sec_top_feature.pattern02 .top_feature_img figure {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #ffde5a;
}

.sec_top_feature.pattern02 .top_feature_img figure img {
	border-radius: 50px;
}

.sec_top_feature.pattern02 .top_feature_box {
	display: flex;
  flex-flow: column;
  flex: 1;
	position: relative;
	width: calc(100% + 43px);
	height: 100%;
	min-height: 392px;
	margin: 103px 0 0 -43px;
	padding: 53px 0 33px;
	border-radius: 20px;
	border: 6px solid rgba(255, 222, 90, 0.8);
  background: rgba(255, 255, 255, 0.9) url("../images/tribal_mountain.png") no-repeat right 23px bottom 20px;
	color: var(--text-color);
	font-weight: 500;
  font-size: 100%;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.sec_top_feature.pattern02 .top_feature_box::before {
	position: absolute;
	top: -56px;
	right: 22px;
	width: 126px;
	height: 76px;
	background: url("../images/logo_decor01.svg") no-repeat center / contain;
	content: "";
}

.sec_top_feature.pattern02 .top_feature_num_box {
	display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
	top: -108px;
  left: 0;
  right: 0;
  z-index: 1;
	width: 175px;
	margin: auto;
	aspect-ratio: 175 / 154;
	background: url("../images/frame02.png") no-repeat center / contain;
	text-align: center;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt {
  color: #e56d6a;
  font-family: "urw-din", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span {
	color: inherit;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(2) {
	color: #f4a773;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(3) {
	color: #f0c83e;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(4) {
	color: #a0d19d;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(5) {
	color: #5ab8cc;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(6) {
	color: #aea0cd;
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt span:nth-of-type(7) {
	color: var(--sub-color3);
}

.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num {
  color: var(--text-color);
  font-family: "urw-din", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.sec_top_feature.pattern02 .top_feature_box .top_feature_text {
	padding: 0 45px;
}

.sec_top_feature.pattern02 .top_feature_box h3 {
	position: relative;
	margin-bottom: 4px;
	padding: 0 20px;
	color: var(--text-color);
  font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.12em;
  text-align: center;
}

.sec_top_feature.pattern02 .top_feature_box h3::after {
	display: block;
	position: relative;
	left: 4px;
	width: 70px;
  height: 14px;
	margin: 8px auto 0;
	background: url("../images/line_sqdot02.svg") no-repeat center / contain;
	content: "";
}

.sec_top_feature.pattern02 .top_feature_box h3 span {
	color: #ff8d40;
	font-size: 138%;
}

.sec_top_feature.pattern02 .top_feature_box .top_feature_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px 20px;
}

.sec_top_feature.pattern02 .top_feature_box .btn01 {
	width: 230px;
	margin: auto auto 0;
	text-align: center;
}

/* アプリコット */
.sec_top_feature.pattern02 .top_feature_box .btn01 a {
	width: 100%;
	border: 1px solid var(--sub-color2);
  background: var(--sub-color2);
}

.sec_top_feature.pattern02 .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color2);
}

.sec_top_feature.pattern02 .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_apricot.svg") no-repeat center / contain;
}

/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img figure {
	background: #9bece1;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box {
	margin: 103px -43px 0 0;
	border: 6px solid rgba(155, 236, 225, 0.8);
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box::before {
	top: -72px;
	left: 40px;
	right: auto;
	width: 121px;
	height: 79px;
	background: url("../images/logo_decor02.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box h3::after {
	background: url("../images/line_sqdot03.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box h3 span {
	color: #82d54f;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .top_feature_btn {
	margin: 42px auto 0;
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .btn01 {
	margin: 0;
}

/* ミントグリーン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .btn01 a {
	border: 1px solid var(--sub-color);
  background: var(--sub-color);
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color);
}

.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_mintgreen.svg") no-repeat center / contain;
}

/* 3番目 */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_img figure {
	background: #ecc9f3;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box {
	border: 6px solid rgba(236, 201, 243, 0.8);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box::before {
	top: -123px;
	right: 54px;
	width: 96px;
	height: 136px;
	background: url("../images/logo_decor03.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box h3::after {
	background: url("../images/line_sqdot04.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box h3 span {
	color: #ff7070;
}

/* ピンク */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box .btn01 a {
	border: 1px solid var(--sub-color3);
  background: var(--sub-color3);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color3);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_pink.svg") no-repeat center / contain;
}

/* 4番目 */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_img figure {
	background: #ffde5a;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box {
	border: 6px solid rgba(255, 222, 90, 0.8);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box::before {
	top: -77px;
	left: auto;
	right: 22px;
	width: 126px;
	height: 76px;
	background: url("../images/logo_decor01.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box h3 {
	letter-spacing: 0.025em;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box h3::after {
	background: url("../images/line_sqdot02.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box h3 span {
	color: #ff8d40;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box .btn01 {
	margin: auto auto 0;
}

/* アプリコット */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box .btn01 a {
	border: 1px solid var(--sub-color2);
  background: var(--sub-color2);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color2);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_apricot.svg") no-repeat center / contain;
}

/* 5番目 */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_img figure {
	background: #9bece1;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box {
	border: 6px solid rgba(155, 236, 225, 0.8);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box::before {
	top: -66px;
	right: auto;
	left: 35px;
	width: 121px;
	height: 79px;
	background: url("../images/logo_decor02.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box h3::after {
	background: url("../images/line_sqdot03.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box h3 span {
	color: #82d54f;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box .top_feature_btn {
	margin: 84px auto 0;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box .btn01 {
	margin: 0;
}

/* ミントグリーン */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box .btn01 a {
	border: 1px solid var(--sub-color);
  background: var(--sub-color);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_mintgreen.svg") no-repeat center / contain;
}

/* 6番目 */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_img figure {
	background: #ecc9f3;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box {
	border: 6px solid rgba(236, 201, 243, 0.8);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box::before {
	top: -123px;
	left: auto;
	right: 54px;
	width: 96px;
	height: 136px;
	background: url("../images/logo_decor03.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box h3::after {
	background: url("../images/line_sqdot04.svg") no-repeat center / contain;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box h3 span {
	color: #ff7070;
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box .btn01 {
	margin: auto auto 0;
}

/* ピンク */
.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box .btn01 a {
	border: 1px solid var(--sub-color3);
  background: var(--sub-color3);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box .btn01 a:hover {
	background: #fff;
	color: var(--sub-color3);
}

.top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box .btn01 a:hover::before {
	background: url("../images/arrow_pink.svg") no-repeat center / contain;
}

/* ==============================================
  *SP 当院の特徴
============================================== */
@media screen and (max-width: 640px) {
	.sec_top_feature .home_inner {
		padding: 50px 5% 60px;
	}

	.sec_top_feature.pattern02 h2 {
		margin-bottom: 32px;
	}

  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }

	.sec_top_feature.pattern02 .top_feature_item:not(:last-child) {
		margin-bottom: 50px;
	}

  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    min-width: auto;
  }

  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
		min-height: auto;
		margin: 60px auto 0;
		padding: 50px 5%;
  }

	.sec_top_feature.pattern02 .top_feature_box::before {
		top: -40px;
		right: 0;
		width: 96px;
		height: 58px;
	}

	.sec_top_feature.pattern02 .top_feature_num_box {
		top: -50px;
		right: auto;
		width: 95px;
	}

	.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num_txt {
		font-size: 14px;
	}

	.sec_top_feature.pattern02 .top_feature_num_box .top_feature_num {
		font-size: 34px;
	}

  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin-bottom: 20px;
		padding: 0;
		font-size: 20px;
  }

	.sec_top_feature.pattern02 .top_feature_box h3::after {
		margin: 4px auto 0;
	}

	.sec_top_feature.pattern02 .top_feature_box h3 span {
		display: block;
		font-size: 128%;
	}

	.sec_top_feature.pattern02 .top_feature_box .top_feature_text {
		padding: 0;
	}

  .sec_top_feature.pattern02 .top_feature_box .btn01 {
		margin: 40px auto 0;
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box {
    margin: 60px auto 0;
  }

	.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box::before {
		top: -50px;
		left: auto;
		right: 0;
		width: 101px;
		height: 67px;
	}

	/* 2番目 */
	.top_feature_wrap.reverse .top_feature_item:nth-of-type(2) .top_feature_box h3 span {
		display: inline-block;
	}

  /* 3番目 */
  .top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box::before {
    top: -62px;
    right: 0;
    width: 76px;
    height: 108px;
  }

	.top_feature_wrap.reverse .top_feature_item:nth-of-type(3) .top_feature_box h3 span {
		display: inline-block;
	}

  /* 4番目 */
  .top_feature_wrap.reverse .top_feature_item:nth-of-type(4) .top_feature_box::before {
    top: -40px;
		right: 0;
		width: 96px;
		height: 58px;
  }

  /* 5番目 */
  .top_feature_wrap.reverse .top_feature_item:nth-of-type(5) .top_feature_box::before {
    top: -50px;
		left: auto;
		right: 0;
		width: 101px;
		height: 67px;
  }

  /* 6番目 */
  .top_feature_wrap.reverse .top_feature_item:nth-of-type(6) .top_feature_box::before {
    top: -62px;
    right: 0;
    width: 76px;
    height: 108px;
  }
}

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

  *インスタグラム

==================================================================================================================================*/
.sec_top_instagram {
	position: relative;
	background: url("../images/bg_patt.jpg") no-repeat center / cover;
}

.sec_top_instagram .home_inner {
	padding: 65px 0 82px;
}

.sec_top_instagram .top_tit_en_box {
	margin-bottom: 17px;
}

.sec_top_instagram h2 {
	margin-bottom: 25px;
}

.top_instagram_item {
	margin-bottom: 52px;
}

.top_instagram_item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_instagram_item ul li {
	width: 220px;
}

.top_instagram_item ul li a {
	display: block;
}

.top_instagram_item ul li a:hover {
	opacity: 0.8;
}

.sec_top_instagram .btn01 {
	text-align: center;
}

.sec_top_instagram .btn01 a {
	padding: 12px 44px 12px 25px;
}

.sec_top_instagram .btn01 a::before {
	right: 15px;
}

/* ==============================================
  *SP インスタグラム
============================================== */
@media screen and (max-width: 640px) {
  .sec_top_instagram {
    background: url("../images/bg_patt_sp.jpg") no-repeat left top / cover;
  }

  .sec_top_instagram .home_inner {
    padding: 50px 5% 60px;
  }

  .sec_top_instagram h2 {
    margin-bottom: 32px;
  }

  .top_instagram_item {
    margin-bottom: 50px;
  }

  .top_instagram_item ul {
    justify-content: center;
    gap: 20px;
  }

  .top_instagram_item ul li {
    width: 40%;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンA(pattern01) */
/* お知らせのみ */
.top_news.pattern01 {
  position: relative;
	margin-bottom: 52px;
	background: var(--bg-color);
}

.top_news.pattern01 .home_inner {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	padding: 79px 0 80px;
}

.top_news.pattern01 .top_news_left {
	width: 30%;
}

.top_news.pattern01 .top_news_left .top_tit_en_box {
	margin: 54px 0 3px;
}

.top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en {
	font-size: 70px;
	letter-spacing: 0.1em;
}

.top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en::before {
	width: 50px;
	height: 33px;
	margin-right: 27px;
	background: url("../images/tit_decor02.svg") no-repeat center / contain;
}

.top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en::after {
	width: 50px;
	height: 33px;
	margin-left: 28px;
	background: url("../images/tit_decor02.svg") no-repeat center / contain;
}

.top_news.pattern01 .top_news_left h2 {
	margin-bottom: 48px;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.top_news.pattern01 .top_news_right {
	width: 70%;
	padding-left: 52px;
}

.top_news.pattern01 .top_news_list li {
	color: #555;
	font-weight: 500;
  font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern01 .top_news_list li {
    overflow: hidden;
    text-overflow: ellipsis;
		white-space: nowrap;
  }
}

.top_news.pattern01 .top_news_list li:not(:last-child) {
  margin-bottom: 18px;
	padding-bottom: 20px;
	border-bottom: 3.5px dotted #a0d19d;
}

.top_news.pattern01 .top_news_list li span {
	position: relative;
  margin-right: 25px;
	color: #777;
	font-size: 87%;
}

.top_news.pattern01 .top_news_list li span::before {
	display: inline-flex;
  margin: 0 7px 0 1px;
	color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 110%;
  content: "\f017";
}

.top_news.pattern01 .top_news_list li em {
  display: inline-block;
  padding: 10px 10px 9px;
  min-width: 140px;
	margin-right: 16px;
	border-radius: 8px;
	font-style: normal;
	font-size: 87%;
	text-align: center;
}

.top_news.pattern01 .top_news_list li a {
	color: #555;
}

.top_news.pattern01 .top_news_list li a:hover {
  color: var(--main-color);
}

/* 本文を表示するお知らせ */
.top_news.pattern01 .top_news_frame {
  max-height: 200px;
  padding: 20px;
	overflow-y: auto;
}

.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-color2);
}

/* スクロールバーの色・角丸指定 */
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

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

.top_news.pattern01 .btn01 a {
	padding: 12px 60px 12px 54px;
}

/* ==============================================
  *SP お知らせ
============================================== */
@media screen and (max-width: 640px) {
	/* お知らせのみ */
	.top_news.pattern01 {
    margin-bottom: 50px;
  }

  .top_news.pattern01 .home_inner {
    padding: 50px 5% 60px;
  }

  .top_news.pattern01 .top_news_left {
    width: 100%;
  }

  .top_news.pattern01 .top_news_left .top_tit_en_box {
    margin: 0 0 6px;
  }

  .top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en {
    font-size: 42px;
  }

  .top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en::before {
    margin-right: 14px;
  }

  .top_news.pattern01 .top_news_left .top_tit_en_box .top_tit_en::after {
    margin-left: 12px;
  }

  .top_news.pattern01 .top_news_left h2 {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .top_news.pattern01 .top_news_right {
    width: 100%;
    padding: 0;
  }

  .top_news.pattern01 .top_news_list li span {
    margin-right: 15px;
  }

  .top_news.pattern01 .top_news_list li em {
    margin-right: 0;
    padding: 8px 8px 7px;
    font-size: 80%;
  }

  .top_news.pattern01 .top_news_list li a {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top_news.pattern01 .home_inner > .btn01 {
    margin: 40px auto 0;
    text-align: center;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  position: relative;
  overflow: hidden;
  opacity: 0;              /* 初期は非表示 */
  transition: opacity 0.3s ease;
}

.home_loopSlider.slick-initialized {
  opacity: 1;              /* Slick初期化完了後に表示 */
}

.home_loopSlider .slick-slide {
  margin-right: 10px;      /* デザインカンプ通り10px */
}

.home_loopSlider .slick-slide img {
  width: 400px;
  border-radius: 20px;
  display: block;
}


/* ==============================================
  *SP ループスライダー
============================================== */
@media screen and (max-width: 640px) {
  .home_loopSlider img {
    width: 200px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
/* ご挨拶パターンA(写真右) */
.sec_top_doctor {
	position: relative;
  padding: 80px 0;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}

.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}

.top_doctor_name {
  font-weight: bold;
  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;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@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;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
	position: relative;
  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-weight: bold;
	font-size: 130%;
  text-align: center;
}

.column_list_flex dd {
  padding: 10px;
}

.column_list_flex dd ul li {
	display: flex;
  align-items: baseline;
	position: relative;
  line-height: 2;
}

.column_list_flex dd ul li::before {
  margin-right: 5px;
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
	content: "\f054";
}

.column_list_flex dd ul li a {
  overflow: hidden;
	color: var(--text-color);
	text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==============================================
  *SP 医療コラム
============================================== */
@media screen and (max-width: 640px) {
	.column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }

  .column_list_flex {
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }

  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

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

  *ローディング

==================================================================================================================================*/
/* 1. デフォルトでは完全に非表示 */
#loader-bg,
#loader {
    display: none;
}

/* 2. トップページの時だけ最初から表示 */
.front-page #loader-bg,
.home.page #loader-bg {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;  /* 隙間対策：右端を固定 */
    bottom: 0px; /* 隙間対策：下端を固定（1024px対策） */
    width: 100%;
    height: 100%; /* 100vhから100%に変更して画面いっぱいに */
    background: #fff;
    z-index: 999999;
}

.front-page #loader,
.home.page #loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -120px;
    margin-left: -100px;
    text-align: center;
    line-height: 3.6;
    color: #5AC2D7;
    z-index: 999999;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
}

/* 3. トップページの時だけ、最初から裏コンテンツを透明にする */
.front-page .body_inner,
.home.page .body_inner {
    opacity: 0;
}