/* ========================================
   Components
   パーツ・見出し・UI
======================================== */

/* ----------------------------------------
   テキストユーティリティ
---------------------------------------- */
.u_font_heading { font-family: var(--font_heading); }
.u_center { text-align: center; }
.u_right { text-align: right; }
.bold { font-weight: bold; }
.txt_blue { color: var(--color_brand); }

/* ----------------------------------------
   ボタン
   HTML例:
   <div class="btn btn_main"><a href="">テキスト</a></div>
---------------------------------------- */
.btn {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  min-width: 270px;
  border-radius: var(--radius_sm);
  text-align: center;
  position: relative;
  color: var(--color_text_inverse);
  transition: background var(--transition_base);
}

.btn a {
  padding: 13px 31px;
  display: block;
  position: relative;
  color: var(--color_text_inverse);
  background: none;
}

.btn a:hover {
  text-decoration: none;
}

.btn i,
.btn i.fa-angle-right {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

.btn_main {
  background: var(--color_btn);
  margin: 1.5em 0;
}

.btn_main:hover {
  background: var(--color_btn_hover);
  text-decoration: none;
  opacity: 1;
}

.btn_sub {
  background: var(--color_btn_sub);
}

.btn_sub:hover {
  background: var(--color_btn_sub_hover);
}

.btn_white {
  background: #fff;
  color: var(--color_brand);
  border: 1px solid var(--color_brand);
}

.btn_cv {
  background: var(--color_btn_sub);
}

.btn_text {
  background: transparent;
  color: var(--color_brand);
}

.btn_mb0 {
  margin: 1.5em 0 0;
}

.u_center > .btn {
  display: inline-block;
  vertical-align: top;
}

.drawer_nav .btn {
  min-width: 245px;
}

/* ----------------------------------------
   見出しパターン
---------------------------------------- */
.sec_page_btit {
  background: var(--color_brand_strong);
  padding: var(--sec_page_btit_padding) 0;
  text-align: center;
}

.sec_page_btit h1 {
  color: var(--color_text_inverse);
  font-size: 1.7em;
  display: inline-block;
  margin-bottom: 0;
}

.sec_page_btit h2 {
  color: var(--color_text_inverse);
  position: relative;
  margin-bottom: 0;
}

.sec_page_btit pre {
  margin: 0 auto 0.75em;
  max-width: 90%;
  font-size: 0.75em;
  line-height: 1.4;
  text-align: left;
  white-space: pre-wrap;
  opacity: 0.85;
  color: var(--color_text_inverse);
}

.sec_page_btit h2::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 20px;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--color_text_inverse);
}

.page_ltit h2 {
  font-size: 2em;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
}

.page_ltit h2 span {
  display: block;
  font-size: 1.3rem;
}

.page_ltit h3 {
  font-size: 1.45em;
  margin-bottom: 1em;
}

.page_ttl h2 {
  position: relative;
  line-height: 1em;
  text-indent: 1.2em;
  font-size: 1.8em;
  text-align: left;
  margin: 0 0 1em;
}

.page_ttl h2::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: var(--color_brand);
  border-radius: 0.5em;
}

.page_ttl h3 {
  font-size: 1.45em;
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: 5px solid var(--color_brand_strong);
}

.head_ttl h2 {
  background: var(--color_surface_muted);
  padding: 1rem 2rem;
  color: var(--color_brand);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 3rem 0 1rem;
}

.head_ttl.ttlh3 {
  padding: 1rem 0;
  margin: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--color_brand_strong);
}

.head_ttl h3 {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.2;
}

.head_ttl h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color_brand);
}

.sec h4 {
  font-size: 1.1rem;
  margin: 1.2em 0 0.5em;
  font-weight: bold;
}

.sec h5 {
  font-size: 1.05rem;
  font-weight: bold;
}

.block_title {
  font-size: var(--fz_xl);
  margin-bottom: 24px;
  color: var(--color_brand);
  border-left: 4px solid var(--color_brand);
  padding-left: 12px;
}

/* セクション見出し（英語サブ + 日本語）
   HTML例:
   <div class="sec_tit">
     <p class="sec_tit_en">ABOUT</p>
     <h2 class="sec_tit_ja">私たちについて</h2>
   </div>
   濃い背景の上で使う場合は sec_tit_en に sec_tit_en_wh を追加 */
.sec_tit {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.sec_tit_en {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color_accent);
}

.sec_tit_en_wh {
  color: var(--color_text_inverse);
}

.sec_tit_ja {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color_brand);
}

.sec_subtit {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color_accent);
}

.sec_lead {
  margin: 0 0 clamp(32px, 5vw, 48px);
  line-height: 1.9;
  color: var(--color_text_light);
}

@media (min-width: 768px) {
  .sec_page_btit h1 {
    font-size: 2.2em;
  }

  .page_ltit h2 {
    font-size: 3.3em;
    margin: 0 0 1.5rem;
  }

  .page_ltit h3 {
    font-size: 2em;
    margin-bottom: 1.2em;
  }

  .page_ttl h3 {
    font-size: 1.6rem;
    margin: 1em 0;
  }

  .sec h4 {
    font-size: 1.2rem;
  }

  .sec h5 {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------
   リスト・枠・背景
---------------------------------------- */
.list_item {
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
}

.list_item li {
  position: relative;
  padding-left: 20px;
}

.list_item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  background-color: var(--color_accent);
  border-radius: 50%;
}

.border_blk {
  border: 2px solid var(--color_accent_hover);
  border-radius: var(--radius_lg);
  padding: 1.3em 2em 0.5em;
  margin-bottom: 1.4em;
  background: var(--color_bg);
  box-sizing: border-box;
  width: 100%;
}

.bg_color {
  background: var(--color_surface_muted);
}

.sec_page .bg_color {
  padding: 25px;
}

.card {
  background: var(--color_bg);
  padding: 24px;
  border-radius: var(--radius_lg);
  box-shadow: var(--shadow);
}

.acc_blk {
  display: none;
}

/* アコーディオンパネル（elements---img_4 / common.js 連動） */
.clm_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--grid_gap);
  margin: 15px 0;
}

.clm_wrap .clm_blk {
  width: 100%;
  margin: 0 0 5%;
}

.clm_wrap .clm_blk_ttl {
  background: var(--color_btn);
  padding: 1rem;
  position: relative;
  text-align: center;
  color: var(--color_text_inverse);
  line-height: 1.3;
  font-size: 1.4em;
  border-radius: var(--radius_sm);
  margin-bottom: 0;
}

.clm_wrap .clm_blk_ttl.is_open {
  border-radius: var(--radius_sm) var(--radius_sm) 0 0;
}

.acc_label {
  cursor: pointer;
}

.acc_label i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  top: 50%;
  position: absolute;
  right: 4%;
  transform: translateY(-50%);
}

.acc_label i::before,
.acc_label i::after {
  display: flex;
  content: "";
  background-color: var(--color_text_inverse);
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
}

.acc_label i::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.acc_label.is_open i::before {
  transform: rotate(-90deg);
}

.clm_wrap .clm_blk_inner {
  padding: 1em;
  border: var(--color_btn) 1px solid;
  border-radius: 0 0 var(--radius_sm) var(--radius_sm);
}

.clm_wrap .txt_blue {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.is_hidden {
  display: none;
}

@media (min-width: 768px) {
  .clm_wrap .clm_blk {
    width: calc(50% - var(--grid_gap) / 2);
    margin-bottom: 0;
  }

  .clm_wrap .clm_blk_inner {
    padding: 1em 2em;
  }
}

/* ----------------------------------------
   ページ内アンカー
   HTML例:
   <nav class="anchor_nav" aria-label="ページ内リンク">
     <ul class="anchor_nav_list">
       <li class="anchor_nav_item">
         <a class="anchor_nav_link" href="#section">
           <span class="anchor_nav_label">
             <span class="anchor_nav_num">01</span> 見出しテキスト
           </span>
           <span class="anchor_nav_icon" aria-hidden="true"><i class="fas fa-chevron-down"></i></span>
         </a>
       </li>
     </ul>
   </nav>
---------------------------------------- */
.anchor_nav {
  margin: 0 auto 3em;
}

.anchor_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.anchor_nav_item {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0;
}

.anchor_nav_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 0.75em 1.1em 0.75em 1.25em;
  border-radius: 999px;
  background-color: var(--color_btn);
  color: var(--color_text_inverse);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.35;
  transition: background-color var(--transition_base), opacity var(--transition_base);
}

.anchor_nav_link:hover {
  background-color: var(--color_btn_hover);
  color: var(--color_text_inverse);
  text-decoration: none;
  opacity: 0.92;
}

.anchor_nav_label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.anchor_nav_num {
  font-weight: 700;
  margin-right: 0.35em;
  letter-spacing: 0.02em;
}

.anchor_nav_icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1;
}

.page_body .anchor_nav {
  margin: 1em auto 3em;
}

.cv_area {
  padding: var(--cv_area_padding);
  position: relative;
  text-align: center;
}

.cv_area h2 {
  font-size: clamp(38px, 4vw, 56px);
}

.cv_area h2 span {
  font-size: 1.3rem;
  display: block;
}

.cv_area_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 40px);
  margin-top: 1.5em;
}

.cv_area_btns .btn {
  margin: 0;
}

@media (min-width: 768px) {
  .anchor_nav {
    margin-top: 16px;
  }

  .page_body .anchor_nav {
    margin: 2em auto 0;
  }

  .anchor_nav_item {
    flex: 1 1 calc(33.333% - 12px);
    max-width: calc(33.333% - 8px);
  }

  .anchor_nav_cols_2 .anchor_nav_item {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 8px);
  }

  .anchor_nav_cols_4 .anchor_nav_item {
    flex-basis: calc(25% - 12px);
    max-width: calc(25% - 8px);
  }

  .anchor_nav_link {
    min-height: 56px;
    padding: 0.85em 1.25em 0.85em 1.5em;
    font-size: var(--fz_md);
  }

  .anchor_nav_icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
  }

  /* .cv_area h2 {
    font-size: 3.5rem;
  } */
}

/* ----------------------------------------
   スクロールダウン（TOP）
---------------------------------------- */
.scr_down a {
  display: inline-block;
  position: absolute;
  bottom: -90vw;
  padding: 10px 10px 90px;
  left: 0;
  z-index: 2;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  text-shadow: #fff 0 0 4px;
}

.scr_down a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (min-width: 768px) {
  .scr_down a {
    left: 40px;
    bottom: -45vw;
    padding: 10px 10px 110px;
  }

  .scr_down a::after {
    height: 100px;
  }
}

/* ----------------------------------------
   スクロールアニメーション
   HTML例:
   <div class="js_animate js_animate_slideup">…</div>
   種類: js_animate_fadein / js_animate_slideup /
         js_animate_slidein_left / js_animate_slidein_right
---------------------------------------- */
.js_animate {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.js_animate_fadein.is_visible {
  opacity: 1;
}

.js_animate_slideup {
  transform: translateY(50px);
}

.js_animate_slideup.is_visible {
  opacity: 1;
  transform: translateY(0);
}

.js_animate_slidein_left {
  transform: translateX(-100px);
}

.js_animate_slidein_left.is_visible {
  opacity: 1;
  transform: translateX(0);
}

.js_animate_slidein_right {
  transform: translateX(100px);
}

.js_animate_slidein_right.is_visible {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .js_animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ----------------------------------------
   埋め込みメディア
---------------------------------------- */
.gmaps {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.gmaps iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_blk {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  margin: 10px 0 20px;
  overflow: hidden;
}

.youtube_blk iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .gmaps {
    padding-bottom: 40%;
  }

  .youtube_blk {
    padding: 30px 0 37.25%;
    margin: 30px 0;
  }

  .youtube_blk iframe {
    width: 70%;
  }
}

/* ----------------------------------------
   ページネーション
---------------------------------------- */
.pagenavi_inner {
  padding: 30px 0 0;
}

.pagenavi_inner .wp-pagenavi a,
.pagenavi_inner .wp-pagenavi span {
  padding: 7px 12px;
  border: 1px solid var(--color_brand);
  color: var(--color_text);
  font-weight: 700;
  margin-right: 10px;
}

.pagenavi_inner .wp-pagenavi a:hover {
  background: var(--color_surface_muted);
  text-decoration: none;
}

.pagenavi_inner .wp-pagenavi span.current {
  background: var(--color_surface_muted);
}

/* ----------------------------------------
   コンテンツメニュー（TOP等）
---------------------------------------- */
.cntns_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 5% auto 0;
  padding: 0;
  list-style: none;
}

.cntns_menu li {
  width: 45%;
  margin: 0 2.5% 5%;
  text-align: center;
}

.cntns_menu li a {
  display: block;
  background: #fff;
  color: #fff;
  height: 170px;
  position: relative;
}

.cntns_menu p {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -32%);
}

.cntns_menu p.icon_wide {
  left: 35%;
  transform: translate(-26%, -20%);
}

.cntns_menu .menu_btn {
  background: var(--color_btn);
  display: inline-block;
  line-height: 1;
  border-radius: var(--radius_sm);
  bottom: 14px;
  position: absolute;
  width: 135px;
  padding: 5% 0 4%;
  left: 50%;
  transform: translateX(-50%);
}

.cntns_menu .menu_btn i {
  position: absolute;
  bottom: 50%;
  right: 4%;
  transform: translateY(50%);
}

.cntns_menu li:nth-of-type(2) p {
  top: 20%;
  transform: translate(-50%, -20%);
}

.cntns_menu li:nth-of-type(1) p img,
.cntns_menu li:nth-of-type(2) p img,
.cntns_menu li:nth-of-type(5) p img,
.cntns_menu li:nth-of-type(8) p img {
  width: 85%;
}

@media (min-width: 768px) {
  .cntns_menu {
    width: 90%;
  }

  .cntns_menu li {
    width: 20%;
  }

  .cntns_menu li a {
    height: 190px;
  }

  .cntns_menu .menu_btn {
    padding: 3% 0 2%;
  }
}

/* ----------------------------------------
   クリニック情報・お知らせ（フッター前）
---------------------------------------- */
.info_table_area_inner,
.schedule_table_area {
  width: 100%;
}

.info_table_area .wrap {
  background: var(--color_surface_muted);
  padding: 1.5em 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info_table_area_inner dl {
  margin-bottom: 1em;
  line-height: 1.6;
}

.schedule_tbl {
  text-align: center;
}

.schedule_txt {
  margin-top: 1em;
  text-align: center;
  font-size: var(--fz_sm);
  color: var(--color_text_light);
}

.schedule_tbl th,
.schedule_tbl td {
  border-left: 1px solid var(--color_border);
  vertical-align: middle;
  padding: 2% 0;
}

.schedule_tbl th:last-of-type,
.schedule_tbl td:last-of-type {
  border-right: 1px solid var(--color_border);
}

@media (min-width: 768px) {
  .info_table_area {
    margin-bottom: 6%;
  }

  .info_table_area .wrap {
    padding: 2em 2em 1.5em;
  }

  .info_table_area_inner {
    width: 37%;
  }

  .info_table_area_inner dl {
    margin-bottom: 0.5em;
  }

  .schedule_tbl th,
  .schedule_tbl td {
    padding: 1.2em 1.5em;
  }
}

.info_area_inner dl {
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
}

.info_area_inner dl:first-of-type {
  border-top: 1px solid #fff;
}

.info_area_inner dl a {
  display: block;
  padding: 1.5em 1em;
  color: #fff;
  text-decoration: none;
}

.info_area_inner dl dt,
.info_area_inner dl dd {
  width: 100%;
}

@media (min-width: 768px) {
  .info_area_inner dl a {
    display: flex;
    padding: 2em;
  }

  .info_area_inner dl dt {
    width: 20%;
  }

  .info_area_inner dl dd {
    width: 80%;
  }
}

/* ----------------------------------------
   ギャラリー（gallery01〜03）
---------------------------------------- */
.gallery01 li,
.gallery01 li:first-of-type,
.gallery02 li,
.gallery02 li:last-of-type {
  width: 100%;
  margin: 0 0 3%;
  list-style: none;
}

.gallery03 {
  columns: 1;
  padding: 0;
  margin: 0;
}

.gallery03 li {
  padding-bottom: 3%;
  list-style: none;
}

.gallery03 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .gallery01 li {
    float: left;
    margin: 0 0 2%;
    width: 32%;
  }

  .gallery01 li:first-of-type {
    margin: 0 2% 2% 0;
    width: 65.7%;
  }

  .gallery02 li {
    float: left;
    margin: 0 2% 2% 0;
    width: 32%;
  }

  .gallery02 li:nth-of-type(3) {
    margin: 0 0 2%;
  }

  .gallery02 li:last-of-type {
    width: 66%;
    margin: 0 0 2%;
  }

  .gallery03 {
    columns: 3;
  }

  .gallery03 li {
    padding-bottom: 5%;
  }
}

/* ----------------------------------------
   タイルカード（tile_list）
---------------------------------------- */
.tile_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: var(--grid_gap);
}

.tile_list > * {
  width: 47%;
  margin-bottom: 0;
}

.tile_list > * p {
  margin: 0.6rem 0 1rem;
}

@media (min-width: 768px) {
  .tile_list > * {
    width: calc(33.333% - var(--grid_gap) * 2 / 3);
    margin-bottom: 1.5em;
    text-align: center;
  }
}

/* ----------------------------------------
   control_list
---------------------------------------- */
.control_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--grid_gap);
}

.control_list > * {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.control_list > *:first-of-type::before,
.control_list > *:nth-of-type(2)::before,
.control_list > *:first-of-type::after,
.control_list > *:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: var(--color_accent);
  transform-origin: 50% 1px;
}

.control_list > *:first-of-type::before,
.control_list > *:nth-of-type(2)::before {
  transform: rotate(45deg);
}

.control_list > *:first-of-type::after,
.control_list > *:nth-of-type(2)::after {
  transform: rotate(-45deg);
}

.control_list dl {
  border: var(--color_brand) 2px solid;
  border-radius: var(--radius_lg);
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
}

.control_list dl dt {
  font-size: 1.5em;
}

.control_list dl dd {
  font-size: 1.125em;
}

@media (min-width: 768px) {
  .control_list > * {
    width: calc(33.333% - var(--grid_gap) * 2 / 3);
    margin-bottom: 0;
  }

  .control_list > *:first-of-type::before,
  .control_list > *:nth-of-type(2)::before {
    content: none;
  }

  .control_list > *:first-of-type::after,
  .control_list > *:nth-of-type(2)::after {
    top: 50%;
    right: calc(var(--grid_gap) / -2 - 2px);
    left: auto;
    bottom: auto;
    height: 24px;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------
   引用ブロック（quote_blk）
---------------------------------------- */
.quote_blk {
  position: relative;
  padding: 45px 15px 5px;
  margin-bottom: 1.5em;
  box-sizing: border-box;
  background: var(--color_brand);
  color: var(--color_text_inverse);
}

.quote_blk::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  color: #aaa;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.quote_blk p,
.quote_blk h1,
.quote_blk h2,
.quote_blk h3,
.quote_blk h4 {
  color: var(--color_text_inverse);
}

/* ----------------------------------------
   フロー表
---------------------------------------- */
.flow_wrap .flow_blk {
  display: flex;
  flex-wrap: wrap;
}

.flow_ttl {
  background: var(--color_surface_muted);
  text-align: center;
  font-size: 1.4em;
  color: var(--color_accent);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_column {
  background: var(--color_surface_muted);
  padding: 2em;
  box-sizing: border-box;
  width: 100%;
}

.arrow_down {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-bottom: 5px;
}

.arrow_down::before,
.arrow_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: var(--color_accent);
  transform-origin: 50% calc(100% - 1px);
}

.arrow_down::before {
  transform: rotate(45deg);
}

.arrow_down::after {
  transform: rotate(-45deg);
}

.flow_inner {
  padding-left: 25px;
  padding-bottom: 3rem;
  box-sizing: border-box;
  position: relative;
}

.flow_inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #bdbdbd;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: -2;
}

.flow_inner .flow_blk {
  padding-top: 3rem;
  display: block;
}

.flow_heading {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: var(--color_accent);
}

.flow_heading::before {
  --size: 16px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--color_accent);
  position: absolute;
  left: -26px;
  top: calc(0.5em * 1 - 7px);
}

.flow_content {
  margin-top: 1rem;
}

.flow_head {
  padding: 1.3rem 1.5rem;
  border: 1px solid #bdbdbd;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background-color: var(--color_surface_muted);
}

.flow_head h2 {
  font-size: 1.25rem;
  color: var(--color_brand_strong);
  margin-bottom: 0;
}

.flow_body {
  padding: 1.4rem;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.flow_body_wrap,
.flow_body_wrap table th {
  width: 100%;
}

.flow_img {
  margin: 1.5rem 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .flow_column {
    width: 80%;
  }

  .flow_ttl {
    width: 20%;
    font-size: 1.625em;
  }

  .flow_inner .flow_blk {
    padding-top: 5rem;
  }

  .flow_inner {
    padding-left: 48px;
  }

  .flow_heading {
    font-size: 2.4rem;
  }

  .flow_heading::before {
    left: -48px;
    top: calc(0.5em * 1 - 8px);
  }

  .flow_content {
    margin-top: 2.5rem;
  }

  .flow_head {
    padding: 2rem 3rem;
  }

  .flow_head h2 {
    font-size: 1.5rem;
  }

  .flow_body {
    padding: 3rem;
  }

  .flow_body_wrap {
    width: 65%;
  }

  .flow_body_wrap table th {
    width: 25%;
  }

  .flow_img {
    position: absolute;
    top: -5rem;
    right: 2rem;
    transform: rotate(5deg);
    width: 350px;
    margin: 0;
  }
}

/* ----------------------------------------
   スタッフ紹介
---------------------------------------- */
.box_shadow {
  box-shadow: #ccc 0 0 5px;
  padding: 3%;
  box-sizing: border-box;
}

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

.staff_photo {
  width: 55%;
  margin: 0 !important;
}

.staff_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.staff_name .degree,
.staff_name .en_name {
  font-size: 0.95rem;
  display: block;
  line-height: 1.3;
}

.staff_blk .staff_name {
  margin: 0 !important;
  width: 40%;
}

/* ----------------------------------------
   比較表・料金
---------------------------------------- */
.price_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--grid_gap);
}

.price_box01 > div {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.price_box01 .box_left {
  border: 2px solid #ccc;
}

.price_box01 .box_right {
  border: 2px solid var(--color_brand);
}

.price_box01 .ttl {
  margin: 0 20px 15px;
  padding: 3px 15px;
  text-align: center;
  background: var(--color_brand);
  color: var(--color_text_inverse);
  font-weight: bold;
  border-radius: var(--radius_sm);
  font-size: 1.15em;
}

.price_box01 .box_left .ttl {
  background: #ccc;
  color: var(--color_text);
}

.price_box01 .staff_date {
  padding: 0 40px;
  margin-bottom: 20px;
  list-style: none;
}

.price_box01 .box_left .staff_date {
  padding: 0 20px;
}

.staff_date li {
  display: flex;
}

.price_box01 .staff_date .date {
  font-weight: bold;
  width: 30px;
}

.price_box01 .staff_date .detail {
  width: calc(100% - 30px);
}

.price_box01 .child_box {
  margin: 0 20px 20px;
}

.price_box01 .child_box dt {
  padding: 3px 15px;
  text-align: center;
  background: #cfdee8;
  font-weight: bold;
  border-radius: var(--radius_sm) var(--radius_sm) 0 0;
}

.price_box01 .child_box dd {
  background: var(--color_surface_muted);
  padding: 15px 20px;
  margin: 0;
}

.price_box01 .child_box .staff_date {
  padding: 0;
  margin-bottom: 0;
}

.price_box01 .price {
  margin: auto 0 0;
  text-align: right;
  padding: 7px 20px;
  border-top: 2px solid var(--color_brand);
  font-weight: bold;
  color: var(--color_brand);
}

.price_box01 .price .num {
  font-size: 150%;
  position: relative;
  top: 2px;
}

.price_box01 .box_left .price {
  border-top: 2px solid #ccc;
  color: var(--color_text);
}

@media (min-width: 768px) {
  .price_box01 {
    margin-bottom: 15px;
  }

  .price_box01 > div {
    width: calc(33.333% - var(--grid_gap) * 2 / 3);
    margin-bottom: 0;
  }
}

.tbl_price th {
  border: #ccc 1px solid;
  background: var(--color_surface_muted);
  text-align: left;
  padding: 2%;
}

.tbl_price td {
  border: #ccc 1px solid;
  background: var(--color_bg);
  text-align: right;
  padding: 2%;
}

.tbl_price tr:first-of-type th,
.tbl_price tr:first-of-type td {
  border-top: #ccc 1px solid;
}

/* ----------------------------------------
   FAQ
---------------------------------------- */
.faq_blk {
  position: relative;
}

.faq_blk_content_area .faq_content {
  display: none;
}

.faq_blk_content_area .faq_content.is_show {
  display: block;
}

.faq_blk_box {
  border-bottom: solid 2px var(--color_bg);
  margin-bottom: 2px;
  padding: 32px;
  background: var(--color_surface_muted);
}

.faq_blk_q {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
}

.faq_blk_q::before {
  content: "Q";
  color: var(--color_accent);
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: -6px;
}

.faq_blk_a {
  font-size: 13px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0;
}

.faq_blk_a::before {
  content: "A";
  color: #c9d0d2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 2px;
  top: -7px;
}

@media (min-width: 768px) {
  .faq_blk_q {
    font-size: 20px;
  }

  .faq_blk_q::before {
    top: -3px;
  }

  .faq_blk_box {
    padding: 44px;
  }

  .faq_blk_a {
    font-size: 14px;
  }

  .faq_blk_a::before {
    top: -5px;
  }
}

.clm_blk .grid.grid_col2 > *:nth-of-type(1) {
  width: calc(32% - var(--grid_gap) / 2);
}

.clm_blk .grid.grid_col2 > *:nth-of-type(2) {
  width: calc(63% - var(--grid_gap) / 2);
}

.clm_blk .grid.grid_col2 > *:first-of-type p:last-of-type {
  text-align: center;
}

/* ----------------------------------------
   テーブルラッパー（スマホ横スクロール対応）
   HTML例: <div class="list_table"><table>...</table></div>
---------------------------------------- */
.list_table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.list_table table {
  min-width: 480px;
}

/* ----------------------------------------
   アコーディオン開閉アイコン
   HTML例: <div class="acc_label">見出し<i class="acc_i"></i></div>
   開いたら acc_label に is_open を付与する想定
---------------------------------------- */
.acc_i {
  display: inline-block;
  transition: transform var(--transition_base);
}

.acc_label.is_open .acc_i {
  transform: rotate(180deg);
}
