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

  *共通設定

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

@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 15px;
    padding-right: 15px;
}
}

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


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

  *メインビジュアル

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- メインビジュアル レイアウト（PC） --- */
.home_mv_inner {
  display: flex;
  height: 100%;
}

.home_mv_side {
  width: 320px;
  flex: 0 0 320px;
  min-width: 320px;
  background: #f3f2ed;
  padding: 24px 50px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
  position: relative;
}

/* PCバーガー/検索のUI（mv_btn / home_mv_search / pc_burger_panel）は全ページ共通のため style.css 側へ集約 */

.home_mv_nav .nav_menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
/*   padding-top: 50px; */
  text-align: left;
  align-items: flex-start;
  top: 50%;
  transform: translateY(-50%);
	z-index: 1000;
}

.home_mv_nav .nav_menu > li {
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.home_mv_nav .nav_menu_tit {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0;
  color: #563a1a;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.home_mv_nav .nav_menu_en {
  display: none;
}

/* --- TOP左縦メニュー：クリニック紹介 フライアウト --- */
.home_mv_nav .mv_side_has_child {
  position: relative;
}
.home_mv_nav .mv_side_child {
  display: none;
  position: absolute;
  left: 100%;
  top: -10px;
  width: 360px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}
.home_mv_nav .mv_side_child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_mv_nav .mv_side_child a {
  color: #563a1a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home_mv_nav .mv_side_has_child:hover .mv_side_child,
.home_mv_nav .mv_side_has_child:focus-within .mv_side_child {
  display: block;
}

/* .home_mv_search / .mv_search_form も共通のため style.css 側へ集約 */

.home_mv_visual {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}

.home_mv_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center center;
}

.home_mv_catch {
  position: absolute;
  left: 6%;
  bottom: 50px;
  width: 60%;
  max-width: 720px;
}

/* PCバーガーパネル関連も共通のため style.css 側へ集約 */



.mainvisual_catch_box{
  position: absolute;
  left: 80px;
/*   bottom: 80px; */
	bottom: 400px;
  z-index: 100;
}
.mainvisual_miru_bnr_box{
  position: absolute;
  right: 80px;
/*   bottom: 80px; */
	bottom: 80px;
  z-index: 100;
}

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

  .home_mv_main {
    width: 100%;
  }
  .mainvisual_catch_box {
    left: 10px;
    bottom: auto;
    top: 50px;
    width: 290px;
}
	  .mainvisual_miru_bnr_box {
    right: 10px;
    bottom: 50px;
    width: 290px;
}

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

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

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

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

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

  .home_mv_inner {
    display: block;
  }

  .home_mv_side {
    display: none;
  }

  .home_mv_visual {
    position: relative;
    height: 100%;
  }

  .home_mv_catch {
    width: 88%;
    left: 6%;
    bottom: 20px;
  }

}

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

  *スマホのみのエリア

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

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
	.top_miru_bnr_box  {
		padding-bottom:20px;
		width:80%;
		margin-inline:auto;
	}
}

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

  *ローディング画面

================================================================================================================================== */
.loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  z-index: 10003;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}

.loading_screen.loaded {
  opacity: 0;
  pointer-events: none;
}

body.loading-active {
  overflow: hidden;
}

.loading_inner {
  display: flex;
  flex-flow: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
.loading_img {
  animation: loading_logo 1.4s infinite ease-in-out;
}

@keyframes loading_logo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }

  100% {
    opacity: 1;
  }
}

/* ==============================================
  *SP ローディング画面
============================================== */
@media screen and (max-width: 640px) {
  .loading_img {
	  width: 60%;
    margin-top: -13vw;
  }
}
/*==================================================================================================================================

  *お知らせ

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

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

  *ご利用案内（top_guide）

==================================================================================================================================*/
.top_guide {
    padding: 115px 0 100px;
    background: #eaeaea;
}
.top_guide .tit_h2_news {
  border-bottom: none;
  padding-bottom: 0;
}
.top_guide .home_inner {
  max-width: 1280px;
}

.top_guide_text {
  margin-top: 24px;
  color: #222;
  font-size: 19px;
  letter-spacing: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_guide_box {
  margin-top: 45px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 46px auto 0;
  width: calc(100% - 44px);
}
.top_guide_box:last-of-type {
  margin: 30px auto 0;
}
.top_guide > .top_guide_box:nth-of-type(2) {
  background-image: url(../images/top_guide_bg01_v2.jpg);
}

.top_guide > .top_guide_box:nth-of-type(3) {
  background-image: url(../images/top_guide_bg02_v2.jpg);
}


.top_guide_box .home_inner {
    position: relative;
    padding: 132px 0 72px;
}

/* 2段目（内視鏡内科）は右寄せ */
.top_guide > .top_guide_box:nth-of-type(3) .home_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top_guide > .top_guide_box:nth-of-type(3) .tit_h3_guide {
  text-align: right;
  width: 100%;
}
.top_guide > .top_guide_box:nth-of-type(3) .ul_guide {
  margin-left: auto;
}

.tit_h3_guide p {
  color: #fff;
  margin: 0 0 4px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.tit_h3_guide h3 {
  color: #fff;
  margin: 0 0 59px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ul_guide {
  width: 310px;
  max-width: 100%;
}

.ul_guide li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ul_guide a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 7px 0 7px 50px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ul_guide a::after {
	position: absolute;
  content: "";
  width: 6px;
  height: 9px;
  background: url(../images/icon_arrow_guide.png) no-repeat center / contain;
  left: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (hover: hover) {
  .ul_guide a:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 640px) {
  .top_guide {
    padding: 55px 0 40px;
}
  .top_guide_box .home_inner {
    padding: 40px 5%;
  }
  .tit_h3_guide h3 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 29px;
}
  .ul_guide a {
    padding: 10px 0 10px 45px;
    font-size: 14px;
  }
  .top_guide_text {
    font-size: 16px;
    letter-spacing: 0;
}
}



.top_bnr_area {
  position: relative;
  padding: 130px 0 90px;
  background: #f3f2ed;
}
.top_bnr_box{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top_bnr_box p a{
	position: relative;
	display: block;
}
.top_bnr_box p a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .top_bnr_area {
    padding: 40px 0 20px;
}
  .top_bnr_box.sp {
    display: flex !important;
    gap: 6px;
}
  .top_bnr_box.sp p {
    width: calc((100% - 12px) / 3);
  }
  .top_bnr_box.sp p a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 6px 4px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
  }
  .top_bnr_box.sp p a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top_bnr_box.sp p:nth-child(1) a {
    background-image: url(../images/bnr01_bg.png);
  }
  .top_bnr_box.sp p:nth-child(2) a {
    background-image: url(../images/bnr02_bg.png);
  }
  .top_bnr_box.sp p:nth-child(3) a {
    background-image: url(../images/bnr03_bg.png);
  }
  .top_bnr_box.sp p:nth-child(1) a::before {
    background-image: url(../images/icon_bnr01.png);
  }
  .top_bnr_box.sp p:nth-child(2) a::before {
    background-image: url(../images/icon_bnr02.png);
  }
  .top_bnr_box.sp p:nth-child(3) a::before {
    background-image: url(../images/icon_bnr03.png);
  }
}





/* パターン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;
  }
  .top_bnr_area {
    position: relative;
    padding: 40px 0 20px;
    background: #f3f2ed;
}
}


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

/* パターンD (TOP: お知らせ＋インフォ＋ブログスライダー) */
.top_topics.pattern04 {
  padding: 100px 0;
}
.top_topics.pattern04 .top_news_info {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.top_topics.pattern04 .top_news h2,
.top_topics.pattern04 .top_info h2 {
  margin-bottom: 24px;
}
.top_topics.pattern04 .top_news_frame {
  overflow-y: auto;
  padding: 18px 0;
}
.top_topics.pattern04 .top_info address {
  margin-bottom: 16px;
  line-height: 1.8;
}
.top_topics.pattern04 .top_info_schedule {
    margin-top: 0;
}

.top_blog_slider {
    position: relative;
    padding: 116px 0 60px;
    overflow: hidden;
}
.top_blog_slider .tit_h2_news{
	border: none;
}
.top_blog_inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
.top_blog_titleblock .top_blog_en {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--main-color);
  margin: 0 0 8px;
}
.top_blog_titleblock h2 {
  margin: 0 0 10px;
  font-size: 28px;
}
.top_blog_supervisor {
  margin: 0 0 15px;
  font-weight: 500;
  padding-top: 77px;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_blog_titleblock .top_blog_desc {
  margin: 0 0 32px;
  color: #666;
  font-size: 19px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_blog_scroller {
  position: relative;
  overflow: visible;
  min-width: 0;
  width: 100%;
}
.top_blog_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
  z-index: 6;
}
.top_blog_btn {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.top_blog_btn.next {
  background: url(../images/icon_arrow_column_after.png) no-repeat;
}
.top_blog_btn.prev {
    background: url(../images/icon_arrow_column_before.png) no-repeat;
}

.top_blog_track_wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: 81px;
    margin-left: 49px;
    scrollbar-width: none;
    max-width: 100%;
}
.top_blog_track_wrap::-webkit-scrollbar { display: none; }
.top_blog_track {
  display: flex;
  gap: 50px;
  padding-left: 0;
  padding-right: 40px;
  scroll-behavior: smooth;
  overflow: visible;
  width: max-content;
}
.top_blog_card {
  width: 320px;
  flex: 0 0 320px;
  border-radius: 10px;
  overflow: hidden;
}
.top_blog_card a {
  display: block;
  height: 100%;
  color: var(--text-color);
}
.top_blog_thum img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.top_blog_meta {
    padding: 23px 0px 0;
    color: #0f6f47;
    font-size: 18px;
    letter-spacing: 0.075em;
}
.top_blog_tit {
    padding: 6px 16px 0px 0;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 500;
}
.top_blog_empty {
  padding: 16px;
}

@media screen and (max-width: 960px) {
  .top_topics.pattern04 .top_news_info {
    grid-template-columns: 1fr;
  }
  .top_blog_inner {
    grid-template-columns: 1fr;
  }
  .top_blog_nav {
    position: static;
    margin-top: 0;
    justify-content: flex-end;
}
.top_blog_track {
  padding-left: 0;
  padding-right: 20px;
}
  .top_blog_card {
    width: 260px;
    flex: 0 0 260px;
  }
  .top_blog_thum img {
    height: 180px;
  }
}

/* 右側だけウィンドウ幅へはみ出させる（PC: 1280px基準） */
@media screen and (min-width: 1281px) {
  .top_blog_scroller {
    /* 右カラムをウィンドウ右端まで拡張（左側はhome_inner基準のまま） */
    width: calc(100% + (99vw - 1280px) / 2);
    max-width: none;
  }
}

@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;
  }
  .top_blog_slider {
    padding: 45px 0 50px;
}
.top_blog_supervisor {
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
}
.top_blog_titleblock .top_blog_desc {
  margin: 0 0 10px;
  font-size: 16px;
}
.top_blog_track_wrap {
  margin-top: 0px;
  margin-left: 0px;
}
.top_blog_card {
  width: 150px;
  flex: 0 0 150px;
}
.top_blog_meta {
  padding: 5px 0px 0;
  font-size: 16px;
  letter-spacing: 0;
}
.top_blog_track {
  padding-left: 0;
  padding-right: 20px;
  gap: 20px;
}
}


/* パターン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_news {
    position: relative;
    width:47%;
}
.top_info {
    position: relative;
    width: 45.5%;
}
.top_topics.pattern04 {
    padding-top: 18px;
    padding-bottom: 77px;
    background: #f3f2ed;
}
.tit_h2_news {
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px solid #bbbab6;
}
.tit_h2_news p {
  position: relative;
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #0f6f47;
  line-height: 1.0;
  padding-right: 43px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tit_h2_news p::before {
    position: absolute;
    content: "/";
    font-size: 16px;
    color: #222;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.tit_h2_news h2 {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_info .tit_h2_news{
	border: none;
}
.top_topics.pattern04 .top_news > .btn01,
.top_topics.pattern04 .top_info > .btn01 {
	position: absolute;
	right: 0;
	top: 0;
}
.top_topics.pattern04 .top_news > .btn01 a,
.top_topics.pattern04 .top_info > .btn01 a {
  margin: 0;
}

/* お知らせ */
.top_topics.pattern04 .top_news_list li {
    padding: 31px 0;
    border-bottom: 1px solid #bbbab6;
}
.top_topics.pattern04 .top_news_list li a {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_topics.pattern04 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_topics.pattern04 .top_news_list li span {
  font-size: 18px;
  margin-right: 12px;
  letter-spacing: 0.1em;
  color: #0f6f47;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top_topics.pattern04 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-right: 20px;
  min-width: 138px;
  font-size: 18px;
  border-radius: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* 本文を表示するお知らせ */
.top_topics.pattern04 .top_news_frame {
    overflow-y: auto;
    padding: 0px 0;
}
.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 {
    width: 100%;
    height: 230px;
    margin-right: 0;
    object-fit: cover;
}
.top_topics.pattern04 .top_blog_thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.top_topics.pattern04 .top_blog_info {
  color: var(--text-color);
  width: calc(100% - 3% - 80px);
}
.top_topics.pattern04 .top_blog_date {
  font-size: 18px;
  letter-spacing: 0.075em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top_topics.pattern04 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}




@media screen and (max-width: 640px) {
  .top_topics.pattern04 .top_blog_tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .top_topics.pattern04 .top_blog_thum img {
    width: 100%;
    height: auto;
}
.top_topics.pattern04 .top_blog_thum {
  width: 100%;
  height: auto;
}
}




/* 医院概要 */
.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: 30px;
    padding-bottom: 0;
}
.top_topics.pattern04 .top_news_info {
  display: block;
}
.top_news {
  width: 100%;
}
.top_info {
  width: 100%;
  padding-top: 30px;
}
.tit_h2_news {
  border-bottom: none;
}
.tit_h2_news p {
  font-size: 22px;
  letter-spacing: 0;
  padding-right: 33px;
}
.top_topics.pattern04 .top_news h2, .top_topics.pattern04 .top_info h2 {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0;
}
.top_topics.pattern04 .top_news > .btn01, .top_topics.pattern04 .top_info > .btn01 {
  position: static;
  padding: 0px 0 10px;
}
.top_topics.pattern04 .top_news_list li span {
  font-size: 16px;
  margin-right: 10px;
  letter-spacing: 0;
}
.top_topics.pattern04 .top_news_list li em {
  margin-right: 0px;
  min-width: 120px;
  font-size: 16px;
}
  .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;
    font-size: 14px;
}
.top_topics.pattern04 .top_news_list li {
  padding: 10px 0;
}
}

@media print, screen and (min-width: 641px) {
  /* pattern04は現行デザインでは grid 構成のため、旧 flex ルールを無効化 */
  .top_topics.pattern04 .home_inner {
    display: block;
  }
  .top_topics.pattern04 .home_inner > * {
    width: auto;
  }

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


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

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

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

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

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

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

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


/* パターンf(pattern06) お知らせ+アクセス */
.top_newsAccess.pattern06 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

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

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

  *ご挨拶

==================================================================================================================================*/
.top_greeting {
  padding: 117px 0 141px;
  background: #f3f2ed;
}
.top_greeting .tit_h2_news {
  border-bottom: none;
}
.top_greeting_head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 42px;
}

.top_greeting_head_en {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.12em;
  color: #0f6f47;
  line-height: 1.1;
}

.top_greeting_head_ja {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
}
.top_greeting_main {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.top_greeting_text {
  padding-top: 78px;
  width: 79%;
}
.top_greeting_text p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 2.1;
  color: #222;
  margin-bottom: 26px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_greeting_text p:last-child {
  margin-bottom: 0;
}

/* 右：写真2枚＋院長名（2枚目の左に配置） */
.top_greeting_media {
  position: relative;
/*   display: grid;
  grid-template-columns: 1fr 412px;
  grid-template-rows: auto auto;
  gap: 51px 0;
  align-items: end; */
	padding-top:78px;
	width:30%;
}

.top_greeting_photo {
  margin: 0;
  grid-column: 2;
/*   justify-self: end; */
	justify-self: center;
}

.top_greeting_photo--1 {
  grid-row: 1;
}

.top_greeting_photo--2 {
  grid-row: 2;
}

.top_greeting_photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background: #d9d9d9;
  border-radius: 8px;
}

.top_greeting_name {
/*   position: absolute;
  grid-column: 1;
  grid-row: 2;
  top: 187px;
  left: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif; */
  font-weight: 400;
  font-style: normal;
	padding-top:30px;
	    text-align: center;
}

.top_greeting_kana {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #0f6f47;
}

.top_greeting_role {
  margin: 0 0 4px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0f6f47;
  display: inline-block;
}

.top_greeting_fullname {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #0f6f47;
  font-weight: 500;
  padding-left: 7px;
}

/* 経歴・資格（2カラムアコーディオン） */
.top_greeting_accordions {
  display: flex;
  gap: 49px;
  margin-top: 34px;
  justify-content: space-between;
}

.top_greeting_acc {
  position: relative;
  padding-left: 72px;
  padding-top: 32px;
}
.top_greeting_acc:nth-of-type(2) {
  padding-left: 60px;
  width: 49%;
}
.top_greeting_acc:first-of-type {
  width: 54.5%;
}
.top_greeting_acc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #cfc8bd;
}

.top_greeting_acc_tit {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0 38px 12px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.top_greeting_acc_en {
  display: inline-block;
  font-size: 29px;
  letter-spacing: 0.1em;
  color: #de8821;
  margin-right: 27px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top_greeting_acc_slash {
  display: inline-block;
  font-size: 18px;
  color: #222;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.top_greeting_acc_ja {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #222;
  position: relative;
  padding-left: 11px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_greeting_acc_tit::before,
.top_greeting_acc_tit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 16px;
  height: 2px;
  background: #de8821;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.top_greeting_acc_tit::before {
  transform: rotate(90deg);
}
.top_greeting_acc_tit.open::before {
  opacity: 0;
  transform: rotate(180deg);
}

/* フロントは sub.css が無いので、open時の表示を担保 */
.top_greeting .accordion_text {
  display: none;
  padding: 14px 0 0;
}

.top_greeting_acc_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top_greeting_acc_text li {
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
  color: #222;
  line-height: 2.2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 960px) {
  .top_greeting {
    padding: 50px 0;
}
  .top_greeting_main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .top_greeting_media {
    grid-template-columns: 1fr 520px;
  }
  .top_greeting_accordions {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top_greeting_media {
    grid-template-columns: 1fr;
    gap: 18px;
	  padding-top: 0;
        width: 100%;
  }
  .top_greeting_photo {
    grid-column: 1;
    justify-self: center;
}
  .top_greeting_name {
    position: static;
    text-align: left;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}
  .top_greeting_photo img {
    width: 100%;
  }
  .top_greeting_text {
    padding-top: 38px;
    width: 100%;
}
.top_greeting_main {
  display: block;
}
.top_greeting_text p {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.7;
  margin-bottom: 16px;
}
.top_greeting_accordions {
  display: block;
}
.top_greeting_acc:first-of-type {
  width: 100%;
  padding: 0;
}
.top_greeting_acc_en {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  margin-right: 15px;
}
.top_greeting_acc_ja {
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 11px;
}
.top_greeting_acc::before{
  display: none;
}
.top_greeting_acc:nth-of-type(2) {
  padding-left: 0;
  width: 100%;
}
.top_greeting_acc_slash{
  display: none;
}
.top_greeting_acc_text li {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
}
}

.sec_top_doctor {
  padding: 80px 0;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}
.top_doctor_name {
  font-weight: bold;
  text-align: center;
  text-align: right;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 100%;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 150%;
}
.top_doctor_name .name span{
  font-size: 80%;
}
.top_greeting_flex_text {
  width: 70%;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
}

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

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

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

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
}


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


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

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


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

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

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 80px 0 50px;
  background: url(../images/bg03.jpg) center no-repeat;
  background-size: cover;
}

.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.pattern02 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: auto;
  bottom: 10px;
}
.sec_top_feature.pattern02 .top_feature_num p {
  color: var(--sub-color);
  font-size: 40px;
  line-height: 1;
}
.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 32%;
  margin-right: 3%;
}
.sec_top_feature.pattern02 .top_feature_box {
  width: 65%;
}

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

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

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


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

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

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 80px 0 50px;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 32px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 276px;
  margin-bottom: 20px;
}
.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 {
  margin-bottom: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
}


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

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


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

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

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

  *医療コラム

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

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

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}
.home_loopSlider div {
  vertical-align: top;
}
.home_loopSlider img {
  width: 100%;
}

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

  *当クリニックの診療と特徴（top_commitment）

==================================================================================================================================*/
.top_commitment {
  padding: 16px 0 101px;
  background: #eaeaea;
}

.top_commitment .tit_h2_news {
  margin-bottom: 57px;
  border-bottom:none;
}

.top_commitment_box, .top_commitment_box02 {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.top_commitment_box_img{
  width: 30.5%;
}
.top_commitment_box + .top_commitment_box,
.top_commitment_box + .top_commitment_box02,
.top_commitment_box02 + .top_commitment_box {
  margin-top: 50px;
}

.top_commitment_box p img,
.top_commitment_box02 p img {
  display: block;
  width: 360px;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.top_commitment_box_text p {
  font-size: 18px;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 18px;
  line-height: 2.25;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_commitment_box_text p:last-child {
  margin-bottom: 0;
}

.top_commitment_box_text {
  position: relative;
  z-index: 2;
  width: 62.5%;
}
.top_commitment_box02 .top_commitment_box_text {
  width: 68%;
  padding-top: 28px;
}

.top_commitment_box::after, .top_commitment_box02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 100px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top_commitment_box::after {
  content: "Endoscopy";
}

.top_commitment_box02::after {
  content: "Self reception";
  left: 0;
  bottom: 29px;
}

/* 2段目は画像右・テキスト左に並べる */
.top_commitment_box02 {
  flex-direction: row-reverse;
}




@media screen and (max-width: 640px) {
  .top_commitment {
    padding: 40px 0 10px;
}
.top_commitment_box,
  .top_commitment_box02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .top_commitment_box::after,
  .top_commitment_box02::after {
    position: static;
    margin-top: 10px;
    font-size: 64px;
    color: rgba(0, 0, 0, 0.08);
  }
  .top_commitment_box02 {
    flex-direction: column;
  }
  .top_commitment_box_img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.top_commitment_box_text {
  width: 100%;
}
.top_commitment_box_text p {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.7;
}
.top_commitment_box, .top_commitment_box02 {
  gap: 15px;
}
.top_commitment_box::after, .top_commitment_box02::after{
  display: none;
}
.top_commitment_box p img, .top_commitment_box02 p img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.top_commitment_box02 .top_commitment_box_text {
  width: 100%;
  padding-top: 10px;
}
.top_commitment_box_img02 {
  margin: 0 auto;
}
}



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

  * 自動スクロール（top_commitment_scroll）

==================================================================================================================================*/
.top_commitment_scroll {
  width: 100%;
  overflow: hidden;
  padding: 53px 0 36px;
}

.top_commitment_scroll .top_commitment_track {
  display: inline-flex;
  gap: 50px;
  animation: commitment-scroll 48s linear infinite;
}

.top_commitment_scroll .top_commitment_card {
  flex: 0 0 380px;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}

.top_commitment_scroll .top_commitment_card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.top_commitment_scroll .top_commitment_card p {
  padding: 19px 34px 16px;
  font-size: 19px;
  line-height: 1.7;
  color: #222;
  letter-spacing: 0;
  height: 140px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes commitment-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




@media screen and (max-width: 640px) {
  .top_commitment_scroll .top_commitment_card p {
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    height: 100%;
    min-height: 110px;
  }
}



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

  * おなかの症状・疾患が気になる方へ（top_symptoms）

==================================================================================================================================*/
.top_symptoms {
  padding: 103px 0 130px;
  background: #e6ecdf;
}


.top_symptoms_head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 32px;
}
.top_symptoms_head h2 {
  position: relative;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #1c6f52;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-right: 35px;
}
.top_symptoms_head h2::before {
  position: absolute;
  content: "/";
  font-size: 19px;
  color: #555;
  right: -6px;
  top: 17px;
}

.top_symptoms_head .top_symptoms_lead {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #555;
  margin: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_symptoms_wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
  padding-top: 30px;
}

.top_symptoms_menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 5;
}

.symptoms_btn {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 36px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 21px;
  background: var(--bg, #2c6c54);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
	line-height: 1.5;
    min-height: 80px;
}

.symptoms_btn_icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.symptoms_btn_label {
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.symptoms_btn_toggle {
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.1em;
}

.symptoms_btn:hover {
  opacity: 0.9;
}

.symptoms_btn.is-active .symptoms_btn_toggle {
  content: "−";
}

.top_symptoms_panel {
  position: relative;
/*   min-height: 840px; */
  z-index: 1;
}




@media screen and (max-width: 640px) {
  .top_symptoms_head {
    display: block;
}
  .top_symptoms_head h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .top_symptoms_head .top_symptoms_lead {
    font-size: 14px;
    letter-spacing: 0;
}
.top_symptoms_head h2::before{
  display: none;
}
  .top_symptoms_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }
  .top_symptoms_menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .symptoms_btn {
    grid-template-columns: 28px 1fr 18px;
    gap: 6px;
    padding: 10px 8px;
    font-size: 14px;
    border-radius: 4px;
	  min-height:auto;
  }
  .symptoms_btn_icon img {
    width: 20px;
    height: 20px;
  }
  .symptoms_btn_label {
    font-size: 13px;
    line-height: 1.3;
  }
  .symptoms_btn_toggle {
    font-size: 14px;
  }
}




/* 右側ギャラリー画像が左メニューのホバー判定を邪魔しないようにする（見た目は変えない） */
.symptoms_gallery {
  pointer-events: none;
}

.symptoms_gallery {
  position: relative;
/*   height: 840px; */
}
.symptoms_gallery p:nth-of-type(1){
  position: absolute;
  right: 0;
  top: 0;
}
.symptoms_gallery p:nth-of-type(1) img{
  width: 100%;
  height: auto;
  object-fit: cover;
	border-radius:5px;
}
.symptoms_gallery p:nth-of-type(2){
  position: absolute;
  left: 0;
  bottom: 0;
}
.symptoms_gallery p:nth-of-type(2) img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.symptoms_gallery p:nth-of-type(3){
  position: absolute;
  right: 0;
  bottom: 130px;
}
.symptoms_gallery p:nth-of-type(3) img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.symptoms_gallery.is-hidden {
  display: none;
}

.symptoms_content {
  display: none;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: start;
}

.symptoms_content.is-active {
  display: block;
  padding: 10px 10px 23px;
  background: #fff;
  border-radius: 5px;
}

.symptoms_visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.symptoms_lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  padding: 35px 69px;
}

.symptoms_list .tit_h3_symptoms h3 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #0f6f47;
  margin: 0 0 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.symptoms_list .tit_h3_symptoms.diseases h3{
	color: #504219;
}
.symptoms_list .tit_h3_symptoms p {
  display: inline-block;
  font-size: 12px;
  color: #de8821;
  letter-spacing: 0.1em;
  margin-left: 14px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.symptoms_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.symptoms_list li {
  position: relative;
  line-height: 1.7;
  color: #333;
  padding: 9px 0 10px 50px;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #d3d3d3;
}
.symptoms_list li a {
  line-height: 1.7;
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.symptoms_list li::before {
  content: "›";
  position: absolute;
  left: 20px;
  top: 0;
  color: #2d7c5f;
  font-size: 26px;
}

@media screen and (max-width: 960px) {
  .top_symptoms {
    padding: 70px 0;
  }
  .top_symptoms_wrap {
    grid-template-columns: 1fr;
  }
  .symptoms_content {
    grid-template-columns: 1fr;
  }
  .symptoms_lists {
    grid-template-columns: 1fr;
  }
  .symptoms_gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .top_commitment_scroll .top_commitment_card {
    flex: 0 0 240px;
  }
  .top_commitment_scroll .top_commitment_card img {
    height: 170px;
  }
  .top_symptoms {
    padding: 40px 0;
}
.symptoms_gallery {
/*   height: 450px; */
	height:260px;
}
.symptoms_gallery p:nth-of-type(1) {
  right: 0;
  top: 0;
	width:100%;
/*   width: 50%; */
}
.symptoms_gallery p:nth-of-type(2) {
  left: 0;
  top: 19%;
  width: 40%;
  max-width: 350px;
}
.symptoms_gallery p:nth-of-type(3) {
  right: 0;
  left: 0;
  top: 61%;
  margin: auto;
  bottom: auto;
  width: 55%;
}
.symptoms_visual {
  display: none;
}
.symptoms_lists {
  padding: 10px;
  gap: 30px;
}
.symptoms_list li {
  line-height: 1.5;
  padding: 3px 0 3px 40px;
}
.symptoms_list li a {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0;
}
.symptoms_list .tit_h3_symptoms h3 {
  font-size: 19px;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.symptoms_list .tit_h3_symptoms p {
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 14px;
}
.top_symptoms_panel {
  min-height: auto;
}
}

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

  * おなかの症状・疾患が気になる方へ（下部パララックス）

==================================================================================================================================*/
.top_para {
  width: 100%;
  height: 550px;
  background: url(../images/top_symptoms_under_bg_v2.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

@media screen and (max-width: 1279px) {
  .top_para {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}


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