@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

ul, ol, li {
  list-style-type: none;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*画像*/
img {
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*アンカー*/
a {
  outline: none;
  text-decoration: none;
}

a img {
  outline: none;
  border: 0;
}

:focus {
  outline: 0;
}

/*フォーム*/
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/*iOS用にスタイルをリセット*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/******************************************************************************
*
* カラー変数（CSS変数をSCSS用に変換）
*
******************************************************************************/
/******************************************************************************
*
* フォント
*
******************************************************************************/
/******************************************************************************
*
* レイアウト・余白設定
*
******************************************************************************/
/******************************************************************************
*
* z-index 管理
*
******************************************************************************/
/******************************************************************************
*
* レスポンシブ設定
*
******************************************************************************/
/******************************************************************************
*
* フォントサイズ + 行間 設定
*
******************************************************************************/
h1 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  p {
    font-size: 20px;
    line-height: 1.8;
  }
}

a {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}

div {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}

/******************************************************************************
*
* 画像の表示切替
*
******************************************************************************/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1350px) {
  .pc-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

/******************************************************************************
*
* ベーススタイル（要素初期化・共通設定）
*
******************************************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #070001;
  background-color: #fff;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #070001;
}

p {
  margin: 0 0 1em;
  line-height: 1.8;
}

a {
  color: #19AD7F;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, a:focus {
  opacity: 0.7;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  appearance: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  outline: none;
}

iframe {
  max-width: 100%;
  border: none;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

small {
  font-size: 0.875em;
}

/******************************************************************************
*
* コンテナ（レイアウトのベース幅・余白）
*
******************************************************************************/
.l-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 40px;
  }
}

/******************************************************************************
*
* セクション間の余白
*
******************************************************************************/
.l-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 120px 0;
  }
}

/******************************************************************************
*
* 横並び用（flex）
*
******************************************************************************/
.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.l-flex.-center {
  justify-content: center;
  align-items: center;
}
.l-flex.-between {
  justify-content: space-between;
}
.l-flex.-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    flex-wrap: nowrap;
  }
}

/* ==========================================================================
  Footer (KELDSEN)
  - 予約CTAカード（オンライン予約／電話予約）
  - フッター本体（黒背景 + ナビ + 右下ロゴ）
  ========================================================================== */
.site-footer {
  position: relative;
  z-index: 1;
}

/* ============================
 * CTAカードを黒背景に少し被せる
 * ============================ */
/* CTA群を前面にして、下に 36/60px かぶせる */
.footer-cta {
  position: relative;
  z-index: 2; /* 黒背景より上 */
  margin-bottom: -80px; /* ←SPの被り量 */
}
@media screen and (min-width: 1350px) {
  .footer-cta {
    margin-bottom: -120px; /* ←PCの被り量 */
  }
}
.footer-cta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5%;
}
@media screen and (min-width: 768px) {
  .footer-cta__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* 黒背景は背面 & 余白を足して内容が隠れないように */
.footer-main {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 76px;
}
@media screen and (min-width: 1350px) {
  .footer-main {
    padding-top: 124px;
  }
}

/* ----- CTAカード共通 ----- */
.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 5rem 2rem 1rem 2rem;
  border-radius: 28px;
  text-decoration: none;
  color: #070001;
  /* ガラス風（白90% + blur10） */
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  /* 右上の大きな背景アイコン（SVG） */
  /* 右下の丸ボタン（矢印） */
}
@media screen and (min-width: 1350px) {
  .cta-card {
    padding: 5rem 2rem 1rem 2rem;
    border-radius: 36px;
  }
}
.cta-card__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.cta-card__bg img {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 12em;
  height: auto;
  filter: none;
  opacity: 0.6;
  user-select: none;
}
.cta-card__body {
  position: relative;
  z-index: 1;
  min-height: 120px;
}
@media screen and (min-width: 1350px) {
  .cta-card__body {
    min-height: 180px;
  }
}
.cta-card__title {
  margin: 0 0 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.cta-card__label {
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cta-card__label {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .cta-card__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .cta-card__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .cta-card__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .cta-card__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
.cta-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cta-card__desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .cta-card__desc {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .cta-card__desc {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .cta-card__desc {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .cta-card__desc {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .cta-card__desc {
    font-size: 20px;
    line-height: 1.8;
  }
}
.cta-card__action {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1350px) {
  .cta-card__action {
    width: 72px;
    height: 72px;
  }
}
.cta-card__action-icon {
  width: 22px;
  height: 22px;
  background: url("../images/base/arrow.svg") center/contain no-repeat;
}

/* ----------------------------------------------
 * フッター本体（黒背景）
 * ---------------------------------------------- */
.footer-main {
  position: relative;
  margin-top: 40px;
  background: #2f2f2f; /* 黒背景 */
  color: #fff;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding-top: 80px;
  /* 右下の大きなロゴ（装飾） */
}
@media screen and (min-width: 1350px) {
  .footer-main {
    margin-top: 60px; /* CTAカードと重なりやすくする余白 */
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    padding-top: 120px;
  }
}
.footer-main__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1350px) {
  .footer-main__inner {
    padding-inline: 40px;
  }
}
.footer-main__symbol {
  position: absolute;
  right: clamp(16px, 6vw, 80px);
  bottom: clamp(20px, 20vw, 80px);
  width: clamp(84px, 10vw, 140px);
  opacity: 1;
}
.footer-main__symbol img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.25));
  user-select: none;
  pointer-events: none;
}

/* ----------------------------------------------
 * フッターナビ
 * ---------------------------------------------- */
.footer-nav__list {
  display: grid;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .footer-nav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 40px;
  }
}
.footer-nav__head {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer-nav__head {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav__head {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .footer-nav__head {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .footer-nav__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .footer-nav__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .footer-nav__head {
    font-size: 20px;
    line-height: 1.6;
  }
}
.footer-nav__sub {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8em;
}
.footer-nav__sublist {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.footer-nav__sublist li {
  margin: 0 0 10px;
  font-size: 0.8em;
}
.footer-nav__sublist li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

/* ----------------------------------------------
 * コピーライト等
 * ---------------------------------------------- */
.footer-bottom {
  position: relative;
}
.footer-bottom__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 14px 20px 28px;
}
@media screen and (min-width: 1350px) {
  .footer-bottom__inner {
    padding: 18px 40px 36px;
  }
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 0 0 10px;
}

.footer-copy {
  margin: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  font-size: 0.6em;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .footer-copy {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .footer-copy {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .footer-copy {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .footer-copy {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ----------------------------------------------
 * アクセシビリティ：低モーション設定に追従
 * ---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .cta-card {
    transition: none !important;
  }
  .cta-card:hover, .cta-card:focus-visible {
    transform: none !important;
  }
}
.site-header {
  position: relative;
  z-index: 1000;
  top: 0px;
}
@media screen and (min-width: 1350px) {
  .site-header {
    top: 20px;
  }
}

/* Glass card helper */
/* ==============================
 * SP（ロゴとメニューが一体のカード）
 * ============================== */
/* トグル（右上固定） */
.header__toggle {
  position: fixed;
  top: 22px;
  right: 26px;
  z-index: 3001; /* メニューより上 */
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
  transition: transform 0.15s ease;
  /* icon: hamburger → close */
}
.header__toggle::before, .header__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.header__toggle::before {
  box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
}
.header__toggle::after {
  background: transparent;
}
.header__toggle[aria-expanded=true]::before {
  box-shadow: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__toggle[aria-expanded=true]::after {
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1350px) {
  .header__toggle {
    display: none;
  }
}

/* 一体型カード本体（ロゴ行 + メニュー） */
.mobile-menu {
  position: fixed;
  left: 12px;
  right: 12px;
  top: 12px;
  z-index: 3000;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 2px solid #ffffff;
  /* 閉じたときは“ロゴ行”の高さまで。開くと下に伸びる */
  --header-row-h: 64px; /* ロゴ40px + 余白想定。必要に応じ調整 */
  max-height: var(--header-row-h);
  transition: max-height 0.35s ease;
  /* 内容の基本余白 */
  padding: 12px 16px;
  /* ロゴ行 */
  /* 展開するコンテンツ（メニュー部） */
  /* ナビ */
  /* 開いた状態 */
  /* PCでは一体カードは非表示（.sp-only が付いているが安全策） */
}
.mobile-menu .header__logo {
  margin: 0;
}
.mobile-menu .header__logo a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #070001;
  text-decoration: none;
}
.mobile-menu .header__logo img {
  height: 40px;
  width: auto;
  display: block;
}
.mobile-menu .mobile-menu__inner {
  padding-top: 30px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.mobile-menu .mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.mobile-menu .mobile-nav__list .mobile-nav__item > .mobile-nav__link {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  color: #070001;
  text-decoration: none;
}
.mobile-menu .mobile-nav__list .mobile-nav__item > .mobile-nav__link:hover, .mobile-menu .mobile-nav__list .mobile-nav__item > .mobile-nav__link:focus-visible {
  opacity: 0.8;
}
.mobile-menu .mobile-nav__list .mobile-nav__item > .mobile-nav__link::after {
  position: absolute;
  content: "";
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.mobile-menu .mobile-nav__sublist {
  list-style: none;
  margin: 6px 0 0 60px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.mobile-menu .mobile-nav__sublist a {
  position: relative;
  color: #070001;
  text-decoration: none;
}
.mobile-menu .mobile-nav__sublist a:hover, .mobile-menu .mobile-nav__sublist a:focus-visible {
  opacity: 0.8;
}
.mobile-menu .mobile-nav__sublist a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -20px;
  top: 0;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
}
.mobile-menu .mobile-nav__cta {
  list-style: none;
  text-align: left;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.mobile-menu .mobile-nav__cta-tel a {
  display: block;
  text-align: left;
  padding: 12px 14px;
  border-radius: 9999px;
  font-weight: 800;
  color: #19AD7F;
}
.mobile-menu .mobile-nav__cta-reserve a {
  position: relative;
  display: block;
  text-align: center;
  gap: 0.6em;
  padding: 15px 0;
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease;
}
.mobile-menu .mobile-nav__cta-reserve a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/base/arrow.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
}
.mobile-menu .mobile-nav__cta small {
  font-size: 0.6em;
  line-height: 1;
}
.mobile-menu .mobile-nav__cta strong {
  font-size: 1.5em;
  line-height: 1;
}
.mobile-menu.is-open {
  max-height: calc(100vh - 24px); /* 画面下まで滑らかに展開 */
}
.mobile-menu.is-open .mobile-menu__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
@media screen and (min-width: 1350px) {
  .mobile-menu {
    display: none !important;
  }
}

/* SPメニュー開時のスクロール固定 */
body.is-locked {
  overflow: hidden;
}

/* ==============================
 * PC（ロゴとナビ背景を分離）
 * ============================== */
@media screen and (min-width: 1350px) {
  .pc-menu {
    position: fixed;
    width: 100%;
    top: 16px;
    z-index: 1000;
    margin: 0 auto;
    padding-inline: 40px;
    /* 左：ロゴチップ / 右：ナビバー */
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
  }
}

/* 左：ロゴチップ（白90% + blur10） */
@media screen and (min-width: 1350px) {
  .pc-menu .header__logo {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 2px solid #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 9999px;
  }
}
.pc-menu .header__logo a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #070001;
  text-decoration: none;
}
.pc-menu .header__logo img {
  height: 53px;
  width: auto;
  display: block;
}

/* 右：ガラス風ナビバー */
@media screen and (min-width: 1350px) {
  .pc-menu__inner {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 2px solid #ffffff;
    padding: 12px 16px;
    border-radius: 9999px;
    max-width: 960px;
  }
}

@media screen and (min-width: 1350px) {
  .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
  }
}

/* メニュー（PC） */
.pc-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* ドロップダウン（2階層） */
  /* ▼インジケータ（子あり） */
}
@media screen and (min-width: 1350px) {
  .pc-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 56px);
  }
}
.pc-nav__list .pc-nav__item {
  position: relative;
}
.pc-nav__list .pc-nav__link {
  color: #070001;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1350px) {
  .pc-nav__list .pc-nav__sublist {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 2px solid #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  }
  .pc-nav__list .pc-nav__sublist > li > a {
    display: block;
    padding: 10px 14px;
    color: #070001;
    text-decoration: none;
    white-space: nowrap;
  }
}
.pc-nav__list .pc-nav__item:hover > .pc-nav__sublist,
.pc-nav__list .pc-nav__item:focus-within > .pc-nav__sublist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 1350px) {
  .pc-nav__list .pc-nav__item:has(.pc-nav__sublist) > .pc-nav__link {
    position: relative;
    padding-right: 1.1em;
  }
  .pc-nav__list .pc-nav__item:has(.pc-nav__sublist) > .pc-nav__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #070001;
    border-right: 2px solid #070001;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* CTA（PC右側） */
.pc-nav__cta {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1350px) {
  .pc-nav__cta {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.pc-nav__cta-tel a {
  display: block;
  text-align: left;
  border-radius: 9999px;
  font-weight: 800;
  color: #19AD7F;
  text-decoration: none;
}
.pc-nav__cta-reserve a {
  position: relative;
  display: block;
  text-align: center;
  gap: 0.6em;
  padding: 15px 60px 15px 40px;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease;
}
.pc-nav__cta-reserve a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/base/arrow.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
}
.pc-nav__cta small {
  font-size: 0.6em;
  line-height: 1;
}
.pc-nav__cta strong {
  font-size: 1.5em;
  line-height: 1;
}

/* 低モーション設定に追従 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* ==============================
 * 追加：1200px未満はSP要素を常に表示
 * （.sp-only の 767px 制限を上書き）
 * ============================== */
@media (max-width: 1349px) {
  .header__toggle.sp-only,
  .mobile-menu.sp-only {
    display: block !important;
  }
}
/******************************************************************************
*
* セクション共通スタイル（タイトル・説明文など）
*
******************************************************************************/
.c-section {
  padding-block: 30px 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-block: 60px 0;
  }
}
.c-section__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding-inline: 40px;
  }
}
.c-section__head {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-section__head {
    margin-bottom: 3rem;
  }
}
.c-section__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #070001;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .c-section__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.c-section__title::after {
  content: "";
  display: block;
  width: 60%;
  height: 6px;
  background: linear-gradient(transparent 70%, #ffe571 70%);
  position: absolute;
  bottom: -0.4em;
  left: 20%;
}
.c-section__lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1rem;
  color: #A0E183;
}
@media screen and (max-width: 767px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .c-section__lead {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__lead {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
 * Common Button (pill)
 * ========================================================================== */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 4em;
  padding: 10px 5px 10px 20px;
  border-radius: 9999px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
  /* バリアント */
}
.c-btn__label {
  white-space: nowrap;
  color: #070001;
}
.c-btn__icon {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
}
.c-btn__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/base/arrow.svg");
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn.-ghost {
  background: #F1F5F9;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.c-btn.-primary {
  color: #fff;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
}
.c-btn.-primary .c-btn__label {
  color: #fff;
}

/* ==========================================================================
 * Common Heading
 * ========================================================================== */
.c-heading {
  margin-bottom: 30px;
  /* タイトルの下に小さな英字ラベル（… SERVICE 等） */
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 60px;
  }
}
.c-heading__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #070001;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-heading__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .c-heading__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-heading__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-heading__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.c-heading__eyebrow {
  position: relative;
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #19AD7F;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-heading__eyebrow {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .c-heading__eyebrow {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .c-heading__eyebrow {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .c-heading__eyebrow {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .c-heading__eyebrow {
    font-size: 16px;
    line-height: 1.6;
  }
}
.c-heading__eyebrow span {
  padding-left: 35px;
  line-height: 1;
}

.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.loading.reversed li {
  background: #19AD7F;
  animation: LOADINGREV 3s infinite;
}
.loading.reversed li:nth-child(1n) {
  animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
  animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
  animation-delay: 0.4s;
}
.loading li {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 4px;
  width: 4px;
  background: #19AD7F;
  border-radius: 100%;
  transform: transformZ(0);
  animation: LOADING 2s infinite;
}
.loading li:nth-child(1n) {
  left: 0px;
  animation-delay: 0s;
}
.loading li:nth-child(2n) {
  left: 10px;
  animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
  left: 20px;
  animation-delay: 0.4s;
}

@keyframes LOADING {
  0% {
    transform: scale(0.5);
    opacity: 0.25;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.25;
  }
}
@keyframes LOADINGREV {
  0% {
    transform: scale(0.5);
    opacity: 0.25;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.25;
  }
}
/* ==========================================================================
 * Sub Hero (下層ヒーロー共通)
 * 背景は画像で敷く。テキストは左寄せ。SPは縦スタック
 * ========================================================================== */
.p-subhero {
  position: relative;
  isolation: isolate;
  color: #fff;
  /* 上下余白（ヘッダー重なり考慮） */
  padding-block: clamp(120px, 18vw, 160px) clamp(40px, 12vw, 52px);
  /* 背景画像（クリック妨げない） */
  /* コンテンツ */
}
.p-subhero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-subhero__bg picture,
.p-subhero__bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-subhero__bg img {
  object-fit: cover;
}
.p-subhero__inner {
  position: relative;
  z-index: 1;
}
.p-subhero__eyebrow {
  margin: 0 0 clamp(10px, 2vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dff8f4; /* 薄ミント */
}
.p-subhero__head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(14px, 2.4vw, 22px);
}
.p-subhero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 7vw, 72px);
  height: clamp(44px, 7vw, 72px);
}
.p-subhero__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.p-subhero__title {
  color: #fff;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-subhero__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-subhero__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-subhero__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .p-subhero__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-subhero__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-subhero__title {
    font-size: 32px;
    line-height: 1.4;
  }
}

/* ==========================================================================
 * FV（ファーストビュー）
 * ========================================================================== */
.fv {
  position: relative;
  min-height: 80svh;
  display: flex;
  align-items: flex-end;
  padding-block: 120px 30px;
  /* ===== テキストブロック配置 ===== */
  /* ===== 白い“コピー”パネル ===== */
}
@media screen and (min-width: 992px) {
  .fv {
    padding-block: 160px 80px;
    min-height: 100svh;
  }
}
.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  /* 一度だけズーム（止まる） */
  /* ほんのり白かぶせ（右上を少し明るく） */
}
.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fv-zoom-in 20s ease-out forwards;
  animation-delay: 0.2s;
}
@keyframes fv-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 80% 20%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}
.fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  /* SP：中央寄せ */
  justify-items: left;
  text-align: left;
}
@media screen and (min-width: 1350px) {
  .fv__inner {
    /* PC：左から10vwに寄せる */
    justify-items: start;
    text-align: left;
    margin-left: 3vw;
    margin-right: auto;
    gap: 24px;
  }
}
.fv__title {
  position: relative;
  z-index: 50;
  margin-bottom: -35px;
  margin-left: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #070001;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.35);
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .fv__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .fv__title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .fv__title {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .fv__title {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .fv__title {
    margin-bottom: -70px;
  }
}
.fv__title .-em {
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__panel {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 40px 20px 20px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  border: 2px solid #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12), 0 2px 0 rgb(255, 255, 255) inset;
  /* “コピーがかかった”ような淡いにじみ（色の薄いグラデを重ねる） */
}
@media screen and (min-width: 1350px) {
  .fv__panel {
    padding: 60px 20px 20px 20px;
    border-radius: 32px;
  }
}
.fv__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(100% 70% at 10% 15%, rgba(160, 225, 131, 0.1), rgba(255, 255, 255, 0) 60%), radial-gradient(90% 60% at 95% 20%, rgba(25, 173, 127, 0.1), rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  mix-blend-mode: normal;
}
.fv__panel p {
  margin: 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fv__panel p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .fv__panel p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .fv__panel p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .fv__panel p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .fv__panel p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .fv__panel p {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
 * Service - Teaser（右寄せカード）
 * 余白は .l-section / .l-container を使用
 * コンテンツは全体的に右寄せ（左側に余白）
 * ========================================================================== */
.s-service-teaser {
  /* 見出しは共通 .c-heading を使用 */
  background: #F1F5F9;
}
.s-service-teaser__inner {
  margin: 0 0 0 auto;
  padding: 60px 0 60px 5%;
}
@media screen and (min-width: 768px) {
  .s-service-teaser__inner {
    padding: 0 0 120px 15vw;
  }
}
.s-service-teaser__card {
  padding: clamp(18px, 2vw, 24px);
  border-radius: 30px 0 0 30px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-service-teaser__card {
    padding: clamp(24px, 2.6vw, 34px);
    gap: 5em;
    border-radius: 30px 0 0 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.s-service-teaser__media {
  border-radius: 15px;
  overflow: hidden;
}
.s-service-teaser__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.s-service-teaser__body {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .s-service-teaser__body {
    gap: 14px;
  }
}
.s-service-teaser__kicker {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 20px;
  color: #070001;
}
@media screen and (max-width: 767px) {
  .s-service-teaser__kicker {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .s-service-teaser__kicker {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .s-service-teaser__kicker {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .s-service-teaser__kicker {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .s-service-teaser__kicker {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .s-service-teaser__kicker {
    font-size: 28px;
    line-height: 1.4;
  }
}
.s-service-teaser__kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 80%;
  border-radius: 9999px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  transform: translate(0, -50%);
}
.s-service-teaser__text {
  font-size: 14px;
  line-height: 1.8;
  color: #070001;
}
@media screen and (max-width: 767px) {
  .s-service-teaser__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-service-teaser__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-service-teaser__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-service-teaser__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-service-teaser__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-service-teaser__text {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-service-teaser__actions {
  margin-top: 8px;
}

/* ==========================================================================
 * Service - Intro（訪問ワクチン接種とは）
 * - 余白は .l-section / .l-container に準拠
 * - SP: 1列（縦並び） / MD+: 3列
 * ========================================================================== */
.s-service-intro {
  /* カード本体（ガラス調） */
  /* 導入文 */
  /* イラストの並び（SP=縦、MD+=横3） */
  /* 説明文 */
  /* ボタン */
}
.s-service-intro .l-section {
  padding-left: 5%;
  padding-right: 5%;
}
.s-service-intro__card {
  position: relative;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border: 2px solid #fff;
  border-radius: clamp(20px, 3vw, 28px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.s-service-intro__wrapper {
  text-align: center;
}
.s-service-intro__title {
  color: #19AD7F;
  padding-bottom: 1.5rem;
}
.s-service-intro__lead {
  margin: 0 0 clamp(20px, 3vw, 28px);
  text-align: center;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-service-intro__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-service-intro__lead {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-service-intro__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-service-intro__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-service-intro__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-service-intro__lead {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-service-intro__grid {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  margin: clamp(10px, 2.4vw, 20px) 0 clamp(22px, 3.4vw, 36px);
}
@media screen and (min-width: 768px) {
  .s-service-intro__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: clamp(28px, 4.4vw, 60px);
  }
}
.s-service-intro__item {
  position: relative;
  text-align: center;
  padding-inline: 6px;
  /* --- SP（デフォルト）: 横の仕切り線 --- */
  padding-bottom: clamp(16px, 3vw, 24px);
}
.s-service-intro__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 14%, rgba(0, 0, 0, 0.12) 86%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .s-service-intro__item {
    padding-inline: clamp(10px, 2vw, 20px);
    padding-bottom: 0;
    /* SPの横線は消す */
    /* --- MD+: 縦の仕切り線 --- */
  }
  .s-service-intro__item:not(:last-child)::before {
    display: none;
  }
  .s-service-intro__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 14%;
    bottom: 14%;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 14%, rgba(0, 0, 0, 0.12) 86%, rgba(0, 0, 0, 0) 100%);
  }
}
.s-service-intro__figure {
  height: min(150px, 70vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-service-intro__figure img {
  display: block;
  width: auto;
  height: 100%;
}
.s-service-intro__cap {
  margin-top: 30px;
  color: #070001;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-service-intro__cap {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-service-intro__cap {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-service-intro__cap {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-service-intro__cap {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-service-intro__cap {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-service-intro__cap {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-service-intro__desc {
  margin-top: clamp(14px, 3vw, 24px);
  display: grid;
  gap: 8px;
  text-align: center;
}
.s-service-intro__desc p {
  margin: 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-service-intro__desc p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-service-intro__desc p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-service-intro__desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-service-intro__desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-service-intro__desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-service-intro__desc p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-service-intro__actions {
  margin-top: clamp(16px, 3vw, 28px);
  text-align: center;
}

/* ==========================================================================
 * About - Intro
 * PC: 左テキスト / 右フルブリード画像
 * SP: 縦並び（テキスト → 画像）
 * ========================================================================== */
.s-about-intro {
  background: #fff;
  /* ラッパー（2カラム / SPは1カラム） */
}
.s-about-intro__inner {
  margin: 0 0 0 auto;
  padding: 60px 0 60px 5%;
}
@media screen and (min-width: 768px) {
  .s-about-intro__inner {
    padding: 120px 0 120px 15vw;
  }
}
.s-about-intro__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .s-about-intro__wrap {
    align-items: center;
    grid-template-columns: 1fr 1.25fr;
  }
}
.s-about-intro__text {
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-about-intro__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-about-intro__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-about-intro__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-about-intro__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-about-intro__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-about-intro__text {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-about-intro__media {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 1.2vw, 16px);
  width: 100%;
  max-width: 100%;
}
.s-about-intro__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ==========================================================================
 * Vaccine - about-detail + Subnav（静的）
 * ========================================================================== */
/* ---------- サブメニュー（動かない・ガラス調ピル） ---------- */
.p-subnav {
  background: #F1F5F9;
  padding: 60px 0 0 0;
}
.p-subnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: clamp(12px, 3vw, 40px);
  padding: clamp(10px, 2.2vw, 16px) clamp(16px, 3vw, 28px);
  background: #fff;
  border: 2px solid #F2F2F2;
  border-radius: 9999px;
  list-style: none;
}
.p-subnav__item {
  position: relative;
  /* 左にミント色のドット */
}
.p-subnav__item a {
  display: inline-block;
  padding-left: 18px;
  color: #070001;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-subnav__item a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-subnav__item a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .p-subnav__item a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-subnav__item a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-subnav__item a {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-subnav__item a:hover, .p-subnav__item a:focus-visible {
  opacity: 0.8;
}
.p-subnav__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  transform: translateY(-50%);
}

/* ---------- 概要ブロック ---------- */
.s-vaccine-overview {
  background: #F1F5F9;
}
.s-vaccine-overview__grid {
  display: grid;
  gap: clamp(40px, 4vw, 48px);
}
@media screen and (min-width: 768px) {
  .s-vaccine-overview__grid {
    grid-template-columns: 1.05fr 1fr; /* 画像:本文 ≒ 1.05:1 */
    align-items: top;
    gap: clamp(80px, 4vw, 48px);
  }
}
.s-vaccine-overview__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(14px, 1.2vw, 18px);
  object-fit: cover;
}
.s-vaccine-overview__title {
  position: relative;
  margin: 0 0 clamp(20px, 2.4vw, 30px);
  padding-left: 30px;
  font-weight: 800;
  line-height: 1.3;
  font-size: 28px;
  line-height: 1.4;
  /* 左アクセントバー */
}
@media screen and (max-width: 767px) {
  .s-vaccine-overview__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .s-vaccine-overview__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .s-vaccine-overview__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .s-vaccine-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .s-vaccine-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .s-vaccine-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.s-vaccine-overview__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 3px;
  height: 75%;
  border-radius: 2px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  transform: translate(0, -50%);
}
.s-vaccine-overview__text p {
  margin: 0 0 1em;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-vaccine-overview__text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-vaccine-overview__text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-vaccine-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-vaccine-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-vaccine-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-vaccine-overview__text p {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
 * Service - Feature
 * PC: 左カラム（見出し）sticky / 右はカードグリッド
 * SP: 縦1カラムで順に表示
 * 先頭カードのみ PC/SP 画像を切り替え可能
 * ========================================================================== */
.s-feature {
  /* 全体レイアウト */
  /* 左：タイトル（stickyはPCのみ） */
  /* 右：カードグリッド */
}
.s-feature__layout {
  display: grid;
  gap: clamp(20px, 4vw, 48px);
}
@media screen and (min-width: 768px) {
  .s-feature__layout {
    grid-template-columns: minmax(220px, 28%) 1fr; /* 左タイトル / 右カード */
    align-items: start;
  }
}
.s-feature__sticky {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-feature__sticky {
    position: sticky;
    top: clamp(70px, 8vw, 120px); /* ヘッダー高さ＋余白に合わせて調整 */
    align-self: start;
  }
}
.s-feature__grid {
  display: grid;
  gap: clamp(30px, 2.6vw, 30px);
  /* SPは1カラム */
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .s-feature__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- カード ---------- */
.s-feature-card {
  background: #fff;
  border-radius: clamp(12px, 1.2vw, 16px);
  border: 2px solid #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /* 先頭のワイドカード（PCで2カラム跨ぐ） */
}
@media screen and (min-width: 768px) {
  .s-feature-card.-wide {
    grid-column: 1/-1;
  }
}
.s-feature-card__media img,
.s-feature-card__media picture {
  display: block;
  width: 100%;
}
.s-feature-card__media img {
  height: auto;
  object-fit: cover;
  /* ワイドカードは横長比率、それ以外は正方形寄りに */
}
.s-feature-card.-wide .s-feature-card__media img {
  aspect-ratio: 16/9;
}
.s-feature-card__body {
  padding: clamp(14px, 2.4vw, 18px) clamp(14px, 2.4vw, 20px) clamp(18px, 3vw, 24px);
}
.s-feature-card__title {
  margin: 0 0 clamp(8px, 1.6vw, 12px);
  font-weight: 800;
  line-height: 1.4;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
  /* 左アクセントバー */
}
@media screen and (max-width: 767px) {
  .s-feature-card__title {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .s-feature-card__title {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .s-feature-card__title {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .s-feature-card__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .s-feature-card__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .s-feature-card__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.s-feature-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 3px;
  height: 0.9em;
  border-radius: 2px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
}
.s-feature-card__title span {
  display: inline-block;
}
.s-feature-card__text {
  margin: 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-feature-card__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-feature-card__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-feature-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-feature-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-feature-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-feature-card__text {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
 * Voice (お客様の声)
 * PC: 3カラム / SP: 1カラム
 * イラストはカード上辺からはみ出して配置
 * ========================================================================== */
.s-voice {
  background: #FAFAFA;
}
.s-voice__head {
  margin-bottom: clamp(20px, 3vw, 32px);
}
.s-voice__grid {
  display: grid;
  gap: clamp(60px, 2.4vw, 28px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1350px) {
  .s-voice__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- Card ---------- */
.voice-card {
  position: relative;
  overflow: visible; /* イラストをはみ出させる */
  background: #fff;
  border: 2px solid #fff;
  border-radius: clamp(12px, 1.2vw, 16px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  /* 内側余白：上はイラスト分を多めに確保 */
  /* イラスト：上に突き出す */
  /* ヘッダー（氏名＋タグ） */
  /* 罫線（淡いグラデ） */
}
.voice-card__inner {
  padding: clamp(18px, 2.6vw, 24px);
  padding-top: clamp(44px, 6vw, 64px);
}
.voice-card__illust {
  position: absolute;
  top: clamp(-26px, -3vw, -34px);
  right: clamp(12px, 2.2vw, 20px);
  height: 120px;
  pointer-events: none; /* クリックを阻害しない */
}
.voice-card__illust img {
  display: block;
  width: auto;
  height: 100%;
}
.voice-card__header {
  display: grid;
  align-items: start;
  gap: 10px;
}
.voice-card__name {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice-card__name {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .voice-card__name {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .voice-card__name {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .voice-card__name {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .voice-card__name {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .voice-card__name {
    font-size: 20px;
    line-height: 1.6;
  }
}
.voice-card__name .voice-card__name-main {
  letter-spacing: 0.02em;
}
.voice-card__tags {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.voice-card__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #A0E183;
  border: 1px solid #A0E183;
}
.voice-card__rule {
  height: 1px;
  margin: 14px 0 16px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 14%, rgba(0, 0, 0, 0.12) 86%, rgba(0, 0, 0, 0) 100%);
}
.voice-card__text {
  margin: 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice-card__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .voice-card__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .voice-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .voice-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .voice-card__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .voice-card__text {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
  Area（対応エリア）
  - 背景指定なし
  - カードの背景は $color-bg
  ========================================================================== */
.s-area .area-card {
  background: #FAFAFA;
  border: 2px solid #fff;
  border-radius: clamp(16px, 2vw, 24px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: clamp(40px, 4vw, 80px);
}
.s-area .area-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-area .area-card__grid {
    grid-template-columns: 1.1fr 1fr;
  }
}
.s-area .area-list {
  margin: clamp(12px, 1.6vw, 16px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.s-area .area-list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-area .area-list li {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-area .area-list li {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-area .area-list li {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-area .area-list li {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-area .area-list li {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-area .area-list li {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-area .area-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: #070001;
}
.s-area .area-note {
  margin-top: clamp(12px, 2vw, 18px);
  font-size: 12px;
  line-height: 1.8;
}
.s-area .area-card__right {
  justify-self: center;
}
.s-area .area-map {
  margin: 0;
  width: min(520px, 100%);
}
.s-area .area-map img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
  Price（料金）- 上段/下段とも画像表示
  ========================================================================== */
.s-price {
  background-color: #FAFAFA;
  /* 画像カード共通 */
  /* 下段：見出しバー（任意） */
}
.s-price .price-imgcard {
  margin-top: clamp(16px, 2.6vw, 28px);
}
.s-price .price-imgcard__figure {
  max-width: 960px;
  margin: 0 auto;
}
.s-price .price-imgcard__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.s-price .price-tableimg {
  padding-top: 0;
}
.s-price .price-tableimg__headbar {
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  color: #fff;
  border-radius: clamp(16px, 2.4vw, 20px);
  padding: clamp(10px, 2vw, 14px) clamp(12px, 2.6vw, 18px);
  transform: translateY(-50%);
  width: max-content;
  min-width: 58%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .s-price .price-tableimg__headbar {
    min-width: 72%;
  }
}
.s-price .price-tableimg__title {
  font-weight: 800;
  letter-spacing: 0.04em;
}
.s-price .price-tableimg__footnote {
  margin-top: clamp(10px, 2.4vw, 16px);
  text-align: right;
  font-size: 16px;
  color: #d2d2d2;
}

/* ==========================================================================
  Flow（ご利用の流れ）
  タイトル：PCでsticky
  タイムライン：PC=中央ライン＋右に本文／SP=左ライン＋縦並び
  ========================================================================== */
.s-flow {
  /* タイトル（PCのみsticky） */
  /* タイムライン本体 */
  /* 番号バッジ */
  /* 本文の位置 */
  /* 見出し（小バー付き） */
}
.s-flow .flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px);
}
@media screen and (min-width: 768px) {
  .s-flow .flow {
    grid-template-columns: 1fr 2fr;
    gap: clamp(28px, 4vw, 56px);
  }
}
@media screen and (min-width: 768px) {
  .s-flow .flow__head {
    position: sticky;
    top: clamp(70px, 16vh, 160px);
    align-self: start;
  }
}
.s-flow .flow__body {
  position: relative;
}
.s-flow .flow__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  /* 縦の点線（PC：中央 / SP：左） */
}
.s-flow .flow__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-image: repeating-linear-gradient(to bottom, #A0E183 0, #A0E183 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 16px);
  left: 28px; /* SPは左寄せ */
}
@media screen and (min-width: 768px) {
  .s-flow .flow__list::before {
    left: 50%; /* PCは中央 */
    transform: translateX(-50%);
  }
}
.s-flow .flow__item {
  position: relative;
  padding: clamp(50px, 5vw, 44px) 0;
  /* アイテム間の余白の終端を整えるために最後の後ろも少し余白 */
}
.s-flow .flow__item:last-child {
  padding-bottom: clamp(28px, 6vw, 56px);
}
.s-flow .flow__dot {
  position: absolute;
  top: 0;
  left: 28px; /* SP：ライン位置 */
  transform: translate(-50%, 0);
  width: clamp(36px, 7vw, 48px);
  height: clamp(36px, 7vw, 48px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.45);
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  .s-flow .flow__dot {
    left: 50%; /* PC：中央 */
  }
}
.s-flow .flow__content {
  margin-left: calc(28px + clamp(24px, 5vw, 32px)); /* SP：ライン＋余白 */
}
@media screen and (min-width: 768px) {
  .s-flow .flow__content {
    margin-left: calc(50% + clamp(24px, 3vw, 40px)); /* PC：中央ラインより右へ */
  }
}
.s-flow .flow__title {
  position: relative;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 14px;
}
.s-flow .flow__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 3px;
  height: 75%;
  border-radius: 2px;
  transform: translate(0, -50%);
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
}
.s-flow .flow__desc {
  color: #070001;
  line-height: 1.9;
}

.p-faq__list {
  margin-top: 2rem;
}
.p-faq__item {
  border-bottom: 1px solid #F2F2F2;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #070001;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__toggle {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-faq__toggle .p-q__icon {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #19AD7F;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__toggle .p-q__icon {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle .p-q__icon {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle .p-q__icon {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-faq__toggle .p-faq__question-text {
  flex: 1;
  margin: 0;
  padding: 1rem 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle .p-faq__question-text {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-faq__toggle::after {
  content: "＋";
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  color: #19AD7F;
}
.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
  display: flex;
  align-items: flex-start;
  background: #FAFAFA;
}
.p-faq__answer .p-a__icon {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #19AD7F;
  flex-shrink: 0;
  margin: 20px 0.5em;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-a__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-a__icon {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-a__icon {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-faq__answer p {
  font-size: 14px;
  line-height: 1.8;
  color: #070001;
  line-height: 1.6;
  margin: 0;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-faq__answer .p-faq__link {
  font-size: 14px;
  line-height: 1.8;
  color: #19AD7F;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-faq__link {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-faq__link {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-faq__link {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-faq__item.is-open .p-faq__answer {
  max-height: 500px;
}
.p-faq__item.is-open .p-faq__toggle::after {
  content: "－";
}

/* ==========================================================================
  About - overview
  PC: 左に画像 / 右に本文
  SP: 画像→本文の縦並び（<768px）
  ========================================================================== */
.s-about-overview {
  /* 他セクションとトーンを合わせたい場合は有効化
  background: $color-bg;
  */
}
.s-about-overview__grid {
  display: grid;
  gap: clamp(32px, 4vw, 48px);
}
@media screen and (min-width: 768px) {
  .s-about-overview__grid {
    grid-template-columns: 1.05fr 1fr; /* 画像 : 本文 ≒ 1.05 : 1 */
    align-items: start;
    gap: clamp(56px, 5vw, 72px);
  }
}
.s-about-overview__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(12px, 1.2vw, 18px);
  object-fit: cover;
}
.s-about-overview__body {
  /* 余白の微調整が必要ならここで */
}
.s-about-overview__title {
  position: relative;
  margin: 0 0 clamp(18px, 2.4vw, 26px);
  padding-left: 20px;
  font-weight: 800;
  line-height: 1.35;
  font-size: 28px;
  line-height: 1.4;
  /* 左アクセントバー */
}
@media screen and (max-width: 767px) {
  .s-about-overview__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .s-about-overview__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .s-about-overview__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .s-about-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .s-about-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .s-about-overview__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.s-about-overview__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 3px;
  height: 70%;
  border-radius: 2px;
  background: linear-gradient(150deg, rgb(25, 173, 127), rgb(160, 225, 131));
  transform: translateY(-50%);
}
.s-about-overview__text p {
  margin: 0 0 1em;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-about-overview__text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-about-overview__text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-about-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-about-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-about-overview__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-about-overview__text p {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ==========================================================================
  Staff (ABOUT) - 横並び（PC）／写真+氏名横並び（SP）＋略歴は縦積み
  ========================================================================== */
.s-staff {
  background: #FAFAFA;
  /* ---------------------------------
   * 各メンバーカード
   * --------------------------------- */
  /* 画像 */
  /* 氏名・役職（SPでは画像の右、PCでは本文冒頭） */
  /* 役職ピル */
  /* 氏名 */
  /* 略歴（共通のベース） */
  /* DL（年表） */
  /* 資格 */
  /* PC：右側の本文カラム */
}
.s-staff__list {
  display: grid;
  gap: clamp(60px, 6vw, 120px);
}
.s-staff__item {
  /* SP: 画像と氏名( .sp-only )を横並び、略歴( .sp-only )は下でフル幅 */
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  column-gap: 40px;
  row-gap: 14px;
}
@media screen and (min-width: 768px) {
  .s-staff__item {
    /* PC: 画像と右側本文を横並び */
    grid-template-columns: clamp(300px, 28vw, 360px) 1fr;
    column-gap: clamp(28px, 3vw, 40px);
    row-gap: 0;
    align-items: start;
  }
}
.s-staff__photo {
  grid-column: 1;
  grid-row: 1/span 2;
}
@media screen and (min-width: 768px) {
  .s-staff__photo {
    grid-row: auto;
  }
}
.s-staff__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.s-staff__head {
  display: inline-flex;
  flex-direction: column;
  align-content: start;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .s-staff__head {
    grid-column: auto;
    grid-row: auto;
    gap: 8px;
    margin-bottom: 30px;
  }
}
.s-staff__role {
  display: inline-block;
  text-align: center;
  padding: 2px 0;
  border-radius: 9999px;
  font-weight: 700;
  color: #19AD7F;
  background: #fff;
  font-size: 0.875em;
  border: 2px solid rgba(25, 173, 127, 0.25);
}
.s-staff__name {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-staff__name {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .s-staff__name {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .s-staff__name {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1350px) {
  .s-staff__name {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .s-staff__name {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .s-staff__name {
    font-size: 32px;
    line-height: 1.4;
  }
}
.s-staff__name .s-staff__name-roman {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  opacity: 0.6;
  font-size: 0.6em;
  color: #d2d2d2;
}
.s-staff__career {
  grid-column: 1/-1;
  grid-row: 3;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .s-staff__career {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F2F2F2;
    border-radius: clamp(14px, 1.2vw, 18px);
    padding: clamp(16px, 1.6vw, 22px) clamp(18px, 2vw, 26px);
  }
}
.s-staff .-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-staff .-sp {
    display: none;
  }
}
.s-staff .-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-staff .-pc {
    display: block;
  }
}
.s-staff__career-title {
  margin: 20px 0 10px;
  font-weight: 800;
  color: #19AD7F;
}
.s-staff__career-title:nth-child(1) {
  margin: 0 0 10px;
}
.s-staff__dl {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .s-staff__dl {
    gap: 12px;
  }
}
.s-staff__row {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  column-gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.s-staff__row:last-child {
  border-bottom: 0;
}
.s-staff__row dt {
  white-space: nowrap;
  color: #070001;
}
.s-staff__row dd {
  margin: 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-staff__row dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-staff__row dd {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-staff__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-staff__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-staff__row dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-staff__row dd {
    font-size: 20px;
    line-height: 1.8;
  }
}
.s-staff__qual {
  margin: 10px 0 0;
  color: #070001;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .s-staff__qual {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-staff__qual {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .s-staff__qual {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1350px) {
  .s-staff__qual {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .s-staff__qual {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .s-staff__qual {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .s-staff__content {
    display: grid;
    gap: clamp(14px, 1.6vw, 18px);
    align-content: start;
  }
}

/* ==========================================================================
  Company (About) - map embed + table
  dt: $color-main 下線 / dd: $color-gray 下線
  ========================================================================== */
.s-company {
  /* ---- Google Map embed ---- */
  /* ---- 定義リスト（dt/dd の下線指定） ---- */
}
.s-company__grid {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
}
@media screen and (min-width: 768px) {
  .s-company__grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
    gap: clamp(32px, 6vw, 60px);
  }
}
.s-company__map {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  min-height: 200px;
  border-radius: clamp(12px, 1.1vw, 16px);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #e9eef3; /* ローディング時の下地 */
}
@media screen and (min-width: 768px) {
  .s-company__map {
    aspect-ratio: 4/3;
    min-height: 280px;
  }
}
.s-company__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.s-company__table {
  margin: 0;
}
.s-company__row {
  display: grid;
  grid-template-columns: minmax(7em, 10em) 1fr;
}
@media screen and (min-width: 768px) {
  .s-company__row {
    grid-template-columns: minmax(8em, 12em) 1fr;
  }
}
.s-company__row dt,
.s-company__row dd {
  padding-block: clamp(14px, 1.6vw, 20px);
}
.s-company__row dt {
  margin: 0;
  padding-right: clamp(12px, 1.6vw, 18px);
  border-bottom: 1px solid #19AD7F; /* ← 指定通り */
  font-weight: 700;
  white-space: nowrap;
}
.s-company__row dd {
  margin: 0;
  padding-left: clamp(12px, 1.6vw, 18px);
  border-bottom: 1px solid #F2F2F2; /* ← 指定通り */
}

.s-contact .l-section {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .s-contact .l-section {
    padding: 60px 0;
  }
}

/******************************************************************************
*
* Utility（!importantなし、安全設計）
*
******************************************************************************/
/* テキスト配置 */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* 表示制御 */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

/* フォントウェイト */
.u-fw-bold {
  font-weight: 700;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-regular {
  font-weight: 400;
}

/* フォント */
.font-en {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* マージンボトム */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

/* パディング */
.u-pt-40 {
  padding-top: 2.5rem;
}

.u-pb-40 {
  padding-bottom: 2.5rem;
}

/* 幅 */
.u-w-100 {
  width: 100%;
}

/* テキストカラー */
.u-color-main {
  color: #19AD7F;
}

.u-color-sub {
  color: #A0E183;
}

.u-color-gray {
  color: #b2b2b2;
}

/* 背景色 */
.u-bg-main {
  background-color: #19AD7F;
}

.u-bg-sub {
  background-color: #A0E183;
}

/* その他 */
.u-nowrap {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

/* --------------------------------------------
 * Animation Utility
 * フェード・スライド・拡大・波紋・スクロールアイコン等
 * ------------------------------------------ */
/* === 1. スケールバウンス === */
@keyframes a-scale-bounce {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.03);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.93);
  }
  70% {
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.a-scale-bounce {
  animation: a-scale-bounce 1.8s linear infinite;
}

/* === 2. 上下アニメーション === */
@keyframes a-updown {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.a-updown {
  animation: a-updown 1.2s linear infinite;
}

/* === 3. フェードイン（スクロール連動用） === */
.a-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease;
}
.a-fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* === 4. 帯アニメーション（テキスト・画像共通） === */
.a-wipe-container {
  overflow: hidden;
  position: relative;
}
.a-wipe-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-101%);
  transition: transform 0.8s ease;
  z-index: 1;
}
.a-wipe-container.is-inview::before {
  transform: translateX(101%);
}
.a-wipe-container .a-wipe-text {
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
}
.a-wipe-container.is-inview .a-wipe-text {
  opacity: 1;
}

/* === 5. 波紋アニメーション === */
@keyframes a-ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.a-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666;
  box-shadow: 0 0 5px #666;
  animation: a-ripple 2s infinite;
  top: 0;
  left: 0;
}

/* === 6. スクロールアイコン（マウス型） === */
@keyframes a-scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(12px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-scroll-icon {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.a-scroll-icon::before {
  content: "";
  width: 18px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto 8px;
}
.a-scroll-icon::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  animation: a-scroll-dot 2s infinite;
}

.wrap {
  width: 100%;
  height: 100vh;
  position: relative; /*基準要素、子の基準となる*/
}

#particles-js {
  pointer-events: none;
}

/* 念のため canvas 自体にも */
#particles-js > canvas {
  pointer-events: none !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}