@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@300;400;500;600;700;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
All
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #161628;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* @media screen and(max-width: 767px){
  body {
    font-size: 3.73vw;
  }
} */

#body.active {
  overflow: hidden;
}

main {
  padding-top: 0;
}

/* SP: 固定ヘッダー分の余白。`main--subpage-no-top-pad` は header.php ＋ functions.php で LP 以外下層のみ付与 */
@media screen and (max-width: 767px) {
  main {
    padding-top: 72px;
  }

  main.main--subpage-no-top-pad {
    padding-top: 0;
  }
}

@media screen and (max-width: 975px) {
  footer {
    padding-bottom: 56px;
  }
}

#isear-toggler,
tldx-lmi-shadow-root {
  display: none;
}

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

/* ----------------------------------------
top=title
---------------------------------------- */
.top-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 49, 68)), to(rgb(68, 119, 163)));
  background: linear-gradient(0deg, rgb(33, 49, 68) 0%, rgb(68, 119, 163) 100%);
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 975px) {
  .top-title {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------
container
---------------------------------------- */
.container {
  width: 100%;
  margin: 0 auto;
}

.max-container {
  max-width: 1440px;
}

.min-container {
  max-width: 1000px;
}

.e-con.e-flex>.e-con-inner {
  max-width: 1030px;
}

/* ----------------------------------------
btn
---------------------------------------- */
.btn {
  width: 251px;
  height: 94px;
  padding: 28px 0 0 20px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.tel-btn {
  border: 2px solid rgba(56, 80, 107, .9);
  background-color: rgba(255, 255, 255, .9);
}

.phone-btn {
  background-color: rgba(56, 80, 107, .9);
}

.line-btn {
  background-color: rgba(24, 189, 24, .9);
}

.btn .icon-wrap {
  padding-top: 2px;
}

.btn .icon-wrap img {
  height: 35px;
  width: auto;
}

.btn .text-wrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.btn .text-wrap .top-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn .text-wrap .main-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.tel-btn .text-wrap {
  color: #38506B;
}

.phone-btn .text-wrap,
.line-btn .text-wrap {
  color: #fff;
}

.btn__point-box {
  display: none;
}

/* ----------------------------------------
box btn
---------------------------------------- */
.box-btn {
  border: 1px solid #38506B;
  display: block;
  width: 290px;
}

.box-btn span {
  color: #38506B;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .box-btn span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.box-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
}

@media screen and (max-width: 975px) {
  .box-btn span::after {
    right: -14px;
    bottom: 14px;
  }
}

.box-btn span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
  transform: rotate(30deg) translateY(-3px);
}

@media screen and (max-width: 975px) {
  .box-btn span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
more btn
---------------------------------------- */
.more-btn,
#page-content .elementor-post__read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  color: #38506B;
  font-size: 14px;
	font-size: 0.875rem;
  line-height: 0.8;
	font-weight: bold;
}

@media screen and (max-width: 975px) {

  .more-btn,
  #page-content .elementor-post__read-more {
    line-height: 0.7;
    font-size: 14px;
    gap: 6px;
  }
}

#page-content .elementor-post__read-more {
  font-size: 14px;
}

#page-content .elementor-post__read-more::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 975px) {

  #page-content .elementor-post__read-more::after {
    width: 15px;
    height: 15px;
  }
}

#page-content .elementor-post__read-more::after {
  width: 15px;
  height: 15px;
}

/* ----------------------------------------
hover
---------------------------------------- */
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

/* ----------------------------------------
marker
---------------------------------------- */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF9AC));
  background: linear-gradient(transparent 60%, #FFF9AC 0%);
  display: inline;
  padding: 0 1px 0px;
  font-weight: bold;
  color: #38506B;
  font-size: 110%;
}

/* ----------------------------------------
header
---------------------------------------- */
/* ----------------------------------------
top-header 
---------------------------------------- */
#top-header {
  height: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  #top-header {
    display: none;
  }
}

#top-header .top-header__left,
#top-header .top-header__right {
  padding: 24px 24px 0;
  position: absolute;
  top: 0;
}

#top-header .top-header__left {
  left: 0;
}

#top-header .top-header__right {
  right: 0;
}

#top-header .top-header__left>h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #38506B;
}

#top-header .top-header__left img {
  width: 300px;
  margin-top: 10px;
}

#top-header .top-header__right>p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}

#top-header .top-header__btns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* ----------------------------------------
sp-header
---------------------------------------- */
#sp-header {
  height: 72px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(190, 176, 164, 0.5);
  backdrop-filter: blur(5px);
  font-family: 'Shippori Mincho', serif;
}


@media screen and (max-width: 767px) {
  #sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-header__left {
  padding-top: 0px;
  padding-left: 0px;
  width: 85%;
  display: flex;
}

.sp-header__left a{
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}

.sp-header__left .sp-header__read {
  font-size: 10px;
  letter-spacing: 0.05em;
  -webkit-transform: scale(0.8) translateX(-12%);
  transform: scale(0.8) translateX(-12%);
  white-space: nowrap;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #7a6500;
  align-content: center;
}

.sp-header__left > img,
.sp-header__left > a img {
  height: 30px;
  width: auto;
  object-fit: cover;
  margin-top: 4px;
}

.sp-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 72px;
  min-height: 72px;
  height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* 三本線エリア（MENU 文言の上） */
.sp-header__burger {
  position: relative;
  width: 24px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sp-header__burger span {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  width: 24px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.sp-header__burger span:nth-child(1) {
  top: 2px;
}

.sp-header__burger span:nth-child(2) {
  top: 9px;
}

.sp-header__burger span:nth-child(3) {
  top: 16px;
}

.sp-header__menu-label {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.sp-header__menu-label-text--close {
  display: none;
}

.sp-header__right.open .sp-header__menu-label-text--menu {
  display: none;
}

.sp-header__right.open .sp-header__menu-label-text--close {
  display: inline;
}

.sp-header__right.open .sp-header__burger span:nth-child(1) {
  top: 9px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-header__right.open .sp-header__burger span:nth-child(2) {
  top: 9px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-header__right.open .sp-header__burger span:nth-child(3) {
  opacity: 0;
}

/* ----------------------------------------
scroll header
---------------------------------------- */
#follow-header {
  font-family: 'Shippori Mincho', serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(190, 176, 164, 0.7);
  z-index: 10;
  /*   padding: 28px 36px 20px 48px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 10000000000;
  backdrop-filter: blur(5px);
  overflow: visible;
}

@media screen and (max-width: 767px) {
  #follow-header {
    display: none;
  }
}

#follow-header.is-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#follow-header.is-top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#follow-header .header-upper {
  width: 100%;
  background: #161628;
  color: #fff;
  border-bottom: 1px solid #866e00;
}

#follow-header .header-upper-text {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  font-size: min(0.7vw, 10px);
  line-height: 2.5;
}

#follow-header .header-upper-text::before,
#follow-header .header-upper-text::after {
  content: '';
  width: 20%;
  height: 1px;
  background: linear-gradient(to bottom right, #7a6500, #c3a419);
  position: absolute;
  top: 50%;
}

#follow-header .header-upper-text::before {
  transform: translate(-100%, -50%);
  left: -5%;
}

#follow-header .header-upper-text::after {
  transform: translate(100%, -50%);
  right: -5%;
}

#follow-header .header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  overflow: visible;
}

.follow-header__logo {
  display: block;
  background: rgba(0,0,0,0.15);
  width: 18%;
  max-width: 250px;
  padding: 25px 0;
  align-content: center;
}

.follow-header__logo img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

#follow-header .follow-header__nav {
  width: 100%;
  margin: 0 15px 0 0;
  overflow: visible;
  position: relative;
  max-width: 1170px;
  
}

#follow-header .follow-header__nav a {
  color: #fff;
  font-weight: normal;
  display: block;
  height: 100%;
  align-content: center;
  position: relative;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  line-height: 1.3;
  font-size: min(14px, 1vw);
  letter-spacing: 0.1em;
}

#follow-header .nav-list__item--mega-treatment.first-item {
  padding-left: 15px;
}
/* #follow-header .follow-header__nav a.nav-online-store {
  padding-bottom: 0;
} */

#follow-header .follow-header__nav a.nav-online-store::before {
  content: '';
  display: inline-block;
  width: 1vw;
  max-width: 14px;
  height: 1vw;
  max-height: 14px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/header-icon-online-store.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(30%, -43%);
  top: 50%;
  right: 0;
  border: none;
  margin: 0;
}

/* 第1階層のナビリンクのみ（メガメニュー内の a に区切り疑似要素が付かないよう子結合子に限定） */
#follow-header .follow-header__nav .nav-list > li:nth-child(n + 2) > a::after,
#follow-header .follow-header__nav .nav-list > li:nth-child(n + 2) > .nav-list__label::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: -15px;
}

#follow-header .follow-header__nav a .nav-sub {
  font-size: min(12px, 0.86vw);
  letter-spacing: 0.2em;
}

/* 「施術名から探す」「お悩みから探す」日本語行の右端：下向きシェブロン（SP サイトマップ用ナビには #follow-header が無いため表示されない） */
#follow-header .follow-header__nav .nav-list__jp-with-caret {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}

#follow-header .follow-header__nav .nav-list__jp-with-caret::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

#follow-header .follow-header__nav .global__nav {
  height: 100%;
}

/* メガメニュー内の ul（.terra-figma-worry 等）まで flex 化しないよう第1階層の .nav-list のみ */
#follow-header .follow-header__nav .global__nav ul.nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow: visible;
}

/* PCヘッダー：施術名から探す メガメニュー（Figma 3610:7532 準拠・トップ施術一覧と同系統） */
/* グローバルナビ：表示のみ・クリック不可（症例一覧・よくある質問） */
#follow-header .follow-header__nav .nav-list > li.nav-list__item--inactive > .nav-list__label {
  color: rgba(255, 255, 255, 0.55);
  font-weight: normal;
  display: block;
  height: 100%;
  align-content: center;
  position: relative;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  line-height: 1.3;
  font-size: min(14px, 1vw);
  letter-spacing: 0.1em;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

#follow-header .follow-header__nav .nav-list > li.nav-list__item--inactive > .nav-list__label .nav-sub {
  font-size: min(12px, 0.86vw);
  letter-spacing: 0.2em;
}

#follow-header .nav-list__item--mega-treatment {
  position: relative;
  z-index: 3;
}

#follow-header .header-mega-treatment {
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  width: min(1120px, calc(100vw - 48px));
  overflow-y: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: rgba(55, 48, 42, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

#follow-header .nav-list__item--mega-treatment:hover .header-mega-treatment,
#follow-header .nav-list__item--mega-treatment:focus-within .header-mega-treatment {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* PCヘッダー：お悩みから探す メガメニュー（トップ .terra-figma-worry と同マークアップ） */
#follow-header .nav-list__item--mega-onayami {
  position: relative;
  z-index: 3;
}

#follow-header .nav-list__item--mega-treatment:hover,
#follow-header .nav-list__item--mega-treatment:focus-within,
#follow-header .nav-list__item--mega-onayami:hover,
#follow-header .nav-list__item--mega-onayami:focus-within {
  z-index: 5;
}

/* 横位置: li 左端に揃える（施術メガと同様）。右・左はみ出し分は --terra-onayami-mega-shift-x（script.js）で補正 */
#follow-header .header-mega-onayami {
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  width: min(1120px, calc(100vw - 48px));
  max-height: min(85vh, 720px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  --terra-onayami-mega-shift-x: 0px;
  -webkit-transform: translate3d(var(--terra-onayami-mega-shift-x), 4px, 0);
  transform: translate3d(var(--terra-onayami-mega-shift-x), 4px, 0);
  -webkit-transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

#follow-header .nav-list__item--mega-onayami:hover .header-mega-onayami,
#follow-header .nav-list__item--mega-onayami:focus-within .header-mega-onayami {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate3d(var(--terra-onayami-mega-shift-x), 0, 0);
  transform: translate3d(var(--terra-onayami-mega-shift-x), 0, 0);
}

#follow-header .header-mega-onayami__inner {
  padding: clamp(16px, 2vw, 22px) clamp(14px, 2vw, 24px) clamp(14px, 2vw, 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), rgba(190, 176, 164, 0.7);
  border: 0.5px solid #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* ヘッダー用ナビの a 指定を打ち消し、トップと同じカードレイアウトを維持 */
#follow-header .follow-header__nav .header-mega-onayami .terra-figma-worry li a {
  height: auto;
  min-height: 0;
  padding: 0;
  align-content: unset;
  text-align: left;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}

#follow-header .header-mega-onayami .terra-figma-worry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
  height: auto;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

@media screen and (max-width: 1100px) {
  #follow-header .header-mega-onayami .terra-figma-worry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#follow-header .header-mega-treatment__inner {
  padding: clamp(16px, 2vw, 24px) clamp(16px, 2.5vw, 28px);
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), rgba(190, 176, 164, 0.7);
  border: 0.5px solid #FFFFFF;
  backdrop-filter: blur(5px);
}

#follow-header .header-mega-treatment__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#follow-header .header-mega-treatment__head-en {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
}

#follow-header .header-mega-treatment__head-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #fff;
}

#follow-header .header-mega-treatment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  align-items: start;
}

/* .global__nav ul の flex がネストした施術一覧 ul にも効くためリセット */
#follow-header .follow-header__nav .global__nav .header-mega-treatment ul {
  display: block;
  height: auto;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  gap: 0;
  overflow: visible;
}

#follow-header .follow-header__nav .global__nav .header-mega-treatment ul li {
  display: list-item;
  float: none;
  width: auto;
}

/* グローバルナビ用の区切り線 ::after が施術メニュー内にも当たるのを打ち消す */
#follow-header .follow-header__nav .header-mega-treatment .header-mega-treatment__list a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* #follow-header .follow-header__nav a の block/高さ100%/パディングを施術リンクでは上書き */
#follow-header .follow-header__nav .header-mega-treatment .header-mega-treatment__list a {
  display: inline-block;
  height: auto;
  align-content: unset;
  padding: 2px 0;
  text-align: left;
  line-height: 1.45;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: normal;
}

#follow-header .header-mega-treatment__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#follow-header .header-mega-treatment__list li {
  margin: 0 0 4px;
  padding: 0;
  border: 0;
}

/* 子カテゴリ：先頭「ー」の直前に全角1字分のスペース（テキストは PHP 側は据え置き） */
#follow-header .header-mega-treatment__item--child > a::before {
  content: '\3000';
}

#follow-header .header-mega-treatment__list a {
  display: inline-block;
  padding: 2px 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', sans-serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}

#follow-header .header-mega-treatment__list a:hover,
#follow-header .header-mega-treatment__list a:focus-visible {
  color: #fff;
  opacity: 0.82;
  outline: none;
}

#follow-header .header-mega-treatment__list a:focus-visible {
  text-decoration: underline;
}

#follow-header .header-mega-treatment__cta-wrap {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(75, 70, 70, 0.12);
  text-align: center;
}

#follow-header .header-mega-treatment__cta {
  display: inline-block;
  padding: 10px 28px;
  font-family: 'Shippori Mincho', serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #574e47;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s ease;
}

#follow-header .header-mega-treatment__cta:hover,
#follow-header .header-mega-treatment__cta:focus-visible {
  background: #3d3835;
}

@media screen and (max-width: 1100px) {
  #follow-header .header-mega-treatment__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  #follow-header .header-mega-treatment__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* フッターではメガパネル非表示（マークアップは共通化のため残す）。SP は .sp-menu 内でアコーディオン表示。 */
#footer .header-mega-treatment {
  display: none !important;
}


/* ----------------------------------------
mv
---------------------------------------- */
#mv {
  background-color: #fff;
}

.mv__wrap {
  max-width: 1580px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mv-nav {
  position: absolute;
  bottom: 24px;
  left: 0;
  max-width: 1280px;
  padding: 0 64px;
  width: 100%;
}

@media screen and (max-width: 1240px) {
  .mv-nav {
    padding: 0 24px;
  }
}

@media screen and (max-width: 975px) {
  .mv-nav {
    display: none;
  }
}

.mv-nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.mv-nav .global__nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----------------------------------------
mv text
---------------------------------------- */
.mv__campaign,
.mv__copy,
.mv__read,
.mv__points {
  position: absolute;
}

.mv__campaign {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #38506B;
  padding: 10px 12px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  top: 150px;
  right: 40px;
  background-color: #fff;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .mv__campaign {
    top: 8px;
    right: 0;
  }
}

@media screen and (max-width: 975px) {
  .mv__campaign {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, .8);
  }
}

.mv__copy {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  bottom: 70px;
  left: 84px;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  white-space: nowrap;
  font-weight: bold;
  text-indent: -1em;
  text-indent: -5.8em;
}

@media screen and (max-width: 1240px) {
  .mv__copy {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
  .mv__copy {
    bottom: unset;
    top: 10svw;
    left: 8svw;
    text-indent: 0em;
  }
}

.mv__read {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1240px) {
  .mv__read {
    top: 34%;
  }
}

@media screen and (max-width: 975px) {
  .mv__read {
    top: 50%;
  }
}

.mv__read-top .is-36 {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}

.mv__read .is-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-26 {
    font-size: 4svw;
  }
}

.mv__read .is-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-36 {
    font-size: 6svw;
  }
}

.mv__read .is-64 {
  font-size: 64px;
  font-size: 4rem;
}

@media screen and (max-width: 975px) {
  .mv__read .is-64 {
    font-size: 10svw;
  }
}

.mv__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  right: 40px;
  bottom: 56px;
}

@media screen and (max-width: 975px) {
  .mv__points {
    gap: 2svw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    bottom: 24px;
  }
}

.mv__points .mv__point {
  aspect-ratio: 1/1;
  width: 168px;
  background: rgba(121, 166, 197, .8);
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point {
    width: 26svw;
  }
}

.mv__points .mv__point .mv__point-text {
  position: absolute;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text {
    font-size: 2.2svw;
  }
}

.mv__points .mv__point .mv__point-text p {
  margin: 0.1em 0 0.1em;
}

.mv__points .mv__point .mv__point-text p.is-big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 975px) {
  .mv__points .mv__point .mv__point-text p.is-big {
    font-size: 3.6svw;
  }
}

.mv__points .mv__point .mv__point-text p.is-space {
  letter-spacing: 0.6em;
}

/* ----------------------------------------
top-btn
---------------------------------------- */
.top-btn-box {
  text-align: center;
}

.top-btn-gold {
  display: inline-block;
  position: relative;
  padding: min(1.4vw, 20px) min(3.86vw, 54px) min(1.4vw, 20px) min(1.71vw, 24px);
  background: linear-gradient(to right, #7A6500, #C3A419);
  border-radius: 0;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.1vw, 15px);
  color: #fff;
  text-align: left;
  margin: 10px 24px;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15);
  min-width: 300px;
}

.top-btn-gold::before {
  content: "";
  position: absolute;
  width: 2.14vw;
  height: 1.02vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: min(1.07vw, 15px);
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .top-btn-gold::before {
    max-width: 30px;
    max-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top-btn-gold {
    padding: 4vw 16vw 4vw 5vw;
    font-size: 3.73vw;
    margin: 3vw auto;
    min-width: 230px;
  }

  .top-btn-gold::before {
    width: 6.4vw;
    height: 3.1vw;
    top: 54%;
    right: 5vw;
  }
}

/* ----------------------------------------
lp-btn
---------------------------------------- */
.lp-btn-list {
  margin: 30px auto;
}

.lp-btn {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #161628;
  display: block;
  position: relative;
  height: 6.9vw;
  max-height: 96px;
  align-content: center;
  padding-left: min(8.6vw, 120px);
  margin: 10px auto;
  font-weight: bold;
  text-decoration: underline;
}

.lp-btn .lp-btn-arrow-box {
  display: inline-block;
  width: 6.9vw;
  max-width: 96px;
  height: 6.9vw;
  max-height: 96px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 100%;
  border: 1px solid #A18729;
}

.lp-btn .lp-btn-arrow {
  width: 100%;
  height: 100%;
  position: relative;
}

.lp-btn .lp-btn-arrow::before {
  content: "";
  position: absolute;
  width: 2.14vw;
  height: 1.02vw;
  max-width: 30px;
  max-height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .lp-btn-list {
    display: flex;
    justify-content: space-around;
  }

  .lp-btn {
    font-size: min(14px, 1vw);
  }
}

@media screen and (max-width: 767px) {
  .lp-btn {
    height: 20vw;
    max-height: none;
    padding-left: 23vw;
    width: fit-content;
    font-size: 3.7vw;
  }

  .lp-btn .lp-btn-arrow-box {
    width: 20vw;
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .lp-btn .lp-btn-arrow::before {
    width: 6vw;
    height: 3vw;
  }
}



/* ----------------------------------------
top-h2
---------------------------------------- */
.top-h2 {
  font-family: "Shippori Mincho", serif;
  color: #161628;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-h2 .top-h2-en {
  font-size: min(7.14vw, 100px);
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.top-h2 .top-h2-jp {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {

  .top-h2 .top-h2-en {
    font-size: 10.67vw;
  }

  .top-h2 .top-h2-jp {
    font-size: 3.73vw;
  }
}

/* ----------------------------------------
top-fv
---------------------------------------- */
#top-fv-section {
  width: 100%;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
  color: #fff;
  /* 	background: linear-gradient(to bottom right, #031C52, #324772); */
}

#top-fv-section .fv-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 55vw;
  max-height: 770px;
  position: relative;
  overflow: hidden;
}

#top-fv-section .slide-image {
  position: absolute;
  width: 100%;
  height: 58vw;
  max-height: 800px;
  background-size: cover;
  background-position: center;
  /* 	transition: opacity 1s ease-in-out; */
  z-index: -1;
}

@keyframes slide {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#top-fv-section .slide-image:nth-child(1) {
  background-image: url('../img/top-fv-2.png');
  /* 	animation: slide 10s infinite; */
}

#top-fv-section .slide-image:nth-child(2) {
  background-image: url('../img/top-fv-1.png');
  opacity: 0;
  animation: slide 15s 5s infinite;
}

#top-fv-section .slide-image:nth-child(3) {
  background-image: url('../img/top-about-image.png');
  opacity: 0;
  animation: slide 15s 10s infinite;
}

#top-fv-section .fv-access {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
  padding: 5px 15px;
}

#top-fv-section .fv-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
}

#top-fv-section .fv-point {
  width: 55vw;
  max-width: 730px;
  height: 4.7vw;
  max-height: 66px;
  position: relative;
  /* 	padding-left: min(10.7vw, 150px); */
  margin: 10px 0;
}

#top-fv-section .fv-point-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #F9FDFD, #C3DBEA);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  border-top: 2px solid;
  border-image: linear-gradient(to right, #7a6500, #c3a419) 1;
  position: absolute;
  top: 0;
  left: 0;
}


#top-fv-section .fv-point-label {
  display: inline-block;
  width: 9vw;
  max-width: 140px;
  height: 2.2vw;
  max-height: 30px;
  background: linear-gradient(to bottom right, #364D76, #A1BBD3);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  padding: 5px 0;
  text-align: center;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: -5%;
  line-height: 1;
}

#top-fv-section .fv-point-text {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: min(7.7vw, 150px);
  color: #1D2023;
}

@media screen and (min-width: 1639px) {
  #top-fv-section .fv-point-text {
    left: min(6.4vw, 150px);
  }
}

@media screen and (min-width: 767px) {
  #top-fv-section .fv-point-text .fv-point-large {
    font-size: min(20px, 1.43vw);
    font-weight: bold;
  }

  #top-fv-section .fv-point-text .fv-point-caution-mark {
    font-size: min(10px, 0.71vw);
  }
}

#top-fv-section .fv-circle {
  width: 12.3vw;
  max-width: 172px;
  height: 12.3vw;
  max-height: 172px;
  background: linear-gradient(135deg, #c8a500 0%, #fff9dd 100%);
  border-radius: 999px;
  padding: 2px;
}

#top-fv-section .fv-circle-content {
  width: 100%;
  height: 100%;
  text-align: center;
  /*     align-content: center; */
  background: linear-gradient(135deg, #C1D5EA 0%, #F7FAFC 100%);
  border-radius: 999px;
  padding-top: min(1.1vw, 15px);
}

#top-fv-section .fv-circle-title {
  width: fit-content;
  padding: 5px;
  margin: 0 auto;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #7a6500, #c3a419) 1;
  color: #273D6A;
}
#top-fv-section .fv-circle-number{
  color: #273D6A;
}

#top-fv-section .fv-circle-note{
  color: #273D6A;
}

#top-fv-section .fv-info {
  display: flex;
  justify-content: space-around;
}

#top-fv-section .fv-info .fv-circle:nth-child(2) {
  margin-left: -10px;
}

#top-fv-section .fv-btn {
  width: 23.6vw;
  max-width: 330px;
  height: 8.6vw;
  max-height: 120px;
  background-size: cover;
  position: relative;
  overflow-wrap: break-word;
}

#top-fv-section .fv-btn:nth-child(1) {
  background-image: url(../img/saiseiiryou-banner.png);
}

#top-fv-section .fv-btn:nth-child(2) {
  background-image: url(../img/top-fv-btn-background-1.png);
}

#top-fv-section .fv-btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: 2;
}

#top-fv-section .fv-btn-background-text {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 0.9;
  text-align: center;
  color: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 767px) {
  #top-fv-section .fv-container {
    display: flex;
    justify-content: space-between;
  }

  #top-fv-section .fv-flex-block {
    margin: min(32px, 2.3vw);
    padding-top: min(150px, 10.7vw);
  }

  #top-fv-section .fv-flex-block-right {
    padding-top: min(220px, 15.7vw);
    align-content: end;
  }

  #top-fv-section .fv-access {
    font-size: min(20px, 1.43vw);
    font-weight: bold;
  }

  #top-fv-section .fv-title {
    font-size: min(46px, 3.29vw);
    line-height: 1.5;
    font-weight: bold;
    margin: min(50px, 3.57vw) 0;
    padding-bottom: min(50px, 3.57vw);
  }

  #top-fv-section .fv-points {
    font-size: min(16px, 1.14vw);
    padding-left: min(3vw, 42px);
    margin-bottom: min(50px, 3.57vw);
  }

  #top-fv-section .fv-point-note {
    font-size: min(12px, 0.86vw);
  }

  #top-fv-section .fv-point-label {
    font-size: min(20px, 1.43vw);
  }

  #top-fv-section .fv-circle {
    font-size: min(16px, 1.14vw);
  }

  #top-fv-section .fv-circle-number span {
    font-size: min(32px, 2.29vw);
    letter-spacing: 0.05em;
  }

  #top-fv-section .fv-circle-note {
    font-size: min(10px, 0.71vw);
  }

  #top-fv-section .fv-btn-list {
    font-size: min(22px, 1.57vw);
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: min(4.29vw, 60px);
  }

  #top-fv-section .fv-btn-background-text {
    font-size: min(64px, 4.57vw);
  }

  #top-fv-section .fv-caution-text {
    font-size: min(16px, 1.14vw);
  }
}

@media screen and (max-width: 767px) {
  #top-fv-section .slide-image {
    height: 200vw;
    max-height: 200vw;
  }

  #top-fv-section .fv-access {
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }

  #top-fv-section .fv-title {
    font-size: 8vw;
  }

  #top-fv-section .fv-circle {
    font-size: 3.2vw;
  }

  #top-fv-section .fv-circle-number span {
    font-size: 6.1vw;
  }

  #top-fv-section .fv-circle-note {
    font-size: 2.4vw;
    line-height: 1.2;
  }

  #top-fv-section .fv-btn-list {
    font-size: 3.7vw;
    display: flex;
    justify-content: space-between;
  }

  #top-fv-section .fv-btn {
    width: 43.5vw;
    max-width: none;
    height: 30vw;
    max-height: none;
  }

  #top-fv-section .fv-btn-background-text {
    font-size: 9vw;
    align-content: center;
  }

  #top-fv-section .slide-image:nth-child(1) {
    background-image: url('../img/top-fv-2-sp.png');
  }

  #top-fv-section .slide-image.is-regenerative:nth-child(1) {
    background-image: url('../img/regenerative-fv-sp.webp');
  }

  #top-fv-section .slide-image:nth-child(2) {
    background-image: url('../img/top-fv-1-sp.png');
  }

  #top-fv-section .fv-container {
    height: 200vw;
    max-height: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  #top-fv-section .fv-flex-block {
    padding: 5vw 5.3vw 5.3vw 5.3vw;
  }

  #top-fv-section .fv-circle {
    width: 31.5vw;
    max-width: none;
    height: 31.5vw;
    max-height: none;
  }

  #top-fv-section .fv-info .fv-circle:nth-child(1) {
    margin-left: auto;
  }

  #top-fv-section .fv-point {
    width: 100%;
    max-width: none;
    height: 15vw;
    max-height: none;
  }

  #top-fv-section .fv-point:nth-child(3) {
    height: 18vw;
  }

  #top-fv-section .fv-point-label,
  #top-fv-section .fv-point-text {
    font-size: 3.7vw;
    line-height: 1.3;
  }

  #top-fv-section .fv-point-label {
    width: 14.5vw;
    max-width: none;
    height: 11.2vw;
    max-height: none;
  }

  #top-fv-section .fv-point-text {
    left: 13vw;
  }

  #top-fv-section .fv-point-text .fv-point-note {
    font-size: 3.2vw;
  }

  #top-fv-section .fv-caution-text {
    font-size: 2.7vw;
  }
}
/* ----------------------------------------
top-fv Figma MV（テラクリニック トップヒーロー）
デザイン: Figma file kViDrGzjvn16iLIEIOtrfN node 1:17
触媒: .top-fv--figma のみ。下層LPの #top-fv-section には影響しません。
---------------------------------------- */
#top-fv-section.top-fv--figma {
  position: relative;
  color: #fff;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  overflow: hidden;
  min-height: clamp(420px, 55vw, 770px);
}

#top-fv-section.top-fv--figma .top-fv__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#top-fv-section.top-fv--figma .top-fv__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118.43deg,
    rgba(201, 188, 177, 0.88) 0.3%,
    rgba(164, 148, 135, 0.72) 100%
  );
  z-index: 2;
  pointer-events: none;
}

#top-fv-section.top-fv--figma .top-fv__photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 3;
  pointer-events: none;
}

#top-fv-section.top-fv--figma .top-fv__slide.slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  z-index: 1;
  background-size: cover;
  background-position: 76% 28%;
  background-image: url('../img/top-fv-2.png');
  mix-blend-mode: luminosity;
  opacity: 0.92;
  background-position: top center;
}

#top-fv-section.top-fv--figma .top-fv__glow {
  display: none;
}

#top-fv-section.top-fv--figma .top-fv__container.fv-container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  min-height: clamp(420px, 55vw, 770px);
  height: auto;
  max-height: none;
  display: grid;
  grid-template-columns: 1fr minmax(220px, clamp(240px, 24vw, 330px));
  grid-template-rows: auto auto;
  gap: clamp(16px, 2.5vw, 40px);
  column-gap: clamp(16px, 2.5vw, 40px);
  row-gap: clamp(10px, 1.2vw, 18px);
  align-items: end;
  padding: clamp(72px, 8vw, 120px) clamp(16px, 4vw, 48px) clamp(28px, 3vw, 40px);
  box-sizing: border-box;
}

#top-fv-section.top-fv--figma .top-fv__main {
  grid-column: 1;
  grid-row: 1;
  padding-top: 0;
  min-width: 0;
  align-self: start;
}

#top-fv-section.top-fv--figma .top-fv__aside {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding-top: 0;
}

#top-fv-section.top-fv--figma .top-fv__aside.fv-flex-block-right {
  padding-top: 0;
}

#top-fv-section.top-fv--figma .top-fv__meta {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: clamp(10px, 0.85vw, 11.61px);
  letter-spacing: 0.04em;
  color: #dcd7d3;
  line-height: 1.5;
  margin: 0 0 0.35rem;
}

#top-fv-section.top-fv--figma .top-fv__access.fv-access {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.45vw, 20px);
  letter-spacing: 0.1em;
  background: none;
  border: none;
  padding: 0;
  width: auto;
  margin: 0 0 20px;
}

#top-fv-section.top-fv--figma .top-fv__heading {
  font-family: 'Zen Old Mincho', 'Shippori Mincho', serif;
  font-weight: 500;
  color: #fff;
  margin: 0 0 clamp(12px, 1.5vw, 20px);
  line-height: 1.35;
  letter-spacing: 0.08em;
}

#top-fv-section.top-fv--figma .top-fv__heading-line {
  display: block;
}

#top-fv-section.top-fv--figma .top-fv__heading-line--1 {
  font-size: clamp(26px, 3.2vw, 46px);
  letter-spacing: 0.12em;
}

#top-fv-section.top-fv--figma .top-fv__heading-line--2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-top: 0.15em;
  font-size: clamp(26px, 3.4vw, 48px);
}

#top-fv-section.top-fv--figma .top-fv__heading-line2-indent {
  flex-shrink: 0;
  visibility: hidden;
  width: max-content;
  font-size: clamp(26px, 3.2vw, 46px);
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: 'Zen Old Mincho', 'Shippori Mincho', serif;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

#top-fv-section.top-fv--figma .top-fv__heading-line2-main {
  flex: 1;
  min-width: 0;
}

#top-fv-section.top-fv--figma .top-fv__heading-kandou {
  font-size: 1.05em;
  letter-spacing: 0.1em;
}

#top-fv-section.top-fv--figma .top-fv__heading-no {
  font-size: 0.78em;
  font-weight: 500;
}

#top-fv-section.top-fv--figma .top-fv__heading-bi {
  display: inline-block;
  margin: 0 0.08em 0 0.04em;
  font-size: 1.35em;
  line-height: 0;
  vertical-align: baseline;
  transform: translateY(0.06em);
}

#top-fv-section.top-fv--figma .top-fv__heading-bi-img {
  display: block;
  width: auto;
  height: 1em;
  filter: drop-shadow(0 1px 14px rgba(0, 0, 0, 0.18));
}

#top-fv-section.top-fv--figma .top-fv__heading-tail {
  letter-spacing: 0.12em;
}

#top-fv-section.top-fv--figma .top-fv__lead {
  margin: 0 0 clamp(20px, 2.8vw, 36px);
  color: #fff;
}

#top-fv-section.top-fv--figma .top-fv__lead-row {
  display: block;
}

#top-fv-section.top-fv--figma .top-fv__lead-row--1 {
  font-size: clamp(14px, 1.3vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 0.35em;
}

#top-fv-section.top-fv--figma .top-fv__lead-row--2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0;
}

#top-fv-section.top-fv--figma .top-fv__lead-row2-indent {
  flex-shrink: 0;
  visibility: hidden;
  width: max-content;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(14px, 1.3vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 400;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

#top-fv-section.top-fv--figma .top-fv__lead-row2-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  flex: 1;
  min-width: 0;
}

#top-fv-section.top-fv--figma .top-fv__lead-em {
  font-size: clamp(13px, 1.22vw, 17px);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#top-fv-section.top-fv--figma .top-fv__lead-period {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: clamp(9px, 0.72vw, 10px);
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

/* SP 専用改行（「専門性と」の直後）。PC では非表示 */
#top-fv-section.top-fv--figma .top-fv__lead-br-sp {
  display: none;
}

/* SP 専用改行（ポイントカード本文）。PC では非表示 */
#top-fv-section.top-fv--figma .top-fv__point-br-sp {
  display: none;
}

#top-fv-section.top-fv--figma .top-fv__point-grid {
  --top-fv-point-gap: clamp(8px, 1vw, 14px);
  display: grid;
  /* 2行目: カード2(バッジ+515px体)=548px、カード3(バッジ+309px体)=342px。等分1frだと本文が縮み重なるため列幅を固定 */
  grid-template-columns: 548px 342px;
  column-gap: var(--top-fv-point-gap);
  row-gap: var(--top-fv-point-gap);
  width: fit-content;
  max-width: min(100%, calc(548px + 342px + var(--top-fv-point-gap)));
  margin-bottom: clamp(12px, 1.5vw, 20px);
  box-sizing: border-box;
}

#top-fv-section.top-fv--figma .top-fv__point-card--1 {
  grid-column: 1 / -1;
}

@media screen and (max-width: 767px) {
  #top-fv-section.top-fv--figma .top-fv__point-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 920px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-body,
  #top-fv-section.top-fv--figma .top-fv__point-card--3 .top-fv__point-body {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }

  #top-fv-section.top-fv--figma .top-fv__meta {
    font-size: 8px;
    color: #8B8987;
  }

  /* 「|」の直後で改行（同一行に詰まりすぎないようにする） */
  #top-fv-section.top-fv--figma .top-fv__meta-address {
    display: block;
  }
  #top-fv-section.top-fv--figma .top-fv__access.fv-access{
    padding-top: 65vw;
    font-size: 12px;
    text-align: center;
  }
  .top-fv__heading-line2-indent{
    display: none;
  }
  #top-fv-section.top-fv--figma .top-fv__heading-line2-main{
    text-align: center;
  }
  #top-fv-section.top-fv--figma .top-fv__heading-bi-img{
    font-size: 1.5em;
  }
}

#top-fv-section.top-fv--figma .top-fv__point-card {
  display: flex;
  align-items: stretch;
  isolation: isolate;
  min-width: 0;
  max-width: 100%;
}

#top-fv-section.top-fv--figma .top-fv__point-badge {
  position: relative;
  flex-shrink: 0;
  width: clamp(52px, 4.9vw, 68px);
  height: clamp(52px, 4.9vw, 68px);
  margin-right: -35px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

#top-fv-section.top-fv--figma .top-fv__point-badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#top-fv-section.top-fv--figma .top-fv__point-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  border: 0.5px solid rgba(255, 255, 255, 0.9);
  padding: clamp(10px, 1.15vw, 13px) clamp(16px, 2.5vw, 40px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(90deg, #b09e8e 0%, #b09e8e 100%);
  box-sizing: border-box;
  min-height: clamp(52px, 4.9vw, 62px);
}

#top-fv-section.top-fv--figma .top-fv__point-card--1 .top-fv__point-body {
  flex: 0 0 626px;
  width: 626px;
  max-width: 100%;
}

#top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-body {
  flex: 0 0 515px;
  width: 515px;
  max-width: none;
}

#top-fv-section.top-fv--figma .top-fv__point-card--3 .top-fv__point-body {
  flex: 0 0 309px;
  width: 309px;
  max-width: none;
}

#top-fv-section.top-fv--figma .top-fv__point-card--blur .top-fv__point-body {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

#top-fv-section.top-fv--figma .top-fv__point-text {
  margin: 0;
  line-height: 1.5;
  color: #fff;
}

#top-fv-section.top-fv--figma .top-fv__point-small {
  font-size: clamp(11px, 0.92vw, 12px);
  letter-spacing: 0.04em;
}

#top-fv-section.top-fv--figma .top-fv__point-strong {
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

#top-fv-section.top-fv--figma .top-fv__point-mid {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0.12em;
}

#top-fv-section.top-fv--figma .top-fv__notes {
  grid-column: 1 / -1;
  grid-row: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: clamp(7px, 0.55vw, 9px);
  color: #fff;
  text-align: right;
  line-height: 1.45;
  letter-spacing: 0.03em;
  max-width: 100%;
  margin: 0;
  padding-right: 2px;
  box-sizing: border-box;
}

#top-fv-section.top-fv--figma .top-fv__notes p {
  margin: 0 0 0.15em;
}

#top-fv-section.top-fv--figma .top-fv__cta-list.fv-btn-list {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #top-fv-section.top-fv--figma .top-fv__container.fv-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
    padding: 0 5.3vw 8vw;
    gap: clamp(20px, 5vw, 32px);
  }

  #top-fv-section.top-fv--figma .top-fv__main {
    grid-column: 1;
    grid-row: 1;
  }

  #top-fv-section.top-fv--figma .top-fv__aside {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
  }

  #top-fv-section.top-fv--figma .top-fv__notes {
    grid-column: 1;
    grid-row: 3;
  }

  /* 1行目見出し：強調語 25px、その他（の・が）21px */
  #top-fv-section.top-fv--figma .top-fv__heading-line--1 {
    font-size: 21px;
    text-align: center;
  }

  #top-fv-section.top-fv--figma .top-fv__heading-line--1 .top-fv__heading-line1-em {
    font-size: 25px;
  }

  /* 2行目（line2-main）：ベース20px、「感動」「デザインする」25px、「美」は 1.8em（line2-main を基準） */
  #top-fv-section.top-fv--figma .top-fv__heading-line--2 {
    align-items: center;
    justify-content: center;
  }

  #top-fv-section.top-fv--figma .top-fv__heading-line2-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  #top-fv-section.top-fv--figma .top-fv__heading-line2-main .top-fv__heading-kandou,
  #top-fv-section.top-fv--figma .top-fv__heading-line2-main .top-fv__heading-tail-em {
    font-size: 25px;
  }

  #top-fv-section.top-fv--figma .top-fv__heading-line2-main .top-fv__heading-no {
    font-size: 1em;
  }

  /* 「美」SVG が大きめでも周囲テキストと縦中央で揃える */
  #top-fv-section.top-fv--figma .top-fv__heading-bi {
    font-size: 1.8em;
    transform: none;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    vertical-align: middle;
  }

  #top-fv-section.top-fv--figma .top-fv__heading-tail {
    display: inline-flex;
    align-items: center;
  }

  #top-fv-section.top-fv--figma .top-fv__slide.slide-image {
    background-image: url('../img/mv-sp.png');
    background-position: center top;
    mix-blend-mode: normal;
    opacity: 1;
  }

  #top-fv-section.top-fv--figma .top-fv__photo-overlay {
    background: rgba(0, 0, 0, 0.35);
  }

  #top-fv-section.top-fv--figma .top-fv__point-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--1 {
    grid-column: 1;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-body,
  #top-fv-section.top-fv--figma .top-fv__point-card--3 .top-fv__point-body {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }

  /* リード：中央揃え・「専門性と」で改行・1文として連続表示 */
  #top-fv-section.top-fv--figma .top-fv__lead {
    text-align: center;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-br-sp {
    display: block;
  }

  #top-fv-section.top-fv--figma .top-fv__point-br-sp {
    display: block;
  }

  /* ポイントカード本文：SP 時の指定 px（カードごとに上書き） */
  #top-fv-section.top-fv--figma .top-fv__point-card--1 .top-fv__point-strong {
    font-size: 15px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--1 .top-fv__point-strong + .top-fv__point-small {
    font-size: 13px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-text > .top-fv__point-small:first-of-type {
    font-size: 12px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-mid {
    font-size: 18px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--2 .top-fv__point-mid + .top-fv__point-small {
    font-size: 14px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--3 .top-fv__point-strong {
    font-size: 16px;
  }

  #top-fv-section.top-fv--figma .top-fv__point-card--3 .top-fv__point-small {
    font-size: 14px;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-row--1 {
    display: inline;
    margin-bottom: 0;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-row--2 {
    display: inline;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-row2-indent {
    display: none;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-row2-main {
    display: inline;
    flex: none;
  }

  #top-fv-section.top-fv--figma .top-fv__lead-em {
    white-space: normal;
  }

  #top-fv-section.top-fv--figma .top-fv__notes {
    text-align: left;
    margin: 12px 0 0;
    max-width: none;
    font-size: clamp(9px, 2.6vw, 11px);
    color: rgba(255, 255, 255, 0.85);
    display: none;
  }

  #top-fv-section.top-fv--figma .fv-btn-list.top-fv__cta-list {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  #top-fv-section.top-fv--figma .fv-btn {
    width: 100%;
    max-width: none;
  }

  #top-fv-section.top-fv--figma .top-anniv-banner--in-mv {
    max-width: none;
    width: 100%;
  }

  #top-fv-section.top-fv--figma .top-fv__point-badge{
    width: 80px;
    height: 80px;
  }
  #top-fv-section.top-fv--figma .top-fv__point-body{
    padding-left: 30px;
  }
  #top-fv-section.top-fv--figma .top-fv__point-card--1 .top-fv__point-body{
    flex: initial;
    width: 90%;
  }
}

/* ----------------------------------------
MV内・開院36周年バナー（Figma 1:1593。ポイント列下・右CTA列と重ならない幅）
---------------------------------------- */
.top-anniv-banner--figma {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

#top-fv-section.top-fv--figma .top-anniv-banner--in-mv {
  margin-top: clamp(10px, 1.4vw, 20px);
  width: 100%;
  max-width: 790px;
  align-self: flex-start;
}

#top-fv-section.top-fv--figma
  .top-anniv-banner--in-mv
  .top-anniv-banner__inner {
  max-width: none;
  margin: 0;
}

.top-anniv-banner__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 24px 14px 14px;
  box-sizing: border-box;
}

.top-anniv-banner__brand {
  flex-shrink: 0;
  width: 218px;
  max-width: 35%;
  min-height: 72px;
  background: #1c397a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  box-sizing: border-box;
}

.top-anniv-banner__logo {
  width: 140px;
  max-width: 100%;
  height: auto;
  display: block;
}

.top-anniv-banner__text {
  flex: 1;
  min-width: 0;
}

.top-anniv-banner__text p {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: #4b4646;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .top-anniv-banner__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px 16px;
    gap: 14px;
  }

  .top-anniv-banner__brand {
    max-width: none;
    width: 100%;
    min-height: 72px;
    width: 250px;
    margin: 0 auto;
  }

  .top-anniv-banner__text p {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}

/* ----------------------------------------
トップ PICK UP + About/Feature（Figma 1:90, 1:114）
---------------------------------------- */
.terra-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- PICK UP --- */
.top-pickup--figma {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-top: -10px;
}

.top-pickup__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.top-pickup__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(115.47deg, #c9bcb1 0.3%, #a49487 100%);
  z-index: 1;
}

.top-pickup__bg-texture {
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: luminosity;
  background-image: url('../img/bg-pickup.png');
}

.top-pickup__inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(16px, 5vw, 80px) clamp(56px, 7vw, 96px);
  box-sizing: border-box;
}

.top-pickup__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.top-pickup__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-pickup__en {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.top-pickup__sub {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-pickup__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
  flex-shrink: 0;
}

.top-pickup__jp {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  letter-spacing: 0.06em;
  line-height: 1;
  transform: skewX(-6deg);
  color: #fff;
}

.top-pickup__dotsWrap {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  flex-shrink: 0;
}

.top-pickup__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: min(100%, 320px);
}

.top-pickup__dots .top-pickup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.top-pickup__dots .top-pickup__dot:hover,
.top-pickup__dots .top-pickup__dot:focus-visible {
  background: rgba(255, 255, 255, 0.65);
  outline: none;
}

.top-pickup__dots .top-pickup__dot:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.top-pickup__dots .top-pickup__dot.is-active {
  background: #fff;
}

.top-pickup__swiper.swiper {
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-pickup__swiper .top-pickup__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-pickup__swiper .top-pickup__card-item.swiper-slide {
  height: auto;
}

.top-pickup__swiper .swiper-slide img {
  aspect-ratio: unset;
  max-height: none;
}

.top-pickup__card-item {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.top-pickup__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}

.top-pickup__card-media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.top-pickup__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-pickup__cta-wrap {
  margin: clamp(36px, 5vw, 56px) 0 0;
  text-align: center;
}

.top-pickup__cta {
  display: inline-block;
  padding: 22px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.top-pickup__cta:hover,
.top-pickup__cta:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media screen and (max-width: 767px) {
  /*
   * PICK UP: script.js で slidesPerView:auto + centeredSlides（768未満）
   * スライド幅 ≒ コンテナ幅÷4.2 → 約4枚が見え、左右ははみ出して切れる（両端フル表示不要）
   * spaceBetween 6px×3 = 18px（script.js と一致）
   */
  .top-pickup__swiper.swiper {
    container-type: inline-size;
    container-name: top-pickup-swiper;
  }

  .top-pickup__swiper .top-pickup__card-item.swiper-slide {
    /* cqi 未対応ブラウザ向けの概算（4枚弱が入る幅） */
    width: 23.5vw;
    width: calc((100cqi - 18px) / 3.5);
    min-width: 52px;
    box-sizing: border-box;
  }

  .top-pickup__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-pickup__dotsWrap {
    width: 100%;
    justify-content: flex-start;
    padding-top: 8px;
  }

  .top-pickup__dots {
    justify-content: flex-start;
    max-width: none;
  }

  .top-pickup__cta {
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    padding: 18px 10px;
  }
}

/* --- About + Feature --- */
.top-about-terra--figma {
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* 既存 #top-about-section の max-width / フォントを上書き */
#top-about-section.top-about-terra--figma {
  max-width: none;
  width: 100%;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.top-about-terra__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.top-about-terra__bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.top-about-terra__bg-photo {
  position: absolute;
  inset: 0;
  mix-blend-mode: luminosity;
  background: url('../img/bg-about.png');
  background-size: cover;
}

.top-about-terra__inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(16px, 5vw, 80px)
    clamp(64px, 10vw, 120px);
  box-sizing: border-box;
}

.top-about-terra__section-head,
.top-about-terra__feature-head {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.top-about-terra__label-en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.top-about-terra__sub {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-about-terra__sub--feature {
  justify-content: center;
  flex-wrap: wrap;
}

.top-about-terra__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  transform: skewX(-6deg);
}

.top-about-terra__sub--feature .top-about-terra__h2 {
  text-align: center;
}

.top-about-terra__intro {
  max-width: 920px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  text-align: center;
}

.top-about-terra__catch--1 {
  margin: 0 0 12px;
  font-family: 'Zen Old Mincho', 'Shippori Mincho', serif;
  font-size: clamp(22px, 2.9vw, 40px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.top-about-terra__catch--1 .top-about-terra__catch-1-kando {
  font-size: 32px;
}

/* 「理想や想像を、」「続ける」の直後の改行は SP のみ */
.top-about-terra__catch-br-sp,
.top-about-terra__catch-line-br-sp {
  display: none;
}

.top-about-terra__catch--2 {
  margin: 0 0 clamp(28px, 4vw, 48px);
  font-family: 'Zen Old Mincho', 'Shippori Mincho', serif;
  font-size: clamp(18px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

.top-about-terra__catch-line {
  margin-right: 0;
  vertical-align: middle;
}

.top-about-terra__catch-bi {
  display: inline-block;
  margin: 0 0.06em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
}

.top-about-terra__catch-bi-img {
  display: block;
  width: auto;
  height: 1em;
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.12));
}

.top-about-terra__catch-tail {
  vertical-align: middle;
}

/* PC: ラッパーはレイアウトに影響しない（美＋しさを従来どおりインラインで連結） */
.top-about-terra__catch-bi-tail-row {
  display: contents;
}

.top-about-terra__body {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: clamp(15px, 1.45vw, 20px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
}

.top-about-terra__body p {
  margin: 0 0 1em;
}

/* 統合コラージュ画像：最大幅1300px・ビューポート右端に揃える。幅1600px超では右へのはみ出し量を固定（それ以上ズレない） */
.top-about-terra__collage {
  position: relative;
  max-width: 1300px;
  width: min(1300px, 100%);
  margin-left: auto;
  margin-right: calc(50% - min(50vw, 800px));
  margin-bottom: clamp(48px, 7vw, 88px);
  box-sizing: border-box;
  margin-top: -185px;
}

.top-about-terra__collage picture {
  display: block;
  width: 100%;
}

.top-about-terra__collage-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top-about-terra__feature-head {
  text-align: center;
}

.top-about-terra__feature-block {
  margin-bottom: clamp(32px, 5vw, 56px);
}

.top-about-terra__feature-grid {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 0 8px;
  margin: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.top-feat-card-wrap {
  flex: 1 1 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.top-feat-card {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 480px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.top-feat-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* 特徴カード背景：PCは feature-bg、SP（767px以下）は fe-sp-b1〜5 */
.top-feat-card-wrap--01 .top-feat-card__bg {
  background-image: url('../img/feature-bg-01.png');
}

.top-feat-card-wrap--02 .top-feat-card__bg {
  background-image: url('../img/feature-bg-02.png');
}

.top-feat-card-wrap--03 .top-feat-card__bg {
  background-image: url('../img/feature-bg-03.png');
}

.top-feat-card-wrap--04 .top-feat-card__bg {
  background-image: url('../img/feature-bg-04.png');
}

.top-feat-card-wrap--05 .top-feat-card__bg {
  background-image: url('../img/feature-bg-05.png');
}

.top-feat-card__text {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 3vw, 40px) 16px 24px;
}

.top-feat-card__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
}

.top-feat-card__lead {
  display: block;
  margin-bottom: 8px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  color: #4b4646;
  letter-spacing: 0.04em;
}

.top-feat-card__accent {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.65;
  background: linear-gradient(
    270deg,
    #6e5d5d 0%,
    #8b8484 25%,
    #6e5d5d 50%,
    #8b8484 75%,
    #6e5d5d 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.top-feat-card__num {
  font-size: 1.15em;
  letter-spacing: 0.06em;
}

.top-about-terra__fineprint {
  margin-top: 16px;
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(10px, 0.85vw, 12px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.top-about-terra__fineprint p {
  margin: 0 0 0.2em;
}

.top-about-terra__btn-box {
  text-align: center;
  margin: clamp(24px, 4vw, 48px) 0 0;
}

.top-about-terra__btn-secondary {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background 0.2s ease;
}

.top-about-terra__btn-secondary:hover,
.top-about-terra__btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media screen and (max-width: 992px) {
  .top-about-terra__feature-grid {
    flex-wrap: wrap;
  }

  .top-feat-card-wrap {
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }

  .top-feat-card {
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .top-about-terra__catch-br-sp {
    display: block;
  }

  .top-about-terra__catch-line-br-sp {
    display: block;
  }

  /* 「叶う」までを1ブロックにし、その下に「美」「しさ」を1行で並べる */
  .top-about-terra__catch--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(16px, 4.2vw, 22px);
  }

  .top-about-terra__catch-line {
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .top-about-terra__catch-bi-tail-row {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .top-about-terra__catch-tail {
    font-size: 40px;
  }

  .top-about-terra__catch-bi {
    font-size: 3.5em;
  }

  .top-about-terra__collage {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .top-about-terra__collage-img {
    width: 100%;
    height: auto;
  }

  .top-feat-card-wrap {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .top-feat-card {
    min-height: 190px;
  }

  .top-feat-card-wrap--01 .top-feat-card__bg {
    background-image: url('../img/fe-sp-b1.png');
  }

  .top-feat-card-wrap--02 .top-feat-card__bg {
    background-image: url('../img/fe-sp-b2.png');
  }

  .top-feat-card-wrap--03 .top-feat-card__bg {
    background-image: url('../img/fe-sp-b3.png');
  }

  .top-feat-card-wrap--04 .top-feat-card__bg {
    background-image: url('../img/fe-sp-b4.png');
  }

  .top-feat-card-wrap--05 .top-feat-card__bg {
    background-image: url('../img/fe-sp-b5.png');
  }

  .top-about-terra__fineprint {
    text-align: left;
  }

  .top-about-terra__sub--feature .top-pickup__rule {
    display: none;
  }
}

/* ----------------------------------------
トップ terra-lower（施術一覧〜CTA / Figma 下層フレーム）
---------------------------------------- */
.terra-lower {
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  color: #161628;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

.terra-lower *,
.terra-lower *::before,
.terra-lower *::after {
  box-sizing: border-box;
}

.terra-lower__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 48px);
}

.terra-lower__inner--wide {
  max-width: 1400px;
}

.terra-lower__head {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.terra-lower__head--sm {
  margin-bottom: clamp(20px, 3vw, 36px);
}

.terra-lower__en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #324772;
}

.terra-lower__en--sm {
  font-size: clamp(28px, 3vw, 40px);
}

.terra-lower__sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terra-lower__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: #324772;
  flex-shrink: 0;
}

.terra-lower__h2 {
  margin: 0;
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 500;
  letter-spacing: 0.08em;
  transform: skewX(-6deg);
}

.terra-lower__intro {
  max-width: 920px;
  margin: 0 auto clamp(32px, 5vw, 56px);
  text-align: center;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 2;
}

.terra-lower__lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 56px);
  line-height: 1.9;
  font-size: clamp(14px, 1.2vw, 16px);
}

.terra-lower__btn-wrap {
  text-align: center;
  margin: clamp(40px, 6vw, 72px) 0 0;
}

.terra-lower__btn-gold {
  display: inline-block;
  padding: 18px 56px;
  background: linear-gradient(to bottom, #d4b896, #b8956a);
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition:
    filter 0.2s ease,
    opacity 0.2s ease;
}

.terra-lower__btn-gold:hover,
.terra-lower__btn-gold:focus-visible {
  filter: brightness(1.05);
}

/* --- 施術タブ --- */
.terra-lower--treatment {
  background: #fff;
}

.terra-treat__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.terra-treat__tab {
  cursor: pointer;
  padding: 14px 28px;
  border: 1px solid #324772;
  color: #324772;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: 0.06em;
  background: #fff;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.terra-treat__tab:hover,
.terra-treat__tab:focus-visible {
  background: rgba(50, 71, 114, 0.08);
}

#terra-treat-face:checked
  ~ .terra-treat__tabs
  .terra-treat__tab[for='terra-treat-face'],
#terra-treat-body:checked
  ~ .terra-treat__tabs
  .terra-treat__tab[for='terra-treat-body'],
#terra-treat-regen:checked
  ~ .terra-treat__tabs
  .terra-treat__tab[for='terra-treat-regen'] {
  background: #324772;
  color: #fff;
}

.terra-treat__panels {
  border: 1px solid #e2e4e8;
  background: #fafafa;
  padding: clamp(16px, 3vw, 32px);
}

.terra-treat__panel {
  display: none;
}

#terra-treat-face:checked ~ .terra-treat__panels .terra-treat__panel--face,
#terra-treat-body:checked ~ .terra-treat__panels .terra-treat__panel--body,
#terra-treat-regen:checked ~ .terra-treat__panels .terra-treat__panel--regen {
  display: block;
}

.terra-treat__card {
  display: grid;
  grid-template-columns: minmax(0, 280px) 1fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: start;
}

.terra-treat__card > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.terra-treat__list-wrap {
  max-height: min(60vh, 520px);
  overflow: auto;
  padding-right: 8px;
}

.terra-treat__list {
  margin: 0;
  padding: 0 0 0 1.1em;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.75;
}

.terra-treat__list ul {
  margin: 0.35em 0 0.6em;
  padding-left: 1.1em;
}

.terra-treat__list a {
  color: #324772;
  text-decoration: none;
}

.terra-treat__list a:hover,
.terra-treat__list a:focus-visible {
  text-decoration: underline;
}

/* --- お悩み --- */
.terra-lower--worries {
  background: #f4f6f9;
}

.terra-worry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.terra-worry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: #fff;
  border: 1px solid #e5e8ee;
  text-decoration: none;
  color: #161628;
  min-height: 100%;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.terra-worry-card:hover,
.terra-worry-card:focus-visible {
  border-color: #324772;
  box-shadow: 0 6px 20px rgba(50, 71, 114, 0.12);
}

.terra-worry-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.terra-worry-card__label {
  font-size: clamp(12px, 1vw, 14px);
  text-align: center;
  letter-spacing: 0.04em;
}

/* --- おすすめ --- */
.terra-lower--reco {
  background: #fff;
}

.terra-reco-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 40px);
}

.terra-reco-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e2e4e8;
  overflow: hidden;
  background: #fafbfc;
  transition: box-shadow 0.2s ease;
}

.terra-reco-card:hover,
.terra-reco-card:focus-visible {
  box-shadow: 0 12px 32px rgba(22, 22, 40, 0.12);
}

.terra-reco-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #fff;
}

.terra-reco-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terra-reco-card__body {
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.terra-reco-card__title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 600;
  color: #324772;
}

.terra-reco-card__desc {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.85;
  color: #3a3d4f;
}

.terra-reco-card__more {
  margin-top: auto;
  font-size: 13px;
  color: #324772;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

/* --- お約束 --- */
.terra-lower--commit {
  background: linear-gradient(180deg, #fefdfb 0%, #f0ebe3 100%);
}

.terra-commit-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-bottom: clamp(48px, 7vw, 80px);
}

.terra-commit-item--reverse {
  direction: rtl;
}

.terra-commit-item--reverse > * {
  direction: ltr;
}

.terra-commit-item > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.terra-commit-item__point {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 12px;
}

.terra-commit-item__label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #324772;
}

.terra-commit-item__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: #b8956a;
  line-height: 1;
}

.terra-commit-item__title {
  margin: 0 0 16px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.terra-commit-item__text {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 2;
}

.terra-commit-item__text p {
  margin: 0 0 1em;
}

.terra-commit-item__text small {
  font-size: 0.88em;
}

/* --- 症例 --- */
.terra-lower--case {
  background: #fff;
}

.terra-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 4vw, 40px);
}

.terra-case-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8eaef;
  background: #fafbfc;
  transition: box-shadow 0.2s ease;
}

.terra-case-card__link:hover,
.terra-case-card__link:focus-visible {
  box-shadow: 0 10px 28px rgba(22, 22, 40, 0.1);
}

.terra-case-card__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: #ddd;
}

.terra-case-card__figure {
  margin: 0;
  position: relative;
}

.terra-case-card__figure img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.terra-case-card__figure figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.terra-case-card__info {
  padding: clamp(18px, 3vw, 24px);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.85;
}

.terra-case-card__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #324772;
  text-decoration: underline;
}

/* --- アクセス --- */
.terra-lower--access.tp-access-background {
  background: #f8f9fa;
}

.terra-lower--access .terra-lower__head {
  margin-bottom: clamp(24px, 4vw, 40px);
}

#top-access-section.terra-lower--access
  .tp-access
  .terra-access-grid.access-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  width: 100%;
  max-width: none;
  margin: clamp(28px, 4vw, 48px) auto;
}

#top-access-section.terra-lower--access .tp-access .clinic-info-text,
#top-access-section.terra-lower--access .tp-access .clinic-info-text a {
  color: #161628;
}

#top-access-section.terra-lower--access
  .tp-access
  .biz-hour
  tbody
  tr
  td:nth-child(n + 2) {
  background: none;
  -webkit-text-fill-color: #324772;
  color: #324772;
}

#top-access-section.terra-lower--access .tp-access .clinic-info,
#top-access-section.terra-lower--access .tp-access .access-movie {
  width: 100%;
}

.terra-address {
  font-style: normal;
}

/* --- TOPIC --- */
.terra-lower--topic {
  background: #f8f9fa;
}

.terra-topic-lead {
  text-align: center;
  margin: 0 auto clamp(28px, 4vw, 40px);
  max-width: 720px;
  line-height: 1.8;
}

.terra-topic__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.terra-topic__tab {
  cursor: pointer;
  padding: 10px 22px;
  border: 1px solid #324772;
  background: #fff;
  color: #324772;
  font-size: clamp(13px, 1.05vw, 15px);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.terra-topic__tab:hover,
.terra-topic__tab:focus-visible {
  background: rgba(50, 71, 114, 0.07);
}

#terra-topic-info:checked
  ~ .terra-topic__tabs
  .terra-topic__tab[for='terra-topic-info'],
#terra-topic-blog:checked
  ~ .terra-topic__tabs
  .terra-topic__tab[for='terra-topic-blog'],
#terra-topic-faq:checked
  ~ .terra-topic__tabs
  .terra-topic__tab[for='terra-topic-faq'] {
  background: #324772;
  color: #fff;
}

.terra-topic__panel {
  display: none;
}

#terra-topic-info:checked ~ .terra-topic__panels .terra-topic__panel--info,
#terra-topic-blog:checked ~ .terra-topic__panels .terra-topic__panel--blog,
#terra-topic-faq:checked ~ .terra-topic__panels .terra-topic__panel--faq {
  display: block;
}

.terra-topic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.terra-topic-list__item {
  border-bottom: 1px solid #ddd;
}

.terra-topic-list__link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  padding: 16px 8px;
  text-decoration: none;
  color: #324772;
}

.terra-topic-list__link:hover .terra-topic-list__title,
.terra-topic-list__link:focus-visible .terra-topic-list__title {
  text-decoration: underline;
}

.terra-topic-list__date {
  font-size: 13px;
  color: #666;
  flex-shrink: 0;
}

.terra-topic-list__title {
  font-size: 15px;
  flex: 1;
  min-width: 0;
}

.terra-topic-empty {
  padding: 24px 8px;
  text-align: center;
  color: #666;
}

.terra-topic-more {
  margin: 24px 0 0;
  text-align: right;
}

.terra-topic-more a {
  color: #324772;
  font-size: 14px;
}

.terra-topic-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  list-style: none;
  margin: clamp(40px, 6vw, 64px) 0 0;
  padding: 0;
}

.terra-topic-banners img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e2e4e8;
}

.terra-topic-banners a {
  display: block;
}

.terra-lower__cta .tp-cta .cta-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .terra-worry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terra-reco-grid {
    grid-template-columns: 1fr;
  }

  .terra-commit-item,
  .terra-commit-item--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  #top-access-section.terra-lower--access
    .tp-access
    .terra-access-grid.access-content {
    grid-template-columns: 1fr;
  }

  .terra-treat__card {
    grid-template-columns: 1fr;
  }

  .terra-topic-banners {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .terra-treat__tabs {
    flex-direction: column;
  }

  .terra-treat__tab {
    width: 100%;
    text-align: center;
  }

  .terra-topic__tabs {
    flex-direction: column;
  }

  .terra-topic__tab {
    width: 100%;
    text-align: center;
  }
}

.terra-lower__br-pc {
  display: inline;
}

/* ----------------------------------------
Figma node 3473:1804（施術内容一覧〜おすすめ施術）
---------------------------------------- */
/* 施術セクション背景（グラデ等は使わず画像のみ） */
#top-treatment-section.terra-lower--figma-treatment,
.terra-lower--figma-treatment {
  position: relative;
  color: #fff;
  background: url('../img/treatment-bg-img.png') center / cover no-repeat;
  background-color: transparent;
}

.terra-lower__inner--figma {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.terra-lower--figma-treatment .terra-lower__en,
.terra-lower--figma-treatment .terra-lower__h2 {
  color: #fff;
}

.terra-lower--figma-treatment .terra-lower__rule {
  background: rgba(255, 255, 255, 0.9);
}

.terra-figma-title {
  margin: 0 0 16px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.terra-figma-title--mt {
  margin-top: clamp(44px, 6vw, 72px);
}

.terra-figma-treat {
  display: grid;
  grid-template-columns: 184px 1fr;
  gap: 16px;
}

.terra-figma-treat__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.terra-figma-treat__cats li {
  position: relative;
  overflow: hidden;
}

.terra-figma-treat__cats li::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}

#terra-figma-cat-face:checked
  ~ .terra-figma-treat__cats
  li:nth-child(1)::before,
#terra-figma-cat-body:checked
  ~ .terra-figma-treat__cats
  li:nth-child(2)::before,
#terra-figma-cat-regen:checked
  ~ .terra-figma-treat__cats
  li:nth-child(3)::before,
#terra-figma-cat-other:checked
  ~ .terra-figma-treat__cats
  li:nth-child(4)::before {
  opacity: 1;
}

.terra-figma-treat__cats li:nth-child(1)::before {
  background-image: url('../img/treatment-bg-img-01.png');
  background-color: #fff;
}

.terra-figma-treat__cats li:nth-child(2)::before {
  background-image: url('../img/treatment-bg-img-02.png');
  background-color: #fff;
}

.terra-figma-treat__cats li:nth-child(3)::before {
  background-image: url('../img/treatment-bg-img-03.png');
  background-color: #fff;
}

.terra-figma-treat__cats li:nth-child(4)::before {
  background-image: url('../img/treatment-bg-img-04.png');
  background-color: #fff;
}

.terra-figma-treat__cats li label {
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: rgba(34, 34, 34, 0.12);
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.08em;
}

.terra-figma-treat__lists {
  background: #fff;
  padding: 16px;
}

.terra-figma-treat__pane {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

#terra-figma-cat-face:checked
  ~ .terra-figma-treat__lists
  .terra-figma-treat__pane--face,
#terra-figma-cat-body:checked
  ~ .terra-figma-treat__lists
  .terra-figma-treat__pane--body,
#terra-figma-cat-regen:checked
  ~ .terra-figma-treat__lists
  .terra-figma-treat__pane--regen,
#terra-figma-cat-other:checked
  ~ .terra-figma-treat__lists
  .terra-figma-treat__pane--other {
  display: grid;
}

.terra-figma-treat__pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.terra-figma-treat__pane li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(75, 70, 70, 0.35);
  color: #4b4646;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.terra-figma-treat__pane li.is-child a {
  background: #f3f0ed;
  margin-left: 8px;
  width: calc(100% - 8px);
}

.terra-figma-treat__pane li a::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  height: 5px;
  margin-left: 8px;
  background: url('../img/yajirushi-btn.svg') center / contain no-repeat;
}

#terra-figma-cat-face:checked ~ .terra-figma-treat__cats li:nth-child(1),
#terra-figma-cat-body:checked ~ .terra-figma-treat__cats li:nth-child(2),
#terra-figma-cat-regen:checked ~ .terra-figma-treat__cats li:nth-child(3),
#terra-figma-cat-other:checked ~ .terra-figma-treat__cats li:nth-child(4) {
  background: rgba(255, 255, 255, 0.6);
}

#terra-figma-cat-face:checked ~ .terra-figma-treat__cats li:nth-child(1) label,
#terra-figma-cat-body:checked ~ .terra-figma-treat__cats li:nth-child(2) label,
#terra-figma-cat-regen:checked ~ .terra-figma-treat__cats li:nth-child(3) label,
#terra-figma-cat-other:checked
  ~ .terra-figma-treat__cats
  li:nth-child(4)
  label {
  background: transparent;
  color: #4b4646;
}

.terra-figma-worry {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: stretch;
}

/* 行内でセル高をそろえ、リンクを縦方向に満たす */
.terra-figma-worry li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.terra-figma-worry li a {
  text-decoration: none;
  color: #4b4646;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 0;
}

/* 画像下〜キャプション上の余白を可変にし、span をカード下端で揃える */
.terra-figma-worry li a::after {
  content: '';
  flex: 1 1 auto;
  min-height: 0;
  order: 2;
}

.terra-figma-worry img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 292 / 200;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  order: 1;
}

.terra-figma-worry span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: calc(100% - 28px);
  margin-left: auto;
  margin-top: -60px;
  flex-shrink: 0;
  order: 3;
  background: #f3f0ed;
  color: #4b4646;
  padding: 16px 16px 16px 24px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Figma item 右側の細い矢印（node 3474:3329 相当） */
.terra-figma-worry span::after {
  content: '';
  flex-shrink: 0;
  width: 25px;
  height: 5px;
  background: url('../img/yajirushi-btn.svg') center / contain no-repeat;
}

.terra-figma-btn-wrap {
  text-align: center;
  margin: 36px 0 0;
}

.terra-figma-btn {
  display: inline-block;
  min-width: 320px;
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.08em;
}

/* おすすめ施術：画像スライダー（reccomend-img-01〜04） */
.terra-figma-reco {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 40px);
  width: 100%;
  max-width: 100%;
}

.terra-figma-reco__swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* バナー全体クリック用リンク */
.terra-figma-reco__swiper.swiper .swiper-slide.terra-figma-reco__slide .terra-figma-reco__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.terra-figma-reco__swiper.swiper .swiper-slide.terra-figma-reco__slide .terra-figma-reco__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

/* Swiper 共通 `.swiper .swiper-slide img { aspect-ratio: 1/1 }` より詳細度を上げる */
.terra-figma-reco__swiper.swiper
  .swiper-wrapper
  .swiper-slide.terra-figma-reco__slide
  img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 480 / 186;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.terra-figma-reco__nav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.terra-figma-reco__prev {
  background-image: url('../img/left-btn.png');
}

.terra-figma-reco__next {
  background-image: url('../img/right-btn.png');
}

.terra-figma-reco__nav:hover,
.terra-figma-reco__nav:focus-visible {
  opacity: 0.85;
}

.terra-figma-reco__nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.terra-figma-reco__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media screen and (max-width: 1100px) {
  .terra-figma-treat {
    grid-template-columns: 1fr;
  }

  .terra-figma-treat__cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terra-figma-treat__lists {
    padding: 12px;
  }

  .terra-figma-treat__pane {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terra-figma-worry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .terra-figma-treat__cats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    padding-bottom: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
  }

  .terra-figma-treat__cats li {
    flex: 0 0 152px;
    width: 152px;
    min-width: 152px;
    max-width: 152px;
  }

  .terra-figma-treat__cats li label {
    box-sizing: border-box;
    height: 64px;
    min-height: 64px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .terra-figma-treat__lists {
    padding: 10px;
  }

  .terra-figma-treat__pane {
    grid-template-columns: 1fr;
  }

  .terra-figma-treat__pane li a {
    padding: 10px 20px;
  }

  .terra-figma-worry {
    grid-template-columns: 1fr;
  }

  .terra-figma-btn {
    min-width: 0;
    width: 100%;
  }

  .terra-figma-reco {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .terra-figma-reco__swiper {
    flex: 1 1 100%;
    order: -1;
    width: 100%;
  }
}

/* ----------------------------------------
Figma 3473:2148 テラクリニックが選ばれる理由（terra-figma-reason のみ使用・再構築）
---------------------------------------- */
.terra-figma-reason {
  position: relative;
  overflow: hidden;
  color: #4b4646;
}

.terra-figma-reason__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* 下層に terra-reason-bg-am.jpg、上層に Figma 相当のグラデ（画像が透けるよう rgba） */
.terra-figma-reason__bg-gradient {
  position: absolute;
  inset: 0;
  background-color: #f7e7d9;
  background-image:
    linear-gradient(
      103deg,
      rgba(87, 78, 71, 0.72) 0.3%,
      rgba(247, 231, 217, 0.68) 100%
    ),
    url('../img/terra-reason-bg-am.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.terra-figma-reason__bg-texture {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  mix-blend-mode: luminosity;
  transform: scaleX(-1) scaleY(-1);
}

.terra-figma-reason__bg-texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terra-figma-reason__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 5vw, 80px);
  box-sizing: border-box;
}

.terra-figma-reason__head {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.terra-figma-reason__en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.terra-figma-reason__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.terra-figma-reason__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
}

.terra-figma-reason__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.terra-figma-reason__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 8vw, 64px);
}

.terra-figma-reason__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.terra-figma-reason__visual {
  flex: 1 1 300px;
  min-width: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

.terra-figma-reason__visual--photo {
  aspect-ratio: 480 / 280;
  max-height: 380px;
}

.terra-figma-reason__visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.terra-figma-reason__visual--doctors {
  aspect-ratio: 1250 / 730;
  max-height: 380px;
  background: #ad9f92;
}

.terra-figma-reason__visual--doctors img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.terra-figma-reason__copy {
  position: relative;
  flex: 1 1 280px;
  max-width: min(100%, 680px);
  margin-left: clamp(-32px, -5.5vw, -80px);
  margin-top: clamp(20px, 3vw, 32px);
  z-index: 2;
  color: #fff;
  overflow: hidden;
}

.terra-figma-reason__copy--tone-a {
  background: #574e47;
}

.terra-figma-reason__copy--tone-b {
  background: #6e635b;
}

.terra-figma-reason__copy-bg {
  position: absolute;
  inset: 0;
  background: url('../img/terra-figma-doctor-card-watermark.jpg') center / cover
    no-repeat;
  opacity: 0.22;
  mix-blend-mode: luminosity;
  transform: scaleX(-1) scaleY(-1);
  pointer-events: none;
}

.terra-figma-reason__copy-inner {
  position: relative;
  z-index: 1;
  padding: clamp(40px, 6vw, 64px) clamp(32px, 5vw, 56px);
}

.terra-figma-reason__lead {
  margin: 0 0 12px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}

.terra-figma-reason__body {
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.terra-figma-reason__body p {
  margin: 0 0 0.65em;
}

.terra-figma-reason__body p:last-child {
  margin-bottom: 0;
}

.terra-figma-reason__note {
  margin: 10px 0 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .terra-figma-reason__visual--doctors {
    max-height: none;
    aspect-ratio: 1250 / 730;
  }

  .terra-figma-reason__copy {
    margin-left: 0;
    margin-top: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .terra-figma-reason__visual {
    flex: 1 1 100%;
    max-height: none;
  }

  .terra-figma-reason__visual--photo {
    max-height: none;
    aspect-ratio: 16 / 10;
  }
}

/* ----------------------------------------
症例紹介（terra-figma-case のみ使用・Figma 反映前の枠組み）
---------------------------------------- */
.terra-figma-case {
  position: relative;
  overflow: hidden;
  color: #4b4646;
  opacity: 0.6;
  background: url(../img/case-bg.jpg) center / cover no-repeat;
  display: none;
}

.terra-figma-case__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 5vw, 80px);
  box-sizing: border-box;
}

.terra-figma-case__head {
  margin-bottom: clamp(32px, 5vw, 48px);
  color: #fff;
}

.terra-figma-case__en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.terra-figma-case__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.terra-figma-case__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}

.terra-figma-case__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.terra-figma-case__body {
  position: relative;
}

.terra-figma-case__content {
  min-height: 0;
}

.terra-figma-case__tablist {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 10px;
}

.terra-figma-case__tablist li {
  margin: 0;
  padding: 0;
  border: 0.5px solid #fff;
  background: rgba(34, 34, 34, 0.05);
  color: #fff;
}

.terra-figma-case__tablist label {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  font-family: 'Shippori Mincho', serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.terra-figma-case__tablist label:hover {
  border-color: #574e47;
}

.terra-figma-case__panels {
  position: relative;
}

.terra-figma-case__panel {
  display: none;
}

.terra-figma-case__panel-title {
  margin: 0 0 12px;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(17px, 1.8vw, 19px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #4b4646;
}

.terra-figma-case__panel-lead {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #574e47;
}

.terra-figma-case__panel-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(75, 70, 70, 0.88);
}

#terra-figma-case-tab-01:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--01,
#terra-figma-case-tab-02:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--02,
#terra-figma-case-tab-03:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--03,
#terra-figma-case-tab-04:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--04,
#terra-figma-case-tab-05:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--05,
#terra-figma-case-tab-06:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--06,
#terra-figma-case-tab-07:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--07,
#terra-figma-case-tab-08:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--08,
#terra-figma-case-tab-09:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--09,
#terra-figma-case-tab-10:checked
  ~ .terra-figma-case__panels
  .terra-figma-case__panel--10 {
  display: block;
}

#terra-figma-case-tab-01:checked
  ~ .terra-figma-case__tablist
  li:nth-child(1)
  label,
#terra-figma-case-tab-02:checked
  ~ .terra-figma-case__tablist
  li:nth-child(2)
  label,
#terra-figma-case-tab-03:checked
  ~ .terra-figma-case__tablist
  li:nth-child(3)
  label,
#terra-figma-case-tab-04:checked
  ~ .terra-figma-case__tablist
  li:nth-child(4)
  label,
#terra-figma-case-tab-05:checked
  ~ .terra-figma-case__tablist
  li:nth-child(5)
  label,
#terra-figma-case-tab-06:checked
  ~ .terra-figma-case__tablist
  li:nth-child(6)
  label,
#terra-figma-case-tab-07:checked
  ~ .terra-figma-case__tablist
  li:nth-child(7)
  label,
#terra-figma-case-tab-08:checked
  ~ .terra-figma-case__tablist
  li:nth-child(8)
  label,
#terra-figma-case-tab-09:checked
  ~ .terra-figma-case__tablist
  li:nth-child(9)
  label,
#terra-figma-case-tab-10:checked
  ~ .terra-figma-case__tablist
  li:nth-child(10)
  label {
  background: #fff;
  color: #4b4646;
  position: relative;
  &::after {
    content: '';
    position: absolute;
    bottom: 9.5px;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 40px * 2);
    height: 1px;
    background: #4b4646;
  }
}

@media screen and (max-width: 600px) {
  .terra-figma-case__tablist label {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 12px;
  }
}

.terra-figma-case__panels {
  margin-top: 71px;
  position: relative;
}

.terra-figma-case__panels-title {
  position: relative;
  padding-left: 44px;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: calc(2.08 / 26 * 1em);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 44px;
    aspect-ratio: 1;
    height: auto;
    background: url(../img/icon-case-title.svg) center / contain no-repeat;
  }
}

.terra-figma-case__panel {
  max-width: 1200px;
  margin-inline: auto;
}

.terra-figma-case__panel--01 {
}

.terra-figma-case__swiper-container {
  position: relative;
  margin-top: 31px;
}

.terra-figma-case__nav {
  position: absolute;
  top: -24px;
  translate: 0 -100%;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
}

.terra-figma-case__button-prev,
.terra-figma-case__button-next {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.terra-figma-case__button-prev::after,
.terra-figma-case__button-next::after {
  display: none;
}

.terra-figma-case__button-prev img,
.terra-figma-case__button-next img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media screen and (max-width: 975px) {
  .terra-figma-case__button-prev,
  .terra-figma-case__button-next,
  .terra-figma-case__button-prev::after,
  .terra-figma-case__button-next::after {
    width: 40px;
    height: 40px;
    top: auto;
  }
}

.terra-figma-case__swiper {
}

.terra-figma-case__swiper-slide {
  background-color: #fff;
  padding: 16px;
}

.terra-figma-case__swiper-inner {
  padding: 24px 24px 16px;
  border: 0.4px solid rgba(75, 70, 70, 0.5);
}

.terra-figma-case__swiper-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: calc(1 / 20 * 1em);
  font-family: 'Shippori Mincho', serif;
  color: #4b4646;
}

.terra-figma-case__swiper-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.terra-figma-case__swiper-image {
  aspect-ratio: 252 / 184;
  width: 100%;
  height: auto;
  position: relative;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.terra-figma-case__swiper-image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 16px 8px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.7 / 14 * 1em);
  font-family: 'Shippori Mincho', serif;
  border-radius: 100px 0 0 0;
}

.terra-figma-case__swiper-image--before {
  .terra-figma-case__swiper-image-caption {
    background: #818181;
  }
}

.terra-figma-case__swiper-image--after {
  .terra-figma-case__swiper-image-caption {
    background: #766f68;
  }
}

.terra-figma-case__swiper-comments {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 22px;
}

.terra-figma-case__swiper-comments-staff {
  text-align: center;
}

.terra-figma-case__swiper-comments-staff-image {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.terra-figma-case__swiper-comments-staff-position {
  line-height: 1;
  font-size: 12px;
  margin-top: -12px;
}

.terra-figma-case__swiper-comments-staff-name {
  margin-top: 4px;
  line-height: 1;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  letter-spacing: calc(1.28 / 16 * 1em);
}

.terra-figma-case__swiper-comments-text {
  padding: 20px;
  background-color: #766f68;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  font-family: 'Shippori Mincho', serif;
  position: relative;
}

.terra-figma-case__swiper-comments-text::before {
  position: absolute;
  content: '';
  top: 23px;
  left: -14px;
  width: 18px;
  aspect-ratio: 18 / 15;
  height: auto;
  background-color: #766f68;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.terra-figma-case__swiper-items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(40 / 520 * 100%);
  row-gap: 32px;
}

.terra-figma-case__swiper-item {
}
.terra-figma-case__swiper-item:first-child,
.terra-figma-case__swiper-item:last-child {
  grid-column: span 2;
}

.terra-figma-case__swiper-item-label {
  font-size: 16px;
  line-height: 1;
  letter-spacing: calc(1.28 / 16 * 1em);
  font-family: 'Shippori Mincho', serif;

  overflow: hidden;
  position: relative;
  span {
    padding-right: 8px;
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
  }
}

.terra-figma-case__swiper-item-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(
    270deg,
    #6e5d5d 0%,
    #8b8484 25%,
    #6e5d5d 50%,
    #8b8484 75%,
    #6e5d5d 100%
  );
}

.terra-figma-case__swiper-item-value {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.terra-figma-case__swiper-link {
  margin-top: 16px;
  display: grid;
  grid-template-columns: fit-content(100%) 25px;
  gap: 40px;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  padding: 18px 24px 18px 24px;
  color: #4b4646;
  background: #f3f0ed;
  font-family: 'Zen Old Mincho', 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.terra-figma-case__swiper-link::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/yajirushi-btn.svg) center / contain no-repeat;
}
.swiper-pagination {
}

.terra-figma-case__pagination {
  position: relative;
  margin-top: 24px;
  text-align: center;
}

.terra-figma-case__pagination.swiper-pagination-horizontal {
  bottom: auto;
  left: auto;
  width: 100%;
}

.terra-figma-case__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #fff;
  opacity: 0.4;
}

.terra-figma-case__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.terra-figma-case__all-link {
  margin-top: 64px;
  display: grid;
  place-items: center;
  width: fit-content;
  margin-inline: auto;
  padding: 24px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: calc(0.4 / 20 * 1em);
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  border: 1px solid #fff;
  min-width: 320px;
}

/* ----------------------------------------
【実装用】Figma 1:765 クリニック情報（terra-clinic-figma のみ使用）
---------------------------------------- */
.terra-clinic-figma {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.terra-clinic-figma__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.terra-clinic-figma__bg-gradient {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(96.95deg, #4e443b 0.3%, #463a2f 100%);
}

.terra-clinic-figma__bg-photo {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  mix-blend-mode: luminosity;
  transform: scaleY(-1) scaleX(-1);
}

.terra-clinic-figma__bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terra-clinic-figma__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 80px);
  box-sizing: border-box;
}

.terra-clinic-figma__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(40px, 6vw, 64px);
  width: 100%;
}

.terra-clinic-figma__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 32px);
  width: 100%;
}

.terra-clinic-figma__en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.terra-clinic-figma__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.terra-clinic-figma__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}

.terra-clinic-figma__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', sans-serif;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}

.terra-clinic-figma__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  flex-direction: row;
  width: 584px;
}

.terra-clinic-figma__sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: min(280px, 100%);
  padding: 18px clamp(20px, 4vw, 40px);
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.terra-clinic-figma__sns-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.terra-clinic-figma__sns-icon {
  display: block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

.terra-clinic-figma__sns-label {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.terra-clinic-figma__main {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.5vw, 32px);
  width: 100%;
}

.terra-clinic-figma__map-inner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
}

.terra-clinic-figma__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(8%);
}

.terra-clinic-figma__map-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.terra-clinic-figma__map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.terra-clinic-figma__map-pin img {
  display: block;
  width: 100%;
  height: 100%;
}

.terra-clinic-figma__map-cta-wrap {
  position: absolute;
  right: clamp(12px, 2vw, 16px);
  bottom: clamp(12px, 2vw, 16px);
  margin: 0;
}

.terra-clinic-figma__map-cta {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 16px 22px;
  background: #f3f0ed;
  text-decoration: none;
  color: #4b4646;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  transition: background 0.2s ease;
}

.terra-clinic-figma__map-cta:hover {
  background: #eae6e1;
}

.terra-clinic-figma__map-cta-arrow {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: auto;
}

.terra-clinic-figma__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  align-items: stretch;
}

.terra-clinic-figma__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* フッターテンプレ：左ワカ内の縦スタック（.terra-clinic-figma__left 直下が left-box-content のみでも同等の隙間を保つ） */
.terra-clinic-figma__main .left-box-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.terra-clinic-figma__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.terra-clinic-figma__block {
  min-width: 0;
}

.terra-clinic-figma__block--pay {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.terra-clinic-figma__block-cap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.terra-clinic-figma__cap-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.terra-clinic-figma__h3 {
  margin: 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}

.terra-clinic-figma__card {
  background: #fff;
  padding: 16px 20px;
  box-sizing: border-box;
  min-height: 102px;
}

/* 住所ブロックのみ：カード内でテキスト塊を縦方向中央 */
.terra-clinic-figma__card:has(> .terra-clinic-figma__address) {
  display: flex;
  align-items: center;
}

.terra-clinic-figma__card:has(> .terra-clinic-figma__address) .terra-clinic-figma__address {
  width: 100%;
}

.terra-clinic-figma__card--grow {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 102px;
  justify-content: space-evenly;
}
.terra-clinic-figma__card.second-card {
  min-height: initial;
}

.terra-clinic-figma__card--pay {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.terra-clinic-figma__hours-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.terra-clinic-figma__hours {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  text-align: center;
  color: #4b4646;
}

.terra-clinic-figma__hours thead th {
  padding: 14px 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-bottom: 0.5px solid #c2bdba;
  vertical-align: middle;
  text-align: center;
}

.terra-clinic-figma__hours thead th:first-child {
  width: 140px;
  max-width: 160px;
  text-align: center;
}

.terra-clinic-figma__hours-h1 {
  letter-spacing: 0.1em;
}

.terra-clinic-figma__hours-sun-col {
  letter-spacing: 0;
  line-height: 1.25;
}

.terra-clinic-figma__hours tbody th,
.terra-clinic-figma__hours tbody td {
  padding: 14px 10px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.terra-clinic-figma__hours-time {
  font-weight: 400;
}

.terra-clinic-figma__hours-time-inner {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.terra-clinic-figma__hours-wn {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.terra-clinic-figma__dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 50%;
  background: #c9bcb1;
}

.terra-clinic-figma__hours-closed {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #c2bdba;
}

/* SP：診療時間テーブル付きカードのみ padding／テーブルを幅に収め横スクロールしない */
@media screen and (max-width: 767px) {
  .terra-clinic-figma__card:has(.terra-clinic-figma__hours-scroll) {
    padding: 16px 5px;
    box-sizing: border-box;
  }

  .terra-clinic-figma__hours-scroll {
    overflow-x: hidden;
  }

  .terra-clinic-figma__hours {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    table-layout: auto;
  }

  .terra-clinic-figma__hours thead th:first-child {
    width: auto;
    max-width: none;
  }

  .terra-clinic-figma__hours thead th {
    padding: 8px 2px;
    font-size: 11px;
  }

  .terra-clinic-figma__hours tbody th,
  .terra-clinic-figma__hours tbody td {
    padding: 8px 2px;
    font-size: 11px;
  }

  .terra-clinic-figma__hours-time-inner {
    font-size: 12px;
  }

  .terra-clinic-figma__hours-wn {
    font-size: 11px;
  }

  .terra-clinic-figma__hours-closed {
    font-size: 12px;
  }
}

.terra-clinic-figma__address {
  margin: 0;
  font-style: normal;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
}

footer .terra-clinic-figma__address{
  font-size: 14px;
}

.terra-clinic-figma__zip {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #4f4f4f;
}

.terra-clinic-figma__access-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.terra-clinic-figma__access-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
  padding-left: 0!important;
}

footer .terra-clinic-figma__access-item{
  font-size: 14px;
}
footer .terra-clinic-figma__card{
  padding: 10px; 
}

.terra-clinic-figma__bullet {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.terra-clinic-figma__tel,
.terra-clinic-figma__mail {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
  text-decoration: none;
}

.terra-clinic-figma__tel:hover,
.terra-clinic-figma__mail:hover {
  text-decoration: underline;
}

.terra-clinic-figma__pay-row {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.terra-clinic-figma__pay-row--top {
  align-items: flex-start;
}

.terra-clinic-figma__pay-bullet {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.terra-clinic-figma__pay-line {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
}

.terra-clinic-figma__pay-sub {
  margin: 4px 0 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
}

.terra-clinic-figma__pay-cc {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.terra-clinic-figma__pay-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.terra-clinic-figma__pay-brands img {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
}

.terra-clinic-figma__pay-other {
  flex: 1 1 auto;
  min-width: 0;
}

.terra-clinic-figma__pay-extra {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.terra-clinic-figma__pay-ic {
  display: block;
  max-width: 100%;
  height: auto;
}

.terra-clinic-figma__pay-qr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.terra-clinic-figma__pay-qr img {
  display: block;
  height: auto;
  width: auto;
  max-height: 32px;
  object-fit: contain;
}

.terra-clinic-figma__footer-nav {
  width: 100%;
}

.terra-clinic-figma__footer-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.terra-clinic-figma__footer-li {
  flex: 1 1 200px;
  min-width: min(240px, 100%);
}

.terra-clinic-figma__footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 22px clamp(18px, 3vw, 40px);
  box-sizing: border-box;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  transition: background 0.2s ease;
}

.terra-clinic-figma__footer-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 960px) {
  .terra-clinic-figma__grid {
    grid-template-columns: 1fr;
  }

  .terra-clinic-figma__pair {
    grid-template-columns: 1fr;
  }

  .terra-clinic-figma__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .terra-clinic-figma__sns {
    width: 100%;
    flex-direction: column;
  }

  .terra-clinic-figma__sns-btn {
    width: 100%;
  }

  .terra-clinic-figma__footer-btns {
    flex-direction: column;
  }

  .terra-clinic-figma__footer-li {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* トップ（#terra-figma-clinic-section）・フッターとも、タブレット幅でも「左＝情報 / 右＝お支払い」の2カラムを維持 */
@media screen and (max-width: 960px) {
  #footer .terra-clinic-figma__grid,
  #terra-figma-clinic-section .terra-clinic-figma__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  #footer .terra-clinic-figma__pair,
  #terra-figma-clinic-section .terra-clinic-figma__pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* SP：メイングリッドを1列に */
@media screen and (max-width: 767px) {
  #footer .terra-clinic-figma__grid,
  #terra-figma-clinic-section .terra-clinic-figma__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #footer .terra-clinic-figma__pair,
  #terra-figma-clinic-section .terra-clinic-figma__pair {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------
TOPIC・新着情報（terra-figma-topic・症例セクションと同系の見出し大枠）
---------------------------------------- */
.terra-figma-topic {
  position: relative;
  overflow: hidden;
  color: #4b4646;
  background:
    url(../img/topic-bg.jpg) center / cover no-repeat;
  padding-bottom: 50px;
}

.terra-figma-topic__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 5vw, 80px);
  box-sizing: border-box;
}

.terra-figma-topic__head {
  color: #fff;
}

.terra-figma-topic__en {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.terra-figma-topic__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.terra-figma-topic__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}

.terra-figma-topic__h2 {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.terra-figma-topic__body {
  position: relative;
  min-height: 0;
  margin-top: 64px;
}

.terra-figma-topic__content {
  position: relative;
}

.terra-figma-topic__toolbar {
  display: grid;
  grid-template-columns: 1fr fit-content(100%);
  align-items: center;
  gap: 80px;
}

.terra-figma-topic__tablist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  justify-content: start;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.terra-figma-topic__tab {
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 16px;
  border: 0.5px solid #FFF;
  background: rgba(34, 34, 34, 0.05);
  color: #fff;
  font-family:  'Shippori Mincho', serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.terra-figma-topic__tab:hover,
.terra-figma-topic__tab:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

#terra-figma-topic-tab-topic:checked
  ~ .terra-figma-topic__toolbar
  .terra-figma-topic__tab[for='terra-figma-topic-tab-topic'],
#terra-figma-topic-tab-news:checked
  ~ .terra-figma-topic__toolbar
  .terra-figma-topic__tab[for='terra-figma-topic-tab-news'] {
  background: #fff;
  color: #4b4646;
  border-color: #fff;
  padding-block: 24px;
  position: relative;

  &::after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    translate: -50% 0;
    height: 1px;
    width: calc( 160 / 310 * 100%);
    background: rgba(139, 132, 132, 0.40);
  }
}

.terra-figma-topic__archive {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  grid-template-columns: fit-content(100%) 25px;
  gap: 40px;
  min-height: 48px;
  padding: 16px 24px;
  background: #F3F0ED;
  color: #4B4646;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 1.05vw, 15px);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.terra-figma-topic__archive::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/yajirushi-btn.svg) center / contain no-repeat;
}
.terra-figma-topic__archive:hover,
.terra-figma-topic__archive:focus-visible {
  background: #fff;
  color: #4b4646;
  border-color: #fff;
}

.terra-figma-topic__panels {
  position: relative;
}

.terra-figma-topic__panel {
  display: none;
}

#terra-figma-topic-tab-topic:checked
  ~ .terra-figma-topic__panels
  .terra-figma-topic__panel--topic,
#terra-figma-topic-tab-news:checked
  ~ .terra-figma-topic__panels
  .terra-figma-topic__panel--news {
  display: block;
}

.terra-figma-topic__panel-inner {
  margin-inline: auto;
  padding: 24px;
  background: #fff;
}

.terra-figma-topic__panel-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #574e47;
}

@media screen and (max-width: 767px) {
  .terra-figma-topic__toolbar {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }

  /* タブを横並びの等分ボタンに */
  .terra-figma-topic__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    gap: 8px;
    margin-bottom: 10px;
  }

  .terra-figma-topic__tablist > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    list-style: none;
  }

  .terra-figma-topic__tab {
    max-width: none;
    width: 100%;
    min-height: 44px;
    padding: 12px 8px;
    font-size: clamp(13px, 3.6vw, 16px);
  }

  #terra-figma-topic-tab-topic:checked
    ~ .terra-figma-topic__toolbar
    .terra-figma-topic__tab[for='terra-figma-topic-tab-topic'],
  #terra-figma-topic-tab-news:checked
    ~ .terra-figma-topic__toolbar
    .terra-figma-topic__tab[for='terra-figma-topic-tab-news'] {
    padding-block: 14px;
  }

  .terra-figma-topic__archive {
    display: none;
  }
}

.terra-figma-topic__panel-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}

.terra-figma-topic__panel-item {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.terra-figma-topic__panel-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 24.5rem;
  height: 100%;
  box-sizing: border-box;
  border: 0.4px solid rgba(75, 70, 70, 0.50);
  padding: 24px 20px;
}

.terra-figma-topic__panel-image {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 336 / 200;
  min-height: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.terra-figma-topic__panel-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 16px 8px;
}

.terra-figma-topic__panel-date {
  font-size: 14px;
}

.terra-figma-topic__panel-title {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: calc( 0.96 / 16 * 1em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .terra-figma-topic__panel-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .terra-figma-topic__panel-link{
    min-height: 20rem;
  }
}

.terra-figma-topic__more{
  margin-top: 40px;
  width: fit-content;
  margin-inline: auto;
  padding: 24px 40px;
  min-width: 320px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: calc(0.4 / 20 * 1em);
  border: 1px solid #fff;
}

.banner-cm-section{
  width: 95%;
  margin: 0 auto 50px;
  max-width: 1240px;
}

.banner-cm-section .banner-item{
  margin-bottom: 20px;
}

.banner-cm-section .banner-item picture,
.banner-cm-section .banner-item img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ----------------------------------------
Figma 3473:2111 医師紹介（terra-figma-doctor-spotlight のみ使用・他ブロックと共有しない）
---------------------------------------- */
.terra-figma-doctor-spotlight {
  margin-top: clamp(44px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
  color: #fff;
}

.terra-figma-doctor-spotlight__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.terra-figma-doctor-spotlight__en {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.terra-figma-doctor-spotlight__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.terra-figma-doctor-spotlight__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
}

.terra-figma-doctor-spotlight__h {
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.terra-figma-doctor-spotlight__lead {
  margin: 0;
  max-width: 52em;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  color: #fff;
}

.terra-figma-doctor-spotlight__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: clamp(380px, 52vw, 459px);
  border-radius: 10px;
  background-color: #d9c8bb;
  color: #4b4646;
}

.terra-figma-doctor-spotlight__card-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  transform: scaleX(-1) scaleY(-1);
}

.terra-figma-doctor-spotlight__card-watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 透かしと同じ領域いっぱい（親カードの高さに追従） */
.terra-figma-doctor-spotlight__layout {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: clamp(380px, 52vw, 459px);
  width: 100%;
  padding: clamp(24px, 4vw, 40px);
  box-sizing: border-box;
}

.terra-figma-doctor-spotlight__stage {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 36px);
  min-height: 0;
}

.terra-figma-doctor-spotlight__panels {
  flex: 1 1 380px;
  min-width: 0;
}

/* display:grid が [hidden] より後勝ちしないよう、常時は非表示・アクティブのみ1人表示。写真は絶対配置のためテキストのみ縦積み */
.terra-figma-doctor-spotlight__panel {
  display: none;
}

.terra-figma-doctor-spotlight__panel.is-active {
  display: block;
}

.terra-figma-doctor-spotlight__copy {
  position: relative;
  z-index: 2;
  max-width: 60%;
  padding-right: clamp(0px, 2vw, 12px);
}

.terra-figma-doctor-spotlight__clinic,
.terra-figma-doctor-spotlight__position {
  margin: 0 0 2px;
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #4b4646;
}

.terra-figma-doctor-spotlight__name {
  margin: 12px 0 10px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #4b4646;
}

.terra-figma-doctor-spotlight__tagline {
  margin: 0 0 12px;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.6;
  color: #4b4646;
}

.terra-figma-doctor-spotlight__bio {
  font-family: 'Zen Kaku Gothic Antique', 'Shippori Mincho', serif;
  font-size: 14px;
  line-height: 1.8;
  color: #4b4b4b;
}

.terra-figma-doctor-spotlight__card .terra-figma-doctor-spotlight__bio p {
  margin: 0 0 0.6em;
}

/* 透かしと同じ見た目の範囲＝layout いっぱい。画像は水平中央・下辺一致・縦方向90%（top:10%〜bottom:0） */
.terra-figma-doctor-spotlight__photo {
  position: absolute;
  left: 40%;
  bottom: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
  margin: 0;
  height: auto;
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 0;
  pointer-events: none;
  height: 98%;
}

.terra-figma-doctor-spotlight__photo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.terra-figma-doctor-spotlight__aside {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.terra-figma-doctor-spotlight__nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* 前後ボタン：ishi-left-btn.svg / ishi-right-btn.svg（40×40・円込み） */
.terra-figma-doctor-spotlight__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.terra-figma-doctor-spotlight__arrow:hover,
.terra-figma-doctor-spotlight__arrow:focus-visible {
  filter: brightness(0.92);
}

.terra-figma-doctor-spotlight__arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.terra-figma-doctor-spotlight__arrow--prev {
  background-image: url('../img/ishi-left-btn.svg');
}

.terra-figma-doctor-spotlight__arrow--next {
  background-image: url('../img/ishi-right-btn.svg');
}

/* メイン左端＝1人以外の3人を、常に横一列（4人目はサムネに出ない） */
.terra-figma-doctor-spotlight__thumbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

.terra-figma-doctor-spotlight__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 148px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.terra-figma-doctor-spotlight__thumb-img {
  display: block;
  height: 228px;
  overflow: hidden;
}

.terra-figma-doctor-spotlight__thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.terra-figma-doctor-spotlight__thumb-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 110px;
  padding: 36px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-end;
  color: #fff;
  pointer-events: none;
}

.terra-figma-doctor-spotlight__thumb-role {
  font-family: 'Shippori Mincho', serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.terra-figma-doctor-spotlight__thumb-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.terra-figma-doctor-spotlight__cta-wrap {
  margin: 0;
  text-align: center;
}

.terra-figma-doctor-spotlight__cta {
  display: inline-block;
  min-width: 320px;
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #fff;
  text-decoration: none;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(17px, 1.6vw, 20px);
  letter-spacing: 0.02em;
  line-height: 1.5;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.terra-figma-doctor-spotlight__cta:hover,
.terra-figma-doctor-spotlight__cta:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.terra-figma-doctor-spotlight__cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

@media screen and (max-width: 900px) {
  .terra-figma-doctor-spotlight__copy {
    max-width: 100%;
  }

  .terra-figma-doctor-spotlight__photo {
    max-width: min(65%, 440px);
  }

  .terra-figma-doctor-spotlight__aside {
    flex: 1 1 100%;
    align-items: center;
  }

  .terra-figma-doctor-spotlight__thumbs {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .terra-figma-doctor-spotlight__nav {
    width: 100%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .terra-figma-doctor-spotlight__cta {
    min-width: 0;
    width: 100%;
  }

  .terra-figma-doctor-spotlight__thumb {
    flex: 1 1 0;
    width: auto;
    min-width: 96px;
    max-width: 148px;
  }

  .terra-figma-doctor-spotlight__thumb-img {
    height: 158px;
  }

  .terra-lower__br-pc {
    display: none;
  }
}


/* ----------------------------------------
Figma node 1:1049 CONTACT CTA（terra-lower 用）
---------------------------------------- */
.terra-figma-contact {
  position: relative;
  overflow: hidden;
  background: #574e47;
  color: #fff;
  padding: 40px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 5vw, 48px);
  max-width: 1240px;
  margin: 0 auto 50px;
  width: 95%;
}

.terra-figma-contact__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  top: 0;
}

.terra-figma-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terra-figma-contact__big {
  position: absolute;
  left: 50%;
  top: -46px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
}

.terra-figma-contact__copy {
  width: 100%;
  max-width: 580px;
  text-align: center;
}

.terra-figma-contact__lead-1 {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

/* SP のみ「施術を」の後で改行（PC では非表示の br） */
.terra-figma-contact__lead-1-br--sp {
  display: none;
}

.terra-figma-contact__lead-2 {
  margin: 0;
  margin-top: 18px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}

.terra-figma-contact__actions {
  width: 100%;
  max-width: 1240px;
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
}

.terra-figma-contact__col {
  flex: 1 1 0;
  width: 317px;
  max-width: 317px;
}

.terra-figma-contact__top-text {
  margin: 0 auto 5px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  display: block;
}

.terra-figma-contact__top-text::before,
.terra-figma-contact__top-text::after {
  content: "/";
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
}

.terra-figma-contact__top-text::before {
  content: "\\";
  margin-right: 0;
}

.terra-figma-contact__top-text::after {
  content: "/";
  margin-left: 0;
}

.terra-figma-contact__action {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  width: 317px;
  height: 88px;
}

.terra-figma-contact__action-row,
.terra-figma-contact__tel-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.terra-figma-contact__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.terra-figma-contact__icon.terra-figma-contact__icon--decor{
  position: absolute;
  width: 27px;
  height: auto;
  top: -10px;
  left: 10px;
}

.terra-figma-contact__action-text {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-top: 2px;
}

.terra-figma-contact__action-subtext {
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-style: italic;
}

/* 「1分で入力完了」の先頭に、24px×1px の横線（デザイン差分） */
.terra-figma-contact__action-row--small
  .terra-figma-contact__action-subtext::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
  margin-right: 10px;
  vertical-align: middle;
}

/* 「LINEからの予約も可能」の先頭に、24px×1px の横線（デザイン差分） */
.terra-figma-contact__action-subtext--line-main::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #4b4646;
  margin-right: 10px;
  vertical-align: middle;
}

.terra-figma-contact__action-row--small {
  margin-top: 8px;
  align-items: center;
  gap: 6px;
}

.terra-figma-contact__action--free {
  background: #574e47;
  padding: 22px 0 22px 65px;
}

.terra-figma-contact__action--tel {
  background: #a99170;
  padding: 22px 0 22px 25px;
}

.terra-figma-contact__tel-top {
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 5px;
}

.terra-figma-contact__tel-number {
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.terra-figma-contact__tel-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-left: 20px;
}

.terra-figma-contact__action--line {
  background: #fff;
  color: #4b4646;
  padding: 22px 0 22px 60px;
}

.terra-figma-contact__line-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}

.terra-figma-contact__line-row--bottom {
  margin-top: 5px;
}

.terra-figma-contact__action-subtext--line-main {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.terra-figma-contact__action-subtext--line-secondary {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .terra-figma-contact {
    padding: 34px 16px;
  }

  .terra-figma-contact__actions {
    padding: 0;
    gap: 16px;
    flex-wrap:wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 900px) {
  .terra-figma-contact__actions {
    flex-direction: column;
    align-content: space-around;
  }

  /* --free は PC と同じ余白（22px 0 22px 65px）を維持 */
  .terra-figma-contact__action--tel,
  .terra-figma-contact__action--line {
    padding: 22px 18px 18px;
  }
}

/* footer 内に挿入する clinic Figma（map〜決済）用の余白 */
#footer .footer-clinic-figma-footer-main {
  width: 100%;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .terra-figma-contact__lead-1{
    letter-spacing: 0;
    font-size: 20px;
  }

  .terra-figma-contact__lead-1-br--sp {
    display: block;
  }
  .terra-figma-contact__lead-2{
    font-size: 12px;
  }
  .terra-figma-contact__action.terra-figma-contact__action--line{
    padding-left: 65px;
  }
}

/* ----------------------------------------
再生医療 top-fv
---------------------------------------- */

#top-fv-section.regenerative-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

#top-fv-section.regenerative-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

#top-fv-section.regenerative-fv .fv-caution-box {
  background: rgba(0, 0, 0, .4);
}

@media screen and (min-width: 767px) {
  #top-fv-section.regenerative-fv {
    margin: 0;
    height: 55vw;
    max-height: 800px;
  }

  #top-fv-section.regenerative-fv .slide-image {
    height: 55vw;
    max-height: 800px;
  }

  #top-fv-section.regenerative-fv .fv-flex-block {
    padding-top: min(80px, 5.7vw);
  }

  #top-fv-section.regenerative-fv .fv-title {
    margin: min(30px, 2.14vw) 0;
  }

  #top-fv-section.regenerative-fv .fv-caution-box {
    margin-top: min(30px, 2.14vw);
    padding: min(10px, 0.71vw) min(20px, 1.43vw);
    line-height: 2;
    font-size: min(16px, 1.14vw);
  }

  #top-fv-section.regenerative-fv .slide-image:nth-child(1) {
    background-image: url('../img/regenerative-fv.png');
    
  }

  #top-fv-section.regenerative-fv .fv-point-text {
    left: min(100px, 7.14vw);
    color: #1D2023;
  }

  #top-fv-section.regenerative-fv .fv-point-label {
    left: -7%;
  }
}

@media screen and (max-width: 767px) {
  #top-fv-section.regenerative-fv {
    margin: 0;
  }

  #top-fv-section.regenerative-fv .fv-caution-box {
    margin-top: 2vw;
    padding: 2vw 3vw;
    font-size: 3.7vw;
  }
}

/* ----------------------------------------
美容外科 top-fv
---------------------------------------- */
#top-fv-section.beauty-fv .fv-flex-block-right {
  padding-top: 0 !important;
  margin-top: auto !important;
}

#top-fv-section.beauty-fv .fv-container,
#top-fv-section.beauty-fv .slide-image {
  height: 180vw;
}

@media screen and (min-width: 767px) {
  #top-fv-section.beauty-fv {
    margin: 0 0 30px 0;
  }

  #top-fv-section.beauty-fv .slide-image{
    background-image: url('../img/beauty-fv-2.png');
  }

  /* #top-fv-section.beauty-fv .slide-image:nth-child(1) {
    background-image: url('../img/beauty-fv-1.png');
  }

  #top-fv-section.beauty-fv .slide-image:nth-child(2) {
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/beauty-fv-2.png');
  } */
}

@media screen and (max-width: 767px) {
  #top-fv-section.beauty-fv .slide-image:nth-child(1) {
    background-image: url('../img/beauty-fv-2-sp.png');
  }

  #top-fv-section.beauty-fv .slide-image:nth-child(2) {
    background-image: url('../img/beauty-fv-2-sp.png');
  }
}

/* ----------------------------------------
authorization-section
---------------------------------------- */
.authorization-section {
  width: 100%;
  background: #F8F9FA;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.authorization-section .authorization-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.authorization-section .authorization-info {
  width: 72%;
  max-width: 1000px;
  margin: 30px auto;
  margin-bottom: 50px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
  font-family: "Shippori Mincho", serif;
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

.authorization-section .authorization-content {
  padding: 20px 0;
}

.authorization-section .authorization-description {
  color: #fff;
  display: block;
  background: linear-gradient(90.47deg, #384F78 0%, #80A9C9 100%);
  width: fit-content;
  padding: 5px 30px;
  margin-bottom: 5px;
}

.authorization-section .authorization-info-text {
  padding: 10px 30px;
}

.authorization-section .authorization-image-box {
  background: linear-gradient(to bottom right, #384F78, #80A9C9);
  padding: 3% 4%;
}

.authorization-section .authorization-banner {
  width: 100%;
}

.authorization-section .authorization-details {
  font-family: "Shippori Mincho", serif;
  width: 72%;
  margin: 0 auto;
  text-align: center;
}

.authorization-section .authorization-details-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 50px 0;
  font-weight: bold;
}

.authorization-section .authorization-details-text {
  margin: 30px 0;
}

.authorization-section .tp-point {
  text-align: left;
}

.authorization-section .tp-point-question .tp-point-title::before {
  background-image: url(../img/module-point-2.svg);
}

@media screen and (min-width: 767px) {
  .authorization-section {
    font-size: min(14px, 1vw);
  }

  .authorization-section .top-h2-en {
    font-size: min(144px, 10.3vw);
  }

  .authorization-section .authorization-info {
    display: flex;
    justify-content: space-between;
  }

  .authorization-section .authorization-content {
    width: 70%;
  }

  .authorization-section .authorization-image-box {
    width: 26%;
  }

  .authorization-section .authorization-description {
    font-size: min(20px, 1.43vw);
  }

  .authorization-section .authorization-details-title {
    font-size: min(32px, 2.3vw);
  }

  .authorization-section .tp-point-title{
    font-size: min(20px, 1.43vw);
  }
  
  .authorization-section .tp-point-content{
    font-size: min(14px, 1vw);
  }
  
  .authorization-section .tp-point-question .tp-point-title::before{
    width: 1.86vw;
    height: 1.86vw;
    max-width: 26px;
    max-height: 26px;
  }
}

@media screen and (max-width: 767px) {

  .authorization-section .authorization-info,
  .authorization-section .authorization-details {
    width: 85%;
  }
}


/* ----------------------------------------
top-doctor
---------------------------------------- */
.top-doctor-container {
  width: 100%;
  background: #F8F9FA;
}
.top-doctor-container .career-table .column-1{
  padding-right: 20px;
}
.top-doctor-container .career-table tr{
    display: block;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
}

#top-doctor-section,
#top-about-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: min(1.14vw, 16px);
}
#top-about-section.top-about-wrap{
  max-width: 100%;
}
#top-about-section.top-about-wrap .top-h2{
  margin: 0 auto;
  max-width: 1400px;
}

#top-doctor-section {
  overflow-x: hidden;
  margin-bottom: 0;
}

#top-doctor-section .top-h2,
#top-about-section .top-h2 {
  text-align: left;
}

#top-doctor-section .doctor-content {
  background: #F8F9FA;
  font-family: "Shippori Mincho", serif;
}

#top-doctor-section .doctor-content .doctor-image img {
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

#top-doctor-section .doctor-info .doctor-description {
  font-size: min(30px, 2.14vw);
  color: #161628;
  font-weight: bold;
  margin: 50px 0;
}

#top-doctor-section .doctor-info .doctor-text {
  margin-bottom: 30px;
  margin-top: 30px;
}

#top-doctor-section .doctor-info .doctor-name {
  font-size: min(1.71vw, 24px);
}

#top-doctor-section .doctor-qualifications {
  font-family: "Shippori Mincho", serif;
  background: #fff;
}

@media screen and (min-width: 767px) {
  #top-doctor-section {
    padding-top: 100px;
  }

  #top-doctor-section .doctor-content,
  #top-about-section .about-content {
    display: flex;
    justify-content: space-between;
  }

  #top-doctor-section .doctor-content {
    padding: 0px 0 100px;
  }

  #top-doctor-section .doctor-content .doctor-image {
    width: 40%;
  }

  #top-doctor-section .doctor-content .doctor-image-small {
    padding: 0 10%;
  }

  #top-doctor-section .doctor-content .doctor-info {
    width: 55%;
    padding-right: 10%;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-name {
    background: linear-gradient(to bottom right, #031C52, #324772);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }

  #top-doctor-section .doctor-qualifications {
    padding: 50px 15%;
    display: flex;
    justify-content: space-around;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 85%;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(1) {
    width: 70%;
    position: relative;
  }

  #top-doctor-section .doctor-qualifications .qualification-box:nth-child(2) {
    width: 30%;
  }
}

#top-doctor-section .doctor-qualifications {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

#top-doctor-section .doctor-qualifications .qualification-title {
  font-size: min(1.43vw, 20px);
  color: #031C52;
  font-weight: bold;
  margin-bottom: 20px;
}

#top-doctor-section .doctor-qualifications ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

#top-doctor-section .doctor-gallery {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
}

#top-doctor-section .top-btn-box {
  padding: 30px 0 50px 0;
  background: #F8F9FA;
}


@media screen and (max-width: 767px) {
  #top-doctor-section .doctor-content {
    padding-top: 15vw;
  }

  #top-doctor-section .top-h2 {
    margin-bottom: 5vw;
  }

  #top-doctor-section .doctor-info .doctor-description {
    font-size: 6.4vw;
    line-height: 1.5;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-text,
  #top-doctor-section .doctor-qualifications ul li {
    font-size: 3.73vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #top-doctor-section .doctor-qualifications .qualification-title,
  #top-doctor-section .doctor-info .doctor-name {
    font-size: 5.33vw;
  }

  #top-doctor-section .doctor-qualifications {
    padding: 5.3vw;
  }

  #top-doctor-section .top-h2,
  #top-doctor-section .doctor-info .doctor-description,
  #top-doctor-section .doctor-info .doctor-text {
    padding: 0 5.3vw;
  }

  #top-doctor-section .doctor-content .doctor-image img {
    width: 80vw;
    height: 85vw;
    object-fit: cover;
  }

  #top-doctor-section .doctor-content .doctor-info .doctor-name-block {
    text-align: right;
    position: relative;
    z-index: 3;
    margin-top: -6vw;
    margin-left: 50vw;
  }

  #top-doctor-section .doctor-info .doctor-position,
  #top-doctor-section .doctor-info .doctor-name {
    background: #fff;
    color: #031C52;
    font-weight: bold;
    text-align: right;
    width: fit-content;
    padding: 5px 15px;
    margin-bottom: 5px;
  }

  #top-doctor-section .doctor-info .doctor-text {
    padding-bottom: 10vw;
    margin-bottom: 0;
  }

  #top-doctor-section .doctor-qualifications .qualification-box {
    margin: 5vw 0;
  }

  .top-doctor-container .career-table tr{
    font-size: 3.73vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-doctor-container .career-table tr .column-1{
    min-width: 18vw;
  }
}

/* ----------------------------------------
regenerative-doctor
---------------------------------------- */
.regenerative-doctor .doctor-info .doctor-description {
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff !important;
  width: fit-content;
  padding: 5px 20px;
  margin-bottom: 5px;
}

/* ----------------------------------------
beauty-doctor
---------------------------------------- */
#top-doctor-section.beauty-doctor .top-h2 {
  text-align: center;
}

@media screen and (min-width: 767px) {
  #top-doctor-section.beauty-doctor .doctor-content .doctor-image {
    margin-top: 0;
  }
}


/* ----------------------------------------
tp-clinic-gallery
---------------------------------------- */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.tp-clinic-gallery .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.tp-clinic-gallery .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.tp-clinic-gallery .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@media screen and (min-width: 767px) {
  .tp-clinic-gallery .scroll-infinity__item {
    width: calc(100vw / 5);
  }
}

.tp-clinic-gallery img {
  width: 18.9vw;
  max-width: 265px;
  height: 12.6vw;
  max-height: 180px;
  object-fit: cover;
  margin: 60px 0;
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .tp-clinic-gallery img {
    width: 60vw;
    max-width: none;
    height: 40vw;
    max-height: none;
    margin-right: 20px;
  }

  .tp-clinic-gallery .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}

/* ----------------------------------------
regenerative-gallery
---------------------------------------- */
.regenerative-gallery {
  background: #161628;
  position: relative;
  overflow: hidden;
}

.regenerative-gallery::before {
  content: "GALLERY";
  font-family: "Shippori Mincho", serif;
  font-size: min(400px, 28.5vw);
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}


/* ----------------------------------------
regenerative-gallery
---------------------------------------- */
.regenerative-gallery {
  background: #161628;
  position: relative;
  overflow: hidden;
}

.regenerative-gallery::before {
  content: "GALLERY";
  font-family: "Shippori Mincho", serif;
  font-size: min(400px, 28.5vw);
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}


/* ----------------------------------------
regenerative-reason
---------------------------------------- */
.regenerative-reason {
  padding-top: 50px;
}

.regenerative-reason .commitments-title,
.regenerative-reason .commitments-description {
  text-align: center;
  padding: 0 10% !important;
}

.regenerative-reason .commitments-content {
  background: #fff;
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1);
}

.regenerative-reason .regenerative-content-title {
  background: initial !important;
  -webkit-text-fill-color: initial !important;
}

.regenerative-reason .commitments-item .commitments-content .commitments-point {
  background: linear-gradient(to bottom right, #7A6500, #C3A419) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1 !important;
}

.regenerative-reason .commitments-item .commitments-content .commitments-content-title span {
  display: block;
  background: linear-gradient(to bottom right, #384F78, #80A9C9);
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .regenerative-reason .commitments-item {
    position: relative;
  }

  .regenerative-reason .commitments-item:nth-child(odd) .commitments-content {
    position: absolute;
    top: 10%;
    left: -10%;
  }

  .regenerative-reason .commitments-item:nth-child(even) .commitments-content {
    position: absolute;
    top: 10%;
    right: -10%;
  }

  .regenerative-reason .commitments-item {
    margin-bottom: 150px !important;
  }

  .regenerative-reason .commitments-item-large {
    margin-bottom: 200px !important;
  }

  .regenerative-reason .commitments-item .commitments-content {
    padding: 20px min(2.9vw, 40px);
    width: 70% !important;
  }

  .regenerative-reason .commitments-item img {
    width: 45.7vw !important;
    max-width: 640px !important;
    height: 28.6vw !important;
    max-height: 400px !important;
  }
}


/* ----------------------------------------
top-about
---------------------------------------- */

#top-about-section .about-background {
  width: 100%;
  background: linear-gradient(to bottom right, #031C52, #324772);
  margin: 0 calc(50% - 50vw);
}

#top-about-section .top-h2 {
  padding-bottom: 30px;
}

#top-about-section .about-content {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}

#top-about-section .about-info {
  color: #fff;
}

#top-about-section .top-btn-gold {
  margin-top: -30px;
}

#top-about-section .about-image img {
  box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 767px) {
  #top-about-section .top-h2 {
    padding-left: min(14.3vw, 200px);
  }

  #top-about-section .about-info {
    padding-left: min(14.3vw, 200px);
    width: 55%;
  }

  #top-about-section .about-description {
    font-size: min(2.29vw, 32px);
    margin-bottom: 50px;
  }

  #top-about-section .about-content .about-image {
    width: 40%;
    margin-top: max(-6.4vw, -90px);
  }
}

@media screen and (max-width: 767px) {
  #top-about-section .top-h2 {
    padding-bottom: 20px;
    padding-left: 5vw;
  }

  #top-about-section .about-info {
    padding: 5vw;
  }

  #top-about-section .about-description {
    font-size: 6.4vw;
    margin-bottom: 20px;
  }

  #top-about-section .about-text {
    font-size: 3.8vw;
  }
}

/* ----------------------------------------
tp-blue-box
---------------------------------------- */
.tp-blue-box {
  width: 72%;
  margin: 50px auto;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(to bottom right, #384F78, #80A9C9);
  position: relative;
  padding: 0 min(2.86vw, 40px) min(2.86vw, 40px) min(2.86vw, 40px);
}

.regenerative-menu .tp-blue-box {
  width: 100%;
}

.tp-blue-box::before {
  font-size: min(13.6vw, 190px);
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: 0.1em;
  position: absolute;
  transform: translate(-50%, -30%);
  top: 0;
  left: 50%;
}

.regenerative-about .tp-blue-box::before {
  content: "EFFICACY";
}

.regenerative-menu .tp-blue-box::before {
  content: "OVERVIEW";
}

.tp-blue-box .tp-blue-box-title {
  color: #fff;
  text-align: center;
  padding: 25px 0;
}

.tp-blue-box .tp-blue-box-content {
  background: #fff;
  padding: min(2.14vw, 30px);
}

.tp-blue-box .tp-blue-box-content ul li {
  padding: 10px 5px;
  padding-left: min(24px, 1.71vw);
  position: relative;
  font-size: min(1.14vw, 16px);
}

.tp-blue-box .tp-blue-box-content ul li::before {
  /* content: "・";
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0; */
  content: "✔";
  width: 1.28vw;
  height: 1.28vw;
  max-width: 18px;
  max-height: 18px;
  border: 1px solid #031C52;
  color: #031C52;
  text-align: center;
  line-height: min(14px, 1vw);
  font-size: min(14px, 1vw);
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.tp-blue-box-card {
  padding: 5px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: min(1.43vw, 20px);
}


@media screen and (min-width: 767px) {
  .tp-blue-box .tp-blue-box-title {
    font-size: min(1.71vw, 24px);
  }

  .tp-blue-box .tp-blue-box-content ul,
  .regenerative-about .tp-blue-box .tp-blue-box-content {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tp-blue-box .tp-blue-box-content ul li {
    /* width: 24%; */
  }

  .tp-blue-box-card {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {

  .tp-blue-box,
  .regenerative-menu .tp-blue-box {
    width: 90%;
  }

  .tp-blue-box .tp-blue-box-title {
    font-size: 5.3vw;
  }

  .tp-blue-box-card {
    font-size: 4.3vw;
  }

  .tp-blue-box .tp-blue-box-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tp-blue-box .tp-blue-box-content ul li {
    width: 100%;
    font-size: 3.7vw;
    padding-left: 6vw;
  }

  .tp-blue-box .tp-blue-box-content ul li::before {
    font-size: 3vw;
    width: 4vw;
    height: 4vw;
    line-height: 3vw;
  }
}

/* ----------------------------------------
regenerative-about
---------------------------------------- */
.regenerative-about-background {
  background: #F8F9FA;
  width: 100%;
  padding: 100px 0 50px 0;
}

.regenerative-about .about-background {
  display: contents;
}

.regenerative-about .about-info {
  color: #161628 !important;
}

/* ----------------------------------------
regenerative-menu
---------------------------------------- */
.regenerative-menu {
  padding: 100px 0;
}

.regenerative-menu .commitments-title {
  text-align: center;
  padding: 0 !important;
}

.regenerative-menu .commitments-description {
  text-align: center;
  padding: 0 10% !important;
}

@media screen and (min-width: 767px) {
  .regenerative-menu .commitments-content .top-btn-box {
    text-align: left;
  }

  .regenerative-menu .commitments-content .top-btn-gold {
    margin: 30px 24px 0 0;
  }

  .regenerative-menu .commitments-item .commitments-content {
    width: 50% !important;
  }

  .regenerative-menu .commitments-item img {
    width: 45.7vw !important;
    max-width: 640px !important;
    height: 28.6vw !important;
    max-height: 400px !important;
  }

  .regenerative-menu .tp-commitments .commitments-description{
    font-size: min(18px, 1.29vw);
  }
}


/* ----------------------------------------
top-reason
---------------------------------------- */
.reason-background {
  width: 100%;
  background: linear-gradient(to bottom right, #031C52, #324772);
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
}

#top-reason-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

#top-reason-section .reason-container {
  margin: 0 min(14.2vw, 200px);
}

#top-reason-section .top-h2 .top-h2-jp {
  color: #fff;
}

#top-reason-section .reason-item {
  position: relative;
  padding: 1vw 0 2vw 0;
}

#top-reason-section .reason-image {
  width: 80%;
}

#top-reason-section .reason-point {
  position: absolute;
  top: 10%;
  right: 0;
  transform: rotate(90deg);
}

#top-reason-section .reason-description {
  padding: 1vw 1vw 1vw 0;
}

#top-reason-section .reason-text {
  padding-top: 1.5vw;
}

#top-reason-section .reason-heading {
  margin: min(0.5vw, 7px) 0;
  padding: 0 min(0.5vw, 7px);
  background: #fff;
  width: fit-content;
  color: #161628;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}



@media screen and (min-width: 767px) {
  #top-reason-section .top-h2 {
    padding-bottom: 50px;
  }

  #top-reason-section .reason-content {
    display: flex;
    justify-content: space-between;
  }

  #top-reason-section .reason-item {
    width: 33.333333333333333333%;
  }

  #top-reason-section .reason-description {
    padding: 1vw 1vw 1vw 0;
    font-size: min(1vw, 14px);
  }
}

@media screen and (max-width: 767px) {
  #top-reason-section {
    padding: 50px 0;
  }

  #top-reason-section .top-h2 {
    padding: 30px 0;
  }

  #top-reason-section .reason-item {
    padding: 4vw 0;
  }

  #top-reason-section .reason-text {
    padding-top: 3vw;
  }

  #top-reason-section .reason-heading {
    margin: 1vw 0;
    padding: 0 2vw;
  }

  #top-reason-section .reason-description {
    font-size: 3.73vw;
    padding: 2vw 2vw 2vw 0;
  }

  #top-reason-section .reason-point {
    top: 12%;
    right: -8%;
  }
}



/* ----------------------------------------
top-feature
---------------------------------------- */

#top-feature-section {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

/*タブ切り替え全体のスタイル*/
#top-feature-section .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

/*タブのスタイル*/
#top-feature-section .tab_item {
  width: calc(100%/2);
  background: linear-gradient(to bottom right, #031C52, #324772);
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.2s ease;
  padding: 10px 0;
}

#top-feature-section .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#top-feature-section input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#top-feature-section .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#top-feature-section #beauty:checked~#beauty_content,
#top-feature-section #regeneration:checked~#regeneration_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#top-feature-section .tabs input:checked+.tab_item {
  background-color: #fff;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-content-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-text {
  margin: 30px 0;
}

.popular-menu-box {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}

.popular-menu-title {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.popular-menu-btn {
  display: block;
  margin-bottom: 30px;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
}

/* バナーのカルーセルスライダー */
.tp-banner-gallery {
  margin: 30px auto;
  padding: 5px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 20%, #161628 20%, #161628 100%);
  position: relative;
}

.tp-banner-gallery .tp-banner-background-text {
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.15);
  font-size: 240px;
  letter-spacing: 0.1em;
}

.tp-banner-gallery .slide-items {
  width: 100%;
  display: flex;
  max-width: 1400px;
  margin: auto;
}

.tp-banner-gallery .slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.tp-banner-gallery .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-banner-gallery .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.tp-banner-gallery .slick-dots li.slick-active button::before,
.slick-dots li button::before {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .tp-banner-gallery .tp-banner-background-text {
    bottom: -20%;
    font-size: 5.7vw;
    letter-spacing: 0.01em;
  }
}



@media screen and (min-width: 767px) {
  #top-feature-section {
    font-size: min(16px, 1.14vw);
  }

  #top-feature-section .tab_item {
    font-size: min(32px, 8.53vw);
  }

  #top-feature-section .tp-commitments .commitments-item .commitments-content .commitments-content-title {
    font-size: min(40px, 10.7vw);
  }

  #top-feature-section .top-btn-box {
    text-align: left;
  }

  .popular-menu-title {
    font-size: min(40px, 2.85vw);
  }

  .popular-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .popular-menu-btn {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #top-feature-section .tab_content {
    width: 100%;
    margin: 0 auto;
  }

  #top-feature-section .tab_item {
    font-size: 4.8vw;
    line-height: 1.5;
    height: 20vw;
    align-content: center;
  }

  #top-feature-section .tp-commitments .commitments-item {
    padding: 0 10%;
  }

  #top-feature-section .tp-commitments .commitments-item .commitments-content {
    padding: 0;
  }

  #top-feature-section .top-btn-gold {
    margin: 0 auto;
  }

  .popular-menu-title {
    font-size: 6.4vw;
  }
}

/* ----------------------------------------
top-treatment
---------------------------------------- */
#top-treatment-section {
  background: #F8F9FA;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #161628;
  padding: 50px 0;
}

#top-treatment-section .treatment-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

#top-treatment-section .treatment-description {
  text-align: center;
  margin: 30px 0;
}

#top-treatment-section .treatment-wrapper {
  padding: 20px;
  background: #fff;
}

#top-treatment-section .treatment-category {
  margin-bottom: 30px;
}

#top-treatment-section .treatment-subtitle {
  color: #031C52;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
}

#top-treatment-section .treatment-flex,
#top-treatment-section .treatment-list {
  display: flex;
  flex-wrap: nowrap;
}

#top-treatment-section .treatment-flex .treatment-item {
  display: block;
}

#top-treatment-section .treatment-flex .treatment-item img {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.18);
}

#top-treatment-section .treatment-flex .treatment-item p {
  text-align: center;
  line-height: 3;
}

#top-treatment-section .treatment-list .treatment-card img {
  border: 5px solid #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.13);
  margin-bottom: 25px;
}

#top-treatment-section .treatment-list .treatment-card>ul>li>a {
  font-weight: bold;
  color: #866E00;
}

#top-treatment-section .treatment-list .treatment-card>ul>li>ul>li {
  padding-left: min(1.28vw, 18px);
}

#top-treatment-section .treatment-list .treatment-card a {
  position: relative;
  display: inline-block;
  padding-left: min(1.28vw, 18px);
}

#top-treatment-section .treatment-list .treatment-card a::before {
  content: '';
  width: 0.5vw;
  max-width: 7px;
  height: 0.5vw;
  max-height: 7px;
  border: 0;
  border-top: solid 1px #161628;
  border-right: solid 1px #161628;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
}

.treatment-card a,
.footer-links a,
.tp-blue-box-content a{
  text-decoration: underline;
}

.treatment-card .treatment-gray,
.footer-links .treatment-gray,
.tp-blue-box-content .treatment-gray{
  text-decoration: none !important;
	pointer-events: none;
}


@media screen and (min-width: 767px) {
  #top-treatment-section {
    font-size: min(1.14vw, 16px);
    letter-spacing: 0.1em;
  }

  #top-treatment-section .treatment-description {
    font-size: min(1.43vw, 20px);
    line-height: 1.5;
  }

  #top-treatment-section .treatment-wrapper {
    width: 100%;
  }

  #top-treatment-section .treatment-category {
    width: 100%;
  }

  #top-treatment-section .treatment-flex,
  #top-treatment-section .treatment-list {
    width: 100%;
  }

  #top-treatment-section .treatment-subtitle {
    font-size: min(1.43vw, 20px);
  }

  #top-treatment-section .treatment-flex .treatment-item {
    width: 18%;
    margin-right: 2%;
  }

  #top-treatment-section .treatment-list .treatment-card {
    width: calc(90% / 3);
    margin-right: calc(10% / 3);
  }

  #top-treatment-section.beauty-treatment .treatment-list .treatment-card {
    width: calc(95% / 2);
    margin-right: calc(5% / 2);
  }

  #top-treatment-section .sp-scroll {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  #top-treatment-section .treatment-container {
    width: 90%;
  }

  #top-treatment-section .treatment-flex {
    width: calc(40vw*5);
  }

  #top-treatment-section .treatment-list {
    width: calc(75vw*3);
  }

  #top-treatment-section .treatment-flex .treatment-item {
    width: 40vw;
    margin-right: 5vw;
  }

  #top-treatment-section .treatment-list .treatment-card {
    width: 70vw;
    margin-right: 5vw;
  }

  #top-treatment-section .treatment-list .treatment-card>ul>li>ul>li {
    padding-left: 4.8vw;
  }

  #top-treatment-section .treatment-list .treatment-card a {
    padding-left: 4.8vw;
  }

  #top-treatment-section .treatment-list .treatment-card a::before {
    width: 1.87vw;
    max-width: none;
    height: 1.87vw;
    max-height: none;
  }

  #top-treatment-section .sp-scroll {
    overflow-x: scroll;
  }

  #top-treatment-section .scroll-text {
    text-align: right;
    background: linear-gradient(to bottom right, #7A6500, #C3A419);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 8vw;
    position: relative;
    margin-top: 5px;
  }

  #top-treatment-section .scroll-text::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/top-treatment-scroll.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0;
  }
}

#top-treatment-section.beauty-treatment {
  margin: 50px 0 50px 0;
}

/* お悩みから探す → /beauty/#a01〜#a08 ジャンプ時（固定ヘッダー分のオフセット） */
#top-treatment-section.beauty-treatment li[id^='a0'] {
  scroll-margin-top: clamp(72px, 12vw, 120px);
}


/* ----------------------------------------
concept
---------------------------------------- */
#concept {
  background-image: url(../img/concept-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 50px;
}

@media screen and (max-width: 975px) {
  #concept {
    background-image: url(../img/concept-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .concept__wrap {
    position: relative;
    margin: 0 auto;
  }
}

.concept__wrap .concept__title {
  width: 143px;
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__title {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 975px) {
  .concept__wrap .concept__img {
    width: 74.6666666667%;
    margin-left: auto;
  }
}

.concept__title h2 {
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 975px) {
  .concept__title h2 {
    font-size: 1.125rem;
    display: block;
    margin-left: auto;
  }
}

.concept__title h2 span {
  font-size: 50px;
  font-size: 3.125rem;
  padding-top: 0.6em;
  line-height: 1.2;
}

@media screen and (max-width: 975px) {
  .concept__title h2 span {
    font-size: 1.5625rem;
    padding-top: 0;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1140px;
  width: calc(100% - 140px);
}

@media screen and (max-width: 975px) {
  .concept__content {
    gap: 45px;
  }
}

.concept__content .concept__text {
  width: 400px;
}

@media screen and (max-width: 975px) {
  .concept__content .concept__text {
    width: 81.3333333333%;
    margin: 0 auto;
  }
}

.concept__content .concept__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

@media screen and (max-width: 975px) {
  .concept__content .concept__text p {
    font-size: 0.8125rem;
  }
}

.concept__img {
  max-width: 700px;
  width: 61.4035087719%;
  height: auto;
}

/* ----------------------------------------
feature
---------------------------------------- */
.concept-feature {
  max-width: 1236px;
  width: 100%;
  margin: 30px auto 0;
}

.concept-feature .feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .concept-feature .feature__wrap {
    padding: 0 20px;
  }
}

.feature__list {
  border: 2px solid #E6F3F9;
  display: block;
  width: 230px;
  position: relative;
  padding: 5px;
}

@media screen and (max-width: 1240px) {
  .feature__list {
    width: 172px;
  }
}

@media screen and (max-width: 975px) {
  .feature__list {
    height: 172px;
    width: 49.0666666667%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .feature__list:nth-child(n+2) {
    margin-top: 8px;
  }
}

.feature__num {
  color: #38506B;
  position: absolute;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  -webkit-transform: rotate(-8deg) translateX(-8px);
  transform: rotate(-8deg) translateX(-8px);
  top: 12px;
  left: 0;
}

@media screen and (max-width: 1240px) {
  .feature__num {
    top: 8px;
    font-size: 0.9375rem;
  }
}

.feature__num span {
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (max-width: 1240px) {
  .feature__num span {
    font-size: 1.5625rem;
  }
}

.feature__con {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 246, 255, .9)), color-stop(50%, rgba(255, 255, 255, .9)), to(rgba(229, 237, 246, .9)));
  background: linear-gradient(0deg, rgba(243, 246, 255, .9) 0%, rgba(255, 255, 255, .9) 50%, rgba(229, 237, 246, .9) 100%);
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 975px) {
  .feature__con {
    aspect-ratio: unset;
    height: 159px;
  }
}

.feature__img {
  width: 84px;
  padding-top: 42px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .feature__img {
    width: 66px;
    padding-top: 28px;
  }
}

.feature__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

.feature__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
}

@media screen and (max-width: 1240px) {
  .feature__text p {
    font-size: 0.8125rem;
    margin-top: 0.8em;
  }
}

.feature__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.3em;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 1240px) {
  .feature__text h3 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

/*============================
============================*/
#info {
  padding: 60px 0 30px;
}

@media screen and (max-width: 975px) {
  #info {
    padding: 30px 0;
  }
}

.info__container {
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .info__container {
    padding: 0 12px;
  }
}

.info__wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 975px) {
  .info__wrap {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.info__wrap .info__content {
  width: 50%;
}

@media screen and (max-width: 975px) {
  .info__wrap .info__content {
    width: 100%;
  }
}

.info__table {
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  width: 100%;
}

.info__table thead {
  background-color: #87B1C6;
  height: 45px;
}

@media screen and (max-width: 975px) {
  .info__table thead {
    height: 28px;
  }
}

.info__table thead tr th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th {
    font-size: 0.8125rem;
  }
}

.info__table thead tr th:nth-child(1) {
  width: 38%;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(1) {
    width: 28%;
  }
}

.info__table thead tr th:nth-child(n+2) {
  width: 7.75%;
}

@media screen and (max-width: 975px) {
  .info__table thead tr th:nth-child(n+2) {
    width: 9%;
  }
}

.info__table tbody {
  color: #69A1BE;
}

.info__table tbody tr {
  height: 45px;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr {
    height: 42px;
  }
}

.info__table tbody tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .info__table tbody tr th {
    font-size: 0.8125rem;
  }
}

.info__table tbody tr td {
  font-weight: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
}

dl.info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}

dl.info__dl dt {
  width: 90px;
  gap: 10px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #87B1C6;
  line-height: 27px;
  line-height: 1.6875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 975px) {
  dl.info__dl dt {
    line-height: 1.875rem;
  }
}

dl.info__dl:nth-of-type(n+2) dt {
  background-color: #69A1BE;
}

dl.info__dl dd {
  width: calc(100% - 100px);
  color: #69A1BE;
  font-weight: bold;
  line-height: 27px;
  line-height: 1.6875rem;
}

.info__car {
  margin-top: 26px;
  padding: 26px 38px 20px;
  color: #38506B;
  background-image: url(../img/info-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  .info__car {
    margin-top: 18px;
    padding: 14px 22px;
  }
}

.info__car p.info__car-top {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .info__car p.info__car-top {
    font-size: 0.9375rem;
  }
}

.info__car .info__car-bottom {
  margin-top: 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
  .info__car .info__car-bottom {
    margin-top: 14px;
    font-size: 0.8125rem;
  }
}

.info__map {
  width: calc(50% - 60px);
}

@media screen and (max-width: 975px) {
  .info__map {
    width: 100%;
  }
}

.info__map iframe {
  aspect-ratio: 540/444;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 975px) {
  .info__map iframe {
    aspect-ratio: 335/205;
  }
}

.info__map a.more-btn {
  margin-top: 15px;
}

@media screen and (max-width: 975px) {
  .info__map a.more-btn {
    margin-top: 8px;
  }
}

/*============================
info
============================*/
#news {
  position: relative;
  padding: 60px 0 124px;
}

@media screen and (max-width: 975px) {
  #news {
    padding: 30px 0 85px;
  }
}

#news::after {
  position: absolute;
  content: "NEWS";
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  bottom: 24px;
  right: 24px;
}

@media screen and (max-width: 975px) {
  #news::after {
    font-size: 2.8125rem;
    bottom: 40px;
    right: unset;
    left: 14px;
  }
}

.news__container {
  max-width: 940px;
}

@media screen and (max-width: 975px) {
  .news__container {
    width: 89.3333333333%;
  }
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .news__wrap {
    display: block;
  }
}

.news__title {
  width: 234px;
  padding-top: 100px;
}

@media screen and (max-width: 975px) {
  .news__title {
    width: 100%;
    padding-top: 0;
  }
}

.news__title .top-title {
  text-align: left;
}

@media screen and (max-width: 975px) {
  .news__title .top-title {
    text-align: center;
  }
}

.news__content {
  width: calc(100% - 234px);
}

@media screen and (max-width: 975px) {
  .news__content {
    width: 100%;
    margin-top: 16px;
  }
}

.news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__tab li {
  border: 1px solid #38506B;
  background-color: #fff;
  width: 112px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.news__tab li.active {
  background-color: #38506B;
  margin-top: 0;
}

.news__tab li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #38506B;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  display: block;
  width: 100%;
}

.news__tab li.active a {
  color: #fff;
  padding: 10px 0;
}

.news__area {
  display: none;
}

.news__area.is-active {
  display: block;
}

.news__area ul {
  border-top: 1px solid #38506B;
}

.news__area ul li {
  border-bottom: 1px solid #38506B;
  padding: 20px 20px 18px;
}

.news__area ul li a time {
  padding-right: 1em;
}

.news__area .more-btn {
  margin-top: 12px;
}

/* ----------------------------------------
cta
---------------------------------------- */
/* #cta {
  padding: 94px 0 92px;
  background-image: url(../img/cta-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 975px) {
  #cta {
    padding: 0;
    background-image: unset;
  }
}

#cta > img {
  display: none;
}
@media screen and (max-width: 975px) {
  #cta > img {
    display: block;
  }
}

.cta__container {
  max-width: 1240px;
}
@media screen and (max-width: 975px) {
  .cta__container {
    background-image: url(../img/cta-bg-bottom-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.cta__wrap {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .cta__wrap {
    width: 100%;
    max-width: 314px;
    margin: -1px auto 0;
    padding: 36px 0;
  }
}

.cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  -webkit-column-rule: #fff;
     -moz-column-rule: #fff;
          column-rule: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 975px) {
  .cta__title {
    font-size: 1.5625rem;
  }
}

.cta__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  .cta__title span {
    font-size: 1.4375rem;
  }
}

.cta__read {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .cta__read {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

.cta__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 2;
  max-width: 512px;
  width: 100%;
  margin: 2em auto 0;
}
@media screen and (max-width: 975px) {
  .cta__text {
    width: 90%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.cta__btns {
  margin: 30px auto 0;
  width: 100%;
  max-width: 478px;
}
@media screen and (max-width: 975px) {
  .cta__btns {
    margin: 24px auto 0;
  }
}

.cta__btns .btn {
  width: 100%;
  padding: 20px 0 0 50px;
  gap: 12px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn {
    height: 68px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.tel-btn {
    padding: 14px 0 0 55px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn {
    padding: 15px 0 0 24px;
  }
}

@media screen and (max-width: 975px) {
  .cta__btns .btn.line-btn {
    padding: 15px 0 0 36px;
  }
}

.cta__btns .btn:nth-child(n+2) {
  margin-top: 14px;
}

.cta__btns .btn .icon-wrap img {
  height: 50px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .icon-wrap img {
    height: 32px;
  }
}

.cta__btns .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta__btns .phone-btn .main-text .btn__point-box {
  display: block;
}

.cta__btns .btn .text-wrap .top-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .top-text {
    font-size: 0.8125rem;
  }
}

.cta__btns .btn .text-wrap .main-text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .main-text {
    font-size: 1.125rem;
  }
}

.cta__btns .btn .text-wrap .main-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn .text-wrap .main-text span {
    font-size: 1.25rem;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text {
  margin-top: 2px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text {
    margin-top: 0;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text span {
  margin-left: 8px;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text span {
    margin-left: 4px;
  }
}

.cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  padding: 8px 0;
  margin-right: 4px;
  margin-left: 0;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}

.cta__btns .btn.tel-btn .text-wrap .main-text span {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 975px) {
  .cta__btns .btn.tel-btn .text-wrap .main-text span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
} */

/* ----------------------------------------
p-cta
---------------------------------------- */
/* #page-content .p-cta {
  background-image: url(../img/page-cta-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 32px;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta {
    padding: 42px 12px;
  }
}
#page-content .p-cta__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.035em;
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title {
    font-size: 1.5rem;
  }
}
#page-content .p-cta__title span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__title span {
    font-size: 1.125rem;
  }
}
#page-content .p-cta__read {
  margin-top: 0.6em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}
#page-content .p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
#page-content .p-cta__content .btn {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 975px) {
  #page-content .p-cta__content .btn:nth-child(n+2) {
    margin-top: 12px;
  }
}
#page-content .p-cta__content .tel-btn.btn {
  padding-left: 44px;
}
#page-content .p-cta__content .line-btn.btn {
  padding-left: 32px;
}
#page-content .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-content .btn .text-wrap .top-text {
  margin-bottom: 2px;
}
@media screen and (max-width: 975px) {
  #page-content .btn .text-wrap .top-text {
    margin-bottom: 0;
  }
}
#page-content .btn__point-box {
  display: block;
}
#page-content span.btn__point-box {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  padding: 8px 0;
  margin-right: 4px;
  margin-left: 0;
}
@media screen and (max-width: 975px) {
  #page-content span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}
#page-content .tel-btn .icon-wrap {
  background-image: url(../img/icon-tel.svg);
  width: 30.85px;
}
#page-content .phone-btn .icon-wrap {
  background-image: url(../img/icon-phone.svg);
  width: 21.82px;
}
#page-content .line-btn .icon-wrap {
  background-image: url(../img/icon-line.svg);
  width: 40px;
}
#page-content .btn .icon-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  background-position: top left;
} */

/* ----------------------------------------
breadcrumb
---------------------------------------- */
.breadcrumb-section {
  margin: 0;
  padding: 0 30px;
}

.breadcrumb {
  font-family: "Shippori Mincho", serif;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.breadcrumb a {
  color: rgba(22, 22, 40, 0.6);
  font-size: min(12px, 0.75vw);
}

.breadcrumb a.breadcrumb-top {
  color: rgba(22, 22, 40, 1);
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .breadcrumb-section,
  .breadcrumb {
    display: none;
  }
}


/* ----------------------------------------
tp-cta
---------------------------------------- */
.cta-section {
  width: 100%;
  background: #F8F9FA;
  margin-bottom: 0;
}

.cta-container {
  width: 100%;
  max-width: 1400px;
  padding: min(10vw, 150px);
  margin: 0 auto;
}

.tp-cta {
  width: 100%;
  background: linear-gradient(to bottom right, #161628, #2B2B42);
  height: auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: min(2.41vw, 33px);
  position: relative;
  overflow-x: hidden;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.2);
}

.tp-cta .cta-background-text {
  font-size: min(14.8vw, 208px);
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.6;
}

.tp-cta .cta-lead-text {
  font-size: min(1.43vw, 20px);
}

.tp-cta .cta-title {
  font-size: min(2.57vw, 36px);
  margin-bottom: 30px;
}

.tp-cta .cta-button-list {
  margin: 20px 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.tp-cta .cta-button {
  /* 	border: 1px solid rgba(255,255,255,0.5); */
  border: 1px solid #808080;
  padding-bottom: 5px;
  background: #fff;
  font-weight: bold;
}

.tp-cta .cta-tel {
  background: linear-gradient(to bottom right, #031C52, #324772);
}

#scroll-pc .tp-cta .cta-tel,
#scroll-sp .tp-cta .cta-tel {
  background: #fff;
  color: #031C52;
}

.tp-cta .cta-button span {
  display: block;
  /* 	width: 100%; */
}

@media screen and (min-width: 767px) {
  .tp-cta .cta-button-list {
    display: flex;
    justify-content: space-between;
  }

  .tp-cta .cta-button {
    width: 31%;
  }
}

.tp-cta .cta-label {
  font-size: min(1vw, 14px);
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
}

.tp-cta .cta-label::before {
  content: "";
  width: 1.14vw;
  max-width: 16px;
  height: calc(1.14vw / 2);
  max-height: calc(16px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  transform: translate(-50%, 90%);
  bottom: 0;
  left: 50%;
}

#scroll-pc .tp-cta .cta-label::before,
#scroll-sp .tp-cta .cta-label::before{
  content: none;
}

.tp-cta .cta-web .cta-label {
  background: linear-gradient(to right, #031C52, #324772);
}

#scroll-pc .tp-cta .cta-web .cta-label,
#scroll-sp .tp-cta .cta-web .cta-label {
  background: #00C300;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}

.tp-cta .cta-web .cta-label::before {
  background: #1B3263;
}

.tp-cta .cta-tel .cta-label {
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  color: #fff;
}

#scroll-pc .tp-cta .cta-tel .cta-label,
#scroll-sp .tp-cta .cta-tel .cta-label {
  background: linear-gradient(to right, #031C52, #324772);
  margin: 5px 10px;
  font-size: min(0.85vw, 12px);
  border-radius: 999px;
}

.tp-cta .cta-tel .cta-label::before {
  background: #A0860D;
}

.tp-cta .cta-line .cta-label,
.tp-cta .cta-line .cta-label::before {
  background: #009A00;
}

.tp-cta .cta-link {
  font-size: min(1.14vw, 16px);
  position: relative;
}

.tp-cta .cta-tel .cta-link {
  font-size: min(1.43vw, 20px);
  line-height: 1.6;
  padding-left: min(1.79vw, 25px);
}

.tp-cta .cta-line .cta-link {
  letter-spacing: 0;
  color: #009A00;
  padding-left: min(2.71vw, 38px);
}

.tp-cta .cta-web .cta-link {
  color: #031C52;
  padding-left: min(1.43vw, 20px);
}

#scroll-pc .tp-cta .cta-web .cta-link,
#scroll-sp .tp-cta .cta-web .cta-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.tp-cta .cta-web .cta-link,
.tp-cta .cta-line .cta-link {
  line-height: 2.7;
}

.tp-cta .cta-note {
  font-size: min(0.79vw, 11px);
  letter-spacing: 0.05em;
}

.tp-cta .cta-tel .cta-link::before {
  content: "";
  display: inline-block;
  width: 1.43vw;
  max-width: 20px;
  height: 1.43vw;
  max-height: 20px;
  background-image: url('../img/module-icon-cta-tel.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -43%);
  top: 50%;
  left: 20%;
}

#scroll-pc .tp-cta .cta-tel .cta-link::before,
#scroll-sp .tp-cta .cta-tel .cta-link::before {
  background-image: url('../img/module-icon-cta-tel-blue.svg');
}

.tp-cta .cta-web .cta-link::before {
  content: "";
  display: inline-block;
  width: 1.14vw;
  max-width: 16px;
  height: 1.14vw;
  max-height: 16px;
  background-image: url('../img/module-icon-cta-web.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 4%;
}

#scroll-pc .tp-cta .cta-web .cta-link::before,
#scroll-sp .tp-cta .cta-web .cta-link::before {
  background-image: url('../img/module-icon-cta-line.png');
}


.tp-cta .cta-line .cta-link::before {
  content: "";
  display: inline-block;
  width: 2.71vw;
  max-width: 38px;
  height: 2.71vw;
  max-height: 38px;
  background-image: url('../img/module-icon-cta-line.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 3%;
}

#scroll-pc .tp-cta .cta-line .cta-link::before,
#scroll-sp .tp-cta .cta-line .cta-link::before {
  background-image: url('../img/module-icon-cta-web-white.svg');
}

@media screen and (max-width: 767px) {
  .cta-container {
    padding: 5.3vw;
  }

  .tp-cta {
    padding: 5.3vw;
  }

  .tp-cta .cta-background-text {
    font-size: 26.7vw;
  }

  .tp-cta .cta-lead-text {
    font-size: 4.3vw;
  }

  .tp-cta .cta-title {
    font-size: 6.4vw;
  }

  .tp-cta .cta-description {
    font-size: 3.7vw;
  }

  .tp-cta .cta-tel .cta-label,
  .tp-cta .cta-web .cta-label {
    font-size: 3.7vw;
  }

  .tp-cta .cta-tel .cta-link {
    font-size: 5.3vw;
    padding-left: 8vw;
  }

  .tp-cta .cta-note {
    font-size: 3vw;
  }

  .tp-cta .cta-web .cta-link {
    font-size: 4.3vw;
    padding-left: 7vw;
  }

  .tp-cta .cta-line .cta-label {
    font-size: 3.2vw;
  }

  .tp-cta .cta-line .cta-link {
    font-size: 4vw;
    padding-left: 7vw;
  }

  .tp-cta .cta-button {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }

  .tp-cta .cta-label::before {
    width: 4.3vw;
    max-width: none;
    height: calc(4.3vw/2);
    max-height: none;
  }

  .tp-cta .cta-tel .cta-link::before {
    width: 5.3vw;
    height: 5.3vw;
    max-width: none;
    max-height: none;
    transform: translate(0%, -47%);
  }

  .tp-cta .cta-web .cta-link::before {
    width: 4.3vw;
    height: 4.3vw;
    max-width: none;
    max-height: none;
  }

  .tp-cta .cta-line .cta-link::before {
    width: 7.7vw;
    height: 7.7vw;
    max-width: none;
    max-height: none;
  }

}

@media screen and (min-width: 767px){
	#page-content .tp-cta .cta-background-text{
		font-size: 160px;
	}
	
	#page-content .tp-cta .cta-button-list{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	#page-content .tp-cta .cta-button {
        width: 240px;
        margin-top: 10px;
    }
	
	#page-content .tp-cta .cta-label{
		font-size: 10px;
	}
	
	#page-content .tp-cta .cta-link{
		font-size: 12px;
	}
	
	#page-content .tp-cta .cta-label::before{
		transform: translate(-50%, 80%);
	}
	
	#page-content .tp-cta .cta-tel .cta-link{
		font-size: 18px;
		padding-left: 25px;
	}
	
	#page-content .tp-cta .cta-button .cta-note{
		font-size: 9px;
		letter-spacing: 0.01em;
	}
	
	#page-content .tp-cta .cta-tel .cta-link::before{
		width: 20px;
		max-width: none;
		height: 20px;
		max-height: none;
		transform: translate(0%, -50%);
		left: 15%;
	}
	
	#page-content .tp-cta .cta-web .cta-link{
		padding-left: 20px;
	}
	
	#page-content .tp-cta .cta-web .cta-link::before{
		width: 16px;
		max-width: none;
		height: 16px;
		max-height: none;
	}
	
	#page-content .tp-cta .cta-line .cta-link{
		padding-left: 38px;
	}
	
	#page-content .tp-cta .cta-line .cta-link::before{
		width: 38px;
		max-width: none;
		height: 38px;
		max-height: none;
	}
}

/* ----------------------------------------
tp-commitments
---------------------------------------- */
.tp-commitments {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  color: #161628;
  letter-spacing: 0.1em;
}

.tp-commitments .commitments-title .commitments-title-en {
  font-size: min(7.14vw, 100px);
  background: linear-gradient(to bottom right, #7A6500, #C3A419);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.tp-commitments .commitments-title .commitments-title-jp {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  letter-spacing: 0.2em;
}

.tp-commitments .commitments-item img {
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .tp-commitments .commitments-title {
    text-align: center;
  }

  .tp-commitments .commitments-title .commitments-title-en {
    font-size: 10.67vw;
  }

  .tp-commitments .commitments-title .commitments-title-jp {
    font-size: 3.73vw;
  }

  .tp-commitments .commitments-description {
    margin: 30px 0 50px 0;
  }

  .tp-commitments .commitments-description,
  .tp-commitments .commitments-item .commitments-content {
    padding: 0 5vw;
  }

}

@media screen and (min-width: 767px) {
  .tp-commitments {
    width: 70vw;
    max-width: 980px;
  }

  .tp-commitments .commitments-description {
    padding-right: 20%;
    margin: 30px 0 100px 0;
  }

  .tp-commitments .commitments-item {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tp-commitments .commitments-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .tp-commitments .commitments-item .commitments-content {
    width: 60%
  }

  .tp-commitments .commitments-item .commitments-content .commitments-text {
    font-size: min(16px, 1.14vw);
  }

  .tp-commitments .commitments-item img {
    width: 40vw;
    max-width: 560px;
    height: 25vw;
    max-height: 350px;
    object-fit: cover;
  }

  .tp-commitments .commitments-item:nth-child(even) img {
    margin-left: max(-15vw, -210px);
  }

  .tp-commitments .commitments-item:nth-child(odd) img {
    margin-right: max(-15vw, -210px);
  }
}

.tp-commitments .commitments-item .commitments-content {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.tp-commitments .commitments-item .commitments-content .commitments-point {
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}

.tp-commitments .commitments-item .commitments-content .commitments-point .commitments-label {
  font-size: min(1.43vw, 20px);
}

.tp-commitments .commitments-item .commitments-content .commitments-point .commitments-number {
  font-size: min(2.43vw, 34px);
  letter-spacing: 0;
}

.tp-commitments .commitments-item .commitments-content .commitments-content-title {
  font-size: min(1.71vw, 24px);
  font-weight: bold;
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .tp-commitments .commitments-item {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-point .commitments-label {
    font-size: 4.27vw;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-point .commitments-number {
    font-size: 7.47vw;
  }

  .tp-commitments .commitments-item .commitments-content .commitments-content-title {
    font-size: 6.4vw;
  }

  .tp-commitments .commitments-item img {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------
再生医療 regenerative-reason
---------------------------------------- */
@media screen and (max-width: 767px) {
  .regenerative-reason .commitments-item .commitments-content {
    width: 90%;
    margin: 0 auto;
  }

  .regenerative-reason .commitments-item .commitments-content .commitments-content-title {
    font-size: 5vw;
  }

  .regenerative-reason .commitments-item .commitments-content {
    padding-bottom: 5vw;
  }
}

/* ----------------------------------------
tp-access
---------------------------------------- */
#top-access-section {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0;
}

.tp-access-background {
  width: 100%;
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.tp-access {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}

.tp-access .top-h2 .top-h2-jp {
  color: #fff;
}

.tp-access .access-content {
  margin: 50px auto;
  font-size: min(1.14vw, 16px);
  max-width: 1400px;
}

.tp-access .access-movie-youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.tp-access .access-movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-access .biz-hour-box {
  width: 100%;
  background-color: #fff;
  padding: 1vw 2vw;
}

.tp-access .biz-hour {
  width: 100%;
}

.tp-access .biz-hour tbody tr:first-child {
  border-bottom: 1px solid rgba(22, 22, 40, .5);
}

.tp-access .biz-hour tbody tr th,
.tp-access .biz-hour tbody tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.tp-access .biz-hour tbody tr th:first-child {
  color: #866E00;
  font-size: min(1.43vw, 20px);
}

.tp-access .biz-hour tbody tr td:first-child {
  font-weight: bold;
}

.tp-access .biz-hour tbody tr th:nth-child(n+2),
.tp-access .biz-hour tbody tr td:nth-child(n+2) {
  text-align: center;
  width: 9%;
  white-space: nowrap;
}

.tp-access .biz-hour tbody tr td:nth-child(n+2) {
  background: linear-gradient(to bottom right, #031C52, #324772);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-content: center;
}

.tp-access .clinic-info-text {
  color: #fff;
  margin-top: 30px;
}

.tp-access .clinic-info-text dl {
  margin: 10px 0;
}

.tp-access .clinic-info-text dt {
  padding-left: 1vw;
  position: relative;
}

.tp-access .clinic-info-text dt::before {
  content: "";
  width: 2px;
  height: 1.43vw;
  background-color: #866E00;
  position: absolute;
  top: min(0.21vw, 3px);
  left: 0;
}

.tp-access .access-movie {
  padding: 2vw;
  background-color: #fff;
}

.tp-access .access-youtube-btn {
  display: inline-block;
  text-align: center;
  line-height: 2;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
}

.tp-access .access-youtube-subtitle {
  font-size: min(1vw, 14px);
  text-align: right;
  letter-spacing: 0.1em;
  margin: 5px 0;
  font-weight: bold;
  color: #545454;
}

.tp-access .google-map {
  width: 100%;
  height: 22.86vw;
  max-height: 320px;
  margin: 50px calc(50% - 50vw);
}

.tp-access .google-map iframe {
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 767px) {
  .tp-access .access-content {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 100px auto;
  }

  .tp-access .clinic-info {
    width: 53%;
  }

  .tp-access .access-movie {
    width: 43%;
  }

  .tp-access .clinic-info-text dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .tp-access .clinic-info-text dt {
    width: 25%;
  }

  .tp-access .clinic-info-text dd {
    width: 70%;
  }

  .tp-access .clinic-info-text dt::before {
    max-height: 20px;
  }

}

@media screen and (max-width: 767px) {
  .tp-access {
    padding: 50px 0;
  }

  .tp-access .access-content {
    font-size: 3.73vw;
    padding: 0 5.33vw;
  }

  .tp-access .access-content .clinic-info {
    margin-bottom: 20px;
  }

  .tp-access .biz-hour-box {
    padding: 2vw 4vw;
  }

  .tp-access .biz-hour tbody tr th:first-child {
    font-size: 4vw;
  }

  .tp-access .clinic-info-text {
    line-height: 1.8;
  }

  .tp-access .clinic-info-text dt {
    padding-left: 3vw;
  }

  .tp-access .clinic-info-text dt::before {
    height: 4.8vw;
    top: 0.7vw;
  }

  .tp-access .google-map {
    height: 58.67vw;
  }

  .tp-access .access-movie {
    padding: 4vw;
  }

  .tp-access .access-youtube-subtitle {
    font-size: 3.73vw;
  }
}


/* ----------------------------------------
reason
---------------------------------------- */
#reason {
  padding: 164px 0 64px;
  background-image: url(../img/reason-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}

@media screen and (max-width: 975px) {
  #reason {
    padding: 62px 0 40px;
    background-image: url(../img/reason-bg-sp.png.webp);
  }
}

#reason::before {
  position: absolute;
  content: "REASON";
  top: 78px;
  left: 18px;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #E6F3F9;
}

@media screen and (max-width: 975px) {
  #reason::before {
    color: #fff;
    top: 26px;
    left: 8px;
    font-size: 2.8125rem;
  }
}

.reason__container {
  max-width: 1086px;
  position: relative;
  z-index: 1;
}

.top-title.is-read {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 975px) {
  .top-title.is-read {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.top-title.is-title {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 975px) {
  .top-title.is-title {
    font-size: 1.75rem;
  }
}

.top-title.is-title span {
  font-size: 62px;
  font-size: 3.875rem;
  margin-top: 0.2em;
}

@media screen and (max-width: 975px) {
  .top-title.is-title span {
    font-size: 2rem;
  }
}

.reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 84px;
}

@media screen and (max-width: 975px) {
  .reason__content {
    max-width: 375px;
    margin: 42px auto 0;
  }
}

.reason__list {
  width: 192px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 975px) {
  .reason__list {
    width: 33%;
  }
}

@media screen and (max-width: 975px) {
  .reason__list:nth-child(n+4) {
    width: 140px;
    margin: 24px 4px 0;
  }
}

.reason__img {
  width: 164px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .reason__img {
    width: 90px;
  }
}

.reason__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: auto;
}

@media screen and (max-width: 975px) {
  .reason__img img {
    width: 46px;
  }
}

.reason__text {
  margin-top: 10px;
}

@media screen and (max-width: 975px) {
  .reason__text {
    margin-top: 6px;
  }
}

.reason__text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 975px) {
  .reason__text h3 {
    font-size: 0.8125rem;
  }
}

.reason__obj {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: -50%;
  top: -24px;
  left: -24px;
}

@media screen and (max-width: 975px) {
  .reason__obj {
    top: -10px;
    left: 14px;
  }
}

.reason__obj .reason__obj-text {
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", serif;
  font-weight: bold;
  display: block;
  color: #507F98;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .reason__obj .reason__obj-text {
    font-size: 0.625rem;
  }
}

.reason__obj .reason__num {
  white-space: nowrap;
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  display: block;
  color: #C5D8E3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 975px) {
  .reason__obj .reason__num {
    font-size: 1.75rem;
  }
}

/* ----------------------------------------
reason__list-wrap
---------------------------------------- */
.reason__parent {
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 975px) {
  .reason__parent {
    padding-bottom: 40px;
  }
}

.reason__parent::before {
  position: absolute;
  content: "";
  width: 51%;
  height: 94%;
  left: 0;
  bottom: 0;
  background-color: #E6F3F9;
}

@media screen and (max-width: 975px) {
  .reason__parent::before {
    width: 88.9743589744%;
  }
}

.reason-list {
  position: relative;
  z-index: 1;
}

.reason-list:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(n+2) {
    margin-top: 30px;
  }
}

.reason-list>img {
  width: 52.8273809524%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 975px) {
  .reason-list>img {
    width: 95.641025641%;
    position: relative;
  }
}

.reason-list:nth-child(even)>img {
  left: unset;
  right: 0;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(even)>img {
    margin-left: auto;
  }
}

.reason-list__container {
  max-width: 1040px;
  min-height: 362px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .reason-list__container {
    width: calc(100% - 40px);
    min-height: unset;
    padding: 0;
  }
}

.reason-list__wrap {
  width: 48.2%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .reason-list__wrap {
    width: 100%;
  }
}

.reason-list:nth-child(even) .reason-list__wrap {
  margin-left: unset;
}

.reason-list__num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 160px;
  font-size: 10rem;
  font-family: serif;
  color: #E6F3F9;
  letter-spacing: -0.03em;
  line-height: 1;
}

@media screen and (max-width: 975px) {
  .reason-list__num {
    color: #C5D8E3;
    font-size: 2.8125rem;
    right: 28.2051282051%;
    top: 18px;
  }
}

.reason-list:nth-child(even) .reason-list__num {
  color: #fff;
}

@media screen and (max-width: 975px) {
  .reason-list:nth-child(even) .reason-list__num {
    color: #C5D8E3;
  }
}

.reason-list__obj,
.reason-list__title,
.reason-list__text {
  position: relative;
  z-index: "3";
}

.reason-list__obj {
  padding-top: 44px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Pinyon Script", serif;
  color: #38506B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72%;
}

@media screen and (max-width: 975px) {
  .reason-list__obj {
    width: 60%;
    font-size: 0.75rem;
    padding-top: 35px;
  }
}

.reason-list__obj:after {
  border-top: 1px solid #38506B;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reason-list__obj:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.reason-list__title {
  color: #507F98;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1em 0 0.8em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .reason-list__title {
    font-size: 1rem;
  }
}

.reason-list__text {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .reason-list__text {
    font-size: 0.8125rem;
  }
}

/* ----------------------------------------
complete
---------------------------------------- */
#complete {
  background-image: url(../img/complate-bg.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 64px;
}

@media screen and (max-width: 975px) {
  #complete {
    background-image: url(../img/complate-bg-sp.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 42px;
  }
}

.complete__wrap {
  padding: 110px 0 140px;
}

@media screen and (max-width: 975px) {
  .complete__wrap {
    padding: 54px 0;
  }
}

.complete__title {
  color: #fff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  position: relative;
}

.complete__title::before {
  position: absolute;
  content: "ROW OF TEETH";
  color: rgba(255, 255, 255, .2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 36%;
  left: 50%;
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

@media screen and (max-width: 975px) {
  .complete__title::before {
    top: 0;
    left: 50%;
    font-size: 2.75rem;
  }
}

.complete__read {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  line-height: 1.6;
}

.complete__container {
  max-width: 920px;
}

.complete__content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 975px) {
  .complete__content {
    margin: 32px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 86.1538461538%;
  }
}

.complete__list {
  aspect-ratio: 1/1;
  width: 290px;
  height: auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 100%);
}

@media screen and (max-width: 975px) {
  .complete__list {
    aspect-ratio: unset;
    width: 100%;
    height: 214px;
  }
}

.complete__list::before {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px solid #D8DFED;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 975px) {
  .complete__list::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #D8DFED;
  }
}

.complete__list-title {
  color: #38506B;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 1em;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 975px) {
  .complete__list-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.complete__list-title rt {
  letter-spacing: 0.06em;
  font-size: 10px;
  font-size: 0.625rem;
}

.complete__list>img {
  width: 175px;
  margin: 18px auto 0;
}

@media screen and (max-width: 975px) {
  .complete__list>img {
    width: 100px;
    margin: 12px auto 0;
  }
}

.complete__text {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 230px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .complete__text {
    top: 170px;
  }
}

.complete__text p {
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .complete__text p {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 975px) {
  .complete__text p span {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
menu
---------------------------------------- */
/* ----------------------------------------
menu top
---------------------------------------- */
.menu__top {
  padding: 100px 0 194px;
  background-image: url(../img/menu-bg01.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu__top {
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg01-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__read {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, .4);
}

@media screen and (max-width: 975px) {
  .menu__read {
    font-size: 0.8125rem;
  }
}

.menu-top__obj {
  position: absolute;
  bottom: 40px;
  right: 64px;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: rgba(235, 245, 248, .65);
  text-align: right;
}

@media screen and (max-width: 975px) {
  .menu-top__obj {
    content: none;
    display: none;
  }
}

.menu-parent__wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1164px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 975px) {
  .menu-parent__wrap {
    padding: 0;
  }
}

.menu__container {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 975px) {
  .menu__container {
    width: 79.4871794872%;
    margin: 0 auto;
  }
}

.menu__top .menu-parent__wrap {
  margin-top: 96px;
}

@media screen and (max-width: 975px) {
  .menu__top .menu-parent__wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 975px) {
  .menu__top .menu__container.is-menu-top {
    width: 87.1794871795%;
  }
}

.menu-top__read {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 975px) {
  .menu-top__read {
    font-size: 0.9375rem;
  }
}

.menu__child-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .menu__child-title {
    font-size: 1.25rem;
  }
}

.menu__text {
  margin-top: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  .menu__text {
    font-size: 0.8125rem;
    margin-top: 100svw;
  }
}

.menu-top__content {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 476px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 975px) {
  .menu-top__content {
    margin-top: 24px;
    max-width: 352px;
    width: 100%;
    gap: 17px;
  }
}

.menu-top__menu img {
  width: 214px;
}

@media screen and (max-width: 975px) {
  .menu-top__menu img {
    width: 100%;
  }
}

.menu-top__menu a {
  margin-top: 20px;
  border: 1px solid #38506B;
  display: block;
  width: 100%;
}

.menu-top__menu a span {
  color: #38506B;
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span {
    padding: 20px 0;
    font-size: 0.9375rem;
  }
}

.menu-top__menu a span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span::after {
    right: -14px;
    bottom: 14px;
  }
}

.menu-top__menu a span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #38506B;
  right: -16px;
  bottom: 16px;
  -webkit-transform: rotate(30deg) translateY(-3px);
  transform: rotate(30deg) translateY(-3px);
}

@media screen and (max-width: 975px) {
  .menu-top__menu a span::before {
    right: -14px;
    bottom: 14px;
  }
}

/* ----------------------------------------
menu bottom
---------------------------------------- */
.menu__bottom {
  margin-top: -142px;
  padding: 170px 0 194px;
  background-image: url(../img/menu-bg02.png.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 975px) {
  .menu__bottom {
    margin-top: 0;
    padding: 54px 0 36px;
    background-image: url(../img/menu-bg02-sp.png.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
  }
}

.menu__bottom .menu-top__obj {
  right: unset;
  left: 36px;
  top: 720px;
  bottom: unset;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 975px) {
  .menu__bottom .menu__text {
    margin-top: 88svw;
  }
}

.menu__child-title span {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 975px) {
  .menu__child-title span {
    font-size: 0.9375rem;
  }
}

.menu__bottom .menu__container {
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .menu__bottom .menu__container {
    margin: 0 auto;
  }
}

.menu-bottom__content {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .menu-bottom__content {
    width: 69.2307692308%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin: 48px auto 0;
  }
}

.menu-bottom__menu {
  max-width: 352px;
  width: 100%;
}

.menu-bottom__menu>img {
  display: block;
  width: 100%;
}

.menu-bottom__menu-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin: 1em 0 0.6em;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-weight: bold;
}

.menu-bottom__menu>p {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .menu-bottom__menu>p {
    line-height: 1.4;
    font-size: 0.8125rem;
  }
}

.menu-bottom__menu .more-btn {
  margin-top: 1em;
}

/* ----------------------------------------
menu banner
---------------------------------------- */
.menu__banners {
  max-width: 1200px;
  width: 100%;
  margin: 74px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 975px) {
  .menu__banners {
    margin: 36px auto 0;
    padding: 0;
    width: 85.8974358974%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media screen and (max-width: 975px) {
  .menu__banner {
    width: 100%;
  }
}

.menu__banner a {
  display: block;
}

.menu__banner a img {
  border-radius: 10px;
}

/* ----------------------------------------
case
---------------------------------------- */
#case {
  background-image: url(../img/case-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 975px) {
  #case {
    background-image: url(../img/case-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 32px;
  }
}

.case__title {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .case__title {
    padding-top: 1em;
  }
}

.case__obj {
  position: absolute;
  white-space: nowrap;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #E6F3F9;
  left: 24px;
  bottom: 64px;
}

@media screen and (max-width: 975px) {
  .case__obj {
    font-size: 2.8125rem;
    left: 8px;
    top: 0;
    bottom: unset;
  }
}

.case__wrap {
  width: 100%;
  background-image: url(../img/case-img.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-top: 34px;
  margin-top: 34px;
}

@media screen and (max-width: 975px) {
  .case__wrap {
    background-image: unset;
    width: 100%;
    margin: 0 auto;
    padding-top: 16px;
  }
}

@media screen and (max-width: 975px) {
  .case__wrap img {
    width: 86.1538461538%;
    margin: 0 auto;
  }
}

.case__content {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
case pickup
---------------------------------------- */
.case__pickup {
  background-color: rgba(255, 255, 255, .7);
  padding: 34px 88px 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 975px) {
  .case__pickup {
    padding: 26px 44px;
    margin-top: 16px;
  }
}

.case__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 54px;
}

@media screen and (max-width: 975px) {
  .case__photo {
    gap: 6px;
    margin-bottom: 32px;
  }
}

.case__img img {
  width: 292px;
  aspect-ratio: 440.28/308.55;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  .case__img img {
    width: 100%;
  }
}

.case__img p {
  margin-top: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .case__img p {
    margin-top: 2px;
    font-size: 0.75rem;
  }
}

.case__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .case__dl {
    margin-top: 12px;
    font-size: 0.8125rem;
  }
}

.case__dl dt {
  width: 145px;
  font-weight: 300;
}

@media screen and (max-width: 975px) {
  .case__dl dt {
    width: 40%;
  }
}

.case__dl dd {
  width: calc(100% - 145px);
}

@media screen and (max-width: 975px) {
  .case__dl dd {
    width: 60%;
  }
}

/* ----------------------------------------
case search
---------------------------------------- */
.case__search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 526px;
}

@media screen and (max-width: 975px) {
  .case__search {
    display: none;
    width: 86.1538461538%;
    margin: 20px auto 0;
    row-gap: 12px;
  }
}

.case__search-con {
  width: 246px;
}

@media screen and (max-width: 975px) {
  .case__search-con {
    width: 100%;
  }
}

.case__search-con h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #38506B;
  letter-spacing: 0.035em;
  margin-bottom: 18px;
}

@media screen and (max-width: 975px) {
  .case__search-con h3 {
    font-size: 0.9375rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 975px) {
  .case__search-con ul {
    width: 80%;
  }
}

.case__search-con ul li {
  display: block;
  width: 100%;
}

.case__search-con ul li:nth-child(n+2) {
  margin-top: 16px;
}

@media screen and (max-width: 975px) {
  .case__search-con ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}

.case__search-con ul li a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
}

.case__search-con ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  display: none;
}

@media screen and (max-width: 975px) {
  #case .more-btn {
    margin-top: 8px;
    display: block;
  }
}

/* ----------------------------------------
greeting
---------------------------------------- */
#greeting {
  padding: 54px 0 70px;
  background-image: url(../img/greeting-bg.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -120px;
}

@media screen and (max-width: 975px) {
  #greeting {
    padding: 64px 0 30px;
    background-image: url(../img/greeting-bg-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

.greeting__obj {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 110px;
  font-size: 6.875rem;
  color: rgba(255, 255, 255, .75);
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  .greeting__obj {
    top: 26px;
    left: 10px;
    font-size: 2.8125rem;
    letter-spacing: 0.035em;
  }
}

.greeting__wrap {
  position: relative;
  z-index: 1;
}

.greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

@media screen and (max-width: 975px) {
  .greeting__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.greeting__content {
  padding-top: 40px;
  padding-left: 80px;
}

@media screen and (max-width: 975px) {
  .greeting__content {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

.greeting__title {
  text-align: left;
}

@media screen and (max-width: 975px) {
  .greeting__title {
    text-align: center;
  }
}

.greeting__read {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  margin-top: 10px;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .greeting__read {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.greeting__text {
  margin-top: 42px;
  color: #38506B;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 975px) {
  .greeting__text {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}

.greeting__text span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  .greeting__text span {
    font-size: 0.9375rem;
  }
}

.greeting__name {
  color: #38506B;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
}

@media screen and (max-width: 975px) {
  .greeting__name {
    font-size: 0.8125rem;
    margin-top: 1em;
  }
}

.greeting__btn {
  margin: 24px 0 0 auto;
}

@media screen and (max-width: 975px) {
  .greeting__btn {
    margin: 20px auto 0;
  }
}

.greeting__img {
  background-image: url(../img/greeting-img.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 975px) {
  .greeting__img {
    margin-top: 12px;
    background-image: unset;
  }
}

.greeting__img img {
  opacity: 0;
}

@media screen and (max-width: 975px) {
  .greeting__img img {
    opacity: 1;
  }
}

/*============================
policy
============================*/
#policy {
  background-image: url(../img/policy.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 70px 20px;
  margin-top: 120px;
}

@media screen and (max-width: 975px) {
  #policy {
    background-image: url(../img/policy-sp.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 40px 20px;
  }
}

.policy__content {
  max-width: 948px;
  width: 100%;
  padding: 40px 72px;
  border: 2px solid #38506B;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .policy__content {
    padding: 30px 28px;
  }
}

.policy__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  color: #38506B;
}

@media screen and (max-width: 975px) {
  .policy__title {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.policy__text {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 975px) {
  .policy__text {
    font-size: 0.6875rem;
  }
}

.policy__text a {
  text-decoration: underline;
}

/*============================
#campaign
============================*/
#campaign {
  padding: 50px 0px 30px;
}

@media screen and (max-width: 975px) {
  #campaign {
    padding: 30px 0px;
  }
}

.campaign__wrap .campaign__obj {
  color: #E6F3F9;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding: 0 30px;
}

@media screen and (max-width: 975px) {
  .campaign__wrap .campaign__obj {
    font-size: 11.5svw;
    padding: 0 12px;
  }
}

.campaign__wrap h2.campaign__title {
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

@media screen and (max-width: 975px) {
  .campaign__wrap h2.campaign__title {
    margin-top: -62px;
    margin-bottom: 24px;
  }
}

.campaign__wrap h2.campaign__title::after,
.campaign__wrap h2.campaign__title::before {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__wrap h2.campaign__title:before {
  margin-right: 16px;
  margin-right: 1rem;
  border-color: rgba(255, 255, 255, 0);
}

.campaign__wrap h2.campaign__title:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.campaign__slider {
  max-width: 1085px;
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-right: 30px;
}

@media screen and (max-width: 975px) {
  .campaign__slider {
    width: 94.9333333333%;
    margin: 0 auto;
  }
}

.swiper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .swiper {
    max-width: 950px;
    width: 79.4666666667%;
  }
}

.swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 975px) {

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 20px;
    height: 20px;
    top: 58%;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev::after {
  background-image: url(../img/icon-prev.svg);
}

.swiper-button-next::after {
  background-image: url(../img/icon-next.svg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign__more {
  margin-top: -80px;
  height: 160px;
  width: 65.6661786237%;
  margin-left: auto;
  background: rgb(202, 209, 228);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(202, 209, 228)), color-stop(80%, rgb(150, 169, 201)));
  background: linear-gradient(90deg, rgb(202, 209, 228) 20%, rgb(150, 169, 201) 80%);
  padding-top: 110px;
}

@media screen and (max-width: 975px) {
  .campaign__more {
    height: 82px;
    margin-top: -34px;
    padding-top: 52px;
    width: 92%;
  }
}

.campaign__more .more-btn {
  margin-right: 30px;
  color: #fff;
}

.campaign__more .more-btn::after {
  background-image: url(../img/icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 7;
}

/* ----------------------------------------
scroll pc
---------------------------------------- */
#scroll-pc {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* フローティング予約：画像3枚（PC 右下・行の高さ84px / SP 全幅・横並び） */
#scroll-pc.floating-banner--flow-cta {
  background: transparent;
}

#scroll-pc.floating-banner--flow-cta .floating-banner__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 84px;
  gap: 0;
}

#scroll-pc.floating-banner--flow-cta .floating-banner__flow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#scroll-pc.floating-banner--flow-cta .floating-banner__flow-img {
  height: 84px;
  width: auto;
  max-width: none;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
}

#scroll-sp.floating-banner--flow-cta {
  background: transparent;
  width: 100%;
  left: 0;
  right: 0;
}

/* SP：幅3等分だと素材の縦横比でLINEだけ大きく見えるため、高さで揃え幅は自動 */
#scroll-sp.floating-banner--flow-cta .floating-banner__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  gap: 0;
}

#scroll-sp.floating-banner--flow-cta .floating-banner__flow-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
}

#scroll-sp.floating-banner--flow-cta .floating-banner__flow-img {
  height: 23.5vw;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.floating-banner .tp-cta {
  padding: 0;
}

.floating-banner .tp-cta .cta-button-list {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.floating-banner .tp-cta .cta-tel,
.floating-banner .tp-cta .cta-web {
  width: 23vw;
  max-width: 320px;
}

.floating-banner .tp-cta .cta-web{
  background: linear-gradient(to bottom right, #031C52, #324772);
}

.floating-banner .tp-cta .cta-line {
  width: 7.9vw;
  max-width: 110px;
  background: #866E00;
}

.floating-banner .tp-cta .cta-line .cta-link {
  color: #fff;
  padding: min(3.5vw, 50px) 5px 0;
  line-height: 1.5;
  font-size: min(0.86vw, 12px);
}

.floating-banner .tp-cta .cta-line .cta-link::before {
  transform: translate(-50%, 0%);
  top: 8%;
  left: 50%;
}

.floating-banner .tp-cta .cta-tel .cta-link::before {
  width: 1.8vw;
  max-width: 25px;
  height: 1.8vw;
  max-height: 25px;
}

.floating-banner .tp-cta .cta-web .cta-link::before {
  width: 1.43vw;
  max-width: 20px;
  height: 1.43vw;
  max-height: 20px;
}

@media screen and (max-width: 767px) {

  .floating-banner .tp-cta .cta-tel,
  .floating-banner .tp-cta .cta-web {
    width: 41%;
    max-width: none;
  }

  .floating-banner .tp-cta .cta-line {
    width: 18%;
    max-width: none;
    padding-bottom: 0;
    align-content: center;
  }

  .floating-banner .tp-cta .cta-button {
    margin: 0;
  }

  .floating-banner .tp-cta .cta-tel .cta-label,
  .floating-banner .tp-cta .cta-web .cta-label {
    font-size: 2.6vw !important;
  }

  .floating-banner .tp-cta .cta-web .cta-link {
    padding-left: 4vw;
    font-size: 3.2vw;
  }

  .floating-banner .tp-cta .cta-tel .cta-link {
    font-size: 4.3vw;
    padding-left: 5vw;
  }

  .floating-banner .tp-cta .cta-line .cta-link {
    font-size: 2.9vw;
  }

  .floating-banner .tp-cta .cta-tel .cta-link::before {
    width: 4.5vw;
    max-width: none;
    height: 4.5vw;
    max-height: none;
    left: 3%;
  }

  .floating-banner .tp-cta .cta-web .cta-link::before {
    width: 3.5vw;
    max-width: none;
    height: 3.5vw;
    max-height: none;
    left: 5%;
  }

  .floating-banner .tp-cta .cta-web .cta-link,
  .floating-banner .tp-cta .cta-line .cta-link {
    line-height: 2;
  }

  .floating-banner .tp-cta .cta-line .cta-link {
    padding: 9vw 5px 0;
  }
}




@media screen and (max-width: 767px) {
  #scroll-pc {
    display: none;
  }
}

#scroll-pc.is-top {
  opacity: 0;
  visibility: hidden;
}

#scroll-pc.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.scroll-pc__wrap {
  display: block;
}

.scroll-pc__wrap li {
  display: block;
}

.scroll-pc__wrap li:nth-child(n+2) {
  margin-top: 4px;
}

.scroll-pc__wrap li a {
  display: block;
  height: inherit;
  position: relative;
  height: 125px;
  width: 110px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
}

.scroll-pc__wrap li .is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: #38506B;
}

.scroll-pc__wrap li .is-phone {
  background-color: #38506B;
  color: #fff;
}

.scroll-pc__wrap li .is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-pc__con {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scroll-pc__con img {
  height: 37px;
  width: auto;
  margin: 0 auto;
}

.scroll-pc__con span {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 8px;
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

/* ----------------------------------------
scroll sp
---------------------------------------- */
#scroll-sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 7;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 767px) {
  #scroll-sp {
    display: block;
    z-index: 10000000;
  }
}

#scroll-sp.is-top {
  opacity: 1;
  visibility: visible;
}

#scroll-sp.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.scroll-sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.scroll-sp__wrap li {
  width: 33.3333333333%;
  height: 56px;
}

.scroll-sp__wrap li.is-tel {
  border: 2px solid #7C94AE;
  background-color: #fff;
  color: #38506B;
}

.scroll-sp__wrap li.is-phone {
  background-color: #38506B;
  color: #fff;
}

.scroll-sp__wrap li.is-line {
  background-color: #18BD18;
  color: #fff;
}

.scroll-sp__wrap li a {
  width: 100%;
  height: inherit;
}

.scroll-sp__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 3px;
  padding: 22px 0;
  justify-content: center;
}

.scroll-sp__con img {
  height: 14px;
}

.scroll-sp__con p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
}

.scroll-sp__con p span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

/* ----------------------------------------
to-top
---------------------------------------- */
#to-top-sp,
#to-top-pc {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  display: block;
}

@media screen and (max-width: 975px) {

  #to-top-sp,
  #to-top-pc {
    width: 48px;
    right: 12px;
    bottom: 64px;
  }
}

#to-top-pc.is-top,
#to-top-sp.is-top {
  opacity: 0;
  visibility: hidden;
}

#to-top-pc.active,
#to-top-sp.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
sp-menu bg
---------------------------------------- */
.sp-menu__bg {
  background-color: rgba(56, 80, 107, .75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 120svh;
  z-index: 8;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1240px) {
  .sp-menu__bg {
    display: block;
  }
}

/* ----------------------------------------
sp-menu
---------------------------------------- */
.sp-menu {
  width: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  height: 120svh;
  padding: 80px 25px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(190, 176, 164, 0.7);
border-bottom: 0.5px solid #FFFFFF;
backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1240px) {
  .sp-menu {
    display: block;
  }
}

.sp-menu__bg.open,
.sp-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu__wrap {
  overflow-y: scroll;
  height: 100svh;
}

/* ----------------------------------------
sp-menu sitemap
---------------------------------------- */
.sp-menu__sitemap {
  position: relative;
}

.sp-menu__obj {
  position: absolute;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  top: 14px;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.035em;
  font-weight: bold;
}

.sp-menu__sitemap .global__nav {
  z-index: 1;
}

.sp-menu__sitemap .global__nav ul {
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  font-size: 12px;
  padding: 20px 10px 20px;
}

.sp-menu__sitemap .global__nav ul .nav-sub {
  font-size: 16px;
  letter-spacing: 0.2em;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-menu__sitemap .global__nav ul.nav-list > li {
  padding: 15px 0;
}

/* 第1階層リンクのみ（メガ内の孫リンクに矢印を付けない） */
.sp-menu__sitemap .global__nav ul.nav-list > li > a {
  position: relative;
  display: block;
  border-block-end-width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

/* SP サイトマップ：クリック不可項目（症例一覧・よくある質問）— 右シェブロンなし */
.sp-menu__sitemap .global__nav ul.nav-list > li.nav-list__item--inactive > .nav-list__label {
  position: relative;
  display: block;
  border-block-end-width: 100%;
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.55);
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

/* 通常項目：右向きシェブロン（従来どおり） */
.sp-menu__sitemap .global__nav ul.nav-list > li > a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

/* 施術名／お悩み：トグル用（閉＝上向き、開＝下向き ※右向きの -45deg とは別角度） */
.sp-menu__sitemap .global__nav ul.nav-list > li.nav-list__item--mega-treatment > a.nav-list__mega-trigger::after,
.sp-menu__sitemap .global__nav ul.nav-list > li.nav-list__item--onayami-sp > a.nav-list__onayami-trigger::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.sp-menu__sitemap .global__nav ul.nav-list > li.nav-list__item--mega-treatment.is-open > a.nav-list__mega-trigger::after,
.sp-menu__sitemap .global__nav ul.nav-list > li.nav-list__item--onayami-sp.is-open > a.nav-list__onayami-trigger::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1240px) {
  /* SP サイトマップ：施術メガ（アコーディオン・閉じ時は非表示） */
  .sp-menu .nav-list__item--mega-treatment:not(.is-open) .header-mega-treatment {
    display: none !important;
  }

  .sp-menu .nav-list__item--mega-treatment.is-open .header-mega-treatment {
    display: block !important;
    position: static;
    width: 100%;
    max-width: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    border-bottom:1px solid rgba(255, 255, 255, 0.35)
  }

  .sp-menu .header-mega-treatment__inner {
    padding: 12px 0 18px;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    border-left: 0;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sp-menu .header-mega-treatment__head {
    display: none;
  }

  .sp-menu .header-mega-treatment__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .sp-menu .global__nav .header-mega-treatment ul {
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    overflow: visible;
  }

  .sp-menu .global__nav .header-mega-treatment ul li {
    padding: 0;
    margin: 0 0 4px;
    border: 0;
  }

  .sp-menu .header-mega-treatment .header-mega-treatment__list a::after {
    content: none !important;
    display: none !important;
  }

  .sp-menu .header-mega-treatment .header-mega-treatment__list a {
    display: inline-block;
    padding: 2px 0;
    font-family: "Zen Kaku Gothic Antique", "Shippori Mincho", sans-serif;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
  }

  .sp-menu .header-mega-treatment__item--child > a::before {
    content: '\3000';
  }

  /* お悩みサブメニュー（アコーディオン） */
  .sp-menu .nav-list__item--onayami-sp:not(.is-open) .sp-nav-submenu--onayami {
    display: none !important;
  }

  .sp-menu .nav-list__item--onayami-sp.is-open .sp-nav-submenu--onayami {
    display: block !important;
    border-bottom:1px solid rgba(255, 255, 255, 0.35)
  }

  .sp-menu .sp-nav-submenu--onayami {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .sp-menu .sp-nav-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp-menu .sp-nav-submenu__list li {
    margin: 0 0 8px;
    padding: 0;
  }

  .sp-menu .sp-nav-submenu__list a {
    font-family: "Zen Kaku Gothic Antique", "Shippori Mincho", sans-serif;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
  }

  .sp-menu .sp-nav-submenu__foot {
    margin: 12px 0 0;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sp-menu .sp-nav-submenu__foot a {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
  }
}

/* ----------------------------------------
sp-menu cta
---------------------------------------- */
.sp-menu .cta__container {
  background-image: url(../img/cta-bg-bottom-sp.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sp-menu .cta__wrap {
  width: 100%;
  max-width: 314px;
  margin: -1px auto 0;
  padding: 36px 0;
}

.sp-menu .cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  -webkit-column-rule: #fff;
  -moz-column-rule: #fff;
  column-rule: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.sp-menu .cta__title span {
  font-size: 23px;
  font-size: 1.4375rem;
}

.sp-menu .cta__read {
  margin-top: 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.sp-menu .cta__text {
  color: #fff;
  margin: 2em auto 0;
  width: 90%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.sp-menu .cta__btns {
  margin: 24px auto 0;
  width: 100%;
  max-width: 478px;
  padding-bottom: 48px;
}

.sp-menu .cta__btns .btn {
  width: 100%;
  padding: 20px 0 0 50px;
  gap: 12px;
  height: 68px;
}

.sp-menu .cta__btns .btn.tel-btn {
  padding: 14px 0 0 55px;
}

.sp-menu .cta__btns .btn.phone-btn {
  padding: 15px 0 0 24px;
}

.sp-menu .cta__btns .btn.line-btn {
  padding: 15px 0 0 36px;
}

.sp-menu .cta__btns .btn:nth-child(n+2) {
  margin-top: 14px;
}

.sp-menu .cta__btns .btn .icon-wrap img {
  height: 32px;
}

.sp-menu .cta__btns .phone-btn .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sp-menu .cta__btns .phone-btn .main-text .btn__point-box {
  display: block;
}

.sp-menu .cta__btns .btn .text-wrap .top-text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.sp-menu .cta__btns .btn .text-wrap .main-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.sp-menu .cta__btns .btn .text-wrap .main-text span {
  font-size: 20px;
  font-size: 1.25rem;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text {
  margin-top: 0;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span {
  margin-left: 4px;
}

.sp-menu .cta__btns .btn.phone-btn .text-wrap .main-text span.btn__point-box {
  display: block;
  text-align: center;
  width: 30px;
  background-color: #fff;
  color: #38506B;
  margin-right: 4px;
  margin-left: 0;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 0;
}

.sp-menu .cta__btns .btn.tel-btn .text-wrap .main-text span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
}
/* ----------------------------------------
bottom-cta
---------------------------------------- */
#bottom-cta {
  width: 100%;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #031c52, #324772) 1;
  padding: 5px 0;
  margin-bottom: 0;
}

#bottom-cta .bottom-cta-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#bottom-cta .bottom-cta-list a {
  display: block;
}

#bottom-cta .bottom-cta-list a img {
  width: 3.43vw;
  max-width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #bottom-cta .bottom-cta-list a img {
    width: 13vw;
    max-width: none;
  }
}

/* ----------------------------------------
footer
---------------------------------------- */
#footer {
  background: #031c52 url(../img/footer-bg.png) center / cover no-repeat;
  width: 100%;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: min(1vw, 14px);
  letter-spacing: 0.1em;
  border-top: 5px solid black;
}

.footer-wrap {
  max-width: 1000px;
  width: 95%;
  padding: 40px 0px;
  margin: 0 auto;
}

/* Figma（1:1113）：左ロゴ・右に円形SNS（LINE / Instagram） */
.footer-brand-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: clamp(16px, 4vw, 28px);
}

.footer-brand-bar__sns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.footer-brand-bar__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 4.8px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.2s ease;
}

.footer-brand-bar__sns-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.footer-brand-bar__sns-link img {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

/* 白背景フッター（脂肪吸引LP等）：円形SNS枠を視認できるようにする */
#footer.liposuction-footer .footer-brand-bar__sns-link {
  border-color: rgba(70, 70, 70, 0.45);
}

#footer.liposuction-footer .footer-brand-bar__sns-link:hover {
  background: rgba(70, 70, 70, 0.06);
}

#footer .footer-logo {
  display: block;
  width: 14vw;
  max-width: 319px;
  margin: 0;
  flex-shrink: 0;
}

#footer .footer-logo img {
  width: 100%;
  height: auto;
}

#footer .footer-title {
  font-size: min(1.14vw, 16px);
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  padding-right: min(10px, 0.8vw);
  margin-bottom: 10px;
}

#footer .footer-main li {
  padding-left: min(1.07vw, 15px);
  position: relative;
  line-height: 2;
}

#footer .footer-main li::before {
  content: '';
  display: inline-block;
  width: 1vw;
  max-width: 14px;
  height: 1vw;
  max-height: 14px;
  background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-1.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  transform: translate(0%, -50%);
  top: min(1vw, 14px);
  left: 0;
}

#footer .footer-column-list .footer-column {
  margin-bottom: 20px;
}

#footer .footer-info {
  width: 96%;
  background: #fff;
  color: #161628;
  padding: 2% 4%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 20px auto;
}

#footer .footer-info-title {
  color: #161628;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
  width: fit-content;
  border-bottom: 1px solid #baab9e;
}

#footer .footer-info a {
  text-decoration: underline;
}

#footer .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

#footer .policy-link-box {
  margin: 15px 0;
}

#footer .footer-policy a {
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 767px) {
  #footer .footer-title {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-links,
  #footer .footer-column-flex,
  #footer .footer-ul-flex {
    display: flex;
    justify-content: space-between;
  }

  #footer .footer-column-list {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-column-flex .footer-column-flex-1 {
    width: 45vw;
    max-width: 550px;
  }

  #footer .footer-column-flex .footer-column-flex-2 {
    width: 15vw;
    max-width: 200px;
  }

  #footer .footer-ul-flex .footer-ul-flex-1 {
    width: 45%;
  }

  #footer .footer-ul-flex .footer-ul-flex-2 {
    width: 55%;
  }

  #footer .footer-main li li a {
    width: fit-content;
  }

  /* 	#footer .footer-main li li a::after{
		content: "";
		display: inline-block;
		width: 1vw;
		max-width: 14px;
		height: 1vw;
		max-height: 14px;
		background-image: url('https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-1.png');
		background-position: center;
		background-size: contain;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		right: 0;
	} */

  #footer .footer-main li li::before {
    content: '・';
    display: inline-block;
    font-size: min(1vw, 14px);
    background-image: none;
    position: absolute;
    transform: translate(0%, -50%);
    top: min(0.5vw, 7px);
    left: 0;
  }

  #footer .footer-main li li li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    max-height: none;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: min(0.5vw, 7px);
  }

  #footer .footer-bottom {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    font-size: 3.73vw;
  }

  #footer .footer-wrap {
    padding: 50px 10px;
    width: 90%;
  }

  #footer .footer-brand-bar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  #footer .footer-brand-bar__sns {
    justify-content: center;
  }

  #footer .footer-logo {
    width: 52vw;
    max-width: 280px;
    margin: 0 auto 24px;
  }

  #footer .footer-title {
    font-size: 4.27vw;
  }

  #footer .footer-column {
    margin-bottom: 20px;
  }

  #footer .footer-links ul ul,
  #footer .footer-links ul ul ul {
    display: none;
  }

  #footer .footer-main li {
    padding-left: 4vw;
  }

  #footer .footer-main li::before {
    width: 3.7vw;
    max-width: none;
    height: 3.7vw;
    max-height: none;
    top: 50%;
  }

  #footer .footer-info {
    width: 100%;
    padding: 4% 8%;
  }

  #footer .footer-bottom {
    text-align: center;
  }

  #footer .footer-copyright {
    margin-bottom: 15px;
  }
}

/* ----------------------------------------
footer top
---------------------------------------- */
/* .footer__read {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  color: #38506B;
}
@media screen and (max-width: 975px) {
  .footer__read {
    font-size: 0.625rem;
  }
}

.footer__logo {
  margin: 18px auto 0;
  width: 442px;
}
@media screen and (max-width: 975px) {
  .footer__logo {
    margin: 14px auto 0;
    width: 248px;
  }
}

.footer__nav {
  margin-top: 16px;
}
@media screen and (max-width: 975px) {
  .footer__nav {
    margin-top: 24px;
  }
}

.footer__nav .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    font-size: 0.75rem;
    border-top: 1px solid #38506B;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #38506B;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a {
    position: relative;
    display: block;
    border-block-end-width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .footer__nav .global__nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #38506B;
    border-right: 1px solid #38506B;
  }
} */

/* ----------------------------------------
footer__cta
---------------------------------------- */
/* .footer__cta {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 975px) {
  .footer__cta {
    max-width: 314px;
    margin: 34px auto 0;
  }
}

.footer__cta .btn {
  width: 396px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn {
    height: 68px;
  }
}

.footer__cta .tel-btn {
  padding-top: 22px;
  padding-left: 64px;
}
@media screen and (max-width: 975px) {
  .footer__cta .tel-btn {
    padding: 14px 0 0 55px;
  }
}

.footer__cta .phone-btn {
  padding-top: 22px;
  padding-left: 56px;
}
@media screen and (max-width: 975px) {
  .footer__cta .phone-btn {
    padding: 15px 0 0 24px;
  }
}

.footer__cta .line-btn {
  padding-top: 24px;
  padding-left: 46px;
}
@media screen and (max-width: 975px) {
  .footer__cta .line-btn {
    padding: 15px 0 0 36px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap {
    height: 32px;
  }
}

.footer__cta .btn .icon-wrap img {
  height: 51px;
}
@media screen and (max-width: 975px) {
  .footer__cta .btn .icon-wrap img {
    height: 32px;
  }
}

.footer__cta .text-wrap .top-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .top-text {
    font-size: 0.8125rem;
  }
}

.footer__cta .text-wrap .main-text {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text {
    font-size: 1.125rem;
  }
}

.footer__cta .text-wrap .main-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 975px) {
  .footer__cta .text-wrap .main-text span {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span {
    margin-left: 4px;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.tel-btn .text-wrap .main-text span {
    font-size: 1.5rem;
    line-height: 0.8;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .phone-btn .main-text .btn__point-box {
    display: block;
  }
}

@media screen and (max-width: 975px) {
  .footer__cta .btn.phone-btn .text-wrap .main-text span.btn__point-box {
    font-size: 0.625rem;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 30px;
    background-color: #fff;
    color: #38506B;
    margin-right: 4px;
    margin-left: 0;
  }
} */

/* ----------------------------------------
footer__links
---------------------------------------- */
/* .footer__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__links {
    font-size: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 9px;
    white-space: nowrap;
    width: 290px;
    margin: 40px auto;
  }
}

.footer__copy {
  margin-top: 40px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.035em;
  color: #707070;
}
@media screen and (max-width: 975px) {
  .footer__copy {
    font-size: 0.625rem;
  }
} */

/* ----------------------------------------
section
---------------------------------------- */
section {
  margin: 0 0 -1px 0;
}


/* ----------------------------------------
page mv
---------------------------------------- */
#page-mv {
  background-image: url(../img/top-fv-1.png);
  background-color: grey;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
}

#page-mv .page-title {
  text-align: left;
  padding: 146px 0 80px;
  color: #fff;
  font-size: 40px;
  font-family: 'Shippori Mincho', serif;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  padding-left: 20px;
  padding-right: 180px;
}

@media screen and (max-width: 975px) {
  #page-mv .page-title {
    font-size: 32px;
    padding: 90px 20px 35px;
  }
}

#page-content {
  font-size: 16px;
  font-size: 1rem;
  /* ----------------------------------------
  page content
  ---------------------------------------- */
  /* ----------------------------------------
  見出し
  ---------------------------------------- */
  /* ----------------------------------------

  ---------------------------------------- */
  /* ----------------------------------------
  マーカー
  ---------------------------------------- */
}

@media screen and (max-width: 975px) {
  #page-content {
    font-size: 0.875rem;
  }
}

#page-content h2.elementor-heading-title,
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title,
#page-content h5.elementor-heading-title {
  padding: 0.8em 1.2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 975px) {

  #page-content h2.elementor-heading-title,
  #page-content h3.elementor-heading-title,
  #page-content h4.elementor-heading-title,
  #page-content h5.elementor-heading-title {
    padding: 0.8em 0.8em;
  }
}

/* H2（Figma: frame 5:97 準拠） */
#page-content h2.elementor-heading-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 2px;
  border: none;
  background-color: #a19182;
  background-image: url(../img/tp-h2-title-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.48px;
  text-shadow: none;
}

@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title {
    font-size: 1.125rem;
    padding: 16px 24px;
  }
}

/* #page-content h2.elementor-heading-title::after {
  content: "";
  position: absolute;
	background-color: #6F8DBA;
    width: 26px;
    height: 2px;
    left: 0;
    top: 44px;
}
@media screen and (max-width: 975px) {
  #page-content h2.elementor-heading-title::after  {
    width: 0.8rem;
        height: 2px;
        left: 0.4rem;
        top: 1.6rem;
  }
} */
#page-content h3.elementor-heading-title,
#page-content h4.elementor-heading-title {
  color: #4b4646;
}

#page-content h3.elementor-heading-title {
  font-size: 24px;
}

@media screen and (max-width: 975px) {
  #page-content h3.elementor-heading-title {
    font-size: 1.125rem;
  }
}

#page-content h3.elementor-heading-title::before {
  height: 90%;
  width: 0.3em;
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #B0A193, #CBBCAF);
  left: 0;
  top: 5%;
}

/* #page-content h3.elementor-heading-title::after {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(60, 104, 142)), to(rgb(150, 197, 255)));
  background: linear-gradient(-90deg, rgb(60, 104, 142) 0%, rgb(150, 197, 255) 100%);
} */
/* H4（Figma: frame 5:167 準拠） */
#page-content h4.elementor-heading-title {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 16px 12px;
  border-bottom: 1.5px solid #b0a193;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: #4b4646;
}

@media screen and (max-width: 975px) {
  #page-content h4.elementor-heading-title {
    font-size: 1.125rem;
    padding: 0 16px 12px;
  }
}
#page-content h5.elementor-heading-title {
  font-size: 18px;
  padding-left: 0;
  color: #7f7163;
}

/* プライマリボタン（Figma: btn 5:192 準拠） */
#page-content .elementor-button {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 300px;
  padding: 24px calc(16px + 24px + 12px) 24px 40px;
  background: #ada49e;
  border: 1px solid #fff;
  border-radius: 0;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-button {
    min-width: 100%;
  }
}

#page-content .elementor-button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .elementor-button span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: left;
  width: 100%;
}

#page-content .elementor-button-info .elementor-button.elementor-button-link {
  background: #446b6b;
}

/* #page-content .elementor-button-info .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}
#page-content .elementor-button-info .elementor-button.elementor-button-link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 8px;
  right: 6px;
  top: unset;
  left: unset;
} */
/* ターシャリーボタン（Figma: btn 5:202 準拠） */
#page-content .elementor-button-success .elementor-button.elementor-button-link {
  background: #fff;
  border: 1px solid #ada49e;
  border-radius: 0;
}

#page-content .elementor-button-success .elementor-button span {
  color: #4b4646;
}

#page-content .elementor-button-success .elementor-button.elementor-button-link::after {
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #4b4646;
  background-image: none;
  -webkit-mask-image: url(../img/tp-anchor-link-icon-arrow.svg);
  mask-image: url(../img/tp-anchor-link-icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: none;
}

/* #page-content .elementor-button-success .elementor-button.elementor-button-link::before {
  content: "";
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
} */
/* #page-content .elementor-button-warning .elementor-button.elementor-button-link, #page-content .elementor-button-danger .elementor-button.elementor-button-link {
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
} */
#page-content .elementor-button-warning .elementor-button.elementor-button-link {
  border: 1px solid;
  border-image: linear-gradient(to right, #7A6500, #C3A419) 1;
  background: #fff;
}

#page-content .elementor-button-warning .elementor-button span {
  color: #161628;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}

#page-content .elementor-button-warning .elementor-button.elementor-button-link::after {
  background-image: url(https://mega-clinic.mark1-web.com/wp-content/themes/mega-clinic.com/img/module-btn-arrow-2.png);
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  filter: none;
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link {
  background: -webkit-gradient(linear, right top, left top, from(rgb(140, 193, 235)), color-stop(20%, rgb(142, 185, 235)), color-stop(60%, rgb(145, 177, 229)), to(rgb(147, 172, 229)));
  background: linear-gradient(-90deg, rgb(140, 193, 235) 0%, rgb(142, 185, 235) 20%, rgb(145, 177, 229) 60%, rgb(147, 172, 229) 100%);
  -webkit-box-shadow: inset 0px 0px 25px rgba(255, 255, 255, .5);
  box-shadow: inset 0px 0px 25px rgba(255, 255, 255, .5);
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link span {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .4);
}

#page-content .elementor-button-danger .elementor-button.elementor-button-link::after {
  background-image: url(../img/icon-btn-obj02.svg);
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  filter: none;
}

#page-content .elementor-widget-text-editor {
  line-height: 1.5;
}

#page-content span.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 60%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FDF8B6));
  background: linear-gradient(transparent 60%, #FDF8B6 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #CDECFD));
  background: linear-gradient(transparent 94%, #CDECFD 0%);
  display: inline;
  padding: 0 1px 0px;
}

#page-content span.marker4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #80D9CF));
  background: linear-gradient(transparent 94%, #80D9CF 0%);
  display: inline;
  padding: 0 1px 0px;
}

/* ----------------------------------------
  list（Figma: list 5:172 準拠）
  ---------------------------------------- */
#page-content .list-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4b4646;
  letter-spacing: 0.32px;
}

#page-content .list-box ul.list-normal,
#page-content .list-box ol.list-order {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

#page-content .list-box ul.list-normal li,
#page-content .list-box ol.list-order li {
  margin-inline-start: 24px;
  margin-bottom: 0;
}

#page-content ul.list-normal {
  list-style-type: disc;
}

#page-content ol.list-order {
  list-style-type: decimal;
}

#page-content ul.list-checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page-content .list-box ul.list-checkbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#page-content ul.list-checkbox li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.8;
}

#page-content ul.list-checkbox li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.35em;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #bdb0a4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}

/* 目次（Figma: frame 5:101 準拠） */
#page-content .elementor-widget-table-of-contents {
  background-color: #fdf9f6;
  border: 1px solid rgba(75, 70, 70, 0.5);
  padding: 12px 24px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents {
    padding: 12px 24px;
  }
}

/* #page-content .elementor-widget-table-of-contents::before {
  content: "CONTENTS";
  color: #fff;
  font-size: 84px;
  font-size: 5.25rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  top: 0;
  left: 0.2em;
  position: absolute;
} */

#page-content .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
#page-content .e-con>.elementor-widget>.elementor-widget-container {
  border: unset;
  position: relative;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0 0;
  border: unset;
  margin-top: 8px;
  margin-bottom: 8px;
}

#page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #4b4646;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin: 0;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-widget-table-of-contents .elementor-toc__header .elementor-toc__header-title {
    font-size: 1rem;
  }
}

#page-content .elementor-toc__toggle-button--collapse::after,
#page-content .elementor-toc__toggle-button--expand::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

#page-content .elementor-toc__toggle-button--collapse::after {
  width: 14px;
  height: 1px;
  background-color: #4b4646;
}

#page-content .elementor-toc__toggle-button--expand::after {
  width: 14px;
  height: 14px;
  background: linear-gradient(#4b4646, #4b4646) center/14px 1px no-repeat,
    linear-gradient(#4b4646, #4b4646) center/1px 14px no-repeat;
}

#page-content .elementor-toc__toggle-button--collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--expand {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__toggle-button--collapse,
#page-content .elementor-toc__toggle-button--expand {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 5;
}

@media screen and (max-width: 975px) {

  #page-content .elementor-toc__toggle-button--collapse,
  #page-content .elementor-toc__toggle-button--expand {
    width: 24px;
    height: 24px;
  }
}

#page-content .elementor-toc__toggle-button--collapse svg,
#page-content .elementor-toc__toggle-button--expand svg {
  display: none;
}


#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc--collapsed .elementor-toc__toggle-button--expand {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .elementor-toc__body {
  margin-top: 0;
  padding: 16px 0 0;
  border-top: 1px solid #c2bdba;
}

@media screen and (max-width: 975px) {
  #page-content .elementor-toc__body {
    margin-top: 0;
    padding: 16px 0 0;
  }
}

#page-content ol.elementor-toc__list-wrapper {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #4b4646;
  list-style: none;
  margin: 0;
  padding: 0;
}

#page-content .elementor-toc__body > ol.elementor-toc__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper {
    font-size: 16px;
  }
}

/* 番号は Elementor 標準（.elementor-toc__list-item-text-wrapper::before の counters）のみ */
#page-content .elementor-toc__body > ol > .elementor-toc__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

#page-content .elementor-toc__body > ol > .elementor-toc__list-item > .elementor-toc__list-item-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

#page-content .elementor-toc__body > ol > .elementor-toc__list-item > ul.elementor-toc__list-wrapper,
#page-content .elementor-toc__body > ol > .elementor-toc__list-item > ol.elementor-toc__list-wrapper {
  width: 100%;
}

/* h2 行の番号（Elementor が出力） */
#page-content .elementor-toc__body > ol > .elementor-toc__list-item > .elementor-toc__list-item-text-wrapper::before {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #4b4646;
  flex-shrink: 0;
}

/* h3 以降はデザインどおり弾丸のみ（Elementor の階層番号を非表示） */
#page-content .elementor-toc__list-wrapper .elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper::before {
  content: none !important;
}

#page-content ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  position: relative;
  padding-left: 0;
}

#page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper,
#page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  margin-left: 0;
  padding: 0;
  padding-left: 24px;
  list-style: none;
  font-size: 100%;
}

@media screen and (max-width: 975px) {
  #page-content ol.elementor-toc__list-wrapper ul.elementor-toc__list-wrapper,
  #page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
    padding-left: 24px;
  }
}

#page-content .elementor-toc__list-wrapper .elementor-toc__list-wrapper > .elementor-toc__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

#page-content .elementor-toc__list-wrapper .elementor-toc__list-wrapper > .elementor-toc__list-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: radial-gradient(circle at center, #BDB0A4 2.5px, transparent 3px) center/20px 20px no-repeat;
}

#page-content ol.elementor-toc__list-wrapper ol.elementor-toc__list-wrapper {
  font-size: 100%;
}

#page-content .elementor-widget-table-of-contents a {
  color: #4b4646;
  text-decoration: underline;
  text-decoration-color: #c2bdba;
  text-underline-offset: 3px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#page-content .elementor-toc__list-wrapper .elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper a {
  font-weight: 400;
}

#page-content {
  /* ----------------------------------------
  s-post
  ---------------------------------------- */
}

#page-content .s-post__obj {
  background-color: #8B9FBB;
  border-radius: 10px 10px 0 0;
  padding: 14px 12px 13px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 235px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__obj {
    font-size: 0.875rem;
    min-width: unset;
    padding: 14px 18px 13px;
  }
}

#page-content .s-post__box {
  border: 1px solid #8B9FBB;
  padding: 24px 36px;
  border-radius: 0 10px 10px 10px;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__box {
    padding: 12px 12px;
  }
}

#page-content .s-post__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

#page-content .s-post__img {
  width: 334px;
  height: auto;
  aspect-ratio: 334/225;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__img {
    width: 100%;
  }
}

#page-content .s-post__content {
  width: calc(100% - 384px);
}

@media screen and (max-width: 975px) {
  #page-content .s-post__content {
    width: 100%;
  }
}

#page-content .s-post__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38506B;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__title {
    font-size: 1.125rem;
    margin-bottom: 0.4em;
  }
}

#page-content .s-post__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  #page-content .s-post__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  md
  ---------------------------------------- */
}

#page-content .s-md__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 975px) {
  #page-content .s-md__wrap {
    display: block;
    gap: 0;
  }
}

#page-content .s--md__merit.merit01 {
  border: 1px solid #446b6b;
  background-color: #fafafa;
  background-image: none;
  padding: 0;
  overflow: visible;
}

#page-content .s--md__merit.merit01::before {
  content: "merit";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 28px;
  background: #fff;
  border: 1px solid #446b6b;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #446b6b;
  text-transform: lowercase;
}

#page-content .s--md__demerit.demerit01 {
  border: 1px solid #939393;
  background-color: #fafafa;
  background-image: none;
  padding: 0;
  overflow: visible;
}

#page-content .s--md__demerit.demerit01::before {
  content: "demerit";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 28px;
  background: #fff;
  border: 1px solid #939393;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #939393;
  text-transform: lowercase;
}

#page-content .s--md__merit.merit02 {
  background-image: url(../img/merit-bg.jpg);
}

#page-content .s--md__demerit.demerit02 {
  background: url(../img/demerit-bg.jpg);
}

#page-content .s--md__merit,
#page-content .s--md__demerit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-content .s--md__merit.merit02,
#page-content .s--md__demerit.demerit02 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: none;
  min-width: 280px;
  padding: 76px 36px 32px;
}

@media screen and (max-width: 975px) {

  #page-content .s--md__merit,
  #page-content .s--md__demerit {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 30px 0;
  }

  #page-content .s--md__merit.merit02,
  #page-content .s--md__demerit.demerit02 {
    padding: 48px 12px 24px;
  }
}

/* #page-content .s--md__merit::after, #page-content .s--md__demerit::after {
  position: absolute;
  left: 16px;
  top: 32px;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.075em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 975px) {
  #page-content .s--md__merit::after, #page-content .s--md__demerit::after {
    left: 8px;
    top: 12px;
    font-size: 16svw;
  }
} */
/* #page-content .s--md__merit::after {
  content: "MERIT";
}
#page-content .s--md__demerit::after {
  content: "DEMERIT";
} */

#page-content .s-md__title {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.84px;
  text-align: center;
  background: #446b6b;
  border: none;
}

#page-content .s--md__demerit .s-md__title {
  background: #939393;
}

#page-content .s--md__merit.merit02 .s-md__title {
  min-height: 0;
  display: block;
  padding: 20px 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  background: linear-gradient(to bottom right, #031c52, #324772);
}

#page-content .s--md__demerit.demerit02 .s-md__title {
  min-height: 0;
  display: block;
  padding: 20px 30px;
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-check__list,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-check__list {
  margin: 0;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  color: #4b4646;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 1.4;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-dot__list,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-dot__list {
  margin: 0;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: #4b4646;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 1.4;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-check__list li,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-check__list li,
#page-content .s-md__wrap .s--md__merit.merit01 .s-dot__list li,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-dot__list li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-check__list li:nth-child(n+2),
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-check__list li:nth-child(n+2),
#page-content .s-md__wrap .s--md__merit.merit01 .s-dot__list li:nth-child(n+2),
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-dot__list li:nth-child(n+2) {
  margin-top: 0;
}

#page-content .s-md__wrap .s--md__merit.merit02 .s-check__list,
#page-content .s-md__wrap .s--md__demerit.demerit02 .s-check__list,
#page-content .s-md__wrap .s--md__merit.merit02 .s-dot__list,
#page-content .s-md__wrap .s--md__demerit.demerit02 .s-dot__list {
  margin-top: 24px;
  padding: 20px 30px;
}

#page-content .s-check__list,
#page-content .s-dot__list {
  position: relative;
  z-index: 1;
  color: #161628;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

#page-content .s-check__list li,
#page-content .s-dot__list li {
  padding-left: 2em;
  position: relative;
}

#page-content .s-check__list li:nth-child(n+2),
#page-content .s-dot__list li:nth-child(n+2) {
  margin-top: 0.8em;
}

#page-content .s-dot__list li::after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  border-radius: 50%;
  background-color: #a19182;
}

#page-content .s--md__merit.merit01 .s-check__list li::before,
#page-content .s--md__demerit.demerit01 .s-check__list li::before {
  content: "";
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#page-content .s--md__merit.merit01 .s-check__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23446b6b'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M5.5 10.5l2.5 2.5 6.5-6.5'/%3E%3C/svg%3E");
}

#page-content .s--md__demerit.demerit01 .s-check__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23939393'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M5.5 10.5l2.5 2.5 6.5-6.5'/%3E%3C/svg%3E");
}

#page-content .s--md__merit.merit01 .s-check__list li::after,
#page-content .s--md__demerit.demerit01 .s-check__list li::after {
  content: none;
  display: none;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-check__list li,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-check__list li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-check__list li::before,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-check__list li::before {
  margin-top: 3px;
}

#page-content .s--md__merit.merit01 .s-dot__list li::after,
#page-content .s--md__demerit.demerit01 .s-dot__list li::after {
  content: none;
  display: none;
}

#page-content .s--md__merit.merit01 .s-dot__list li::before,
#page-content .s--md__demerit.demerit01 .s-dot__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

#page-content .s--md__merit.merit01 .s-dot__list li::before {
  background-color: #446b6b;
}

#page-content .s--md__demerit.demerit01 .s-dot__list li::before {
  background-color: #939393;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-dot__list li,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-dot__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 0;
}

#page-content .s-md__wrap .s--md__merit.merit01 .s-dot__list li::before,
#page-content .s-md__wrap .s--md__demerit.demerit01 .s-dot__list li::before {
  position: relative;
  left: auto;
  top: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* #page-content .s-check__list li::after {
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid #38506B;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
}
#page-content .s-check__list li::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #38506B;
  border-left: 2px solid #38506B;
  height: 8px;
  width: 14px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  top: 5px;
  left: 8px;
} */
#page-content .s--md__demerit.demerit02::after {
  color: #B0BFD0;
}

#page-content .s--md__demerit.demerit02 .s-check__list {
  color: #fff;
}

#page-content .s--md__demerit.demerit02 .s-check__list li::after {
  content: none;
  display: none;
}

#page-content .s--md__demerit.demerit02 .s-check__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect x='2' y='2' width='16' height='16' rx='1' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M5.5 10.2l2.6 2.6 6.8-6.8'/%3E%3C/svg%3E") center/contain no-repeat;
  border: none;
}

#page-content {
  /* ----------------------------------------
  table
  ---------------------------------------- */
}

#page-content .p-table__scroll {
  overflow-x: scroll;
}

#page-content .p-table__scroll .p-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* .p-table（Figma: frame 5:207 準拠） */
#page-content .p-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(75, 70, 70, 0.5);
  box-sizing: border-box;
}

#page-content .p-table thead {
  background: transparent;
}

#page-content .p-table thead th {
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 16px;
  background: #ada49e;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(75, 70, 70, 0.5);
  border-right: 1px solid #fff;
}

#page-content .p-table thead th:last-child {
  border-right: none;
}

#page-content .p-table tbody tr th,
#page-content .p-table tbody tr td {
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.32px;
  color: #4b4646;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(75, 70, 70, 0.5);
}

#page-content .p-table tbody tr th {
  font-weight: 500;
  background-color: #f5ede7;
}

#page-content .p-table tbody tr td {
  font-weight: 400;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #page-content .p-table thead th {
    padding: 8px 10px;
    font-size: 14px;
  }

  #page-content .p-table tbody tr th,
  #page-content .p-table tbody tr td {
    padding: 8px 10px;
    font-size: 14px;
  }
}
#page-content {
  /* ----------------------------------------
  person
  ---------------------------------------- */
  /* ----------------------------------------
  p-adv
  ---------------------------------------- */
}

#page-content .p-person,
#page-content .p-adv {
  display: none;
/*   max-width: 880px; */
  width: 100%;
  margin: 0 auto;
	padding: 12px 20px;
	border: 1px solid #031C52;
/*   border-radius: 10px; */
/*   -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4); */
/*   box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4); */
}

@media screen and (max-width: 975px) {

  #page-content .p-person,
  #page-content .p-adv {
    padding: 12px 12px;
  }
}

#page-content .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__head {
    gap: 8px;
  }
}

#page-content .p-person__head::after {
  position: absolute;
  content: "+";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  color: #38506B;
}

#page-content .p-person__head.open::after {
  content: "−";
}

#page-content .p-person__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__img {
    width: 100px;
  }
}

#page-content .p-person__title {
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  font-weight: bold;
}

#page-content .p-person__title .p-person__clinic {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__clinic {
    font-size: 0.75rem;
  }
}

#page-content .p-person__title .p-person__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__title .p-person__name {
    font-size: 1.25rem;
  }
}

#page-content .p-person__body {
  margin-top: 0;
  margin-left: 130px;
  display: none;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body {
    margin-left: 0;
    padding-bottom: 12px;
  }
}

#page-content .p-person__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 975px) {
  #page-content .p-person__body p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 975px) {
  #page-content .p-adv {
    padding-bottom: 40px;
  }
}

#page-content .p-adv__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
	padding-bottom: 0.3em;
  margin-bottom: 1em;
	border-bottom: 1px solid #031C52;
	background: linear-gradient(to bottom right, #7A6500, #C3A419);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__title {
    font-size: 0.875rem;
    text-align: center;
  }
}

#page-content .p-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap {
    display: block;
  }
}

#page-content .p-adv__wrap .p-adv__img {
  width: 200px;
  height: auto;
  aspect-ratio: 306/316;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-adv__img {
    margin: 8px auto 0;
    width: 60%;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__clinic {
  font-family: "Noto Serif JP", serif;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__clinic {
    font-size: 0.875rem;
    margin-top: 1em;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__name {
  font-family: "Noto Serif JP", serif;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__name {
    font-size: 1.25rem;
    text-align: center;
  }
}

#page-content .p-adv__wrap .p-person__content .p-person__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-adv__wrap .p-person__content .p-person__text {
    font-size: 0.875rem;
  }
}

#page-content .p-adv__wrap .p-person__content .more-btn{
	text-align: right;
	text-decoration: underline;
}

/* #page-content .p-adv__wrap .p-person__content .more-btn, */
#page-content .p-more-btn__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

#page-content .p-adv__wrap .p-person__content .more-btn:hover,
#page-content .p-more-btn__wrap:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-content .p-more-btn {
  position: relative;
  padding: 14px 54px 14px 24px;
  width: 232px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #38506B;
  display: block;
}

#page-content .p-more-btn:hover {
  background: #38506B;
}

#page-content .p-more-btn:hover span {
  color: #fff;
}

#page-content .p-more-btn:hover::after {
  background-image: url(../img/icon-btn-obj01.svg);
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#page-content .p-more-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14.28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  right: 24px;
  background-image: url(../img/icon-btn-obj04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#page-content .p-more-btn span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 975px) {
  #page-content .p-more-btn__wrap {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#page-content {
  /* ----------------------------------------
  breadcrumb
  ---------------------------------------- */
}

#page-content .p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2em;
}

#page-content .p-breadcrumb a {
  color: #507F99;
  text-decoration: underline;
}

#page-content {
  /* ----------------------------------------
  p-step
  ---------------------------------------- */
}

#page-content .p-step {
  padding-left: 80px;
}

@media screen and (max-width: 975px) {
  #page-content .p-step {
    padding-left: 10px;
  }
}

#page-content .p-step__con {
  padding: 30px 30px 60px 30px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con {
    padding: 30px;
  }
}

#page-content .p-step__con::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 36px;
  background-color: #a19182;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  content: "";
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con::before {
    top: 32px;
  }
}

#page-content .p-step__con::after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  top: 64px;
  height: calc(100% - 64px);
  border-left: 1px solid #a19182;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__con::after {
    height: calc(100% - 52px);
    top: 52px;
  }
}

#page-content .p-step__num {
  position: absolute;
  right: 0;
  top: 0;
  color: #e6e1dd;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__num {
    font-size: 4rem;
  }
}

#page-content .p-step__title,
#page-content .p-step__text {
  position: relative;
}

#page-content .p-step__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__title {
    font-size: 1rem;
  }
}

#page-content .p-step__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-step__text {
    font-size: 0.875rem;
  }
}

#page-content {
  /* ----------------------------------------
  p-point（Figma: 5:330）
  ---------------------------------------- */
}

#page-content .p-point {
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 975px) {
  #page-content .p-point {
    padding: 0 20px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

#page-content .p-point__content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  min-height: 252px;
  margin: 20px 0;
  padding: 20px;
  overflow: visible;
  background-color: #fefdfd;
  border: 1px solid rgba(75, 70, 70, 0.5);
  min-height: 375px;
}

#page-content .p-point .p-point__content:nth-child(even) {
  flex-direction: row-reverse;
}

#page-content .p-point__img {
  flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  height: auto;
  min-height: 200px;
  margin: -150px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
}

#page-content .p-point__text {
  position: relative;
  box-sizing: border-box;
  flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 24px;
}

#page-content .p-point__obj {
  position: static;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 10px;
  padding: 4px 8px 6px;
  color: #fff;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(93.39deg, #b0a193 0%, #cbbcaf 100%);
}

#page-content .p-point__obj:has(> :nth-child(2)) > :first-child {
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

#page-content .p-point__obj:has(> :nth-child(2)) > :nth-child(2) {
  font-size: 18px;
}

#page-content .p-point__obj:not(:has(> :nth-child(2))) {
  font-size: 16px;
  letter-spacing: 0.05em;
}

#page-content .p-point__text .p-point__title {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.44px;
  color: #4b4646;
}

#page-content .p-point__text .p-point__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  margin-top: 20px;
  background: linear-gradient(127.36deg, #b0a193 0%, #cbbcaf 100%);
}

#page-content .p-point__text .p-point__con {
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #4b4646;
}

@media screen and (max-width: 975px) {
  #page-content .p-point__content {
    flex-wrap: wrap;
    flex-direction: column !important;
    padding: 20px;
    gap: 20px;
    min-height: 0;
  }

  #page-content .p-point__img {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin: 0;
    order: -1;
  }

  #page-content .p-point__text {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #page-content .p-point__text .p-point__title {
    font-size: 1.125rem;
  }
}

#page-content .p-point.is-flow .p-point__content:nth-child(n+2) {
  margin-top: 48px;
  position: relative;
}

#page-content .p-point.is-flow .p-point__content:nth-child(n+2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 17px solid #b0a193;
  border-bottom: 0;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#page-content {
  /* ----------------------------------------
  p-qa
  ---------------------------------------- */
}

#page-content .p-qa {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

#page-content .p-qa__content:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__content:nth-child(n+2) {
    margin-top: 24px;
  }
}

#page-content .p-qa__title,
#page-content .p-qa__con {
  padding-left: 50px;
  padding-top: 16px;
  position: relative;
}

@media screen and (max-width: 975px) {

  #page-content .p-qa__title,
  #page-content .p-qa__con {
    padding-left: 28px;
    padding-top: 10px;
  }
}

#page-content .p-qa__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #507F99;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__title {
    font-size: 1.125rem;
  }
}

#page-content .p-qa__con {
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  #page-content .p-qa__con {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}

#page-content .p-qa__title::before,
#page-content .p-qa__con::before {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  left: 0;
  top: 0;
  font-weight: bold;
}

@media screen and (max-width: 975px) {

  #page-content .p-qa__title::before,
  #page-content .p-qa__con::before {
    font-size: 1.5rem;
  }
}

#page-content .p-qa__title::before {
  content: "Q";
  color: #507F99;
}

#page-content .p-qa__con::before {
  content: "A";
  color: #354C68;
}

/* ----------------------------------------
  tp-faq（Figma: 5:692）
  ---------------------------------------- */

.tp-faq-accordion {
  margin: 2rem auto 4rem;
  max-width: min(900px, 100%);
  width: 100%;
  box-sizing: border-box;
}

.tp-faq-accordion .tp-faq {
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(178deg, #b0a193 0%, #cbbcaf 100%) 1;
     border-image: linear-gradient(178deg, #b0a193 0%, #cbbcaf 100%) 1;
}

.tp-faq .toggle {
  display: none;
}

.tp-faq {
  position: relative;
}

.tp-faq .question,
.tp-faq .answer {
  transform: translateZ(0);
  transition: all 0.3s ease;
}

.tp-faq-accordion .tp-faq .question {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 36px 0 0;
  cursor: pointer;
  border-bottom: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #4b4646;
}

.tp-faq-accordion .tp-faq .question::before {
  display: none;
}

.tp-faq-accordion .tp-faq .question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  color: #8d847d;
  background: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.tp-faq-accordion .tp-faq .toggle:checked + .question::after {
  content: "\2212";
  font-size: 24px;
  line-height: 1;
}

.tp-faq-accordion .tp-faq .question span {
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3.2px;
  color: #8d847d;
  text-transform: uppercase;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #8d847d;
}

.tp-faq-accordion .tp-faq .question span::after {
  content: ".";
}

.tp-faq .answer {
  max-height: 0;
  overflow: hidden;
}

.tp-faq-accordion .tp-faq .answer div {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  row-gap: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 23px 0 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #4b4646;
}

.tp-faq-accordion .tp-faq .answer span {
  margin: 0;
  padding: 0;
  padding-right: 0;
  font-family: "Cormorant Garamond", "Cormorant", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3.2px;
  color: #446b6b;
  text-transform: uppercase;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #446b6b;
}

.tp-faq-accordion .tp-faq .answer span::after {
  content: ".";
}

.tp-faq .toggle:checked + .question + .answer {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

@media screen and (max-width: 975px) {
  .tp-faq-accordion {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .tp-faq-accordion .tp-faq .question {
    font-size: 1rem;
    padding-right: 32px;
  }

  .tp-faq-accordion .tp-faq .question span {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
  }

  .tp-faq-accordion .tp-faq .answer div {
    font-size: 0.9375rem;
  }

  .tp-faq-accordion .tp-faq .answer span {
    font-size: 1.5rem;
  }

  .tp-faq-accordion {
    max-width: 100%;
    padding: 0 16px;
  }
}



#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  matome
  ---------------------------------------- */
  /* ----------------------------------------
  check-point
  ---------------------------------------- */
}

#page-content .p-box {
  padding: 40px 50px;
}

@media screen and (max-width: 975px) {
  #page-content .p-box {
    padding: 24px 12px;
  }
}

#page-content .p-box-bg {
  border: 1px solid #a19182;
}

#page-content .p-box-border {
  background-color: #F4F9FC;
}

#page-content .p-matome {
  background-color: #f1ede9;
  padding: 64px 80px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome {
    padding: 24px 12px;
    font-size: 4rem;
  }
}

#page-content .p-matome::after {
  position: absolute;
  content: "CONTENT";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  font-size: 6.875rem;
  top: 2px;
  right: 2px;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome::after {
    font-size: 4rem;
  }
}

#page-content .p-matome__title {
  position: relative;
  color: #38506B;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #38506B;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  #page-content .p-matome__title {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}

#page-content .p-matome__text {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

#page-content .p-check-point {
  position: relative;
}

#page-content .p-check-point::before {
  width: 100%;
  height: 100%;
  top: -18px;
  left: -18px;
  background-color: #F4F9FC;
  position: absolute;
  content: "";
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point::before {
    top: -8px;
    left: -8px;
  }
}

#page-content .p-check-point .border01,
#page-content .p-check-point .border02 {
  width: 1px;
  height: 50%;
  position: absolute;
  content: "";
  background-color: #38506B;
}

#page-content .p-check-point .border01 {
  left: 0;
  bottom: 0;
}

#page-content .p-check-point .border02 {
  right: 0;
  top: 0;
}

#page-content .p-check-point .border03,
#page-content .p-check-point .border04 {
  height: 1px;
  width: 70%;
  position: absolute;
  background-color: #38506B;
}

@media screen and (max-width: 975px) {

  #page-content .p-check-point .border03,
  #page-content .p-check-point .border04 {
    width: 50%;
  }
}

#page-content .p-check-point .border03 {
  left: 0;
  bottom: 0;
}

#page-content .p-check-point .border04 {
  right: 0;
  top: 0;
}

#page-content .p-check-point__text {
  position: relative;
  padding: 60px 70px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #38506B;
  z-index: 1;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text {
    font-size: 0.875rem;
    padding: 48px 24px 24px;
  }
}

#page-content .p-check-point__text::after {
  position: absolute;
  content: "";
  width: 290px;
  height: auto;
  aspect-ratio: 290/104;
  background-image: url(../img/check-point-obj.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  left: -40px;
}

@media screen and (max-width: 975px) {
  #page-content .p-check-point__text::after {
    width: 120px;
    top: 0px;
    left: 0px;
  }
}

#page-content {
  /* ----------------------------------------
  p-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-bg-box
  ---------------------------------------- */
  /* ----------------------------------------
  p-caution
  ---------------------------------------- */
  /* ----------------------------------------
  引用
  ---------------------------------------- */
}

#page-content .p-b-box {
  position: relative;
  padding: 52px 72px;
  border: 2px solid #a19182;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box {
    padding: 32px 28px;
  }
}

#page-content .p-b-box__text {
  line-height: 1.4;
}

#page-content .p-b-box-title01,
#page-content .p-b-box-title02,
#page-content .p-b-box-title03 {
  font-size: 80%;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #a19182;
  font-weight: bold;
}

@media screen and (max-width: 975px) {

  #page-content .p-b-box-title01,
  #page-content .p-b-box-title02,
  #page-content .p-b-box-title03 {
    font-size: 1.125rem;
  }
}

#page-content .p-b-box-title01 {
  padding: 11px 18px;
  background-color: #fffaf6;
  border-left: 4px solid #a19182;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title01 {
    padding: 8px 12px;
    margin-bottom: 4px;
    -webkit-transform: unset;
    transform: unset;
  }
}

#page-content .p-b-box-title02 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0%;
  left: -1px;
  background-color: #6F8DBA;
  color: #fff;
}

#page-content .p-b-box-title02__wrap {
  padding: 11px 18px;
  padding-left: 64px;
  position: relative;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap {
    padding: 8px 12px;
  }
}

#page-content .p-b-box-title02__wrap .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-bottom: 51px solid #6F8DBA;
  border-top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: -1;
}

@media screen and (max-width: 975px) {
  #page-content .p-b-box-title02__wrap .obj {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 36px solid #6F8DBA;
  }
}

#page-content .p-b-box-title03 {
  font-size: 20px;
  font-size: 1.25rem;
  color:#a19182;
  margin-bottom: 12px;
}

#page-content .p-b-box-title01 span,
#page-content .p-b-box-title02 span,
#page-content .p-b-box-title03 span {
  font-size: 75%;
}

#page-content .p-bg-box {
  padding: 64px 90px;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box {
    padding: 24px 14px;
  }
}

#page-content .p-bg-box .p-bg-box-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.035em;
  color: #a19182;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #a19182;
}

@media screen and (max-width: 975px) {
  #page-content .p-bg-box .p-bg-box-title {
    font-size: 1.25rem;
  }
}

#page-content .p-bg-box.bg01 {
  background-image: url(../img/box01.png.webp);
}

#page-content .p-bg-box.bg02 {
  background-image: url(../img/box02.png.webp);
  padding: 40px 50px;
  border: 1px solid #a19182;
}

#page-content .p-bg-box.bg03 {
  background-image: url(../img/box03.png.webp);
}

#page-content .p-bg-box {
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content .p-caution {
  padding: 50px 60px 44px 120px;
  position: relative;
  background-color: #FDF2F2;
  border-radius: 10px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution {
    padding: 48px 12px 22px;
  }
}

#page-content .p-caution::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-caution.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: auto;
  aspect-ratio: 1/1;
  top: 40px;
  left: 44px;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution::before {
    width: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22px;
  }
}

#page-content .p-caution p {
  color: #D84242;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 975px) {
  #page-content .p-caution p {
    font-size: 0.875rem;
  }
}

#page-content .p-quote {
  max-width: 868px;
  width: 100%;
  padding: 24px 52px 28px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote {
    padding: 24px 20px 28px;
  }
}

#page-content .p-quote::before {
  background-image: url(../img/icon-top.svg);
  top: 0;
  left: 0;
}

#page-content .p-quote::after {
  background-image: url(../img/icon-bottom.svg);
  right: 0;
  bottom: 0;
}

#page-content .p-quote::before,
#page-content .p-quote::after {
  position: absolute;
  width: 36.72px;
  height: auto;
  aspect-ratio: 36.72/28.84;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 975px) {

  #page-content .p-quote::before,
  #page-content .p-quote::after {
    width: 18px;
  }
}

#page-content .p-quote__wrap .p-quote__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.2;
}

@media screen and (max-width: 975px) {
  #page-content .p-quote__wrap .p-quote__text {
    line-height: 1.6;
  }
}

#page-content .p-quote__wrap .p-quote__link {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 1em;
}

/* ----------------------------------------
  tp-point（Figma: 5:256）
  ---------------------------------------- */
.tp-point {
  border: 1px solid rgba(75, 70, 70, 0.5);
  background-color: #fff;
  box-sizing: border-box;
}

.tp-point-title {
  box-sizing: border-box;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: #4b4646;
  background-color: #f5ede7;
  border-bottom: 1px solid rgba(75, 70, 70, 0.5);
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 24px;
}

.tp-point-content {
  box-sizing: border-box;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #4b4646;
  padding: 24px;
}

.tp-point-question .tp-point-title,
.tp-point-caution .tp-point-title {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  min-height: 46px;
  position: relative;
  padding: 10px 24px 10px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-point-question .tp-point-title {
  background-color: #446b6b;
}

.tp-point-caution .tp-point-title {
  background-color: #b43e3c;
}

.tp-point-question .tp-point-title::before,
.tp-point-caution .tp-point-title::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tp-point-question .tp-point-title::before {
  background-image: url(../img/module-point-2.svg);
}

.tp-point-caution .tp-point-title::before {
  background-image: url(../img/module-point-1.svg);
}

.tp-point-question {
  border-color: #446b6b;
}

.tp-point-caution {
  border-color: #b43e3c;
}



/* ----------------------------------------
  tp-description-list, tp-quote, tp-books, tp-case, tp-anchor-link
  ---------------------------------------- */

/* h3別デザイン（Figma: frame 5:153 準拠） */
#page-content .tp-h3-gray h3.elementor-heading-title {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #f5ede7;
  color: #4b4646;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.32px;
}

#page-content .tp-h3-gray h3.elementor-heading-title::before {
  content: none;
  display: none;
}

#page-content .tp-h3-gray h3.elementor-heading-title::after {
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b0a193;
}

/* dl,dt,ddモジュール（Figma: frame 5:155 準拠） */
.tp-description-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tp-description-list .tp-description-list-dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
  box-sizing: border-box;
}

.tp-description-list .tp-description-list-dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tp-description-list .tp-description-list-dt {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 200px;
  position: relative;
  padding: 2px 16px 2px 24px;
  border-right: 1px solid rgba(70, 70, 70, 0.2);
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
  color: #4b4646;
}

.tp-description-list .tp-description-list-dt::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 8px;
  top: calc(2px + 0.9em);
  transform: translateY(-50%);
  background: #4b4646;
}

.tp-description-list .tp-description-list-dd {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  padding: 2px 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
  color: #4b4646;
}

@media screen and (max-width: 767px) {
  .tp-description-list .tp-description-list-dl {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .tp-description-list .tp-description-list-dt {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(70, 70, 70, 0.2);
  }

  .tp-description-list .tp-description-list-dl:last-child .tp-description-list-dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* 引用ブロック */
.tp-quote{
  background: #F8F9FA;
  padding: 1.5em;
  margin: 24px 0;
  position: relative;
}

.tp-quote::before,
.tp-quote::after{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.tp-quote::before{
  background-image: url('../img/module-icon-quote-before.svg');
  transform: translate(0%, -50%);
  top: 0;
  left: 0;
}

.tp-quote::after{
  background-image: url('../img/module-icon-quote-after.svg');
  transform: translate(0%, 50%);
  bottom: 0;
  right: 0;
}

.tp-quote .tp-quote-reference{
  font-size: 12px;
  text-align: right;
  margin-top: 1em;
}

/* 書籍ブロック */
.tp-books{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}

.tp-books .tp-books-item{
  width: 32%;
  margin-bottom: 1.2em;
  background: #F5EDE7;
  border: 0.5px solid rgba(75, 70, 70, 0.5);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.tp-books .tp-books-image-box{
  width: 100%;
  min-height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.tp-books .tp-books-image{
  width: 130px;
  max-width: 56%;
  height: auto;
  margin: 24px auto;
  box-shadow: 3px 4px 24px 0 rgba(0, 0, 0, 0.1);
  display: block;
}

.tp-books .tp-books-text-box{
  width: 100%;
  background: #FFFFFF;
  border-top: 0.5px solid rgba(75, 70, 70, 0.5);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #4B4646;
  box-sizing: border-box;
}

.tp-books .tp-books-date{
  color: #4B4646;
  opacity: .5;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .02em;
}

.tp-books .tp-books-title{
  color: #4B4646;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  font-weight: 400;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .tp-books .tp-books-item{
    width: 48%;
  }

  .tp-books .tp-books-image{
    max-width: 64%;
    margin: 20px auto;
  }

  .tp-books .tp-books-image-box{
    min-height: 190px;
  }

  .tp-books .tp-books-date{
    font-size: 12px;
  }

  .tp-books .tp-books-title{
    font-size: 14px;
  }
}


/* 症例紹介ブロック（Figma: 5:376） */
.tp-case {
  position: relative;
  overflow: visible;
  padding: 0 20px;
  max-width: min(900px, 100%);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.tp-case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  bottom: 0;
  width: 100%;
  height: auto;
  background: url("../img/tp-case-bg.webp") center center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}

.tp-case .tp-case-upper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 24px;
  padding: 0 8px;
}

.tp-case .tp-case-upper::after {
  content: "\226B";
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.tp-case .tp-case-image-box {
  width: 100%;
  max-width: 424px;
  margin-bottom: 0;
  justify-self: center;
}

.tp-case .tp-case-image-box:nth-child(1) {
  grid-column: 1;
}

.tp-case .tp-case-image-box:nth-child(2) {
  grid-column: 3;
}

.tp-case .tp-case-image-text {
  font-family: var(--font-english);
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  font-weight: 500;
  opacity: 0.95;
}

.tp-case .tp-case-image {
  width: 100%;
  height: auto;
  aspect-ratio: 424 / 278;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.18);
  margin-top: -40px;
}

.tp-case .tp-case-accordion {
  position: relative;
  z-index: 1;
  padding: 0 16px 24px;
  margin: 0;
}

.tp-case .tp-case-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0 40px 0 0;
  margin: 0 0 20px;
  border: none;
  position: relative;
  cursor: pointer;
  min-height: 44px;
}

.tp-case .tp-case-summary::-webkit-details-marker,
.tp-case .tp-case-summary::marker {
  display: none;
}

.tp-case .tp-case-summary::before {
  display: none;
}

.tp-case .tp-case-summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background: none;
}

.tp-case .tp-case-accordion[open] .tp-case-summary::after {
  content: "\2212";
  font-size: 24px;
}

.tp-case .tp-case-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.12px;
  color: #fff;
  text-align: left;
}

.tp-case .tp-case-content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.tp-case .tp-case-content-ul p {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.tp-case .tp-case-content-li {
  padding: 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tp-case .tp-case-content-li-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.32px;
  line-height: 1.8;
  padding: 4px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  position: relative;
  background: transparent;
}

.tp-case .tp-case-content-li-title::before {
  display: none;
}

.tp-case .tp-case-content-li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-top: 0;
}

.tp-case .tp-case-content-li:first-child .tp-case-content-li-title {
  margin-bottom: 0;
}

.tp-case .tp-case-content-li:last-child {
  border-bottom: none;
}

.tp-case .tp-case-upper:not(:has(.tp-case-image-box:nth-child(2)))::after {
  display: none;
}

.tp-case .tp-case-content-li:has(.tp-case-content-li-half) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tp-case .tp-case-content-li-half {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 16px);
          flex: 1 1 calc(50% - 16px);
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tp-case .tp-case-content-li-half .tp-case-content-li-title {
  margin-bottom: 0;
  white-space: nowrap;
}

.tp-case .tp-case-content-li-half .tp-case-content-li-text {
  padding-left: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.tp-case .tp-case-content-li-half .tp-case-content-li-text strong {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.48px;
}

.tp-case .tp-case-content-li:last-child:not(:has(.tp-case-content-li-half)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tp-case .tp-case-content-li:last-child:not(:has(.tp-case-content-li-half)) .tp-case-content-li-title {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tp-case .tp-case-content-li:last-child:not(:has(.tp-case-content-li-half)) > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .tp-case {
    padding: 0 16px 32px;
  }

  .tp-case::before {
    top: 56px;
  }

  .tp-case .tp-case-upper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tp-case .tp-case-upper::after {
    display: none;
  }

  .tp-case .tp-case-image-box:nth-child(1),
  .tp-case .tp-case-image-box:nth-child(2) {
    grid-column: 1;
  }

  .tp-case .tp-case-image {
    margin-top: 0;
    aspect-ratio: 5 / 3;
    max-height: none;
  }

  .tp-case .tp-case-accordion {
    padding: 0 0 16px;
  }

  .tp-case .tp-case-title {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }

  .tp-case .tp-case-content-li:has(.tp-case-content-li-half) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tp-case .tp-case-content-li-half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tp-case .tp-case-content-li:last-child:not(:has(.tp-case-content-li-half)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

/* tp-anchor-link */
/* アンカーリンク全体 */
.tp-anchor-links {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}

/* 各リンクボタン（Figma: item 5:276 準拠） */
.tp-anchor-link {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 16px calc(16px + 22px + 10px) 16px 24px; /* pr: アイコン幅 + right + Figma右余白相当 */
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #4b4646;
  text-decoration: none !important;
  border: 1px solid rgba(75, 70, 70, 0.5);
  background: #fff;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
}

/* 矢印（SVG）を疑似要素で挿入 */
.tp-anchor-link::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 32px;
  background-image: url(../img/tp-anchor-link-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* hover時 */
.tp-anchor-link:hover {
  background: #fafafa;
  box-shadow: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .tp-anchor-links {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .tp-anchor-link {
    text-align: left;
    padding: 16px calc(16px + 22px + 10px) 16px 24px;
  }

  .tp-anchor-link::after {
    right: 10px;
  }
}


#page-content {
  /* ----------------------------------------
  p-case
  ---------------------------------------- */
}

#page-content .p-case {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}

#page-content .p-case__num {
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-left: 0.4em;
  color: #C5D8E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 975px) {
  #page-content .p-case__num {
    font-size: 4rem;
  }
}

#page-content .p-case__num::before {
  position: absolute;
  content: "Case";
  font-family: "Pinyon Script", serif;
  color: #507F98;
  left: 0;
  bottom: 0;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 975px) {
  #page-content .p-case__num::before {
    ont-size: 1rem;
  }
}

#page-content .p-case__num:after {
  border-bottom: 1px solid #38506B;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
}

#page-content .p-case__num:after {
  margin-left: 16px;
  margin-left: 1rem;
}

#page-content .case__pickup {
  padding: 0;
  width: 100%;
}

#page-content .case__photo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 975px) {
  #page-content .case__photo {
    margin-bottom: 12px;
  }
}

#page-content .case__img img {
  max-width: 440px;
  width: 100%;
}

#page-content {
  /* ----------------------------------------
  reason
  ---------------------------------------- */
}

#page-content .p-reason {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#page-content .p-reason::before {
  position: absolute;
  content: "";
  width: 54%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #F4FBFF;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason::before {
    width: 88.9743589744%;
  }
}

#page-content .reason-list__img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
  aspect-ratio: 438.13/306;
  height: auto;
  margin-top: 20px;
}

@media screen and (max-width: 975px) {
  #page-content .reason-list__img {
    width: 93.3333333333%;
  }
}

#page-content .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

#page-content .reason-list:nth-child(even) .reason-list__img {
  left: unset;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}

@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .reason-list__img {
    margin-left: auto;
  }
}

#page-content .reason-list:nth-child(even) .reason-list__container::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  background-color: #DDEAF1;
  position: absolute;
  aspect-ratio: 438.13/306;
  width: calc(50% + 20px);
  top: 0;
  right: 0;
  left: unset;
  content: "";
  z-index: -1;
}

#page-content .p-reason__circle {
  background-color: #536780;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  left: 32%;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason__circle {
    width: 120px;
    height: 120px;
    bottom: unset;
    left: 68%;
    top: 32svw;
  }
}

#page-content .p-reason__circle__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

#page-content .p-reason__circle__wrap p {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 117px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 975px) {
  #page-content .p-reason__circle__wrap p {
    width: 94px;
    font-size: 0.75rem;
  }
}

#page-content .reason-list:nth-child(even) .p-reason__circle {
  right: 32%;
  left: unset;
}

@media screen and (max-width: 975px) {
  #page-content .reason-list:nth-child(even) .p-reason__circle {
    right: 68%;
    top: 32svw;
  }
}

#page-content {
  /* ----------------------------------------
  scroll
  ---------------------------------------- */
}

#page-content .p-scroll {
  padding: 30px 32px;
  position: fixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #6F8DBA;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: 508px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: 0.035em;
  z-index: 7;
  display: block;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll {
    padding: 12px 12px;
    top: 64px;
    font-size: 0.75rem;
  }
}

#page-content .p-scroll__text {
  padding-top: 52px;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text {
    padding-top: 32px;
  }
}

#page-content .p-scroll__text::before {
  position: absolute;
  content: "";
  width: 41px;
  height: auto;
  aspect-ratio: 41/38;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon-hospital.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text::before {
    width: 24px;
    top: 12px;
  }
}

#page-content .p-scroll__text span {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 975px) {
  #page-content .p-scroll__text span {
    font-size: 1rem;
  }
}

#page-content {
  /* ----------------------------------------
  post
  ---------------------------------------- */
}

#page-content .elementor-post .elementor-post__title {
  color: #38506B;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
  font-weight: bold;
}

#page-content .elementor-post .elementor-post__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 0.4em;
  color: #121212;
}

#search__head {
  padding: 0 20px;
}

#earch__head .container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

form.search-form {
  border: 1px solid #38506B;
  border-radius: 10px;
  padding: 20px;
  background-color: #EEF8FB;
}

form.search-form .search-form__group:nth-child(n+2) {
  margin-top: 24px;
}

.search-form__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1.5em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #121212;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 975px) {
  .search-form__title {
    font-size: 0.875rem;
  }
}

.search-form__title::after {
  content: "";
  position: absolute;
  background: #121212;
  border-radius: 50%;
  height: 60%;
  width: auto;
  aspect-ratio: 1/1;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.search-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.search-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 975px) {
  .search-form__label {
    font-size: 0.75rem;
  }
}

.search-form__label input.search-form__checkbox {
  display: none;
}

.search-form__label span.search-form__term {
  color: #38506B;
  padding: 4px 12px;
  border: #38506B solid 1px;
  border-radius: 100px;
  background: #fff;
  display: block;
}

.search-form__label input.search-form__checkbox:checked+span.search-form__term {
  background-color: #38506B;
  color: #fff;
}

form.search-form .search-form__group input.search-form__submit {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 12px 24px;
  border-radius: 100px;
  margin: 24px auto 0;
  width: 100%;
  max-width: 180px;
  font-weight: 500;
  color: #fff;
  background-color: #38506B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

@media screen and (max-width: 975px) {
  form.search-form .search-form__group input.search-form__submit {
    font-size: 0.875rem;
  }
}

form.search-form .search-form__group input.search-form__submit:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

#case__container {
  padding: 100px 0 120px;
  margin-top: 80px;
  background-color: #EEF8FB;
}

@media screen and (max-width: 975px) {
  #case__container {
    margin-top: 48px;
    padding: 40px 20px 80px;
  }
}

.case-list__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 24px;
}

@media screen and (max-width: 975px) {
  .case-list__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.case-list__wrap .case-list__con {
  padding: 24px 24px 60px;
  margin: 0;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.case-list__wrap .case-list__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #38506B;
  display: block;
  margin-bottom: 8px;
}

.case-list__wrap .case__pickup {
  padding: 0;
}

.case-list__wrap .case__photo {
  margin-bottom: 12px;
}

.case-list__wrap .case__img img {
  width: 100%;
}

.case-list__wrap .more-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.case__terms h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  color: #38506B;
}

.case__terms ul {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.case__terms ul li {
  display: block;
  padding: 4px 12px;
  border-radius: 100px;
  text-align: center;
  color: #38506B;
  border: 1px solid #38506B;
  font-size: 12px;
  font-size: 0.75rem;
}

.case-list__desc {
  padding: 14px;
  background-color: #EEF8FB;
  margin-top: 14px;
}

.case-list__desc .case__dl:nth-child(1) {
  margin: 0;
}

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.pagination {
  white-space: nowrap;
}

.pagination nav.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers,
.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 0.4em;
  font-weight: bold;
  border-radius: 50%;
}

.pagination nav.navigation.pagination .nav-links a.page-numbers {
  background: #fff;
  color: #38506B;
}

.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
  background: #38506B;
  color: #fff;
}

.pagination nav.navigation.pagination .nav-links a.next.page-numbers {
  background-color: unset;
  width: auto;
}

.pagination nav.navigation.pagination .nav-links a.prev.page-numbers {
  background-color: unset;
  width: auto;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex,
.sp-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp-block {
    display: block !important;
  }
}

.orthodontic-top-image-wrap.e-con.e-flex>.e-con-inner {
  max-width: 1600px;
}

/* ----------------------------------------
tp-card（Figma: 5:293）
---------------------------------------- */
#page-content .tp-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

#page-content .tp-card {
  box-sizing: border-box;
  width: 306px;
  max-width: 100%;
  height: auto;
  margin: 5px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(75, 70, 70, 0.5);
}

#page-content .tp-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  object-fit: cover;
}

#page-content .tp-card .tp-card-num {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 6px;
  color: #fff;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(93.63deg, #b0a193 0%, #cbbcaf 100%);
}

#page-content .tp-card .tp-card-num:has(> :nth-child(2)) > :first-child {
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

#page-content .tp-card .tp-card-num:has(> :nth-child(2)) > :nth-child(2) {
  font-size: 22px;
}

#page-content .tp-card .tp-card-num:not(:has(> :nth-child(2))) {
  font-size: 18px;
  letter-spacing: 0.05em;
}

#page-content .tp-card .tp-card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: #4b4646;
}

#page-content .tp-card .tp-card-title::after {
  content: "";
  width: 72px;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(154.12deg, #b0a193 0%, #cbbcaf 100%);
}

#page-content .tp-card .tp-card-title::before {
  content: none;
  display: none;
}

#page-content .tp-card > p,
#page-content .tp-card .tp-card-body,
#page-content .tp-card .elementor-widget-text-editor {
  margin: 0;
  padding: 16px 0 0;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: #4b4646;
}

#page-content .tp-card .elementor-widget-text-editor p {
  margin: 0;
}

/* ----------------------------------------
contact-form
---------------------------------------- */
.contact-form {
  width: 100%;
  background: #F8F9FA;
  border: 1px solid #a19182;
  font-family: "Shippori Mincho", serif;
  padding: 25px 40px 25px;
}

.contact-form .contact-form-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.contact-form .contact-form-dt {
  width: 30%;
  align-content: center;
}

.contact-form .contact-form-dt .required-item,
.contact-form .contact-form-dt .optional-item {
  background: #d06b5b;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  display: inline-block;
  align-content: center;
  margin-right: 10px;
}

.contact-form .contact-form-dt .optional-item {
  opacity: 0.5;
}

.contact-form .contact-form-dd {
  width: 65%;
  align-content: center;
  padding: 5px 5px;
}

.contact-form .contact-form-dd-reserve-date {
  width: 30%;
}

.contact-form .contact-form-dt .contact-caution {
  color: #d06b5b;
}

.contact-form .submit-box {
  text-align: center;
  margin: 40px 0 0;
}

.contact-form .submit {
  color: #fff !important;
  font-weight: bold !important;
  background: #446b6b;
  padding: 20px 100px;
}

.contact-form .wpcf7-spinner {
  position: absolute;
}

.elementor-widget-shortcode .wpcf7 select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.contact-form .gender .wpcf7-form-control {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form .contact-form-dd.gender {
  width: 65%;
  background: none;
  align-content: center;
  padding: 5px 5px;
  border: none;
}

.contact-form-dd.gender .wpcf7-form-control.wpcf7-radio.gender .wpcf7-list-item {
  background: #fff;
  border: 1px solid rgba(3, 28, 82, 0.3);
  margin-left: 0;
  padding: 5px 10px 8px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px 20px;
  }

  .contact-form .contact-form-dl {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-form .contact-form-dt {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form .contact-form-dd {
    width: 100%;
  }

  .contact-form .submit-box {
    margin: 20px auto;
  }

  .contact-form .contact-form-dd-reserve-date {
    margin: 10px 0;
  }

  .contact-form .submit {
    padding: 20px 50px;
  }
}

/* ---------------------
YouTubeの動画切り替え
---------------------  */
.lang-switcher {
  display: flex;
  justify-content: center;
  margin: min(8px, 0.57vw) auto;
  font-size: min(16px, 1.14vw);
  justify-content: end;
}

.lang-button {
  background: none;
  border: none;
  font-weight: bold;
  color: #555;
  margin: 0 min(4px, 0.28vw);
  cursor: pointer;
  font-size: min(16px, 1.14vw);
}

.lang-button.active {
  color: #000;
  text-decoration: underline;
}

.video-container iframe {
  display: none;
  width: 100%;
/*   height: min(199px, 14.2vw); */
  margin: 0 auto;
	aspect-ratio: 16 / 9;
}

.video-container iframe.active {
  display: block;
}

.video-container {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lang-switcher {
    font-size: 3.2vw;
    margin: 2vw auto;
  }

  .lang-button {
    font-size: 3.2vw;
    padding: 0 1vw;
  }

  .video-container iframe {
    height: 45vw;
  }
}

/* ---------------------
コンタクトフォーム
---------------------  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ff5555;
  border: none;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: linear-gradient(to bottom right, #031C52, #324772);
  color: #fff;
}

.elementor-widget-shortcode .wpcf7 input:not([type="submit"]) {
  background-color: #fff !important;
  width: 100%;
  border: 1px solid rgba(3, 28, 82, 0.3);
  padding: 10px 15px;
}

.elementor-widget-shortcode .wpcf7 .gender input:not([type="submit"]) {
  width: initial;
}

.contact-form .contact-form-dl {
  gap: 15px 0;
}

.contact-form-dd.text-box {}

.elementor-widget-shortcode .wpcf7 select {
  background-color: #fff !important;
  padding: 10px 20px;
  border: 1px solid rgba(3, 28, 82, 0.3);
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit {
  margin: 30px auto 0px;
}

.elementor-widget-shortcode .wpcf7 textarea {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid rgba(3, 28, 82, 0.3);
  padding: 10px 15px;
}

.elementor-widget-shortcode .wpcf7 textarea::placeholder {
  color: #c8c8c8 !important;
  /* 変更したい色に変更可能 */
}

input::placeholder {
  color: #c8c8c8 !important;
  /* 変更したい色に変更可能 */
}

.contact-form-dd.contact-form-dd-reserve-date {
  width: 65%;
}

.contact-form-dd.contact-form-dd-reserve-date p {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact-form-dd.contact-form-dd-reserve-date p span {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-form-dd.gender {
    width: 100%;
  }

  .contact-form .contact-form-dt {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .contact-form {
    padding-top: 0;
  }

  .contact-form-dd.contact-form-dd-reserve-date {
    width: 100%;
  }
}
.grecaptcha-badge {
bottom: 10px;
right: 10px;
transform: scale(0.85);
opacity: 0.6;
}
/* ----------------------------------------
index.php
---------------------------------------- */
.treatment-container.post-wrap{
  font-family: "Shippori Mincho", serif;
}
.treatment-container.post-wrap {
width: 100%;
max-width: 900px;
padding: 0 20px;
margin: 50px auto 50px;
}
.pagination nav.navigation.pagination .nav-links a.page-numbers, .pagination nav.navigation.pagination .nav-links span.page-numbers.current {
width: 30px;
height: 30px;
display: block;
text-align: center;
padding-top: 0.1em;
font-weight: bold;
border-radius: 50%;
padding-left: 0.1em;
}
.post-btn {
display: flex;
padding-bottom: 30px;
margin-bottom: 30px;
margin-top: 50px;
}

.post-btn .left-wrap {
width: 100%;
display: flex;
justify-content: space-between;
}

.category-button {
width: 24%;
border: 1px solid #324772;
font-size: 16px;
color: #324772;
text-align: center;
padding: 6px 0;
background-color: #fff;
text-decoration: none;
cursor: pointer;
font-family: "Shippori Mincho", serif;
}

.category-button.active {
background-color: #324772;
color: #fff;
}

.category-button:hover {
background-color: #324772;
color: #fff;
}

.post-list {
margin-top: 30px;
}

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

.post-list-item {
border-bottom: 1px solid #ddd;
padding: 15px 0;
}

.post-link-wrap {
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
color: #324772;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
}

.post-date {
font-size: 14px;
color: #666;
flex-shrink: 0;
}

.post-title {
font-size: 16px;
color: #4b4646;
text-decoration: none;
margin-left: 10px;
}

.post-title:hover {
text-decoration: underline;
}

.no-posts-message {
text-align: center;
padding: 50px 0;
font-size: 18px;
color: #666;
}
.faq-content p{
	margin-bottom: 15px;
}
.faq-title{
	font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
.post-btn {
  flex-wrap: wrap;
}

.post-btn .left-wrap {
  width: 100%;
  flex-wrap: wrap;
}

.category-button {
  width: 48%;
  margin-bottom: 10px;
}

.post-link-wrap {
  flex-direction: column;
  align-items: flex-start;
}
	.post-list-item.toggle-item .post-content div{
		font-size: 3.2vw;
	}
}

/* 修正追加css */
/* 記事の執筆・監修者（Figma 1000px基準 → 実装900pxで0.9倍） */
.tp-supervisor-large {
	--tp-sup-scale: 0.9;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: calc(19.5px * var(--tp-sup-scale)) calc(23.5px * var(--tp-sup-scale));
	display: flex;
	align-items: stretch;
	gap: calc(32px * var(--tp-sup-scale));
	background: #fff;
	border: 0.5px solid rgba(75, 70, 70, 0.5);
}

.tp-supervisor-large__image {
	flex-shrink: 0;
	width: calc(200px * var(--tp-sup-scale));
	align-self: stretch;
	display: flex;
	align-items: flex-end;
}

.tp-supervisor-large__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 260;
	object-fit: cover;
	object-position: center top;
	box-shadow: 0 calc(4px * var(--tp-sup-scale)) calc(20px * var(--tp-sup-scale))
		rgba(75, 70, 70, 0.12);
}

.tp-supervisor-large__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100%;
	padding-top: calc(15px * var(--tp-sup-scale));
}

.tp-supervisor-large__heading {
	margin: 0;
	padding-bottom: calc(12px * var(--tp-sup-scale));
	border-bottom: 0.5px solid rgba(75, 70, 70, 0.5);
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: calc(18px * var(--tp-sup-scale));
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #7f7163;
}

.tp-supervisor-large__name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: calc(8px * var(--tp-sup-scale));
	margin: calc(22px * var(--tp-sup-scale)) 0 calc(16px * var(--tp-sup-scale));
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	line-height: 1.2;
	color: #4b4646;
	font-size: calc(22px * var(--tp-sup-scale));
	letter-spacing: 0.02em;
}

.tp-supervisor-large__name span {
	font-size: calc(12px * var(--tp-sup-scale));
	letter-spacing: 0.02em;
}

.tp-supervisor-large__text {
	margin-bottom: calc(20px * var(--tp-sup-scale));
	font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: calc(14px * var(--tp-sup-scale));
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #4b4646;
}

.tp-supervisor-large__text p {
	margin: 0 0 0.6em;
}

.tp-supervisor-large__text p:last-child {
	margin-bottom: 0;
}

.tp-supervisor-large__btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: calc(12px * var(--tp-sup-scale));
	padding: calc(10px * var(--tp-sup-scale)) calc(16px * var(--tp-sup-scale))
		calc(10px * var(--tp-sup-scale)) calc(40px * var(--tp-sup-scale));
	background: #fff;
	border: 0.5px solid #ada49e;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: calc(14px * var(--tp-sup-scale));
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #7f7163;
	text-decoration: none;
	transition: opacity 0.2s ease, background-color 0.2s ease;
	margin-top: auto;
	align-self: flex-end;
}

.tp-supervisor-large__btn:hover {
	opacity: 0.85;
}

.tp-supervisor-large__btn::after {
	content: "";
	display: block;
	width: calc(16px * var(--tp-sup-scale));
	height: calc(16px * var(--tp-sup-scale));
	flex-shrink: 0;
	background: no-repeat center / contain;
	/* 右向き矢印（Figmaアイコン相当） */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12l4-4-4-4' stroke='%237f7163' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
	.tp-supervisor-large {
		flex-direction: column;
		align-items: center;
		padding: 24px 20px;
		gap: 20px;
	}

	.tp-supervisor-large__content {
		padding-top: 0;
		width: 100%;
	}

	.tp-supervisor-large__image {
		width: min(200px, 55vw);
		align-self: center;
		align-items: center;
	}

	.tp-supervisor-large__btn {
		width: 100%;
		align-self: stretch;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.tp-doctor-message{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}

/* 記事の執筆・監修者（small / accordion） */
.tp-supervisor-small {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 19.5px 23.5px;
	display: flex;
	align-items: flex-start;
	gap: 32px;
	background: #fff;
	border: 0.5px solid rgba(75, 70, 70, 0.5);
}

.tp-supervisor-small__image {
	flex-shrink: 0;
	width: 200px;
}

.tp-supervisor-small__image img {
	display: block;
	width: 100%;
	height: 115px !important;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 4px 16px rgba(75, 70, 70, 0.12);
	transition: height 0.2s ease;
}

/* details 展開時は画像を縦長に切り替え */
.tp-supervisor-small:has(.tp-supervisor-small__accordion[open]) .tp-supervisor-small__image img {
	height: auto !important;
	object-position: center top;
}

.tp-supervisor-small__content {
	flex: 1;
	min-width: 0;
}

.tp-supervisor-small__name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 26px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #4b4646;
}

.tp-supervisor-small__name span {
	font-size: 12px;
}

.tp-supervisor-small__accordion {
	margin: 0;
}

.tp-supervisor-small__accordion summary {
	position: relative;
	display: block;
	list-style: none;
	cursor: pointer;
	margin: 0;
	padding: 16px 56px 16px 16px;
	background: #f5ede7;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #4b4646;
}

.tp-supervisor-small__accordion summary::-webkit-details-marker {
	display: none;
}

.tp-supervisor-small__accordion summary::after {
	content: "+";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	line-height: 1;
	color: #4b4646;
}

.tp-supervisor-small__accordion[open] summary::after {
	content: "−";
}

.tp-supervisor-small__body {
	padding: 18px 16px 16px;
	background: #f5ede7;
	border-top: 0.5px solid rgba(75, 70, 70, 0.5);
	font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #4b4646;
}

.tp-supervisor-small__body p {
	margin: 0 0 0.55em;
}

.tp-supervisor-small__body p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.tp-supervisor-small {
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
		gap: 16px;
	}

	.tp-supervisor-small__image {
		width: 100%;
	}

	.tp-supervisor-small__image img {
		height: 170px !important;
	}

	.tp-supervisor-small:has(.tp-supervisor-small__accordion[open]) .tp-supervisor-small__image img {
		height: 170px !important;
	}

	.tp-supervisor-small__name {
		margin-bottom: 14px;
		font-size: 18px;
	}

	.tp-supervisor-small__accordion summary {
		padding: 12px 40px 12px 12px;
		font-size: 14px;
	}

	.tp-supervisor-small__accordion summary::after {
		right: 10px;
		font-size: 24px;
	}

	.tp-supervisor-small__body {
		padding: 12px;
		font-size: 13px;
	}
}

#feature.lp-liposuction-feature .fe-box img{
	aspect-ratio: 3 / 2;
}

/* バナーブロック用css */
#top-banner-section{
	width: 100%;
    max-width: 1000px;
	margin: 50px auto;
    padding: 50px;
}

.top-banner-block {
  display: grid;
	justify-items: center;
  gap: 60px;
}

@media screen and (min-width: 768px) {
  .top-banner-block {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-banner-block .banner-item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  max-width: 30%;
}

.top-banner-block .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 料金表下の注記（12px） */
.price-note{
  line-height: 1.7;
  margin-top: 40px;
}

.price-note p{
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1;
}

.price-note__list{
  margin: 6px 0 0;
  padding-left: 1.4em; /* 番号のインデント */
}

.price-note__list li{
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1;
}

.price-note__list{
  counter-reset: price-note;
  padding-left: 0;
  margin: 6px 0 0;
}

.price-note__list li{
  list-style: none;
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 4px;
}

.price-note__list li::before{
  counter-increment: price-note;
  content: counter(price-note) ".";
  position: absolute;
  left: 0;
  top: 0;
}

	.top-campaign-banner{
		width: 70%;
		margin: 70px auto 50px;
    max-width: 1008px;
	}

  @media screen and (max-width: 767px) {
    .top-campaign-banner{
      width: 95%;
      margin: 50px auto 30px;
    }
  }

/* LP block tone adjustment */
.elementor-9 .elementor-element.elementor-element-215ed6e {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: #f5ede7 !important;
  padding: 20px 24px !important;
  box-sizing: border-box;
}

.elementor-9 .elementor-element.elementor-element-215ed6e .elementor-widget-container,
.elementor-9 .elementor-element.elementor-element-215ed6e p {
  color: #4b4646;
}

@media screen and (max-width: 767px) {
  .elementor-9 .elementor-element.elementor-element-215ed6e {
    padding: 16px !important;
  }
}

.unker-link-btn-wrap{
  border: 1px solid rgba(75,70,70,.5);
  padding: 15px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.unker-link-btn-wrap a{
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #4B4646;
  text-decoration: none;
}
.unker-link-btn-wrap:before{
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 18px;
  height: 26px;
  background-image: url(../img/anker-btn-yajirushi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #4B4646;
}
.unker-link-btn{
  padding-left: 25px;
  position: relative;
}
.unker-link-btn.search:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-image: url(../img/search-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #4B4646;
}
.unker-link-btn.onayami:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../img/onayami-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #4B4646;
}
.menu-title.h2-menu{
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  color: #4B4646;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.menu-page-onayami .tp-faq-accordion .tp-faq{
  background: linear-gradient(91.64deg, #B0A193 0%, #CBBCAF 100%);
  padding: 0;
  margin-bottom: 30px;
}
.menu-page-onayami .tp-faq-accordion .tp-faq .question{
  color: #fff;
  padding: 20px 40px 20px;
}
.menu-page-onayami .tp-faq-accordion .tp-faq .question::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: url(../img/onayami-ue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* 開いた状態：同じ SVG を 180° 回転（下向きに見える） */
.menu-page-onayami .tp-faq-accordion .tp-faq .toggle:checked + .question::after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.menu-page-onayami .tp-faq-accordion .tp-faq .answer{
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}
.menu-page-onayami .tp-faq .toggle:checked + .question + .answer{
  background: #fff;
  margin-bottom: -1px;
}
.onayami-cate-wrap{
  position: relative;
  margin: 10px auto;
  padding: 0;
}
.onayami-cate{
  color: #7F7163;
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  display: inline;
  background: #fff;
}
.onayami-cate-wrap {
  display: flex;
  align-items: center;
  gap: 12px; /* 文字と線の間隔（好みで調整） */
  width: 100%;
  box-sizing: border-box;
}
.onayami-cate {
  margin: 0;
  flex: 0 0 auto; /* 文字は幅いっぱいに伸ばさない */
}
.sen-box {
  flex: 1 1 0;
  min-width: 0; /* flex で縮められるように（はみ出し防止） */
  height: 1px;
  background: #B0A193; /* 線の色 */
  align-self: center; /* 縦位置。baseline に揃えたい場合は調整 */
}
.menu-page-onayami .tp-faq-accordion .tp-faq .answer div.sen-box{
  margin-top: 1px;
  background: #B0A193;
}

/* =========================================
   タイトルと横線のスタイル
========================================= */
.onayami-cate-wrap {
  display: flex;
  align-items: center; /* 文字と横線の縦位置を中央で揃える */
  gap: 15px; /* 文字と横線の間の隙間 */
  margin-bottom: 20px; /* 下のボタンエリアとの余白 */
}

.onayami-cate {
  margin: 0; /* pタグのデフォルトの余白を消す */
  font-weight: bold; /* 文字の太さ（お好みで） */
}

.sen-box {
  flex-grow: 1; /* 余っている右側のスペースをすべて横線で埋める */
  height: 1px; /* 線の太さ */
  background-color: #333; /* 線の色（お好みで変更してください） */
}

/* =========================================
 3列のボタングリッドのスタイル
========================================= */
.menu-page-onayami .tp-faq-accordion .tp-faq .answer div.onayami-bnt-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 均等な幅（1fr）で3列に並べる */
  gap: 15px; /* ボタン同士の縦横の隙間 */
}

/* ボタン自体の見た目（必要に応じて調整してください） */
.onayami-bnt {
  font-family: "Shippori Mincho", serif;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 35px 20px 20px;
  color: #4B4646;
  text-decoration: none;
  border: 1px solid rgba(75,70,70,.5);
  transition: 0.3s;
  font-size: 14px;
}
.onayami-bnt:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 6px;
  background-image: url(../img/yajirusi-onayami-sita.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.onayami-bnt:hover {
  opacity: 0.7;
}

/* SP：お悩みアコーディオン内のボタングリッドを2列（PCは上記3列のまま） */
@media screen and (max-width: 767px) {
  .menu-page-onayami .tp-faq-accordion .tp-faq .answer div.onayami-bnt-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.menu-search-warp {
  background-color: #F8F9FA; /* 変更したい背景色 */
  
  /* 背景を画面幅いっぱいに広げる魔法のコード */
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  
  /* 広げた分だけ内側に余白を取り、コンテンツ幅を親要素（900px）に合わせる */
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  
  /* 上下の余白（背景色の見える範囲）はお好みで調整してください */
  padding-top: 40px; 
  padding-bottom: 40px;
}
.menu-search{
  background: #fff;
  padding: 25px 45px;
}
.title-h3-menu-research {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  padding: 16px 24px;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(../img/search-title-h3-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.search-block{
  margin-bottom: 50px;
}
.search-block-column{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.search-block-column .left-block{
  width: 40%;
}
.search-block-column .right-block{
  width: 60%;
}
.menu-de-btn{
  background: linear-gradient(91.64deg, #B0A193 0%, #CBBCAF 100%);
  border: 1px solid #FFFFFF;
  font-family: "Shippori Mincho", serif;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 35px 20px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  margin: 10px auto 0;
  max-width: 304px;
}
.menu-de-btn:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 4px;
  background-image: url(../img/search-menu-migi-yajirushi.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.earch-block-cate{
  margin-top: 50px;
}
.earch-block-cate h4{
  font-size: 20px;
  color: #4B4646;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 8px 0 8px 18px;
  border-left: 5px solid #B0A193;
}
.earch-block-cate-column{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.earch-block-cate-column .left-block{
  width: 30%;
}
.earch-block-cate-column .right-block{
  width: 70%;
}
.earch-block-cate-recommend{
  margin-top: 50px;
  border: 1px solid #B0A193;
  padding: 20px;
}
.earch-block-cate-recommend-tit{
  font-size: 14px;
  color: #4B4646;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 10px;
}
.earch-block-cate-recommend-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
  padding: 16px 20px;
  list-style: none;
  box-sizing: border-box;
  background: #f5ede7;
}

.earch-block-cate-recommend-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4b4646;
  box-sizing: border-box;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/* 改行時は先頭行の高さにアイコン上端を揃える */
.earch-block-cate-recommend-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15em;
  background: url(../img/check-re.svg) no-repeat center center;
  background-size: contain;
}
.md-pc-btn{
  display: block;
}
.md-sp-btn{
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-title.h2-menu{
    font-size: 32px;
    margin-top: 65px;
    margin-bottom: 0;
  }
  .menu-page-onayami .tp-faq-accordion .tp-faq{
    margin-bottom: 10px;
  }
  .menu-page-onayami .tp-faq-accordion .tp-faq .answer div.sen-box{
    display: none;
  }
  .menu-page-onayami .tp-faq-accordion .tp-faq .answer div.onayami-bnt-box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .onayami-bnt{
    padding: 12px 18px 12px 8px;
    font-size: 12px;
  }
  .onayami-bnt:before{
    right: 8px;
  }
  .earch-block-cate-recommend-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .menu-search{
    padding: 0;
  }
  .search-block-column{
    flex-direction: column;
  }
  .search-block-column .left-block,.search-block-column .right-block{
    width: 100%;
  }
  .md-pc-btn{
    display: none;
  }
  .md-sp-btn{
    display: block;
    margin-top: 15px;
  }
  .earch-block-cate-column{
    flex-direction: column;
  }
  .earch-block-cate-column .left-block,.earch-block-cate-column .right-block{
    width: 100%;
  }
  .earch-block-cate-recommend{
    margin-top: 30px;
  }
  .title-h3-menu-research{
    font-size: 1.3rem;
    padding: 12px 5px;
  }
  .earch-block-cate{
    margin-top: 28px;
  }
  .earch-block-cate h4{
    font-size: 16px;
    padding: 3px 0 3px 18px;
  }
  .menu-de-btn{
    padding: 15px 35px 15px 20px;
  }
  #terra-figma-doctor-section{
    display: none;
  }
}

.terra-figma-contact.page-cta{
  width: 100%;
  padding: 40px 20px;
}
.terra-figma-contact.page-cta .terra-figma-contact__big{
  font-size: 140px;
}
.terra-figma-contact.page-cta .terra-figma-contact__action{
  width: 250px;
}
.terra-figma-contact.page-cta .terra-figma-contact__icon.terra-figma-contact__icon--decor{
  position: absolute;
  width: 27px;
  height: auto;
  top: -10px;
  left: 5px;
}
.terra-figma-contact.page-cta .terra-figma-contact__action--free {
  background: #574e47;
  padding: 22px 0 22px 40px;
}
.terra-figma-contact.page-cta .terra-figma-contact__action--line{
  padding: 22px 0 22px 40px;
}
.terra-figma-contact.page-cta .terra-figma-contact__action-subtext--line-secondary{
  font-size: 14px;
}
.terra-figma-contact.page-cta .terra-figma-contact__action-text{
  font-size: 14px;
}
.terra-figma-contact__bg img{
  height: 100%!important;
}
@media screen and (max-width: 767px) {
  .terra-figma-contact.page-cta .terra-figma-contact__action--free{
    width: 280px;
    padding: 22px 0 22px 60px;
    margin: 0 auto;
  }
  .terra-figma-contact.page-cta .terra-figma-contact__action.terra-figma-contact__action--tel{
    width: 280px;
    padding: 22px 0 22px 5px;
    margin: 0 auto;
  }
  .terra-figma-contact.page-cta .terra-figma-contact__action--line{
    width: 280px;
    padding: 22px 0 22px 52px;
    margin: 0 auto;
  }
}