@charset "UTF-8";
/***************************************************************
*
* CSS
* site name: RUC
*
***************************************************************/
/*Google font*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------
*
* 変数定義 import
*
--------------------------------------------------------*/
/*--------------------------------------------------------
*
* 変数定義
*
--------------------------------------------------------*/
/*カラー*/
/*メインビジュアル用の背景色（グラデーション）*/
/*WEBフォント（フォントファミリー）*/
/*--------------------------------------------------------
*
* @MIXIN
*
--------------------------------------------------------*/
/*--------------------------------------------------------
*
* 矢印 arrow
*
--------------------------------------------------------*/
/*丸の中に入った矢印*/
/*--------------------------------------------------------
変数
--------------------------------------------------------*/
/* 余白 */
/* 角丸 */
/* レイアウト transform */
/* アニメーション */
/*--------------------------------------------------------
全体の親要素 初期化
--------------------------------------------------------*/
/* TOP コンテンツ外枠 余白 */
.home .archive-title-wrap,
.page-template .archive-title-wrap {
  display: none;
}
.home #content,
.page-template #content {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 clamp(160px, 15vw, 192px) !important;
  z-index: 1;
}
.home .l-article,
.page-template .l-article {
  max-width: 100%;
}

/* #content メインコンテンツ 固定ページの内容が反映される */
#content {
  max-width: 100%;
  z-index: -1;
}

/* フルワイド サイト幅 padding */
.swell-block-fullWide__inner.l-container {
  padding: 0 64px;
}

/*--------------------------------------------------------------
カラム
--------------------------------------------------------------*/
.post_content .l-wrap {
  position: relative;
  margin-bottom: 0 !important;
  padding: 96px 0;
}

.l-inner {
  padding: 0 64px;
}

.l-contents {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.l-contents.small {
  max-width: 900px;
}

.m-contents {
  max-width: 1024px;
  margin: 0 auto;
}

.s-contents {
  max-width: 1024px;
  margin: 0 auto;
}

/* 2カラム 枠付き */
.two-column-frame {
  padding: 20px;
  gap: 0;
  border: 1px solid #00a19a;
  border-radius: 5px;
}
.two-column-frame p {
  font-size: 14px;
}

/* 左アイコン 右テキスト */
.icon-column-horizontal > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
}

/* 上アイコン 下テキスト */
.icon-column-vertical > div figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f7ef;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 12px;
}
.icon-column-vertical > div figure img {
  height: 72px;
}

.icon-column-a {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 2vw, 48px);
}
.icon-column-a .wp-block-group {
  display: block;
}
.icon-column-a .wp-block-image img {
  height: 120px;
  object-fit: contain !important;
}

.sns-group {
  margin-bottom: 32px;
  text-align: center;
}

.icon-sns-text {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 32px;
}
.icon-sns-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/icon_instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* 通常カラム 複数追加を想定 */
.normal-column-a figure {
  background-color: white;
  border-radius: 24px;
}
.normal-column-a figure img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

/* ボタン3つ並び */
.index-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.index-button-group .swell-block-button a {
  width: 100%;
}
@media (max-width: 599px) {
  .index-button-group {
    gap: 16px;
  }
  .index-button-group .swell-block-button a {
    padding: 4px 8px;
    gap: 4px !important;
  }
}

/*--------------------------------------------------------------
JavaScriptでスクロール時に画面に入ったタイミングで実行
--------------------------------------------------------------*/
/* 下端で疑似要素を消す用クラス（JSで付与想定） */
.slide-center-vertical figure {
  position: relative;
  /* 中央から上下に伸びる背景が要素を覆い隠す疑似要素 */
}
.slide-center-vertical figure::before, .slide-center-vertical figure::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fefff5;
  visibility: visible;
  transition: height 0.4s ease;
}
.slide-center-vertical figure::before {
  top: 0;
}
.slide-center-vertical figure::after {
  bottom: 0;
}
.slide-center-vertical {
  /* スクロール時に画面に入ったタイミングで実行 */
}
.slide-center-vertical.is-active figure {
  /* 疑似要素が上下にスライドして消える */
}
.slide-center-vertical.is-active figure::before, .slide-center-vertical.is-active figure::after {
  height: 0;
}

/*--------------------------------------------------------------
テキスト
--------------------------------------------------------------*/
.price-txt {
  margin-top: -5px !important;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.price-txt:last-child {
  border: none;
}

.large-txt {
  padding-bottom: 6px;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.font-pop {
  letter-spacing: clamp(2px, 1vw, 10px);
}

.small-txt {
  font-size: 14px;
}

.txt-center.pc {
  text-align: center;
}

/*--------------------------------------------------------------
見出し H2 H3 H4
--------------------------------------------------------------*/
.home .post_content .heading-content,
.page-template-sub-page .post_content .heading-content,
.blog .post_content .heading-content,
.archive .post_content .heading-content {
  width: auto;
  z-index: 1;
}
.home .post_content h2,
.page-template-sub-page .post_content h2,
.blog .post_content h2,
.archive .post_content h2 {
  /* 見出し H2 */
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0;
  background-color: transparent;
  color: #00a19a;
  line-height: 1;
  letter-spacing: clamp(2px, 1vw, 8px);
  text-transform: uppercase;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  /* 見出し上の補足 小フォント */
}
.home .post_content h2 .heading-top,
.page-template-sub-page .post_content h2 .heading-top,
.blog .post_content h2 .heading-top,
.archive .post_content h2 .heading-top {
  position: relative;
  top: 16px;
  display: block;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
}
.home .post_content h2,
.page-template-sub-page .post_content h2,
.blog .post_content h2,
.archive .post_content h2 {
  /* 数字の大フォント */
}
.home .post_content h2 .font-large,
.page-template-sub-page .post_content h2 .font-large,
.blog .post_content h2 .font-large,
.archive .post_content h2 .font-large {
  padding-right: 2px;
  font-size: 96px;
  font-weight: bold;
}
.home .post_content h2::before, .home .post_content h2::after,
.page-template-sub-page .post_content h2::before,
.page-template-sub-page .post_content h2::after,
.blog .post_content h2::before,
.blog .post_content h2::after,
.archive .post_content h2::before,
.archive .post_content h2::after {
  border: none;
}
.home .post_content .heading-sub,
.page-template-sub-page .post_content .heading-sub,
.blog .post_content .heading-sub,
.archive .post_content .heading-sub {
  margin-bottom: 12px;
  color: #00a19a;
  letter-spacing: clamp(2px, 1vw, 6px);
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 500;
}
.home .post_content .heading-center,
.page-template-sub-page .post_content .heading-center,
.blog .post_content .heading-center,
.archive .post_content .heading-center {
  position: relative;
  margin-bottom: 48px;
  text-align: center;
}
.home .post_content .heading-center h2,
.page-template-sub-page .post_content .heading-center h2,
.blog .post_content .heading-center h2,
.archive .post_content .heading-center h2 {
  letter-spacing: 2px;
  text-indent: 2px;
}
.home .post_content .heading-center h2::before,
.page-template-sub-page .post_content .heading-center h2::before,
.blog .post_content .heading-center h2::before,
.archive .post_content .heading-center h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.home .post_content h3,
.page-template-sub-page .post_content h3,
.blog .post_content h3,
.archive .post_content h3 {
  margin-bottom: 20px;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
}
.home .post_content,
.page-template-sub-page .post_content,
.blog .post_content,
.archive .post_content {
  /* テーブルタグ 共通 */
}
.home .post_content .wp-block-table th,
.home .post_content .wp-block-table td,
.page-template-sub-page .post_content .wp-block-table th,
.page-template-sub-page .post_content .wp-block-table td,
.blog .post_content .wp-block-table th,
.blog .post_content .wp-block-table td,
.archive .post_content .wp-block-table th,
.archive .post_content .wp-block-table td {
  padding: 1em 0.5em;
  font-size: 16px;
}
@media (max-width: 599px) {
  .home .post_content .wp-block-table th,
  .home .post_content .wp-block-table td,
  .page-template-sub-page .post_content .wp-block-table th,
  .page-template-sub-page .post_content .wp-block-table td,
  .blog .post_content .wp-block-table th,
  .blog .post_content .wp-block-table td,
  .archive .post_content .wp-block-table th,
  .archive .post_content .wp-block-table td {
    font-size: 14px;
  }
}
.home .post_content .l-read,
.page-template-sub-page .post_content .l-read,
.blog .post_content .l-read,
.archive .post_content .l-read {
  text-align: center;
  font-size: clamp(16px, 1.2vw, 18px);
}

/* サブタイトル */
.sub-title {
  letter-spacing: 6px;
  font-size: clamp(16px, 2vw, 20px);
}

/* 縦中央配置 */
.heading-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
イラストアイコン
--------------------------------------------------------------*/
.illustration-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.illustration-content .illustration-icon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  /* 各アイコン設定 */
}
.illustration-content .illustration-icon.one {
  background-image: url("../images/icon/illustrator/icon_sea_01.svg");
  width: 142px;
  height: 80px;
  animation-delay: 0s;
}
.illustration-content .illustration-icon.two {
  background-image: url("../images/icon/illustrator/icon_sea_02.svg");
  width: 120px;
  height: 155px;
  animation-delay: 1.2s;
}
.illustration-content .illustration-icon.three {
  background-image: url("../images/icon/illustrator/icon_sea_03.svg");
  width: 154px;
  height: 120px;
  animation-delay: 0.6s;
}
.illustration-content .illustration-icon.four {
  background-image: url("../images/icon/illustrator/icon_sea_04.svg");
  width: 174px;
  height: 130px;
  animation-delay: 1.8s;
}
.illustration-content .illustration-icon.five {
  background-image: url("../images/icon/illustrator/icon_sea_bubble_left.svg");
  width: 30px;
  height: 41px;
  animation-delay: 2.4s;
}
.illustration-content .illustration-icon.six {
  background-image: url("../images/icon/illustrator/icon_sea_bubble_right.svg");
  width: 40px;
  height: 50px;
  animation-delay: 0.9s;
}
.illustration-content .illustration-icon.seven {
  background-image: url("../images/icon/illustrator/icon_shark_01.svg");
  width: 142px;
  height: 80px;
  animation-delay: 0s;
}
.illustration-content .illustration-icon.eight {
  background-image: url("../images/icon/illustrator/icon_shark_02.svg");
  width: 142px;
  height: 80px;
  animation-delay: 0s;
}

/* セクションタイトル左右にアイコン配置 */
.heading-side-icon {
  position: relative;
  opacity: 0;
  transform: translate(0px, 24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.heading-side-icon::before, .heading-side-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.heading-side-icon::before {
  left: calc(50% - 300px);
  transform: translate(calc(-50% - 24px), 0%);
  width: 250px;
  height: 95px;
  background-image: url("../images/icon/illustrator/icon_shark_03.svg");
}
.heading-side-icon::after {
  left: calc(50% + 300px);
  transform: translate(calc(-50% + 24px), 0%);
  width: 240px;
  height: 120px;
  background-image: url("../images/icon/illustrator/icon_shark_04.svg");
}

/* タイトル左右のアイコンがスライドフェードイン */
.js-fade.is-active .heading-side-icon {
  opacity: 1;
  transform: translate(0px, 0px);
}
.js-fade.is-active .heading-side-icon::before, .js-fade.is-active .heading-side-icon::after {
  opacity: 1;
  transform: translate(-50%, 0%);
}

/*--------------------------------------------------------------
header ヘッダー
--------------------------------------------------------------*/
/* ヘッダーを固定 */
@media (min-width: 960px) {
  .p-breadcrumb {
    margin-top: calc(var(--logo_size_pc) + 32px);
  }
}
.l-header {
  position: absolute !important;
  background: transparent;
  z-index: 3;
}

.l-header__inner {
  transition: 0.5s all;
}
.l-header__inner.scrolling {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header__inner .c-gnav > .menu-item > a:after {
  bottom: -8px;
}

/* 固定追従 ヘッダー */
.l-fixHeader:before {
  background: white;
  opacity: 0.85;
}

/* 下層ページのヘッダー幅をトップに合わせる */
.l-header {
  max-width: 100% !important;
  box-shadow: none;
}

.l-header .l-container,
.l-footer .l-container {
  max-width: 100% !important;
}

/* ヘッダーメニュー */
.c-gnav {
  align-items: center;
  gap: 32px;
}
.c-gnav > .menu-item > a {
  padding: 0;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

/* 電話CTAボタン ボタン */
.c-gnav > .menu-item:last-child {
  position: fixed;
  right: 64px;
  height: 48px;
  cursor: pointer;
}

.c-gnav > .menu-item:last-child,
.c-spnav > .menu-item:last-child {
  /* 電話アイコン */
}
.c-gnav > .menu-item:last-child:before,
.c-spnav > .menu-item:last-child:before {
  position: absolute;
  top: 52%;
  left: 14px;
  transform: translateY(-50%);
  color: white;
  font-size: 18px;
  z-index: 1;
  transition: 0.3s ease;
}
.c-gnav > .menu-item:last-child a,
.c-spnav > .menu-item:last-child a {
  padding: 12px 24px 12px 40px;
  color: white;
  background-color: #00a19a;
  border-radius: 99px;
  border: 2px solid #00a19a;
  font-weight: 500;
  transition: 0.3s ease;
}
.c-gnav > .menu-item:last-child a:after,
.c-spnav > .menu-item:last-child a:after {
  content: none;
}
.c-gnav > .menu-item:last-child,
.c-spnav > .menu-item:last-child {
  /* 電話CTAボタン ホバー */
}
.c-gnav > .menu-item:last-child:hover:before,
.c-spnav > .menu-item:last-child:hover:before {
  color: #00a19a;
}
.c-gnav > .menu-item:last-child:hover a,
.c-spnav > .menu-item:last-child:hover a {
  background-color: white;
  color: #00a19a;
}

/* description */
.l-header__bar {
  color: white;
}

/* SP用 PCでは非表示 */
.header-phone-sp {
  display: none;
}

/*---------------------------------------------------
※PC非表示 ヘッダー ハンバーガーボタン
 --------------------------------------------------*/
/* ハンバーガーボタン 大枠 SWELL */
.l-header__menuBtn {
  position: relative;
}
.l-header__menuBtn .c-iconBtn {
  position: absolute;
  top: calc(50% + 8px);
  left: 0;
  transform: translateY(-50%);
}
.l-header__menuBtn .c-iconBtn .c-iconBtn__label {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #00a19a;
  line-height: 1px;
  letter-spacing: 1px;
  font-size: 13px;
  display: none;
}

/* ハンバーガーボタン 本体 SWELL */
.hamburger {
  position: absolute;
  top: 8px;
}
.hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 1px;
  background-color: #00a19a;
}
.hamburger .hamburger-line:nth-of-type(1) {
  top: 0;
}
.hamburger .hamburger-line:nth-of-type(2) {
  top: 7px;
}
.hamburger .hamburger-line:nth-of-type(3) {
  top: 14px;
}

/* ヘッダーメニューを非表示 */
@media (min-width: 960px) {
  .l-header__menuBtn.sp_ {
    /* ハンバーガーボタンを表示 */
  }
  .-series-right .c-gnavWrap {
    margin-right: 192px;
  }
  .-series .l-header__inner {
    /* ハンバーガーボタンの上下位置調整 */
    align-items: center;
    padding: 0 64px;
  }
  .-series .l-header__logo {
    padding: 40px 0;
  }
  .p-spMenu {
    display: block;
    /* 開閉メニューを有効 */
  }
}
/*--------------------------------------------------------------
セクション CSS
--------------------------------------------------------------*/
/* TOP コンテンツ外枠 余白 */
#body_wrap {
  background-color: #fefff5;
}

#body_wrap.home .archive-title-wrap {
  display: none;
}
#body_wrap.home .post_content {
  position: static;
}
#body_wrap.home #content {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
#body_wrap.home .l-article {
  max-width: 100%;
}

/* #content メインコンテンツ 固定ページの内容が反映される */
#content {
  max-width: 100%;
  z-index: -1;
}

/*--------------------------------------------------------------
*
* メインビジュアル CSS
*
--------------------------------------------------------------*/
.p-mainVisual {
  padding-bottom: 48px;
}
.p-mainVisual * {
  text-shadow: none;
}
.p-mainVisual__inner {
  overflow: visible;
  margin-top: 128px;
  margin-right: 0;
  padding: 0 64px 0 300px !important;
}
.p-mainVisual .swiper-fade .swiper-slide {
  border-radius: 24px;
}
.p-mainVisual .swiper-fade .swiper-slide img {
  overflow: hidden;
  border-radius: 24px;
}
.p-mainVisual__textLayer {
  top: 0;
  left: 0;
  transform: unset;
  padding-left: 64px;
}
.p-mainVisual__textLayer > .p-blogParts {
  height: 100%;
}
.p-mainVisual__textLayer .p-blogParts {
  margin-bottom: 0;
}
.p-mainVisual .kv-title-group {
  height: 100%;
}
.p-mainVisual .kv-title-group > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 32px;
}
.p-mainVisual .kv-title-group > div > p {
  display: none;
}
.p-mainVisual .kv-title-group .title-group {
  position: relative;
  margin-bottom: 48px !important;
}
.p-mainVisual .kv-title-group h1,
.p-mainVisual .kv-title-group .color-text {
  letter-spacing: 4px;
  font-size: 40px;
  font-weight: 100;
  font-feature-settings: "palt";
}
.p-mainVisual .kv-title-group h1 {
  display: inline-block;
  color: #313635;
}
.p-mainVisual .kv-title-group h1 .color-text {
  color: #00a19a;
}
.p-mainVisual .kv-title-group {
  /* サブタイトル */
}
.p-mainVisual .kv-title-group .sub-title {
  color: #313635;
  letter-spacing: 6px;
  font-size: 20px;
}
.p-mainVisual .kv-title-group .kv-feature-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-mainVisual .kv-title-group .kv-feature-group p {
  display: inline-block;
  margin: 0;
  padding: 4px 24px;
  background-color: white;
  color: #00a19a;
  border: 1px solid #00a19a;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
}
.p-mainVisual {
  /* 診療時間のグループ PC表示のみ 角丸アイコン */
}
@media (min-width: 960px) {
  .p-mainVisual .schedule-group {
    position: relative;
  }
  .p-mainVisual .schedule-group::before, .p-mainVisual .schedule-group::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/subtract.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-mainVisual .schedule-group::before {
    top: -24px;
    left: 236px;
  }
  .p-mainVisual .schedule-group::after {
    bottom: 0;
    right: -24px;
  }
}
.p-mainVisual {
  /* イラストアイコン */
}
.p-mainVisual .illustration-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mainVisual .illustration-content .illustration-icon {
  z-index: 2;
  animation: float-y 12s ease-in-out infinite alternate;
  /* 各アイコン設定 */
}
.p-mainVisual .illustration-content .illustration-icon.one {
  top: 112px;
  left: 350px;
}
.p-mainVisual .illustration-content .illustration-icon.two {
  bottom: 0;
  left: 480px;
}
.p-mainVisual .illustration-content .illustration-icon.three {
  top: 480px;
  right: 20px;
}
.p-mainVisual .illustration-content .illustration-icon.four {
  bottom: 0;
  right: 80px;
}
.p-mainVisual .illustration-content .illustration-icon.five {
  top: 160px;
  left: 32px;
}
.p-mainVisual .illustration-content .illustration-icon.six {
  top: 420px;
  right: 70px;
}
@keyframes float-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}

.fadeTop {
  opacity: 0;
  animation: animation-sample 0.5s ease-in-out 1s alternate forwards;
}

@keyframes animation-sample {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* 追従型ボタン 左下 */
.btn-contact-fixed {
  display: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1;
}
.btn-contact-fixed svg.__icon {
  margin-left: 0;
  color: white;
}
.btn-contact-fixed a {
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  background-color: #f6f7ef;
  color: #f39800;
  border-radius: 5px 0 0 5px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  border-right: none;
  transition: 0.3s;
}
.btn-contact-fixed a i {
  /* アイコン 吹き出し */
  margin: 0 0 10px 0 !important;
  font-size: 18px;
}
.btn-contact-fixed a span {
  /* 文字 縦書き */
  writing-mode: vertical-lr;
  color: white;
  font-size: 20px;
}
.btn-contact-fixed a:hover {
  background-color: #00a19a;
}

/*--------------------------------------------------------------
 myjunban 現在の待ち状況
--------------------------------------------------------------*/
#waiting_time #myjunban-widget {
  max-width: 410px;
  height: auto !important;
}
#waiting_time #myjunban-widget #footer-content {
  display: none;
}
#waiting_time .myjunban-widget-wrapper {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  background-color: white;
  border: 1px solid #00a19a;
}
#waiting_time .myjunban-widget-wrapper h1.myjunban-widget-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.1em !important;
  padding: 8px 16px !important;
  background: transparent !important;
  color: #00a19a !important;
  border-radius: 24px 0 0 24px !important;
  letter-spacing: 1px;
}
#waiting_time .myjunban-widget-wrapper h1.myjunban-widget-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  background-color: #00a19a;
}
#waiting_time #pv-customers-positon-available-time {
  width: 100%;
  height: 64px !important;
  background-color: transparent;
  border-radius: 0 24px 24px 0;
}
#waiting_time #pv-customers-positon-available-time .middel > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px !important;
}
#waiting_time #pv-customers-positon-available-time .option1,
#waiting_time #pv-customers-positon-available-time .option2 {
  color: #313635 !important;
  padding: 0 !important;
}
#waiting_time #pv-customers-positon-available-time .option1 span,
#waiting_time #pv-customers-positon-available-time .option2 span {
  font-size: 16px !important;
}
#waiting_time #pv-customers-positon-available-time .option1 span b,
#waiting_time #pv-customers-positon-available-time .option2 span b {
  color: #00a19a;
}

/*--------------------------------------------------------------
schedule 診療時間
--------------------------------------------------------------*/
.schedule-group {
  max-width: 520px;
  background-color: #fefff5;
  padding: 32px 32px 32px 0;
  border-radius: 0 24px 0 0;
}
.schedule-group .wp-block-table thead th {
  padding: 4px 0 !important;
  color: #313635;
  background-color: #fefff5;
  border: none;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 100;
}
.schedule-group .wp-block-table tbody td {
  color: #00a19a;
  letter-spacing: 1px;
}
.schedule-group .wp-block-table td {
  padding: 4px 0 !important;
  background-color: #fefff5;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}
.schedule-group .wp-block-table td:first-child {
  color: #313635;
  border-left: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.note-text {
  margin-bottom: 24px;
  color: #313635;
  font-size: 13px;
}

#schedule .schedule-group {
  max-width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
*
* メインビジュアルから下のコンテンツ 共通CSS
*
--------------------------------------------------------------*/
/*--------------------------------------------------------------
ページメニュー
--------------------------------------------------------------*/
.three-column-overall {
  margin-bottom: 0;
  padding: 0;
}
.three-column-overall > div {
  padding: 0;
}
.three-column-overall a {
  position: relative;
  display: block;
  padding: 0;
  color: #313635;
  border-radius: 24px;
  transition-duration: 0.6s;
}
.three-column-overall a .text-group {
  margin-top: -52px;
}
.three-column-overall a .image-group {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.3s;
}
.three-column-overall a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.3s;
}
.three-column-overall a .heading-txt {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 16px 24px 0 0;
  background-color: #fefff5;
  border-radius: 0 24px 0 0;
  letter-spacing: 1px;
  font-size: 20px;
}
.three-column-overall a .heading-txt::before, .three-column-overall a .heading-txt::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/subtract.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.three-column-overall a .heading-txt::before {
  top: -24px;
  left: 0;
}
.three-column-overall a .heading-txt::after {
  bottom: 0;
  right: -24px;
}
.three-column-overall a .description-txt {
  margin-top: 16px;
  opacity: 0.8;
  font-size: 14px;
}
.three-column-overall a:hover .image-group img {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
news お知らせ
--------------------------------------------------------------*/
#news {
  padding: 24px 0;
}
#news .swell-block-columns__inner {
  justify-content: space-between;
}
#news h2 {
  text-indent: -3px;
}
#news .l-contents {
  margin-bottom: clamp(48px, 6vw, 80px);
}

.scroll-group {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.scroll-group .scroll-list {
  max-height: 100%;
  padding-right: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 161, 154, 0.4) rgba(0, 161, 154, 0.08);
}
.scroll-group .scroll-list::-webkit-scrollbar {
  width: 6px;
}
.scroll-group .scroll-list::-webkit-scrollbar-track {
  background-color: rgba(0, 161, 154, 0.08);
  border-radius: 999px;
}
.scroll-group .scroll-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 161, 154, 0.4);
  border-radius: 999px;
}
.scroll-group::before, .scroll-group::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(180deg, #fefff5, transparent);
}
.scroll-group::before {
  top: 0;
}
.scroll-group::after {
  bottom: 0;
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
TOP tab タブ機能 
--------------------------------------------------------------*/
.c-tabBody {
  background-color: #f6f7ef;
  border-radius: 24px;
  padding: 32px;
}

/*--------------------------------------------------------------
message トップメッセージ
--------------------------------------------------------------*/
#message .swell-block-columns__inner {
  align-items: flex-start;
}
#message .heading-image {
  position: absolute;
  right: -64px;
  width: 70%;
}
#message .heading-image img {
  height: 360px;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
}
#message h2 {
  letter-spacing: clamp(4px, 2vw, 20px);
  font-size: clamp(40px, 9vw, 128px);
}
#message .heading-sub {
  font-size: clamp(18px, 3vw, 32px);
}
#message .l-contents {
  height: auto;
  margin-bottom: 208px;
}
#message .l-contents:nth-child(1) .swell-block-columns__inner {
  align-items: center;
}
#message .section-main-title {
  color: #00a19a;
  letter-spacing: 10px;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: bold;
}
#message .section-sub-title {
  letter-spacing: 2px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: bold;
}
#message .section-txt {
  line-height: 1.8;
  font-size: clamp(16px, 2vw, 20px);
}
#message .profile-content img {
  /* 代表の写真 */
  border-radius: 24px;
}
#message .sp-image {
  display: none;
}

.name-txt p:nth-child(1) {
  font-size: clamp(14px, 2vw, 18px);
}
.name-txt p:nth-child(2) {
  font-size: clamp(18px, 2vw, 24px);
}

/*--------------------------------------------------------------
footer widget フッター直前
--------------------------------------------------------------*/
#before_footer_widget {
  position: relative;
}
#before_footer_widget::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #3a51a3 0, #007dae 50%, #2ea0cd 100%);
  mix-blend-mode: multiply;
}

.before-footer-wrap {
  position: relative;
  margin: 0;
  padding: 60px 0;
  background-color: transparent !important;
}
.before-footer-wrap .l-container {
  padding: 0 48px;
}
.before-footer-wrap .swell-block-column {
  height: 100%;
  border-color: white !important;
}
.before-footer-wrap a {
  position: relative;
  transition-duration: 0.3s;
}
.before-footer-wrap a:hover {
  background-color: rgba(0, 182, 206, 0.1);
}

/*--------------------------------------------------------
*
* footer フッター
*
--------------------------------------------------------*/
/*フッター*/
.l-footer {
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 1;
}
.l-footer__foot {
  padding: 64px 64px 24px;
}
.l-footer {
  /* 2カラム */
}
.l-footer .l-container {
  padding: 0;
}

.footer-custom-content {
  margin-top: -200px;
  margin-bottom: 64px;
  padding: 48px;
  background-color: #fefff5;
  border-radius: 24px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.075);
}
.footer-custom-content .schedule-group {
  max-width: 100%;
  padding: 16px 0 0;
}
.footer-custom-content p {
  margin-bottom: 0;
  font-size: 14px;
}

/* フッターロゴ・アドレス */
.footer-logo {
  margin-bottom: 16px;
}
.footer-logo img {
  width: 300px;
}

/* フッターメニュー */
.footer-nav-wrap {
  display: flex;
  flex-grow: 1.2;
  max-width: 100%;
  justify-content: center;
  padding: 0;
}
.footer-nav-wrap ul.l-footer__nav {
  justify-content: center;
}
.footer-nav-wrap ul.l-footer__nav > li {
  margin-right: 24px;
  margin-bottom: 24px;
}
.footer-nav-wrap ul.l-footer__nav > li > a {
  color: white;
  position: relative;
  display: inline;
  white-space: nowrap;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.footer-nav-wrap ul.l-footer__nav > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateY(4px);
}
.footer-nav-wrap ul.l-footer__nav > li > a:hover {
  text-decoration: none;
  opacity: 1;
}
.footer-nav-wrap ul.l-footer__nav > li > a:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.footer-nav-wrap ul.l-footer__nav > li a, .footer-nav-wrap ul.l-footer__nav > li:first-child a {
  padding: 0;
  border: none !important;
}
.footer-nav-wrap .l-footer__nav {
  padding: 0;
}
.footer-nav-wrap .l-footer__nav .sub-menu .menu-item {
  margin-top: 8px;
  list-style: none;
}
.footer-nav-wrap .l-footer__nav .sub-menu .menu-item a {
  font-size: 16px !important;
}

.copyright {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding: 16px;
  color: white;
  line-height: 1;
  font-size: 12px;
}

@keyframes lineAnime {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
/*--------------------------------------------------------------
テキスト一定スライダー
--------------------------------------------------------------*/
#top-device {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.text-slider {
  position: relative;
}

.text-slider__inner {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.text-slider__item {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 80px;
  color: #f6f7ef;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  opacity: 1;
}

/* 前面スライダー（右→左） */
.text-slider.front {
  top: -16px;
  left: 0;
  transform: rotate(-4deg);
  z-index: 1;
}
@media (max-width: 599px) {
  .text-slider.front {
    top: -8px;
  }
}
.text-slider.front .text-slider__item {
  font-size: 96px;
  font-weight: 400;
}
@media (max-width: 599px) {
  .text-slider.front .text-slider__item {
    font-size: 48px;
  }
}
.text-slider.front .text-slider__item {
  animation: front_loop 160s linear infinite;
}

/* 背面スライダー（左→右） */
.text-slider.back {
  top: 80px;
  left: 0;
  transform: rotate(4deg);
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 599px) {
  .text-slider.back {
    top: 48px;
  }
}
.text-slider.back .text-slider__item {
  color: #fefff5;
  font-weight: 500;
}
@media (max-width: 599px) {
  .text-slider.back .text-slider__item {
    font-size: 32px;
  }
}
.text-slider.back .text-slider__item {
  animation: back_loop 160s linear infinite;
}

/* アニメーション定義 front */
@keyframes front_loop {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
/* アニメーション定義 back */
@keyframes back_loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
/*--------------------------------------------------------------
カスタムHTML用 画像スライダー
--------------------------------------------------------------*/
.loop-slide-image {
  position: relative;
}
@media (max-width: 959px) {
  .loop-slide-image {
    padding: 40px 0 80px;
  }
}
.loop-slide-image {
  background-image: linear-gradient(90deg, #00a19a 0%, #1ac4b0 25%, #15d1ca 55%, #80e5dd 78%, #2edad2 100%);
  /* 背景画像 波アニメーション */
}
.loop-slide-image::before, .loop-slide-image::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 104px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0 0;
  will-change: background-position;
  z-index: -1;
}
@media (max-width: 959px) {
  .loop-slide-image::before, .loop-slide-image::after {
    height: 50px;
  }
}
.loop-slide-image::before {
  top: 0;
  background-image: url("../images/background/bg_wave_top.svg");
  animation: loop-bg-left-top 30s linear infinite;
}
@media (max-width: 959px) {
  .loop-slide-image::before {
    animation: loop-bg-left-top 50s linear infinite;
  }
}
.loop-slide-image::after {
  bottom: 0;
  background-image: url("../images/background/bg_wave_bottom.svg");
  animation: loop-bg-left-bottom 30s linear infinite;
}
@media (max-width: 959px) {
  .loop-slide-image::after {
    animation: loop-bg-left-bottom 50s linear infinite;
  }
}
.loop-slide-image {
  /* イラストアイコン */
}
.loop-slide-image .illustration-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loop-slide-image .illustration-content .illustration-icon {
  animation: float-y 12s ease-in-out infinite alternate;
  /* 各アイコン設定 */
}
.loop-slide-image .illustration-content .illustration-icon.one {
  top: 24px;
  left: 50%;
}
.loop-slide-image .illustration-content .illustration-icon.two {
  left: 32px;
  bottom: 0;
}
.loop-slide-image .illustration-content .illustration-icon.three {
  top: 24px;
  right: 32px;
}
.loop-slide-image .illustration-content .illustration-icon.four {
  left: 35%;
  bottom: 0;
}
.loop-slide-image .illustration-content .illustration-icon.five {
  top: 32px;
  left: 32px;
}
.loop-slide-image .illustration-content .illustration-icon.six {
  bottom: 0;
  right: 32px;
}
.loop-slide-image .illustration-content .illustration-icon.seven {
  top: 0;
  left: 15%;
}
.loop-slide-image .illustration-content .illustration-icon.eight {
  bottom: 0;
  left: 75%;
}
@keyframes float-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 波アニメーション */
@keyframes loop-bg-left-top {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -2000px top;
  }
}
@keyframes loop-bg-left-bottom {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -2000px bottom;
  }
}
/* 画像スライダー */
.slider-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.slider {
  display: flex;
  gap: 4px;
  animation: scroll-left 100s linear infinite 0.5s both;
}
@media (hover: hover) {
  .slider:hover {
    animation-play-state: paused;
  }
}

.slide {
  position: relative;
  flex: 0 0 auto;
}
.slide img {
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.slide {
  /* 正円型ランダムサイズ（160px〜400pxを循環） */
}
.slide:nth-child(6n+1) img {
  width: 200px;
  height: 200px;
  top: -40px;
}
.slide:nth-child(6n+2) img {
  width: 280px;
  height: 280px;
  top: 120px;
}
.slide:nth-child(6n+3) img {
  width: 220px;
  height: 220px;
  top: -30px;
}
.slide:nth-child(6n+4) img {
  width: 280px;
  height: 280px;
  top: 180px;
}
.slide:nth-child(6n+5) img {
  width: 360px;
  height: 360px;
  top: -100px;
}
.slide:nth-child(6n) img {
  width: 200px;
  height: 200px;
  top: 180px;
}

@media (max-width: 959px) {
  .slide:nth-child(6n+1) img {
    width: 160px;
    height: 160px;
    top: 10px;
  }
  .slide:nth-child(6n+2) img {
    width: 180px;
    height: 180px;
  }
  .slide:nth-child(6n+3) img {
    width: 210px;
    height: 210px;
  }
  .slide:nth-child(6n+4) img {
    width: 200px;
    height: 200px;
    top: 120px;
  }
  .slide:nth-child(6n+5) img {
    width: 220px;
    height: 220px;
    top: -20px;
  }
  .slide:nth-child(6n) img {
    width: 200px;
    height: 200px;
    top: 120px;
  }
}
@media (max-width: 599px) {
  .slide:nth-child(6n+1) img {
    width: 120px;
    height: 120px;
  }
  .slide:nth-child(6n+2) img {
    width: 150px;
    height: 150px;
  }
  .slide:nth-child(6n+3) img {
    width: 180px;
    height: 180px;
  }
  .slide:nth-child(6n+4) img {
    width: 200px;
    height: 200px;
  }
  .slide:nth-child(6n+5) img {
    width: 220px;
    height: 220px;
  }
  .slide:nth-child(6n) img {
    width: 240px;
    height: 240px;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 逆方向スライダー */
.reverse-slider-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.reverse-slider {
  display: flex;
  gap: 4px;
  animation: scroll-right 100s linear infinite 0.5s both;
}
@media (hover: hover) {
  .reverse-slider:hover {
    animation-play-state: paused;
  }
}

.slide.reverse {
  flex: 0 0 auto;
}
.slide.reverse img {
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
.slide.reverse:nth-child(5n+1) img {
  width: 180px;
  height: 180px;
  top: -20px;
}
.slide.reverse:nth-child(5n+2) img {
  width: 220px;
  height: 220px;
  top: 60px;
}
.slide.reverse:nth-child(5n+3) img {
  width: 200px;
  height: 200px;
  top: -30px;
}
.slide.reverse:nth-child(5n+4) img {
  width: 260px;
  height: 260px;
  top: 100px;
}
.slide.reverse:nth-child(5n) img {
  width: 320px;
  height: 320px;
  top: -80px;
}

@keyframes scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*--------------------------------------------------------------
投稿 ブロックエディタ
--------------------------------------------------------------*/
.p-postList h2.p-postList__title {
  letter-spacing: 0;
  font-size: clamp(16px, 2vw, 18px) !important;
  font-weight: bold;
}

/*--------------------------------------------------------
*
* 共通 CSS
*
--------------------------------------------------------*/
.br-tb,
.br-sp {
  display: none;
}

.__pc {
  display: inherit;
}

.__sp {
  display: none;
}

/* パンくずリスト */
#breadcrumb {
  margin-top: 0;
}
#breadcrumb .p-breadcrumb__list {
  padding: 0 64px;
}

/* 画像非選択モード（ダウンロード不可） */
img {
  pointer-events: none;
}

.font-yColor {
  color: yellow;
}

/* ボタン お問い合わせ LINEと電話２つ並び */
.btn-contact .swell-block-columns__inner {
  justify-content: center;
}
.btn-contact .swell-block-columns__inner .swell-block-column {
  max-width: 270px;
}
.btn-contact a {
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}
.btn-contact a .__icon {
  position: relative;
  left: 10px;
  margin-right: 0;
}

/*--------------------------------------------------------
default template 下層ページ 
--------------------------------------------------------*/
/*--------------------------------------------------------
*
* 固定ページ CSS
*
--------------------------------------------------------*/
/*--------------------------------------------------------
page-template-sub-page デフォルトテンプレート
--------------------------------------------------------*/
.page-template-sub-page .l-topTitleArea,
.page-template-default .l-topTitleArea,
.blog .l-topTitleArea,
.archive .l-topTitleArea,
.single .l-topTitleArea {
  min-height: 420px;
}
.page-template-sub-page .l-topTitleArea.c-filterLayer.-texture-dot:after,
.page-template-default .l-topTitleArea.c-filterLayer.-texture-dot:after,
.blog .l-topTitleArea.c-filterLayer.-texture-dot:after,
.archive .l-topTitleArea.c-filterLayer.-texture-dot:after,
.single .l-topTitleArea.c-filterLayer.-texture-dot:after {
  opacity: 0;
}
.page-template-sub-page .l-topTitleArea .c-filterLayer__img,
.page-template-default .l-topTitleArea .c-filterLayer__img,
.blog .l-topTitleArea .c-filterLayer__img,
.archive .l-topTitleArea .c-filterLayer__img,
.single .l-topTitleArea .c-filterLayer__img {
  position: absolute;
  display: none;
}
.page-template-sub-page .l-topTitleArea__body,
.page-template-default .l-topTitleArea__body,
.blog .l-topTitleArea__body,
.archive .l-topTitleArea__body,
.single .l-topTitleArea__body {
  margin-top: 112px;
  padding: 0 64px;
}
.page-template-sub-page,
.page-template-default,
.blog,
.archive,
.single {
  /* ページタイトル アイキャッチ画像上 中央配置 */
}
.page-template-sub-page h1.c-pageTitle,
.page-template-default h1.c-pageTitle,
.blog h1.c-pageTitle,
.archive h1.c-pageTitle,
.single h1.c-pageTitle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  color: #00a19a;
  letter-spacing: 6px;
  text-shadow: none;
  font-size: 32px !important;
}
.page-template-sub-page h1.c-pageTitle .c-pageTitle__subTitle,
.page-template-default h1.c-pageTitle .c-pageTitle__subTitle,
.blog h1.c-pageTitle .c-pageTitle__subTitle,
.archive h1.c-pageTitle .c-pageTitle__subTitle,
.single h1.c-pageTitle .c-pageTitle__subTitle {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin-left: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: clamp(8px, 1vw, 16px);
  text-align: left;
  text-indent: -8px;
  opacity: 0.08;
  font-size: clamp(64px, 10.5vw, 160px);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-style: inherit;
}
@media (max-width: 599px) {
  .page-template-sub-page h1.c-pageTitle .c-pageTitle__subTitle,
  .page-template-default h1.c-pageTitle .c-pageTitle__subTitle,
  .blog h1.c-pageTitle .c-pageTitle__subTitle,
  .archive h1.c-pageTitle .c-pageTitle__subTitle,
  .single h1.c-pageTitle .c-pageTitle__subTitle {
    text-indent: 0;
  }
}

.page-template-sub-page .post_content h2,
.blog .post_content h2,
.archive .post_content h2 {
  margin-top: 0;
  font-size: clamp(24px, 3vw, 36px);
}
.page-template-sub-page .post_content h3,
.blog .post_content h3,
.archive .post_content h3 {
  margin-top: 0;
  padding-bottom: 5px;
  font-size: clamp(22px, 2vw, 26px);
}
.page-template-sub-page .post_content h4,
.blog .post_content h4,
.archive .post_content h4 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: clamp(16px, 2vw, 18px);
}
.page-template-sub-page .post_content h4::before,
.blog .post_content h4::before,
.archive .post_content h4::before {
  content: none;
}
.page-template-sub-page .post_content h4::after,
.blog .post_content h4::after,
.archive .post_content h4::after {
  left: 0;
  right: auto;
  width: 3px;
  height: 100%;
  background-color: #00a19a;
  border-radius: 5px;
}

.page-template-sub-page,
.page-template-default,
.blog,
.archive,
.single {
  /* タイトル アーカイブの記事一覧 */
}
.page-template-sub-page .archive-title-wrap,
.page-template-default .archive-title-wrap,
.blog .archive-title-wrap,
.archive .archive-title-wrap,
.single .archive-title-wrap {
  display: none;
}
.page-template-sub-page .l-article,
.page-template-default .l-article,
.blog .l-article,
.archive .l-article,
.single .l-article {
  max-width: 100%;
}
.page-template-sub-page .eyeCatch-area,
.page-template-default .eyeCatch-area,
.blog .eyeCatch-area,
.archive .eyeCatch-area,
.single .eyeCatch-area {
  position: relative;
}
.page-template-sub-page .eyeCatch-area .c-pageTitle,
.page-template-default .eyeCatch-area .c-pageTitle,
.blog .eyeCatch-area .c-pageTitle,
.archive .eyeCatch-area .c-pageTitle,
.single .eyeCatch-area .c-pageTitle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-template-sub-page .eyeCatch-area .c-pageTitle .c-pageTitle__inner,
.page-template-default .eyeCatch-area .c-pageTitle .c-pageTitle__inner,
.blog .eyeCatch-area .c-pageTitle .c-pageTitle__inner,
.archive .eyeCatch-area .c-pageTitle .c-pageTitle__inner,
.single .eyeCatch-area .c-pageTitle .c-pageTitle__inner {
  padding: 0 0 0 40px;
}
.page-template-sub-page .eyeCatch-area .c-pageTitle,
.page-template-default .eyeCatch-area .c-pageTitle,
.blog .eyeCatch-area .c-pageTitle,
.archive .eyeCatch-area .c-pageTitle,
.single .eyeCatch-area .c-pageTitle {
  /* サブタイトル */
}
.page-template-sub-page .eyeCatch-area .c-pageTitle .c-pageTitle__subTitle,
.page-template-default .eyeCatch-area .c-pageTitle .c-pageTitle__subTitle,
.blog .eyeCatch-area .c-pageTitle .c-pageTitle__subTitle,
.archive .eyeCatch-area .c-pageTitle .c-pageTitle__subTitle,
.single .eyeCatch-area .c-pageTitle .c-pageTitle__subTitle {
  position: absolute;
  top: auto;
  bottom: -30px;
  right: 0;
}
.page-template-sub-page .eyeCatch-area .p-articleThumb img,
.page-template-default .eyeCatch-area .p-articleThumb img,
.blog .eyeCatch-area .p-articleThumb img,
.archive .eyeCatch-area .p-articleThumb img,
.single .eyeCatch-area .p-articleThumb img {
  width: calc(100% - 48px);
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  margin-left: 48px;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
}
.page-template-sub-page,
.page-template-default,
.blog,
.archive,
.single {
  /* テーブル */
}
.page-template-sub-page .wp-block-table tr td,
.page-template-sub-page .wp-block-table tr th,
.page-template-default .wp-block-table tr td,
.page-template-default .wp-block-table tr th,
.blog .wp-block-table tr td,
.blog .wp-block-table tr th,
.archive .wp-block-table tr td,
.archive .wp-block-table tr th,
.single .wp-block-table tr td,
.single .wp-block-table tr th {
  padding: 1em 0.5em;
  border: none;
  border-top: 1px solid #ccc;
}
.page-template-sub-page .wp-block-table tr:last-child,
.page-template-default .wp-block-table tr:last-child,
.blog .wp-block-table tr:last-child,
.archive .wp-block-table tr:last-child,
.single .wp-block-table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.page-template-sub-page,
.page-template-default,
.blog,
.archive,
.single {
  /* 見出し H2 H3 */
}
.page-template-sub-page .heading-center,
.page-template-default .heading-center,
.blog .heading-center,
.archive .heading-center,
.single .heading-center {
  position: relative;
  text-align: center;
}

.blog #content,
.archive #content,
.single #content {
  max-width: 1440px;
  padding: 100px 60px 60px;
}

.archive #content,
.single #content {
  padding-top: 150px;
}

.l-mainContent__inner > .post_content {
  margin: 0 auto;
}
.l-mainContent__inner > .post_content .txt-wrap h2 {
  font-size: clamp(32px, 4vw, 40px);
}
.l-mainContent__inner > .post_content .txt-wrap .l-contents .wp-block-group {
  margin-bottom: 30px;
}

/*--------------------------------------------------------
*
* 事業内容 サービス
*
--------------------------------------------------------*/
#service .section-main-title {
  letter-spacing: 16px;
  font-size: clamp(24px, 4vw, 48px);
}
#service .section-sub-title {
  letter-spacing: 4px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
}
#service .section-txt {
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: clamp(16px, 2vw, 18px);
}
#service .column-section .two-column-normal {
  position: relative;
  height: 480px;
  margin-bottom: 96px;
}
#service .column-section .two-column-normal:last-child {
  margin-bottom: 0;
}
#service .column-section .two-column-normal:nth-of-type(odd) .column-img {
  right: -64px;
}
#service .column-section .two-column-normal:nth-of-type(even) .column-img {
  left: -64px;
  margin-left: 0;
}
#service .column-section .two-column-normal:nth-of-type(even) .column-copy {
  margin-left: auto;
}
#service .column-section .column-copy {
  max-width: 576px;
}
#service .column-section .column-img {
  position: absolute;
  top: 0;
  max-width: 810px;
  width: 54%;
  z-index: -1;
}
#service .column-section .column-img img {
  height: 480px;
  object-fit: cover;
}
#service .column-section .column-heading {
  margin-bottom: clamp(16px, 3vw, 32px);
  padding-left: clamp(16px, 2vw, 24px);
  border-left: 6px solid #00a19a;
}
#service .column-section h2 {
  font-size: clamp(24px, 4vw, 40px);
}
#service .column-section .read-txt {
  color: #00a19a;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}
#service .column-section .main-txt {
  margin-bottom: 32px;
  line-height: 1.5;
  font-size: clamp(16px, 2vw, 18px);
}

.page-template-sub-page .u-obf-cover,
.page-template-default .u-obf-cover {
  object-position: bottom;
}
.page-template-sub-page,
.page-template-default {
  /* 全体の余白調整 */
}
.page-template-sub-page #content,
.page-template-default #content {
  margin-bottom: 0;
  padding: 60px 0 0;
}
.page-template-sub-page .post_content,
.page-template-default .post_content {
  padding: 0;
}
.page-template-sub-page .no-padding-wrap .no-padding-inner .two-column-a,
.page-template-default .no-padding-wrap .no-padding-inner .two-column-a {
  max-width: 1440px;
  margin: 0 auto 60px;
}

/*--------------------------------------------------------------
*
* faq よくある質問
*
*--------------------------------------------------------------*/
#faq .swell-block-faq .faq_q,
#faq .swell-block-faq .faq_a {
  font-size: clamp(16px, 1.2vw, 18px);
}
#faq .swell-block-faq .faq_q {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faq .swell-block-faq .faq_q .faq-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.3s;
  background: url("../images/icon/icon_arrow_bottom.svg") no-repeat center/contain;
}
#faq .swell-block-faq .faq_q.open .faq-arrow {
  transform: rotate(180deg);
  /* 上向き */
}
#faq .c-tabList__button {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: bold;
}
#faq .swell-block-accordion__label {
  margin-bottom: 0;
}

/*--------------------------------------------------------
*
* contact お問い合わせフォーム
*
*--------------------------------------------------------*/
.contact-wrap {
  position: relative;
}
.contact-wrap .l-heading {
  color: #00a19a;
}
.contact-wrap .l-heading::before {
  width: 60px;
  background-image: url(../images/icon/icon_mail_blue.svg);
}

/*ContactForm7カスタマイズ*/
.wpcf7 {
  max-width: 1023px;
  margin: 0 auto;
  padding: 48px;
}
.wpcf7 p {
  text-align: left;
}
.wpcf7 .cf7_container {
  margin-bottom: 24px;
}
.wpcf7 .cf7_row {
  display: flex;
  margin-bottom: 24px;
  /* 入力指示タイトル */
}
.wpcf7 .cf7_row .form-label {
  width: 30%;
  margin-right: 48px;
  /*「必須」文字*/
}
.wpcf7 .cf7_row .form-label .cf7_req {
  margin-right: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: red;
  color: white;
  font-size: 12px;
}
.wpcf7 .cf7_row .form-label {
  /*「任意」文字*/
}
.wpcf7 .cf7_row .form-label .cf7_unreq {
  margin-right: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: gray;
  color: white;
  font-size: 12px;
}
.wpcf7 .cf7_row {
  /* 入力フォーム */
}
.wpcf7 .cf7_row .response {
  width: 100%;
  max-width: 850px;
}
.wpcf7 .cf7_row .response input,
.wpcf7 .cf7_row .response textarea {
  width: 100%;
}
.wpcf7 .cf7_row .response input,
.wpcf7 .cf7_row .response select,
.wpcf7 .cf7_row .response textarea {
  padding: 12px 8px;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.wpcf7 .cf7_row .response.no-txt {
  /* テキスト以外は幅調整しない */
}
.wpcf7 .cf7_row .response.no-txt span,
.wpcf7 .cf7_row .response.no-txt input {
  width: auto;
  margin-bottom: 0;
}
.wpcf7 .cf7_row .response.unit {
  /* 単位あり 幅をより狭くする */
}
.wpcf7 .cf7_row .response.unit span {
  display: inline-block;
}
.wpcf7 .cf7_row .response.unit span.form-unit {
  margin-left: 8px;
}
.wpcf7 .cf7_row .response.unit input {
  width: 80px;
}
.wpcf7 .cf7_row .response .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .cf7_row .response {
  /* ラジオボタン */
}
.wpcf7 .cf7_row .response .wpcf7-list-item {
  margin-left: 0;
  margin-right: 16px;
}
.wpcf7 .cf7_row .response {
  /*入力欄*/
}
.wpcf7 .cf7_row .response input,
.wpcf7 .cf7_row .response select,
.wpcf7 .cf7_row .response textarea {
  border: none;
  font-size: clamp(14px, 2vw, 16px);
}
.wpcf7 .cf7_row .response p {
  padding: 0;
}
.wpcf7 {
  /* 住所 */
}
.wpcf7 .form-address label,
.wpcf7 .form-address span {
  display: block;
  margin-bottom: 8px;
}
.wpcf7 .form-address {
  /* 入力欄の幅サイズ調整 */
}
.wpcf7 .form-address .p-postal-code,
.wpcf7 .form-address #pref {
  width: 128px;
}
.wpcf7 .form-address .postal p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcf7 .form-address .postal p span {
  width: 96px !important;
}
.wpcf7 {
  /* 「送信する」ボタン */
}
.wpcf7 input.wpcf7-submit {
  width: 100%;
  background-color: #00a19a;
  border: 0;
  border-radius: 5px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px;
}
.wpcf7 .cf7_btn {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.wpcf7 .wpcf7-spinner {
  width: 0;
  margin: 0;
}
.wpcf7 .form-bottom {
  margin-bottom: 16px;
}
.wpcf7 .form-bottom .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .form-bottom p {
  margin-bottom: 32px;
}
.wpcf7 .form-bottom p .form-bottom-heading {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}

/*--------------------------------------------------------
*
* 料金案内 CSS pricePage-wrap
*
--------------------------------------------------------*/
/* 見出し H3 */
.heading-line {
  position: relative;
}
.heading-line .heading-bg-txt {
  margin-bottom: -75px;
  color: #ffeaf5;
  letter-spacing: 7px;
  text-indent: 7px;
  font-size: 80px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.pricePage-wrap .heading-center {
  /* 見出し H2 下余白調整 */
  margin-bottom: 60px;
}

.price-detail-wrap .wp-block-table figcaption {
  text-align: left;
}

/*--------------------------------------------------------
*
* 回収・買取 CSS collectPage-wrap
*
--------------------------------------------------------*/
.count-content .swell-block-column {
  counter-increment: flow-counter;
}
.count-content .swell-block-column figure {
  position: relative;
}
.count-content .swell-block-column figure::before {
  position: absolute;
  content: "";
  content: counter(flow-counter, decimal-leading-zero);
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f50d8d;
  color: white;
  border-radius: 5px 0 0 0;
  mix-blend-mode: multiply;
  font-size: 24px;
}
.count-content .swell-block-column figure img {
  border-radius: 5px;
}

/* 2カラム 修理内容 */
.two-column-a {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: white;
  /*PC:2カラム SP:1カラム*/
}
.two-column-a .column-item {
  counter-increment: flow-counter;
}
.two-column-a .column-item .swell-block-columns__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  height: auto;
  margin: 0 auto 140px;
  padding-top: 60px;
}
.two-column-a .column-item .swell-block-columns__inner:last-child {
  margin-bottom: 0;
}
.two-column-a .column-item .swell-block-columns__inner {
  /*見出し*/
}
.two-column-a .column-item .swell-block-columns__inner .item-heading {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 125px;
  z-index: 3;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  line-height: 0.75;
  font-size: 90px;
  font-family: "Inter", sans-serif;
  z-index: -1;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading::after {
  content: counter(flow-counter, decimal-leading-zero);
  left: 50px;
  color: #f2f2f2;
  font-style: italic;
  font-size: 90px;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading h3 {
  position: relative;
  padding-bottom: 0;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 32px;
  z-index: 2;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading h3::before {
  content: none;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading .detail-list {
  margin-bottom: 0;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading .detail-list .swell-block-columns__inner {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading .detail-list .swell-block-columns__inner .swell-block-column {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 5px;
  border: 1px solid #313635;
  border-radius: 5px;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading .detail-list .swell-block-columns__inner .swell-block-column:last-child {
  margin-bottom: 10px !important;
}
.two-column-a .column-item .swell-block-columns__inner .item-heading .detail-list .swell-block-columns__inner .swell-block-column p {
  font-size: 14px;
}
.two-column-a .column-item .swell-block-columns__inner {
  /*画像 右*/
}
.two-column-a .column-item .swell-block-columns__inner .column-img {
  position: absolute;
  top: 0;
  left: 510px;
  flex: 1;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.two-column-a .column-item .swell-block-columns__inner .column-img figure img {
  width: 730px;
  height: 480px;
  object-fit: cover;
}
.two-column-a .column-item .swell-block-columns__inner {
  /*説明文 左*/
}
.two-column-a .column-item .swell-block-columns__inner .description {
  position: relative;
  max-width: 600px;
  width: 50%;
  margin-left: 0;
  padding: 30px 0 60px 60px;
  z-index: 1;
}
.two-column-a .column-item .swell-block-columns__inner .description::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100vw - 60px);
  opacity: 0.9;
  z-index: -1;
  background-image: url("../images/texcha_01.png");
  background-repeat: repeat;
  background-size: 30px;
}
.two-column-a .column-item .swell-block-columns__inner .description .service-txt {
  margin-bottom: 30px;
}
.two-column-a .column-item:nth-of-type(even) {
  /*見出し*/
}
.two-column-a .column-item:nth-of-type(even) .item-heading {
  width: 605px;
  margin-left: auto;
  padding-left: 95px;
}
.two-column-a .column-item:nth-of-type(even) .item-heading::after {
  left: 0;
}
.two-column-a .column-item:nth-of-type(even) {
  /*画像 右*/
}
.two-column-a .column-item:nth-of-type(even) .column-img {
  left: auto;
  right: 510px;
}
.two-column-a .column-item:nth-of-type(even) .column-img figure img {
  margin-left: auto;
}
.two-column-a .column-item:nth-of-type(even) {
  /*説明文 左*/
}
.two-column-a .column-item:nth-of-type(even) .description {
  margin-right: 0;
  padding-left: 0;
  margin-left: auto;
  padding-right: 60px;
}
.two-column-a .column-item:nth-of-type(even) .description::before {
  left: auto;
  right: 0;
}

/* 2カラム 枠あり */
.two-column-b {
  position: relative;
}
.two-column-b h4 {
  position: absolute;
  top: 0;
  left: calc(50% + 16px);
  width: 50%;
}
.two-column-b .swell-block-column {
  margin-top: 48px;
}
.two-column-b .swell-block-column:last-child {
  margin-bottom: 60px !important;
}

/* 吹き出し */
.bubble-content {
  position: relative;
}
.bubble-content .bubble-message {
  position: absolute;
  top: 0;
  left: 120px;
  padding-left: 15px;
  font-size: 12px;
}
.bubble-content .bubble-message::before, .bubble-content .bubble-message::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #313635;
}
.bubble-content .bubble-message::before {
  left: 0;
}
.bubble-content .bubble-message::after {
  right: -15px;
}
.bubble-content {
  /* 吹き出し 余白調整 */
}
.bubble-content .c-balloon__body {
  padding: 24px 24px 8px;
}
.bubble-content {
  /* シルエット 透過 */
}
.bubble-content .c-balloon .c-balloon__iconImg {
  box-shadow: 0 0 30px #ccc;
  opacity: 0.8;
}

/* カラム 見出し付きテキスト */
.column-copy h4 {
  z-index: 1;
}

/* カラム テーブル 料金表など */
.column-table .wp-block-table td:first-child {
  min-width: 90px;
  background-color: #313635;
  color: white;
  font-weight: 400;
}
.column-table .wp-block-table td:not(:first-child) {
  background-color: white;
}
.column-table .wp-block-table td:first-child {
  background-color: #313635;
  color: white;
}

.fadeBottom-first {
  opacity: 0;
}
.fadeBottom-first.fadeHead {
  opacity: 1;
  animation: fadeHead 1s ease-out forwards;
}

@keyframes fadeHead {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------
*
* スライダー
*
--------------------------------------------------------*/
.slide-a {
  /* スライダー 矢印 */
}
.slide-a .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50px;
  transition-duration: 0.8s;
  z-index: 1;
}
.slide-a .slick-arrow::before {
  position: absolute;
  content: "" !important;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
}
.slide-a .slick-arrow {
  /* スライダー 矢印 左 */
}
.slide-a .slick-arrow.slick-prev {
  left: 16px;
}
.slide-a .slick-arrow.slick-prev::before {
  left: 0;
  background-image: url("../images/icon/arrow_left.svg");
}
.slide-a .slick-arrow {
  /* スライダー 矢印 右 */
}
.slide-a .slick-arrow.slick-next {
  right: 16px;
}
.slide-a .slick-arrow.slick-next::before {
  right: 0;
  background-image: url("../images/icon/arrow_right.svg");
}
.slide-a {
  /* スライダー 下余白調整（ボタンとの隙間） */
}
.slide-a.slick-dotted.slick-slider {
  margin-bottom: 48px;
}
.slide-a {
  /* スライダー コンテンツ */
}
.slide-a .slick-slide {
  /* アイテム 左右の余白調整 */
  margin: 10px;
}
.slide-a .slick-slide:nth-of-type(2n) {
  /* 1点ごとに下に配置ズラし */
  margin-top: 30px;
}
.slide-a .slick-slide figure {
  /* 画像: 商品 */
  position: relative;
  margin-bottom: 0;
}
.slide-a .slick-slide figure img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.slide-a .slick-slide .wp-block-column {
  /* テキスト: 品名 価格 */
  position: relative;
  padding: 5px 10px;
  background-color: #313635;
  color: white;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  z-index: 1;
}
.slide-a .slick-slide .wp-block-column p {
  margin-bottom: 0;
}
.slide-a .slick-slide .wp-block-column p:nth-child(1) {
  /* テキスト: 品名 */
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/*--------------------------------------------------------
縦スクロール フィーチャースライダー
--------------------------------------------------------*/
.vertical-feature-slider {
  position: relative;
  margin: 0 auto clamp(48px, 8vw, 96px);
  border-radius: 24px;
}
.vertical-feature-slider__heading {
  display: flex;
  gap: clamp(24px, 4vw, 48px);
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.vertical-feature-slider__headingCol {
  flex: 1 1 260px;
}
.vertical-feature-slider__headingCol--summary {
  display: flex;
  align-items: center;
}
.vertical-feature-slider .heading-sub {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(49, 54, 53, 0.6);
}
.vertical-feature-slider__title {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.2;
  color: #313635;
}
.vertical-feature-slider__summary {
  margin: 0;
  line-height: 1.8;
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(49, 54, 53, 0.85);
}
.vertical-feature-slider__carousel {
  flex: 1 1 520px;
  min-height: 360px;
  position: relative;
  /* Swiper 標準矢印を利用 */
}
.vertical-feature-slider__carousel .swiper-button-prev,
.vertical-feature-slider__carousel .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(254, 255, 245, 0.9);
  color: #00a19a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.vertical-feature-slider__carousel .swiper-button-prev:after,
.vertical-feature-slider__carousel .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}
.vertical-feature-slider__carousel .swiper-button-prev:hover,
.vertical-feature-slider__carousel .swiper-button-next:hover {
  transform: scale(1.04);
}
.vertical-feature-slider__carousel .swiper-button-prev {
  left: -8px;
}
.vertical-feature-slider__carousel .swiper-button-next {
  right: -8px;
}
@media (max-width: 959px) {
  .vertical-feature-slider__carousel .swiper-button-prev,
  .vertical-feature-slider__carousel .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .vertical-feature-slider__carousel .swiper-button-prev:after,
  .vertical-feature-slider__carousel .swiper-button-next:after {
    font-size: 12px;
  }
  .vertical-feature-slider__carousel .swiper-button-prev {
    left: -4px;
  }
  .vertical-feature-slider__carousel .swiper-button-next {
    right: -4px;
  }
}
.vertical-feature-slider .swiper {
  width: 100%;
  height: auto;
}
.vertical-feature-slider .swiper-slide {
  height: auto;
}

.vertical-feature-slide {
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px;
}
.vertical-feature-slide__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -72px;
  padding-top: 24px;
  z-index: 1;
}
.vertical-feature-slide__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 128px;
  background-color: #fefff5;
  border-radius: 0 24px 0 0;
  z-index: -1;
}
.vertical-feature-slide__index {
  position: absolute;
  top: -36px;
  right: 0;
  z-index: 1;
  font-size: 128px;
  font-family: "Roboto", sans-serif;
  color: rgba(49, 54, 53, 0.2);
  line-height: 1;
}
.vertical-feature-slide__tag {
  margin-bottom: 12px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgba(0, 161, 154, 0.1);
  color: #00a19a;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.vertical-feature-slide__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  color: #313635;
}
.vertical-feature-slide__text {
  margin: 0;
  line-height: 1.7;
  color: rgba(49, 54, 53, 0.85);
  font-size: clamp(15px, 2vw, 17px);
}
.vertical-feature-slide__image {
  position: relative;
  flex: 1 1 320px;
  min-height: clamp(220px, 35vw, 360px);
  border-radius: 24px;
  overflow: hidden;
}
.vertical-feature-slide__image::before, .vertical-feature-slide__image::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/subtract.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.vertical-feature-slide__image::before, .vertical-feature-slide__image::after {
  z-index: 1;
}
.vertical-feature-slide__image::before {
  bottom: 72px;
  left: 0;
}
.vertical-feature-slide__image::after {
  bottom: 0;
  left: 70%;
}
.vertical-feature-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

@media (max-width: 959px) {
  .vertical-feature-slider__inner {
    flex-direction: column;
  }
  .vertical-feature-slider__heading {
    flex-direction: column;
  }
  .vertical-feature-slide__image {
    position: relative;
    min-height: clamp(220px, 60vw, 340px);
  }
  .vertical-feature-slide__image::before {
    bottom: 48px;
  }
  .vertical-feature-slide__copy {
    margin-top: -48px;
    padding-top: 16px;
  }
}
@media (max-width: 599px) {
  .vertical-feature-slider {
    background: none;
  }
  .vertical-feature-slide {
    padding: 0;
  }
  .vertical-feature-slide__index {
    font-size: 28px;
  }
}
/*--------------------------------------------------------
*
* ドロワーメニュー
*
--------------------------------------------------------*/
.p-spMenu {
  /* 背景 */
}
.p-spMenu__inner {
  max-width: 380px;
  padding: 24px 48px;
}
@media (max-width: 599px) {
  .p-spMenu__inner {
    padding: 24px;
  }
}
.p-spMenu__inner::before {
  background-color: #fefff5;
}
.p-spMenu {
  /* ナビゲーション */
}
.p-spMenu__nav {
  padding: 16px 0;
  background-color: transparent;
  border-radius: 24px;
}
.p-spMenu {
  /* ボディ */
}
.p-spMenu__body {
  padding: 0;
}
.p-spMenu__overlay {
  left: auto;
  right: 0;
  background-color: rgba(49, 54, 53, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(49, 54, 53, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.p-spMenu {
  /* ロゴ */
}
.p-spMenu .c-widget__title {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  color: inherit;
}
.p-spMenu .c-widget__title::before {
  content: none;
}
.p-spMenu .c-widget__title .p-spMenu__logo {
  display: inline-flex;
  align-items: center;
  max-width: 188px;
  width: 100%;
}
.p-spMenu .c-widget__title .p-spMenu__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-spMenu .c-listMenu a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
}
.p-spMenu {
  /* 閉じるボタン */
}
.p-spMenu__closeBtn {
  top: 24px;
  right: 16px !important;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 12px;
}
.p-spMenu .icon-close-thin:before {
  color: #00a19a;
  font-size: 32px;
}
.p-spMenu .icon-close-thin::after {
  content: "CLOSE";
  color: #00a19a;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Inter", sans-serif; /* アイコンフォントを上書き */
  font-style: normal; /* italicを解除 */
}

/*--------------------------------------------------------
レスポンシブ 部分的
--------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  /* 最右カラム 非表示 */
  .post_content .cv-wrap .swell-block-columns__inner {
    justify-content: flex-end;
  }
  .column-blank {
    display: none;
  }
}
/*---------------------------------------------------------------
*
* レスポンシブ CSS max-width: 1023px
*
---------------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  /*--------------------------------------------------------------
  fv メインビジュアル 
  --------------------------------------------------------------*/
  .fv-wrap .fv-model {
    right: 0;
    width: 370px;
    height: 100%;
  }
  /*--------------------------------------------------------------
  cv 冒頭CVボタン
  --------------------------------------------------------------*/
  .post_content .cv-wrap {
    padding: 12px 24px;
    /* 右寄せ */
  }
  .post_content .cv-wrap .swell-block-columns__inner {
    gap: 24px;
    justify-content: center;
  }
  .post_content .cv-wrap {
    /* 幅 660px */
  }
  .post_content .cv-wrap.first-cv .l-contents {
    width: auto;
    max-width: 530px;
    margin-top: 16px !important;
  }
  .post_content .cv-wrap.first-cv .l-contents::after {
    right: auto;
    left: -24px;
    width: 190px;
    height: 320px;
    background-image: url(../images/cv/cv_person_02.png);
  }
  .post_content .cv-wrap.first-cv .l-contents .swell-block-columns__inner {
    flex-direction: column;
    align-items: flex-end;
  }
  .post_content .cv-wrap.first-cv .l-contents .swell-block-column:not(:first-child) figure img {
    max-width: 230px;
  }
  .post_content .cv-wrap.first-cv .l-contents a {
    height: auto;
    padding: 12px 24px;
  }
}
/*---------------------------------------------------------------
*
* レスポンシブ max-width: 959px
*
---------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /*--------------- 共通 ----------------*/
  .__pc {
    display: none;
  }
  .__sp {
    display: inherit;
  }
  .dot-circle::before {
    top: 16px;
    left: -48px;
    width: 170px;
    height: 200px;
  }
  .dot-circle::after {
    top: -72px;
    right: -24px;
    width: 210px;
    height: 200px;
  }
  /*--------------- 外枠 ----------------*/
  .swell-block-fullWide {
    padding: 32px 0 !important;
  }
  .swell-block-fullWide__inner.l-container {
    padding: 0 48px;
  }
  /*--------------- ヘッダー ----------------*/
  .l-header__inner {
    padding: 20px 32px;
  }
  .c-iconBtn {
    background-color: inherit;
    border: none;
  }
  /* ロゴ周りの余白を削除 */
  .l-header__logo {
    padding: 0;
  }
  .l-header__logo .-img .c-headLogo__link {
    padding: 0;
  }
  .l-header {
    position: fixed !important;
  }
  .l-header__customBtn.sp_ {
    display: none;
  }
  .sp-header-btn {
    display: flex;
  }
  /* SPのみ表示 電話番号 */
  .header-phone-sp {
    display: none;
    margin-right: 10px;
    /* SP ヘッダー ハンバーガーボタン横の電話番号リンク */
  }
  .header-phone-sp a {
    padding: 4px 18px 6px 48px;
    background-color: #f39800;
    border-color: white;
    border-radius: 5px;
  }
  .header-phone-sp .header-tel {
    margin-bottom: 0;
    color: white;
  }
  .header-phone-sp .header-tel::before {
    left: -30px;
    top: 10px;
    width: 25px;
    height: 33px;
  }
  .header-phone-sp .header-tel {
    font-size: 20px;
  }
  .header-phone-sp .operation-time {
    color: white;
    font-size: 14px;
  }
  .header-phone-sp .operation-time .txt {
    margin-right: 5px;
  }
  .header-phone-sp .operation-time .accept-time {
    letter-spacing: 0;
  }
  .c-spnav > .menu-item:last-child {
    position: relative;
    right: auto;
    height: auto;
    margin-top: 16px;
  }
  .c-spnav > .menu-item:last-child::before {
    left: 24px;
    font-size: 24px;
  }
  .c-spnav > .menu-item:last-child a {
    text-align: center;
  }
  /*--------------- ボタン ----------------*/
  .btn-heading {
    padding: 0 16px;
  }
  /* ボタン 固定フッター */
  #fix_bottom_menu {
    box-shadow: none;
  }
  #fix_bottom_menu::before {
    background: transparent;
  }
  #fix_bottom_menu .menu-item.menu_btn {
    display: none;
  }
  #fix_bottom_menu .menu_list {
    padding: 0 16px 20px;
    gap: 8px;
  }
  #fix_bottom_menu .menu_list li {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
  }
  #fix_bottom_menu .menu_list li:nth-of-type(2) a {
    background-color: #f39800;
  }
  #fix_bottom_menu .menu_list li:nth-of-type(3) a {
    background-color: #00a19a;
  }
  #fix_bottom_menu .menu_list li:before {
    position: absolute;
    top: calc(50% + 2px);
    left: calc(50% - 56px);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    pointer-events: none;
  }
  #fix_bottom_menu .menu-item {
    position: relative;
  }
  #fix_bottom_menu .menu-item a {
    display: flex;
    align-items: center;
    color: white;
    height: 50px;
    padding-left: 24px;
    font-weight: bold;
    font-family: sans-serif;
  }
  #fix_bottom_menu .menu-item a span {
    font-size: 16px;
  }
  #fix_bottom_menu .menu-item a i {
    display: none;
  }
  #fix_bottom_menu .menu-item.fa-solid a {
    background-color: #00a19a;
  }
  #fix_bottom_menu .fa-line:before,
  #fix_bottom_menu .fa-calculator:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0.5;
    font-size: 28px;
    z-index: -1;
  }
  /* ボタン 追従型 修理のお見積もり */
  .p-blogParts .btn-contact-fixed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }
  /*--------------------------------------------------------------
  *
  * kv メインビジュアル
  *
  --------------------------------------------------------------*/
  .p-mainVisual {
    padding-bottom: 0;
  }
  .p-mainVisual__inner {
    height: 100%;
    margin-top: 80px;
    padding: 0 32px !important;
  }
  .p-mainVisual .swiper-wrapper {
    height: 540px;
  }
  .p-mainVisual__textLayer {
    position: relative;
    margin-top: 0;
    padding: 0;
  }
  .p-mainVisual {
    /*--------------- kv-title-group ----------------*/
  }
  .p-mainVisual .kv-title-group {
    height: 100%;
  }
  .p-mainVisual .kv-title-group > div > p {
    display: none;
  }
  .p-mainVisual .kv-title-group .title-group {
    margin-top: -80px !important;
    margin-bottom: 0 !important;
  }
  .p-mainVisual .kv-title-group .title-group > div {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 32px 32px 0 0;
    background-color: #fefff5;
    border-radius: 0 24px 0 0;
    /* 角丸アイコン */
  }
  .p-mainVisual .kv-title-group .title-group > div::before, .p-mainVisual .kv-title-group .title-group > div::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/subtract.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-mainVisual .kv-title-group .title-group > div::before {
    top: -24px;
    left: 0;
  }
  .p-mainVisual .kv-title-group .title-group > div::after {
    top: 56px;
    right: -24px;
  }
  .p-mainVisual .kv-title-group h1,
  .p-mainVisual .kv-title-group .color-text {
    line-height: 1.6;
    font-size: 32px;
  }
  .p-mainVisual .kv-title-group .sub-title {
    margin-bottom: 4px;
    letter-spacing: 3px;
    font-size: 16px;
  }
  .p-mainVisual__scroll {
    display: none;
  }
  .p-mainVisual .swiper-pagination {
    display: none;
  }
  .p-mainVisual {
    /* イラストアイコン */
  }
  .p-mainVisual .illustration-content .illustration-icon.one {
    top: 140px;
    left: 24px;
  }
  .p-mainVisual .illustration-content .illustration-icon.two {
    right: auto;
    left: 32px;
    width: 100px;
    height: 128px;
  }
  .p-mainVisual .illustration-content .illustration-icon.three {
    top: 428px;
    left: auto;
    right: -10px;
  }
  .p-mainVisual .illustration-content .illustration-icon.four {
    right: auto;
    left: 140px;
    bottom: 50px;
    width: 120px;
    height: 89px;
  }
  .p-mainVisual .illustration-content .illustration-icon.five {
    top: 380px;
    left: auto;
    right: 110px;
  }
  .p-mainVisual .illustration-content .illustration-icon.six {
    top: 120px;
    right: auto;
    left: 170px;
    width: 24px;
    height: 29px;
  }
  .fv-wrap.__sp {
    margin-top: 48px;
  }
  .fv-wrap.__sp .wp-block-image img {
    width: auto;
    height: 630px;
    object-fit: contain;
  }
  /*--------------------------------------------------------------
    kv-option-group オプショングループ
  --------------------------------------------------------------*/
  .kv-option-group {
    /* myjunbanと診療時間を横並びにする */
  }
  .kv-option-group > div {
    display: grid;
    grid-template-columns: 1fr minmax(0, 520px);
    justify-content: space-between;
    gap: 32px;
    /* オプショングループ直下のpタグを非表示 */
  }
  .kv-option-group > div > p {
    display: none;
  }
  .kv-option-group .p-blogParts {
    width: 100%;
  }
  /* 現在の順番待ち状況 myjunban-widget-wrapper */
  #waiting_time #myjunban-widget {
    max-width: 320px;
    min-width: 202px;
  }
  #waiting_time .myjunban-widget-wrapper {
    grid-template-columns: 1fr;
  }
  #waiting_time .myjunban-widget-wrapper h1.myjunban-widget-title {
    justify-content: center;
  }
  #waiting_time .myjunban-widget-wrapper h1.myjunban-widget-title::before {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0%);
    width: calc(100% - 32px);
    height: 1px;
  }
  /* 診療時間のグループ */
  .schedule-group {
    max-width: 100%;
    padding: 0;
  }
  /*--------------------------------------------------------------
    top-index ページメニュー 4つ並び
    --------------------------------------------------------------*/
  #top-index {
    padding: 0 0 0;
  }
  /*--------------- menu list ----------------*/
  /* 3カラム 全幅 */
  .three-column-overall .swell-block-column {
    margin-bottom: 16px;
  }
  .three-column-overall .swell-block-column figure {
    height: 80px;
  }
  .three-column-overall .swell-block-column figure img {
    height: 100%;
  }
  .three-column-overall .swell-block-column .swell-block-button {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    height: 80px;
  }
  .three-column-overall .swell-block-column .swell-block-button .swell-block-button__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  /*--------------- schedule 診療時間 ----------------*/
  #schedule .wp-block-table {
    border: none;
  }
  #schedule .wp-block-table th,
  #schedule .wp-block-table td {
    padding: 0.5em;
    font-size: 16px;
  }
  /*--------------- message 院長あいさつ ----------------*/
  #message .heading-image {
    display: none;
    position: relative;
    right: 0;
    margin-left: auto;
    width: calc(var(--clmn-w) - var(--swl-clmn-mrgn--x));
  }
  #message .heading-image img {
    height: 200px;
    border-radius: 24px;
  }
  #message .l-contents {
    margin-bottom: 24px;
  }
  #message .l-contents:nth-child(1) .swell-block-columns__inner {
    position: relative;
    flex-direction: column-reverse;
  }
  #message .l-contents:nth-child(1) .heading-content {
    position: relative;
    margin-top: 0 !important;
    padding: 24px 24px 0;
    background-color: #fefff5;
    border-radius: 24px 24px 0 0;
    background-color: #fefff5;
  }
  #message .l-contents:nth-child(2) {
    margin-top: 16px;
  }
  #message .l-contents:nth-child(2)::before {
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 100%;
  }
  #message h2 {
    letter-spacing: 8px;
    font-size: 40px;
  }
  #message .heading-sub {
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
  }
  .carrier-contents {
    padding-top: 48px;
  }
  .carrier-contents .swell-block-columns__inner:nth-last-child(1) img {
    height: 100%;
  }
  /* プロフィール画像 */
  .profile-content .text-group {
    padding: 0;
  }
  /*--------------------------------------------------------
    footer フッター
    --------------------------------------------------------*/
  #footer {
    padding-bottom: 64px !important;
  }
  .footer-custom-content iframe {
    height: 400px;
  }
  /*--------------- デフォルトテンプレート ----------------*/
  .blog #content,
  .archive #content,
  .single #content {
    padding: 80px 20px 48px;
  }
  .page-template-sub-page .post_content {
    margin-top: 0;
  }
  .page-template-sub-page .summary-content {
    margin-bottom: 0 !important;
    padding: 0 20px 48px;
  }
  /*--------------------------------------------------------
    contact お問い合わせフォーム
    --------------------------------------------------------*/
  .wpcf7 {
    padding: 0;
  }
  .wpcf7 .cf7_row {
    flex-direction: column;
  }
  .wpcf7 .cf7_row .form-label {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------
*
* レスポンシブ max-width: 781px
*
---------------------------------------------------------------*/
@media screen and (max-width: 781px) {
  /*--------------- テキスト ----------------*/
  .br-tb {
    display: block;
  }
  .large-txt {
    font-size: 26px;
  }
  .post_content .profile-detail .heading-middle {
    align-items: center;
  }
  .post_content .profile-detail h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .post_content .profile-detail .heading-sub {
    text-align: center;
  }
  .post_content .profile-detail .heading-sub::before {
    left: -25px;
  }
  /*--------------- ヘッダー ----------------*/
  /* 電話番号 */
  .header-phone-sp a {
    padding: 4px 8px 4px 32px;
  }
  .header-phone-sp .header-tel {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .header-phone-sp .header-tel::before {
    left: -22px;
  }
  .header-phone-sp .operation-time .txt {
    margin-right: 0;
  }
  /*--------------- メインビジュアル ----------------*/
  /* タイトル 幅調整 */
  /* タイトル トラブル例 */
  .mv-title-content {
    max-width: 350px;
  }
  .mv-title-content .mv-title-box .content-trouble {
    position: relative;
    margin-bottom: 15px;
    padding-left: 80px;
  }
  .mv-title-content .mv-title-box .content-trouble::before {
    position: absolute;
    content: "";
    top: 0;
    left: 15px;
    width: 70px;
    height: 70px;
    background-image: url(../images/icon/icon_driver_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mv-title-content .mv-title-box .content-trouble .swell-block-columns__inner {
    margin: 0 !important;
  }
  .mv-title-content .mv-title-box .content-trouble .swell-block-columns__inner .swell-block-column {
    margin: 0 7px 7px 0 !important;
    padding: 5px 10px;
  }
  .mv-title-content .mv-title-box .content-trouble .swell-block-columns__inner .swell-block-column:not(:first-child) {
    margin-right: 0 !important;
  }
  .mv-title-content .mv-title-box .content-trouble .swell-block-columns__inner .swell-block-column:last-child {
    margin-bottom: 0 !important;
    padding: 5px 18px;
  }
  .mv-title-content .mv-title-box .content-trouble .swell-block-columns__inner .swell-block-column p {
    font-size: 14px;
  }
  .mv-title-content .mv-title-box .main-title {
    margin-bottom: 5px;
  }
  .mv-title-content .mv-title-box .main-title .swell-block-columns__inner {
    margin: 0 !important;
  }
  .mv-title-content .mv-title-box .main-title .swell-block-columns__inner .swell-block-column {
    margin: 0 auto !important;
  }
  .mv-title-content .mv-title-box .main-title .swell-block-columns__inner .swell-block-column h1 {
    display: inherit;
    padding-left: 0;
    line-height: 1;
  }
  .mv-title-content .mv-title-box .main-title .swell-block-columns__inner .swell-block-column h1::before {
    content: none;
  }
  .mv-title-content .mv-title-box .main-title .swell-block-columns__inner .swell-block-column h1 .font-yColor {
    line-height: 1.4;
  }
  .mv-title-content .mv-title-box .content-solution {
    margin-bottom: 50px !important;
  }
  .mv-title-content .mv-title-box .content-solution .swell-block-columns__inner {
    margin: 0;
  }
  .mv-title-content .mv-title-box .content-solution .swell-block-columns__inner .swell-block-column {
    margin: 0 7px 0 0 !important;
    padding: 5px 10px;
  }
  .mv-title-content .mv-title-box .content-solution .swell-block-columns__inner .swell-block-column p {
    font-size: 14px;
  }
  .mv-title-content .mv-btn a {
    width: 280px;
    font-size: 16px;
  }
  /*--------------- cv cvボタン ----------------*/
  .cv-main-pc {
    display: none;
  }
  .cv-main-sp {
    display: block;
  }
  .main-cv .cv-feature {
    width: 50%;
    max-width: 390px;
  }
  .main-cv .cv-person {
    bottom: 52px;
    width: 44%;
  }
  /*--------------- footer widget フッター直前 access ----------------*/
  #before_footer_widget .access-wrap {
    /* アクセス */
  }
  #before_footer_widget .access-wrap .footer-map iframe {
    /* ビル写真 Googleマップ */
    height: 400px;
  }
  /*--------------- カラム ----------------*/
  /* 2カラム 枠あり */
  .two-column-b h4 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .two-column-b .swell-block-column {
    margin-top: 0;
    margin-bottom: inherit !important;
  }
  /*--------------- デフォルトテンプレート ----------------*/
  .page-template-sub-page .summary-content {
    align-items: flex-start !important;
    margin-bottom: 10px !important;
  }
  .page-template-sub-page .summary-content p {
    display: contents;
  }
  .page-template-sub-page .no-space-table.wp-block-group {
    flex-wrap: wrap;
  }
  .page-template-sub-page .no-space-table.wp-block-group .wp-block-table {
    width: 48%;
  }
  .page-template-sub-page .no-space-table.wp-block-group table tr td:last-child {
    width: 30px;
  }
  /*--------------- footer フッター ----------------*/
  /*  */
  .l-footer__foot {
    padding: 48px 16px;
  }
  .l-footer .l-container {
    flex-direction: column;
    align-items: center;
  }
  .l-footer .footer-logo {
    margin-bottom: 32px;
  }
  .l-footer .footer-logo .p-blogParts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-footer .footer-nav-wrap ul.l-footer__nav {
    justify-content: flex-start;
  }
}
/*---------------------------------------------------------------
*
* レスポンシブ max-width: 599px / 499px
*
---------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  /*--------------- 共通CSS ----------------*/
  .br-sp {
    display: block !important;
  }
  .shining::before {
    top: -40px;
    right: -20px;
    transform: unset;
  }
  .btn-heading .banzai::before, .btn-heading .banzai::after {
    content: none !important;
  }
  .dot-circle::before {
    top: 96px;
    left: -48px;
    width: 118px;
    height: 141px;
  }
  .dot-circle::after {
    top: -72px;
    right: -16px;
    width: 120px;
    height: 120px;
  }
  /*--------------- 外枠 ----------------*/
  .swell-block-fullWide {
    padding: 32px 0;
  }
  .swell-block-fullWide__inner.l-container {
    padding: 0 16px;
  }
  /*--------------- ボタン ----------------*/
  /* ボタン用 見出し */
  .btn-heading {
    padding: 0;
    line-height: 1.6;
  }
  .btn-heading p {
    text-align: left;
  }
  .btn-heading br {
    display: none;
  }
  /*--------------- テキスト ----------------*/
  .large-txt {
    font-size: clamp(24px, 2vw, 26px);
  }
  .home .post_content .heading-center,
  .page-template-sub-page .post_content .heading-center,
  .blog .post_content .heading-center,
  .archive .post_content .heading-center {
    margin-bottom: 16px;
  }
  .home .post_content h2,
  .page-template-sub-page .post_content h2,
  .blog .post_content h2,
  .archive .post_content h2 {
    letter-spacing: 4px;
  }
  .home .post_content h2 .font-large,
  .page-template-sub-page .post_content h2 .font-large,
  .blog .post_content h2 .font-large,
  .archive .post_content h2 .font-large {
    font-size: 72px;
  }
  .home .post_content h2.has-text-align-center,
  .page-template-sub-page .post_content h2.has-text-align-center,
  .blog .post_content h2.has-text-align-center,
  .archive .post_content h2.has-text-align-center {
    text-align: left;
  }
  .home .post_content h3,
  .page-template-sub-page .post_content h3,
  .blog .post_content h3,
  .archive .post_content h3 {
    font-size: 18px;
  }
  .heading-line .heading-bg-txt {
    margin-bottom: -65px;
    font-size: 65px;
  }
  /* 見出し下 補足テキスト */
  .txt-center.pc {
    text-align: left;
  }
  .txt-center.pc br {
    display: none;
  }
  .btn-heading .sun-burst {
    text-align: center;
    font-size: 19px;
  }
  .btn-heading .sun-burst::before {
    left: -16px;
  }
  .heading-sub {
    text-align: left;
  }
  .heading-sub br {
    display: none;
  }
  .bg-txt {
    letter-spacing: 5px;
  }
  /*--------------- header ヘッダー ----------------*/
  .l-header__inner {
    justify-content: space-between;
    padding: 16px;
  }
  .l-header__logo {
    margin-right: 0;
    padding: 0;
  }
  .l-header__logo .c-headLogo {
    margin-right: 5px;
  }
  /* 電話番号 ボタン */
  .swell-block-button.header-phone-sp a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
  .swell-block-button.header-phone-sp a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 24px;
    background-image: url("../images/icon/icon_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .swell-block-button.header-phone-sp a div {
    display: none;
  }
  .header-phone-sp a {
    padding: 2px 5px;
  }
  .header-phone-sp a .header-tel::before {
    content: none;
  }
  /* ハンバーガーボタン */
  .hamburger {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 16px;
  }
  .hamburger .hamburger-line {
    width: 30px;
  }
  .l-header__menuBtn {
    width: 30px;
    margin-right: 0;
  }
  .l-header__menuBtn .c-iconBtn {
    top: 50%;
    width: 30px;
    height: 100%;
  }
  .l-header__menuBtn .c-iconBtn .c-iconBtn__label {
    font-size: 10px;
  }
  /*--------------- メインビジュアル ----------------*/
  .p-mainVisual__inner {
    margin-top: 72px;
    padding: 0 16px !important;
  }
  .p-mainVisual .swiper-wrapper {
    height: 240px;
  }
  .p-mainVisual__textLayer {
    padding-bottom: 32px;
  }
  .p-mainVisual__textLayer .kv-title-group h1 {
    padding: 12px 16px;
  }
  .p-mainVisual__textLayer .kv-title-group .kv-feature-group .wp-block-group__inner-container {
    gap: 8px;
  }
  .p-mainVisual .kv-title-group > div {
    gap: 24px;
  }
  .p-mainVisual .kv-title-group .title-group {
    margin-top: 0 !important;
  }
  .p-mainVisual .kv-title-group .title-group > div {
    padding: 24px 16px 0 0;
  }
  .p-mainVisual .kv-title-group .title-group > div::before, .p-mainVisual .kv-title-group .title-group > div::after {
    content: none;
  }
  .p-mainVisual .kv-title-group h1,
  .p-mainVisual .kv-title-group .color-text {
    padding: 0;
    font-size: clamp(26px, 3vw, 32px);
  }
  .p-mainVisual {
    /* イラストアイコン */
  }
  .p-mainVisual .illustration-content .illustration-icon {
    /* 各アイコン設定 */
  }
  .p-mainVisual .illustration-content .illustration-icon.one {
    top: 290px;
    left: -8px;
    width: 80px;
    height: 45px;
  }
  .p-mainVisual .illustration-content .illustration-icon.two {
    bottom: 0px;
    left: auto;
    right: -10px;
    width: 75px;
    height: 98px;
  }
  .p-mainVisual .illustration-content .illustration-icon.three {
    top: 310px;
    right: -16px;
    width: 70px;
    height: 60px;
  }
  .p-mainVisual .illustration-content .illustration-icon.four {
    left: auto;
    bottom: 64px;
    right: 8px;
    width: 80px;
    height: 80px;
  }
  .p-mainVisual .illustration-content .illustration-icon.five {
    top: 280px;
    left: auto;
    right: 44px;
    width: 24px;
    height: 39px;
  }
  .p-mainVisual .illustration-content .illustration-icon.six {
    top: 260px;
    right: auto;
    left: 76px;
  }
  /* オプショングループ */
  .kv-option-group > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* 現在の待ち状況 myjunban-widget-wrapper */
  #waiting_time #myjunban-widget {
    max-width: 100%;
  }
  #waiting_time .myjunban-widget-wrapper {
    grid-template-columns: 120px 1fr;
  }
  #waiting_time .myjunban-widget-wrapper h1.myjunban-widget-title::before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 16px);
  }
  /* ボタン 追従型 修理のお見積もり */
  .p-blogParts .btn-contact-fixed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }
  /*--------------- schedule 診療時間 ----------------*/
  #schedule .wp-block-table td:first-child {
    width: 116px;
  }
  /*--------------- news お知らせ スクロール ----------------*/
  .scroll-group .scroll-list {
    padding: 4px 0;
  }
  /* 条件: SWELLブロックで縦並び指定に合わせたデザイン最適化 */
  #news .swell-block-columns__inner {
    gap: 24px;
  }
  #news .wp-block-table tr th:nth-child(1),
  #news .wp-block-table tr td:nth-child(1) {
    padding: 12px 0 4px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
  }
  #news .wp-block-table tr th:nth-child(2),
  #news .wp-block-table tr td:nth-child(2) {
    padding: 0 0 12px;
    border-top: none;
    font-size: 14px;
  }
  /*--------------- tab タブ ----------------*/
  .c-tabBody {
    padding: 24px;
  }
  /*--------------- スライドエリア ----------------*/
  .loop-slide-image {
    padding: 20px 0 30px;
  }
  .loop-slide-image::before, .loop-slide-image::after {
    height: 24px;
  }
  .loop-slide-image {
    /* イラストアイコン */
  }
  .loop-slide-image .illustration-content .illustration-icon {
    /* 各アイコン設定 */
  }
  .loop-slide-image .illustration-content .illustration-icon.one {
    left: auto;
    right: 0;
    width: 80px;
    height: 45px;
  }
  .loop-slide-image .illustration-content .illustration-icon.two {
    left: -8px;
    bottom: 0;
    width: 75px;
    height: 98px;
  }
  .loop-slide-image .illustration-content .illustration-icon.three {
    display: none;
  }
  .loop-slide-image .illustration-content .illustration-icon.four {
    left: 48px;
    width: 80px;
    height: 80px;
  }
  .loop-slide-image .illustration-content .illustration-icon.five {
    top: 32px;
    left: 32px;
  }
  .loop-slide-image .illustration-content .illustration-icon.six {
    bottom: 118px;
    right: 110px;
  }
  .loop-slide-image .illustration-content .illustration-icon.seven {
    top: 24px;
    left: 30%;
  }
  .loop-slide-image .illustration-content .illustration-icon.eight {
    bottom: 60px;
    left: auto;
    right: 0;
  }
  .slide-center-vertical .l-read {
    text-align: left !important;
  }
  /*--------------- menu list ----------------*/
  .heading-side-icon::before {
    content: none;
  }
  .heading-side-icon::after {
    left: calc(50% + 96px);
    width: 120px;
    height: 60px;
  }
  /* 3カラム 全幅 */
  .three-column-overall a img {
    height: 230px;
  }
  /*--------------- FAQ よくある質問 ----------------*/
  #faq .c-tabBody {
    padding: 16px 0;
    background-color: transparent;
  }
  /*--------------- カラム ----------------*/
  .three-column-b figure img {
    height: 230px;
  }
  .two-column-d {
    padding: 20px 16px;
  }
  .two-column-d .swell-block-step .swell-block-step__item .swell-block-step__title + .swell-block-step__body {
    margin-top: 8px;
  }
  .two-column-c .swell-block-columns {
    padding: 16px;
  }
  /*--------------- before_footer_widget フッター直前 ----------------*/
  #before_footer_widget {
    padding: 0;
  }
  .before-footer-wrap {
    padding: 0;
  }
  .before-footer-wrap .l-container {
    padding: 0 16px;
  }
  .footer-address {
    text-align: center;
  }
  /*--------------- footer フッター ----------------*/
  .footer-custom-content {
    margin-top: -160px;
    margin-bottom: 48px;
    padding: 32px 16px;
  }
  /* ページ最下 余白調整 追従ボタンの幅分 */
  .l-footer {
    padding-bottom: 55px;
  }
  /* ページトップボタン 前面移動 */
  .p-fixBtnWrap {
    bottom: 5.25em;
    z-index: 100;
  }
  /*--------------- 固定ページ ----------------*/
  .column-table .wp-block-table td:first-child {
    /* テーブル */
    min-width: 70px;
  }
  /*--------------- デフォルトテンプレート ----------------*/
  .page-template-sub-page h1.c-pageTitle,
  .blog h1.c-pageTitle,
  .archive h1.c-pageTitle {
    font-size: 48px;
  }
  .page-template-sub-page,
  .blog,
  .archive {
    /* 画像 */
  }
  .page-template-sub-page .eyeCatch-area .p-articleThumb img,
  .blog .eyeCatch-area .p-articleThumb img,
  .archive .eyeCatch-area .p-articleThumb img {
    height: 250px;
  }
  .page-template-sub-page .l-topTitleArea,
  .blog .l-topTitleArea,
  .archive .l-topTitleArea {
    min-height: 200px;
  }
  .page-template-sub-page .l-topTitleArea__body,
  .blog .l-topTitleArea__body,
  .archive .l-topTitleArea__body {
    margin-top: 72px;
  }
  .page-template-sub-page .l-topTitleArea__body,
  .page-template-sub-page #breadcrumb .p-breadcrumb__list,
  .blog .l-topTitleArea__body,
  .blog #breadcrumb .p-breadcrumb__list,
  .archive .l-topTitleArea__body,
  .archive #breadcrumb .p-breadcrumb__list {
    padding: 0 16px;
  }
  .page-template-sub-page .post_content h3 {
    margin-bottom: 10px;
  }
  .page-template-sub-page .rich-content:nth-of-type(even) .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
  .page-template-sub-page .rich-content .swell-block-columns__inner {
    gap: 10px;
  }
  .page-template-sub-page {
    /* リッチカラム 画像の高さ */
  }
  .page-template-sub-page .rich-wrap .swell-block-columns .wp-block-image img {
    height: 200px;
  }
  .page-template-sub-page {
    /* テーブルタグ */
  }
  .page-template-sub-page .wp-block-table th,
  .page-template-sub-page .wp-block-table td {
    font-size: 13px;
  }
  /* サービス 目次 */
  .service-index {
    gap: 5px !important;
  }
  .service-index figure {
    width: 110px;
  }
  /*--------------------------------------------------------
    about us 当院について
    --------------------------------------------------------*/
  #message .sp_only {
    display: none;
  }
  #message .sp-image {
    display: flex;
  }
}
@media screen and (max-width: 499px) {
  .post_content .cv-wrap.first-cv {
    padding-top: 64px;
  }
  .post_content .cv-wrap.first-cv .l-contents {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .post_content .cv-wrap.first-cv .l-contents::before {
    content: none;
  }
  .post_content .cv-wrap.first-cv .l-contents::after {
    left: calc(50% - 150px);
    bottom: auto;
    top: -100px;
    width: 300px;
    height: 138px;
    background-image: url(../images/cv/cv_person_right_bubble_sp.png);
  }
  .post_content .cv-wrap.first-cv .l-contents .swell-block-columns__inner {
    align-items: center;
  }
  .three-column-overall a {
    padding: 16px 8px;
  }
  #work .l-inner::before, #work .l-inner::after {
    content: none;
  }
}

/*# sourceMappingURL=style.css.map */
