@charset "UTF-8";
/*
Theme Name:  Fusion Theme
Author: will
Version: 1.0 ver
*/
/* リセットCSS */
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;
}

/* HTML5要素の表示をブロックレベルに設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 18px;
  background: #f9f9f6;
}

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

.contents-header {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.c-btn {
  display: inline-block;
  background: #71a15d;
  padding: 17px 20px;
  color: white;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px #355527;
          box-shadow: 3px 3px #355527;
}

.en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #71a15d;
  letter-spacing: 3px;
}

.p-fv .p-fv__photo .p-fv__photo-img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: fvPhotoFade 18s linear infinite;
          animation: fvPhotoFade 18s linear infinite;
  will-change: opacity, transform;
}

.p-fv .p-fv__photo .p-fv__photo-img--1 {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.p-fv .p-fv__photo .p-fv__photo-img--2 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.p-fv .p-fv__photo .p-fv__photo-img--3 {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}

/* .p-flow__media ─ p-fv__visual と同じクロスフェードのスライド（3枚） */
.p-flow .p-flow__slider .p-flow__slide {
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: fvPhotoFade 18s linear infinite;
          animation: fvPhotoFade 18s linear infinite;
  will-change: opacity, transform;
}

.p-flow .p-flow__slider .p-flow__slide:nth-child(1) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.p-flow .p-flow__slider .p-flow__slide:nth-child(2) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.p-flow .p-flow__slider .p-flow__slide:nth-child(3) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}

@-webkit-keyframes fvPhotoFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  8.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fvPhotoFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  8.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv .p-fv__photo .p-fv__photo-img {
    -webkit-animation: none;
            animation: none;
  }
  .p-fv .p-fv__photo .p-fv__photo-img--1 {
    opacity: 1;
  }
  .p-flow .p-flow__slider .p-flow__slide {
    -webkit-animation: none;
            animation: none;
  }
  .p-flow .p-flow__slider .p-flow__slide:nth-child(1) {
    opacity: 1;
  }
}
/* ── .p-reason（選ばれる理由）スクロール連動カードスタック関連 ── */
/* レイアウト本体は _page-top.scss、スクロール連動の計算は js/reason.js */
.p-reason .p-reason__tab {
  -webkit-transition: background-color 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, padding 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, padding 0.3s, -webkit-box-shadow 0.3s;
}

.p-reason .p-reason__tab .p-reason__tab-num {
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.p-reason.is-anim .p-reason__panel {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ── .p-faq アコーディオン開閉アニメ ── */
/* 構造はプレーンな <div class="p-faq__question/answer"> ＋ .is-active クラス。
   js/faq.js が .p-faq__answer.style.maxHeight を 0 ⇔ scrollHeight にセットして
   CSS の max-height トランジションを走らせる。
   シェブロン（>）も同じ尺・イージングに揃える。 */
.p-faq__item > .p-faq__answer {
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question::after {
  -webkit-transition: margin-top 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: margin-top 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, margin-top 0.5s ease-out;
  transition: transform 0.5s ease-out, margin-top 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .p-faq__item > .p-faq__answer,
  .p-faq__item .p-faq__question::after {
    -webkit-transition: none;
    transition: none;
  }
}
/* ── PC（マウス環境）のリンク／ボタン ホバーアニメ ── */
/* hover: hover 限定でタップ端末には付与しない（残留ホバー防止） */
@media (hover: hover) {
  .c-btn {
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .c-btn:hover {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-box-shadow: 1px 1px #355527;
            box-shadow: 1px 1px #355527;
  }
  .l-header__nav .l-header__nav-list li a {
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header__nav .l-header__nav-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #71a15d;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header__nav .l-header__nav-list li a:hover {
    color: #71a15d;
  }
  .l-header__nav .l-header__nav-list li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-header__logo a,
  .l-footer__logo a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__logo a:hover,
  .l-footer__logo a:hover {
    opacity: 0.75;
  }
  .l-footer__instagram {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footer__instagram:hover {
    opacity: 0.7;
  }
  .p-recruit__banner {
    display: block;
  }
  .p-recruit__banner img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.3s ease;
    transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
  }
  .p-recruit__banner:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.92;
  }
  .p-company__table td a {
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  .p-company__table td a:hover {
    color: #71a15d;
    opacity: 0.85;
  }
}
/* ── ローディング画面 ──
   約3秒のゆったりしたローダー。
   ロゴ: ふわっと表示（0→25%）→ 表示維持（〜62.5%）→ ふわっと消失（〜100%）
   オーバーレイ: 80%まで保持 → 100%で消失（フェードアウト）
   animation-fill-mode: forwards によりアニメ後は visibility:hidden を維持。
   JSは不要。
*/
.l-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #cdedbe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: l-loader-fade 3s ease-in-out forwards;
          animation: l-loader-fade 3s ease-in-out forwards;
}

.l-loader__logo {
  width: 90px;
  height: auto;
  opacity: 0;
  -webkit-animation: l-loader-logo 2.4s ease-in-out forwards;
          animation: l-loader-logo 2.4s ease-in-out forwards;
}

@-webkit-keyframes l-loader-logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  25%, 62.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes l-loader-logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  25%, 62.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes l-loader-fade {
  0%, 80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes l-loader-fade {
  0%, 80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* 動きを抑制したいユーザー向け（OS設定で reduce motion）：ローダーは即座に非表示 */
@media (prefers-reduced-motion: reduce) {
  .l-loader {
    display: none;
  }
}
/* スマホではロゴをさらに一回り小さく */
@media screen and (max-width: 768px) {
  .l-loader__logo {
    width: 70px;
  }
}
/* ── スクロール連動：下からふわっと上がるフェードイン ──
   js/fadeup.js が IntersectionObserver で .is-visible を付与し、
   CSS の transition で opacity/translateY を遷移させる。
   - .js-fadeup            … 単体要素を観測してその要素自体をフェードイン
   - .js-fadeup-stagger    … コンテナを観測し、直接の子要素を順番にカスケード
*/
.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, transform 1.6s;
  transition: opacity 1.6s, transform 1.6s, -webkit-transform 1.6s;
  will-change: opacity, transform;
}

.js-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* グループ：コンテナがビューポートに入ったら、直接の子要素を順番にフェードイン */
.js-fadeup-stagger > * {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, transform 1.6s;
  transition: opacity 1.6s, transform 1.6s, -webkit-transform 1.6s;
  will-change: opacity, transform;
}

.js-fadeup-stagger.is-visible > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.js-fadeup-stagger > *:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}

.js-fadeup-stagger > *:nth-child(3) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}

.js-fadeup-stagger > *:nth-child(4) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.js-fadeup-stagger > *:nth-child(5) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}

.js-fadeup-stagger > *:nth-child(6) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.js-fadeup-stagger > *:nth-child(7) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}

.js-fadeup-stagger > *:nth-child(8) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}

.js-fadeup-stagger > *:nth-child(9) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}

/* スロー版：見出し → 本文 のように、しっかり時間差を付けたい順次リビールに使用。
   親に .js-fadeup-stagger.js-fadeup-stagger--slow を付け、子要素を順番にフェードイン。
   2子目以降が 400ms 刻みで遅れて出てくる（コンセプト・メッセージ・サービス・施設情報で使用）。
   施設情報は最大9枚あるため nth-child(9) まで対応。 */
.js-fadeup-stagger--slow > *:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.js-fadeup-stagger--slow > *:nth-child(3) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.js-fadeup-stagger--slow > *:nth-child(4) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.js-fadeup-stagger--slow > *:nth-child(5) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.js-fadeup-stagger--slow > *:nth-child(6) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.js-fadeup-stagger--slow > *:nth-child(7) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.js-fadeup-stagger--slow > *:nth-child(8) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

.js-fadeup-stagger--slow > *:nth-child(9) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}

/* ミディアム版：遷移時間を 1.2s に上書き（デフォルト 1.6s より少し速い）。
   .js-fadeup-stagger--med を併用すると子要素の transition-duration が 1.2s に。
   サービス・施設・流れ・メッセージで使用。 */
.js-fadeup-stagger--med > * {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

/* JS未実行 / 古いブラウザ向け：no-js または .is-visible が付かないなら表示状態を維持 */
.no-js .js-fadeup,
.no-js .js-fadeup-stagger > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* 動きを抑制したいユーザー向け：即時表示 */
@media (prefers-reduced-motion: reduce) {
  .js-fadeup,
  .js-fadeup-stagger > * {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* ── FV エントランス ──
   ローディングアニメ（〜3秒）が消えるタイミングで要素を順次フェードイン。
   PC・タブレット: 見出し → リード文（元の挙動）
   SP（≤768px）  : 見出し → ビジュアル（写真+バッジ）、リードは静止表示
   pure CSS animation で実装（JS不要、レイアウト依存なし）。 */
.p-fv .p-fv__heading,
.p-fv .p-fv__lead {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fv-entrance 1.6s ease forwards;
          animation: fv-entrance 1.6s ease forwards;
  will-change: opacity, transform;
}

.p-fv .p-fv__heading {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
} /* ローダーが消え始めて 0.3s 後 */
.p-fv .p-fv__lead {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
} /* 見出しから 400ms 遅れ */
@-webkit-keyframes fv-entrance {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fv-entrance {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* SPのみ: lead のフェードを止め、代わりに visual をフェードイン */
@media screen and (max-width: 768px) {
  .p-fv .p-fv__lead {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .p-fv .p-fv__visual {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation: fv-entrance 1.6s ease forwards;
            animation: fv-entrance 1.6s ease forwards;
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s; /* 見出しから 600ms 遅れ */
    will-change: opacity, transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv .p-fv__heading,
  .p-fv .p-fv__lead,
  .p-fv .p-fv__visual {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
/* ── 施設情報：行内カスケード ──
   各 .p-facility__item は js-fadeup で個別にビューポート観測（スクロール連動）。
   PCは3列グリッドなので、同じ行に並ぶカードに 200ms 刻みのウェーブを付けて
   横方向のカスケード（左→中→右）を演出する。
   スマホはdelay不要（カードがスクロールに合わせて1つずつ自然にフェードイン）。 */
@media screen and (min-width: 769px) {
  /* 施設情報はPC・タブレット時3列グリッド：行内に 400ms 刻みのウェーブ */
  .p-facility__item.js-fadeup:nth-child(3n+2) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .p-facility__item.js-fadeup:nth-child(3n+3) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  /* サービスは4枚をすべて個別 400ms 刻みでカスケード（2x2が同時にviewportに入るため） */
  .p-service__item.js-fadeup:nth-child(2) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .p-service__item.js-fadeup:nth-child(3) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  .p-service__item.js-fadeup:nth-child(4) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
}
/* ── 選ばれる理由：SP のみフェードイン ──
   PC では js/reason.js が GSAP でスクロール連動アニメを駆動するため、
   js-fadeup の初期 opacity:0 と干渉しないよう、PC では強制的に表示状態へ。
   SP では reason.js がアニメを skip するので、通常の js-fadeup として動作する。 */
@media screen and (min-width: 769px) {
  .p-reason__head.js-fadeup,
  .p-reason__panel.js-fadeup {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* ── 施設所在地：住所をGoogleマップへの外部リンクとして表示 ──
   クリックで別タブが開くため、視覚的に「リンクである」ことを示す下線を付ける。
   既存のテキスト色を維持しつつ（color: inherit）、PCではホバー時に
   サイトカラー（#71a15d）へフェード。 */
.p-map__address-line a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .p-map__address-line a:hover {
    color: #71a15d;
  }
}
.l-header .l-header__band {
  background: #71a15d;
  height: 10px;
}
.l-header .l-header__hamburger {
  display: none;
}
.l-header .l-header__overlay {
  display: none;
}
.l-header .l-header__logo-sub-br {
  display: none;
}
.l-header .l-header__drawer-head {
  display: none;
}
.l-header .l-header__instagram {
  display: none;
}
.l-header .l-header__inner {
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header__inner .l-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header__inner .l-header__logo a img {
  width: 60px;
  margin-right: 12px;
}
.l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-sub {
  font-size: 14px;
}
.l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-name {
  display: block;
  font-size: 30px;
  margin-top: 5px;
}
.l-header .l-header__inner .l-header__nav-wrapper {
  padding: 15px 0;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__hours {
  color: #71a15d;
  text-align: center;
  line-height: 1.2em;
  margin-right: 13px;
  margin-top: 10px;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list li {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .l-header .l-header__inner {
    width: 96%;
  }
  .l-header .l-header__inner .l-header__logo a img {
    width: 48px;
    margin-right: 8px;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-sub {
    font-size: 11px;
    letter-spacing: 0;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-name {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 3px;
    white-space: nowrap;
  }
  .l-header .l-header__inner .l-header__nav-wrapper {
    padding: 10px 0;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__hours {
    font-size: 12px;
    margin-right: 8px;
    margin-top: 6px;
    white-space: nowrap;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__tel {
    padding: 10px 14px;
    font-size: 13px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px #355527;
            box-shadow: 2px 2px #355527;
    white-space: nowrap;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__tel i {
    margin-right: 4px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list {
    margin-top: 12px;
    font-size: 14px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list li {
    margin-left: 18px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
  .l-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #f9f9f6;
  }
  .l-header .l-header__inner {
    width: 90%;
    padding: 8px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .l-header__inner .l-header__logo a img {
    width: 42px;
    margin-right: 8px;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-text-br {
    display: none;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-sub {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.3em;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-sub .l-header__logo-sub-br {
    display: inline;
  }
  .l-header .l-header__inner .l-header__logo a .l-header__logo-text .l-header__logo-name {
    font-size: 17px;
    letter-spacing: 0;
    margin-top: 2px;
    white-space: nowrap;
  }
  .l-header .l-header__inner .l-header__hamburger {
    display: block;
    position: relative;
    z-index: 120;
    width: 40px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .l-header .l-header__inner .l-header__hamburger span {
    display: block;
    position: absolute;
    left: 6px;
    width: 28px;
    height: 2px;
    background: #71a15d;
    border-radius: 2px;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header .l-header__inner .l-header__hamburger span:nth-child(1) {
    top: 8px;
  }
  .l-header .l-header__inner .l-header__hamburger span:nth-child(2) {
    top: 15px;
  }
  .l-header .l-header__inner .l-header__hamburger span:nth-child(3) {
    top: 22px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: min(78%, 320px);
    height: 100vh;
    height: 100dvh;
    padding: 64px 28px 40px;
    background: #fff;
    -webkit-box-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
            box-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    overflow-y: auto;
    z-index: 110;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__drawer-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e4ece0;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__drawer-head .l-header__drawer-logo {
    width: 40px;
    margin: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__drawer-head .l-header__drawer-name {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4em;
    color: #333;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact {
    display: block;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__hours {
    margin: 0 0 14px;
    font-size: 13px;
    text-align: left;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__tel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 14px;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px #355527;
            box-shadow: 2px 2px #355527;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__contact .l-header__tel i {
    margin-right: 6px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav {
    margin-top: 32px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list {
    display: block;
    margin-top: 0;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list li {
    margin-left: 0;
    border-bottom: 1px solid #e4ece0;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__nav .l-header__nav-list li a {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__instagram {
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    color: #71a15d;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__instagram i {
    font-size: 30px;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__instagram .l-header__instagram-text {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
  }
  .l-header .l-header__inner .l-header__nav-wrapper .l-header__instagram:hover {
    opacity: 0.7;
  }
  .l-header .l-header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 105;
  }
  .l-header.is-menu-open .l-header__nav-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header.is-menu-open .l-header__overlay {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-menu-open .l-header__hamburger span {
    background: #71a15d;
  }
  .l-header.is-menu-open .l-header__hamburger span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header.is-menu-open .l-header__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-menu-open .l-header__hamburger span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.p-fv {
  background: #cdedbe;
  padding: 20px 0;
  overflow: hidden;
}
.p-fv .p-fv__inner {
  width: 95%;
  margin-left: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-fv .p-fv__inner .p-fv__content {
  width: 50%;
  margin-right: -2%;
  position: relative;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper {
  z-index: 2;
  position: relative;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading {
  margin-top: 25%;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading .p-fv__heading-br {
  display: none;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading span {
  display: block;
  white-space: nowrap;
  font-size: 42px;
  letter-spacing: 5px;
  line-height: 1.3em;
  text-shadow: 0 0 8px white, 0 0 8px white, -2px -2px 8px white, -2px -2px 8px white, -6px -6px 6px white;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin-top: 24px;
}
.p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel {
  margin-top: 30px;
}
.p-fv .p-fv__inner .p-fv__content .p-fv__sakura--top {
  width: 60%;
  position: absolute;
  top: -7%;
  left: -7%;
  z-index: 1;
}
.p-fv .p-fv__inner .p-fv__content .p-fv__sakura--bottom {
  width: 50%;
  position: absolute;
  right: 3%;
  bottom: -30px;
}
.p-fv .p-fv__inner .p-fv__visual {
  width: 60%;
  margin-left: -5%;
  position: relative;
}
.p-fv .p-fv__inner .p-fv__visual .p-fv__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1708/1084;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 5px 5px 8px rgba(139, 176, 124, 0.5);
          box-shadow: 5px 5px 8px rgba(139, 176, 124, 0.5);
}
.p-fv .p-fv__inner .p-fv__visual .p-fv__photo .p-fv__photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper {
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li {
  background: rgba(255, 255, 255, 0.9);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num {
  font-size: 36px;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num small {
  font-size: 18px;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label {
  display: inline-block;
  font-size: 14px;
  margin-top: 13px;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label-3 {
  font-size: 22px;
  line-height: 43px;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li.p-fv__badge--text .p-fv__badge-label {
  margin-top: 6px;
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(2) {
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(3) {
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}

.p-concept .section-wrapper {
  margin-top: 60px;
  position: relative;
}
.p-concept .section-wrapper .p-concept__inner {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__images {
  width: 41%;
  margin-left: 3%;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__images .p-concept__image {
  width: 73%;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__images .p-concept__image.p-concept__image--2 {
  margin-left: auto;
  margin-top: 12px;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content {
  width: 51%;
  padding-top: 40px;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__head .p-concept__heading {
  font-size: 28px;
  margin-top: 15px;
  margin-left: -17px;
  padding-bottom: 16px;
  position: relative;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__head .p-concept__heading .p-concept__accent {
  color: #e68383;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__head .p-concept__heading::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 16px;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body {
  margin-top: 60px;
  max-width: 650px;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body p {
  letter-spacing: 3px;
  line-height: 1.8em;
}
.p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body p + p {
  margin-top: 40px;
}
.p-concept .section-wrapper .p-concept__bg-logo {
  width: 27%;
  max-width: 500px;
  position: absolute;
  bottom: 1%;
  right: 3%;
}

.p-reason {
  margin-top: 100px;
}
.p-reason .section-wrapper {
  padding: 60px 0;
  background-image: url(img/reason-bg.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.p-reason .section-wrapper .p-reason__inner {
  width: 76%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper {
  width: 34%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__head .p-reason__heading {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 12px;
  padding-bottom: 15px;
  position: relative;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__head .p-reason__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #8bb07c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li {
  color: #71a15d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 7px;
  border-radius: 999px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  white-space: nowrap;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li .p-reason__tab-num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #71a15d;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li .p-reason__tab-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.6;
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li.is-active {
  background: #fff;
  padding-right: 24px;
  -webkit-box-shadow: 2px 2px 8px rgba(55, 55, 55, 0.12);
          box-shadow: 2px 2px 8px rgba(55, 55, 55, 0.12);
}
.p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li.is-active .p-reason__tab-num {
  border-color: transparent;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel {
  width: 100%;
  background: white;
  padding: 40px;
  border-radius: 17px;
  -webkit-box-shadow: 3px 3px 12px rgba(55, 55, 55, 0.1);
          box-shadow: 3px 3px 12px rgba(55, 55, 55, 0.1);
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel + .p-reason__panel {
  margin-top: 24px;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-head {
  color: #71a15d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-head .p-reason__panel-num {
  font-size: 40px;
  line-height: 1;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-heading {
  font-size: 26px;
  color: #e68383;
  margin-top: 20px;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-image {
  margin-top: 20px;
  overflow: hidden;
  aspect-ratio: 1076/366;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-body {
  letter-spacing: 2px;
  line-height: 1.5em;
  margin-top: 20px;
}
.p-reason.is-anim .section-wrapper .p-reason__inner {
  min-height: 100vh;
  padding-top: 60px;
}
.p-reason.is-anim .section-wrapper .p-reason__inner .sticky-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.p-reason.is-anim .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs li .p-reason__tab-text {
  width: 0;
}
.p-reason.is-anim .section-wrapper .p-reason__inner .p-reason__panels {
  position: relative;
  margin-top: 50px;
}
.p-reason.is-anim .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
}
.p-reason.is-anim .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel + .p-reason__panel {
  margin-top: 0;
}

.p-service .section-wrapper {
  padding: 100px 0;
  background-image: url(img/service-bg-2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-service .section-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-service .section-wrapper .p-service__sakura {
  width: 30%;
  max-width: 500px;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 2;
  aspect-ratio: 1004/605;
  background-image: url(img/reason-sakura.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-service .section-wrapper .p-service__inner {
  position: relative;
  z-index: 2;
}
.p-service .section-wrapper .p-service__inner .p-service__head {
  text-align: center;
}
.p-service .section-wrapper .p-service__inner .p-service__head .p-service__label {
  color: white;
}
.p-service .section-wrapper .p-service__inner .p-service__head .p-service__heading {
  color: white;
  font-size: 30px;
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
.p-service .section-wrapper .p-service__inner .p-service__head .p-service__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-service .section-wrapper .p-service__inner .p-service__list {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item {
  background: white;
  width: 49.9%;
  margin-top: 2px;
  padding: 40px;
  border-radius: 16px;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header img {
  width: 25px;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header .p-service__name {
  font-size: 26px;
  letter-spacing: 2px;
  margin-left: 20px;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content {
  margin-left: 70px;
  margin-top: 15px;
}
.p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content .p-service__desc {
  line-height: 1.5em;
  letter-spacing: 2px;
}

.p-contact .section-wrapper {
  background: #71a15d;
  padding: 100px 0;
}
.p-contact .section-wrapper .p-contact__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__head {
  width: 45%;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__label {
  color: white;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading {
  font-size: 34px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading span {
  display: block;
  line-height: 1.3em;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action {
  width: 45%;
  text-align: center;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__hours {
  margin-top: 20px;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__tel {
  color: #71a15d;
  background: white;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__number {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__number a {
  color: inherit;
  text-decoration: none;
}
.p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__note {
  margin-top: 7px;
}

.p-facility .section-wrapper {
  padding: 100px 0;
  background-image: url(img/texture-bg.webp);
  background-size: cover;
  background-position: center;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__head {
  text-align: center;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__head .p-facility__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__head .p-facility__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #8bb07c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__list {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item {
  width: 32%;
  margin-bottom: 80px;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name {
  font-size: 24px;
  margin: 20px 0 30px 30px;
  position: relative;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #8baf7c;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: -30px;
}
.p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__desc {
  letter-spacing: 2px;
  line-height: 1.3em;
}

.p-map .section-wrapper {
  background-image: url(img/texture-bg.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 120px;
}
.p-map .section-wrapper .p-map__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-map .section-wrapper .p-map__inner .p-map__head {
  text-align: center;
}
.p-map .section-wrapper .p-map__inner .p-map__head .p-map__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-map .section-wrapper .p-map__inner .p-map__head .p-map__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #8bb07c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-map .section-wrapper .p-map__inner .p-map__embed {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 70px;
  border-radius: 16px;
  overflow: hidden;
}
.p-map .section-wrapper .p-map__inner .p-map__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-map .section-wrapper .p-map__inner .p-map__embed .p-map__embed-iframe--sp {
  display: none;
}
.p-map .section-wrapper .p-map__inner .p-map__address {
  line-height: 1.5em;
  margin-top: 15px;
  letter-spacing: 1px;
}

.p-price .p-price__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.p-price .p-price__inner .p-price__head .p-price__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-price .p-price__inner .p-price__head .p-price__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-price .p-price__inner .p-price__table-wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  overflow-x: auto;
}
.p-price .p-price__inner .p-price__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8bb07c;
}
.p-price .p-price__inner .p-price__table th,
.p-price .p-price__inner .p-price__table td {
  padding: 24px 30px;
  border-bottom: 1px solid #8bb07c;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
  vertical-align: middle;
}
.p-price .p-price__inner .p-price__table th {
  width: 30%;
  background: #e1eadd;
  border-right: 1px solid #8bb07c;
  text-align: center;
  color: #555;
}
.p-price .p-price__inner .p-price__table td {
  background: #fff;
  color: #555;
  padding-left: 15%;
}
.p-price .p-price__inner .p-price__table .p-price__total th,
.p-price .p-price__inner .p-price__table .p-price__total td {
  background: #f8f9d5;
  font-weight: 700;
  color: #333;
}
.p-price .p-price__inner .p-price__cta {
  margin-top: 60px;
  padding-bottom: 120px;
  text-align: center;
}

.p-flow {
  padding-bottom: 150px;
}
.p-flow .p-flow__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-flow .p-flow__inner .p-flow__head .p-flow__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-flow .p-flow__inner .p-flow__head .p-flow__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-flow .p-flow__inner .p-flow__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__media {
  width: 40%;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__media .p-flow__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1076/1502;
  overflow: hidden;
  border-radius: 16px;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__media .p-flow__slider .p-flow__slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__media .p-flow__slider .p-flow__slides .p-flow__slide {
  position: absolute;
  inset: 0;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__media .p-flow__slider .p-flow__slides .p-flow__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps {
  width: 52%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step {
  position: relative;
  padding-left: 35px;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step + .p-flow__step {
  margin-top: 35px;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #8baf7c;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step:not(:last-child)::after {
  content: "";
  width: 1px;
  background: #b8d0aa;
  position: absolute;
  top: 8px;
  bottom: -43px;
  left: 5px;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  color: #71a15d;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head .p-flow__step-num {
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head .p-flow__step-name {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
}
.p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #555;
}
.p-flow .p-flow__inner .p-flow__sakura {
  width: 58%;
  position: absolute;
  bottom: -80px;
  left: -14%;
}

.p-faq .p-faq__inner {
  padding: 100px 0;
  background: #cdedbe;
  position: relative;
}
.p-faq .p-faq__inner figure {
  width: 40%;
  max-width: 600px;
  position: absolute;
  top: 50px;
  right: 10%;
  pointer-events: none;
}
.p-faq .p-faq__inner .p-faq__head {
  text-align: center;
  color: #71a15d;
}
.p-faq .p-faq__inner .p-faq__head .p-faq__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-faq .p-faq__inner .p-faq__head .p-faq__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-faq .p-faq__inner .p-faq__list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  list-style: none;
  padding: 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item + .p-faq__item {
  border-top: 1px solid #d4e0c1;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question {
  cursor: pointer;
  padding: 22px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 17px;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #8baf7c;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #8baf7c;
  border-bottom: 2px solid #8baf7c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
  margin-top: -4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 4px;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px 0 58px;
  background: #e5f0d3;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__answer p {
  line-height: 1.8em;
  color: #555;
  padding: 22px 0;
}
.p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__answer p + p {
  padding-top: 0;
  margin-top: -10px;
}

.p-message {
  background-image: url(img/texture-bg.webp);
  background-size: cover;
  background-position: center;
}
.p-message .p-message__inner {
  padding: 100px 0;
}
.p-message .p-message__inner .p-message__head {
  text-align: center;
}
.p-message .p-message__inner .p-message__head .p-message__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-message .p-message__inner .p-message__head .p-message__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-message .p-message__inner .p-message__body {
  width: 83%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-message .p-message__inner .p-message__body .p-message__photo {
  width: 42%;
  margin-left: 5%;
}
.p-message .p-message__inner .p-message__body .p-message__content {
  width: 50%;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__catch {
  color: #e68383;
  font-size: 22px;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__text {
  margin-top: 50px;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__text p {
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__text p + p {
  margin-top: 30px;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__signature {
  text-align: right;
  margin-top: 50px;
  font-size: 20px;
}
.p-message .p-message__inner .p-message__body .p-message__content .p-message__signature .p-message__role {
  margin-right: 30px;
}

.p-company .p-company__inner {
  padding: 100px 0;
}
.p-company .p-company__inner .p-company__head {
  text-align: center;
}
.p-company .p-company__inner .p-company__head .p-company__heading {
  font-size: 30px;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.p-company .p-company__inner .p-company__head .p-company__heading::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #71a15d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-company .p-company__inner .p-company__table-wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto 0;
}
.p-company .p-company__inner .p-company__table {
  width: 100%;
  border-collapse: collapse;
}
.p-company .p-company__inner .p-company__table th,
.p-company .p-company__inner .p-company__table td {
  padding: 28px 40px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7em;
  color: #555;
}
.p-company .p-company__inner .p-company__table th {
  width: 30%;
  padding-left: 80px;
}
.p-company .p-company__inner .p-company__table td p + p {
  margin-top: 14px;
}
.p-company .p-company__inner .p-company__table tr:nth-child(even) {
  background: #e1eadd;
}
.p-company .p-company__inner .p-company__table tr:nth-child(odd) {
  background: #fff;
}

.p-recruit {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.l-footer {
  background: #4d4a3f;
  color: #fff;
  padding: 90px 0 30px;
}
.l-footer .l-footer__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
}
.l-footer .l-footer__inner .l-footer__brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__logo a .l-footer__logo-img {
  width: 55px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__logo a .l-footer__logo-text {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 3px;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__tagline {
  margin-top: 55px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.9em;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__tagline span {
  display: block;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__instagram {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__instagram i {
  font-size: 30px;
}
.l-footer .l-footer__inner .l-footer__brand .l-footer__instagram .l-footer__instagram-text {
  font-size: 13px;
  letter-spacing: 1px;
}
.l-footer .l-footer__inner .l-footer__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.l-footer .l-footer__inner .l-footer__nav .l-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.l-footer .l-footer__inner .l-footer__nav .l-footer__nav-list li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-footer .l-footer__inner .l-footer__nav .l-footer__nav-list li a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__bottom {
  width: 90%;
  max-width: 1500px;
  margin: 70px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-footer .l-footer__bottom .l-footer__copyright {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
.l-footer .l-footer__bottom .l-footer__copyright small {
  font-size: inherit;
  color: inherit;
}

@media screen and (max-width: 1280px) {
  .p-fv {
    background: #cdedbe;
    padding: 20px 0;
    overflow: hidden;
  }
  .p-fv .p-fv__inner {
    width: 95%;
    margin-left: 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-fv .p-fv__inner .p-fv__content {
    width: 50%;
    margin-right: -2%;
    position: relative;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper {
    z-index: 2;
    position: relative;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading {
    margin-top: 25%;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading span {
    display: block;
    white-space: nowrap;
    font-size: 42px;
    letter-spacing: 5px;
    line-height: 1.3em;
    text-shadow: 0 0 8px white, 0 0 8px white, -2px -2px 8px white, -2px -2px 8px white, -6px -6px 6px white;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead {
    width: 80%;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-top: 24px;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead br {
    display: none;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead br.pc1 {
    display: block;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel {
    margin-top: 30px;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--top {
    width: 60%;
    position: absolute;
    top: -7%;
    left: -7%;
    z-index: 1;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--bottom {
    width: 50%;
    position: absolute;
    right: 3%;
    bottom: -30px;
  }
  .p-fv .p-fv__inner .p-fv__visual {
    width: 60%;
    margin-left: -5%;
    position: relative;
  }
  .p-fv .p-fv__inner .p-fv__visual .p-fv__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1708/1084;
    overflow: hidden;
    border-radius: 16px;
    -webkit-box-shadow: 5px 5px 8px rgba(139, 176, 124, 0.5);
            box-shadow: 5px 5px 8px rgba(139, 176, 124, 0.5);
  }
  .p-fv .p-fv__inner .p-fv__visual .p-fv__photo .p-fv__photo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper {
    position: absolute;
    bottom: 3%;
    right: 3%;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li {
    background: rgba(255, 255, 255, 0.9);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num {
    font-size: 36px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num small {
    font-size: 18px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label {
    display: inline-block;
    font-size: 14px;
    margin-top: 13px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label-3 {
    font-size: 22px;
    line-height: 43px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li.p-fv__badge--text .p-fv__badge-label {
    margin-top: 6px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(2) {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(3) {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  .p-reason .section-wrapper .p-reason__inner {
    gap: 3%;
  }
  .p-reason .section-wrapper .p-reason__inner .sticky-wrapper {
    width: 42%;
  }
  .p-contact .section-wrapper {
    background: #71a15d;
    padding: 100px 0;
  }
  .p-contact .section-wrapper .p-contact__inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head {
    width: 45%;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__label {
    color: white;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading {
    font-size: 31px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading::before {
    content: "";
    width: 25px;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading span {
    display: block;
    line-height: 1.3em;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action {
    width: 45%;
    text-align: center;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__hours {
    margin-top: 20px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__tel {
    color: #71a15d;
    background: white;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__note {
    margin-top: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-contact .section-wrapper {
    background: #71a15d;
    padding: 100px 0;
  }
  .p-contact .section-wrapper .p-contact__inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head {
    width: 47%;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__label {
    color: white;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading {
    font-size: 31px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading::before {
    content: "";
    width: 25px;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading span {
    display: block;
    line-height: 1.3em;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action {
    width: 47%;
    text-align: center;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__hours {
    margin-top: 20px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__tel {
    color: #71a15d;
    background: white;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__note {
    margin-top: 7px;
    font-size: 16px;
  }
  .p-facility .section-wrapper {
    padding: 100px 0;
    background-image: url(img/texture-bg.webp);
    background-size: cover;
    background-position: center;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__head {
    text-align: center;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__head .p-facility__heading {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__head .p-facility__heading::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #8bb07c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item {
    width: 32%;
    margin-bottom: 80px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name {
    font-size: 21px;
    margin: 20px 0 30px 30px;
    position: relative;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #8baf7c;
    border-radius: 50%;
    position: absolute;
    top: 23%;
    left: -30px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__desc {
    letter-spacing: 2px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv {
    padding: 16px 0;
  }
  .p-fv .p-fv__inner {
    width: 94%;
    margin-left: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fv .p-fv__inner .p-fv__content {
    width: 50%;
    margin-right: 0;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading {
    margin-top: 12%;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading span {
    font-size: 36px;
    letter-spacing: 4px;
    line-height: 1.35em;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead {
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-top: 18px;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel {
    margin-top: 22px;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px #355527;
            box-shadow: 2px 2px #355527;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel i {
    margin-right: 4px;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--top {
    width: 62%;
    top: calc(-10% - 50px);
    left: -8%;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--bottom {
    width: 56%;
    right: -10%;
    bottom: -74px;
  }
  .p-fv .p-fv__inner .p-fv__visual {
    width: 48%;
    margin-left: 0;
  }
  .p-fv .p-fv__inner .p-fv__visual .p-fv__photo {
    aspect-ratio: 1/1;
    border-radius: 14px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper {
    bottom: 4%;
    right: 4%;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num {
    font-size: 28px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num small {
    font-size: 15px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label {
    font-size: 11px;
    margin-top: 8px;
    letter-spacing: 0;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label-3 {
    font-size: 18px;
    line-height: 34px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li.p-fv__badge--text .p-fv__badge-label {
    margin-top: 3px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(2) {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(3) {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .p-reason .section-wrapper .p-reason__inner {
    width: 92%;
    gap: 3%;
  }
  .p-reason .section-wrapper .p-reason__inner .sticky-wrapper {
    width: 42%;
  }
  .p-service .section-wrapper {
    padding: 100px 0;
    background-image: url(img/service-bg-2.webp);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .p-service .section-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-service .section-wrapper .p-service__sakura {
    width: 30%;
    max-width: 500px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 2;
  }
  .p-service .section-wrapper .p-service__inner {
    position: relative;
    z-index: 2;
  }
  .p-service .section-wrapper .p-service__inner .p-service__head {
    text-align: center;
  }
  .p-service .section-wrapper .p-service__inner .p-service__head .p-service__label {
    color: white;
  }
  .p-service .section-wrapper .p-service__inner .p-service__head .p-service__heading {
    color: white;
    font-size: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
  }
  .p-service .section-wrapper .p-service__inner .p-service__head .p-service__heading::before {
    content: "";
    width: 25px;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item {
    background: white;
    width: 49.9%;
    margin-top: 2px;
    padding: 40px;
    border-radius: 16px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header img {
    width: 35px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header .p-service__name {
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 20px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content {
    margin-left: 55px;
    margin-top: 15px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content .p-service__desc {
    line-height: 1.5em;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .p-message {
    background-image: url(img/texture-bg.webp);
    background-size: cover;
    background-position: center;
  }
  .p-message .p-message__inner {
    padding: 100px 0;
  }
  .p-message .p-message__inner .p-message__head {
    text-align: center;
  }
  .p-message .p-message__inner .p-message__head .p-message__heading {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
    position: relative;
  }
  .p-message .p-message__inner .p-message__head .p-message__heading::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #71a15d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-message .p-message__inner .p-message__body {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-message .p-message__inner .p-message__body .p-message__photo {
    width: 42%;
    margin-left: 0%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 20px;
  }
  .p-message .p-message__inner .p-message__body .p-message__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content {
    width: 50%;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__catch {
    color: #e68383;
    font-size: 22px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text {
    margin-top: 50px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text p {
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 2px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text p + p {
    margin-top: 30px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__signature {
    text-align: right;
    margin-top: 50px;
    font-size: 20px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__signature .p-message__role {
    margin-right: 30px;
  }
}
/* ===================== スマートフォン（768px 以下） ===================== */
@media screen and (max-width: 768px) {
  /* ── FV（メインビジュアル）── */
  .p-fv {
    padding: 16px 0 30px;
  }
  .p-fv .p-fv__inner {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .p-fv .p-fv__inner .p-fv__content {
    display: contents;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper {
    display: contents;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 1;
    margin-top: 8%;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading .p-fv__heading-br {
    display: inline;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__heading span {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.4em;
    white-space: normal;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.7em;
    margin-top: 20px;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__lead br {
    display: none;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    z-index: 1;
    width: 90%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px;
    padding: 14px;
    font-size: 14px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px #355527;
            box-shadow: 2px 2px #355527;
  }
  .p-fv .p-fv__inner .p-fv__content .content-wrapper .p-fv__tel i {
    margin-right: 6px;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--top {
    width: 55%;
    top: -3%;
    left: -8%;
    z-index: 0;
  }
  .p-fv .p-fv__inner .p-fv__content .p-fv__sakura--bottom {
    display: none;
  }
  .p-fv .p-fv__inner .p-fv__visual {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .p-fv .p-fv__inner .p-fv__visual .p-fv__photo {
    aspect-ratio: 4/3;
    border-radius: 12px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper {
    bottom: 4%;
    right: 4%;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li {
    width: 92px;
    height: 92px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num {
    font-size: 24px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-num small {
    font-size: 13px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label {
    font-size: 11px;
    margin-top: 6px;
    letter-spacing: 0;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li .p-fv__badge-label-3 {
    font-size: 16px;
    line-height: 29px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li.p-fv__badge--text .p-fv__badge-label {
    margin-top: 2px;
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(2) {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .p-fv .p-fv__inner .p-fv__visual .fv-badges-wrapper ul li:nth-child(3) {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  /* ── Concept ── */
  .p-concept .section-wrapper {
    margin-top: 40px;
  }
  .p-concept .section-wrapper .p-concept__inner {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__images {
    width: 100%;
    margin-left: 0;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__images .p-concept__image {
    width: 80%;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content {
    width: 100%;
    padding-top: 30px;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__head .p-concept__heading {
    font-size: 22px;
    margin-left: 0;
    line-height: 1.5em;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__head .p-concept__heading::before {
    left: 0;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body {
    margin-top: 30px;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8em;
  }
  .p-concept .section-wrapper .p-concept__inner .p-concept__content .p-concept__body p + p {
    margin-top: 24px;
  }
  .p-concept .section-wrapper .p-concept__bg-logo {
    width: 45%;
    top: auto;
    bottom: 2%;
    right: 2%;
  }
  /* ── Reason（スマホはアニメ無効＝カード縦並び）── */
  .p-reason {
    margin-top: 60px;
  }
  .p-reason .section-wrapper {
    padding: 50px 0 100px;
    background-attachment: scroll;
  }
  .p-reason .section-wrapper .p-reason__inner {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-reason .section-wrapper .p-reason__inner .sticky-wrapper {
    width: 100%;
  }
  .p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__head .p-reason__heading {
    font-size: 24px;
  }
  .p-reason .section-wrapper .p-reason__inner .sticky-wrapper .p-reason__tabs {
    display: none;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels {
    width: 100%;
    margin-top: 28px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel {
    padding: 24px;
    border-radius: 14px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel + .p-reason__panel {
    margin-top: 18px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-head {
    gap: 12px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-head .p-reason__panel-num {
    font-size: 30px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-head .p-reason__panel-en {
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-heading {
    font-size: 19px;
  }
  .p-reason .section-wrapper .p-reason__inner .p-reason__panels .p-reason__panel .p-reason__panel-body {
    font-size: 14px;
    line-height: 1.7em;
  }
  /* ── Service ── */
  .p-service .section-wrapper {
    padding: 60px 0;
    background-position: 35% center;
  }
  .p-service .section-wrapper .p-service__sakura {
    width: 50%;
    top: -50px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__head .p-service__heading {
    font-size: 24px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list {
    width: 90%;
    margin-top: 40px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item {
    width: 100%;
    margin-top: 16px;
    padding: 24px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header img {
    width: 22px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__header .p-service__name {
    font-size: 19px;
    letter-spacing: 1px;
    margin-left: 14px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content {
    margin-left: 0;
    margin-top: 12px;
  }
  .p-service .section-wrapper .p-service__inner .p-service__list .p-service__item .p-service__content .p-service__desc {
    font-size: 14px;
    line-height: 1.7em;
  }
  /* ── Contact（2箇所共通）── */
  .p-contact .section-wrapper {
    padding: 60px 0;
  }
  .p-contact .section-wrapper .p-contact__inner {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head {
    width: 100%;
    text-align: center;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__head .p-contact__heading span {
    line-height: 1.4em;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action {
    width: 100%;
    margin-top: 28px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__tel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__tel i {
    margin-right: 6px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__hours {
    font-size: 14px;
    margin-top: 16px;
  }
  .p-contact .section-wrapper .p-contact__inner .p-contact__action .p-contact__note {
    font-size: 12px;
    line-height: 1.6em;
  }
  /* ── Facility（2カラム）── */
  .p-facility .section-wrapper {
    padding: 60px 0;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__head .p-facility__heading {
    font-size: 24px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list {
    width: 90%;
    margin-top: 40px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item {
    width: 48%;
    margin-bottom: 36px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name {
    font-size: 16px;
    margin: 14px 0 12px 22px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__name::before {
    width: 10px;
    height: 10px;
    left: -22px;
  }
  .p-facility .section-wrapper .p-facility__inner .p-facility__list .p-facility__item .p-facility__desc {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
  /* ── Map ── */
  .p-map .section-wrapper {
    padding-bottom: 70px;
  }
  .p-map .section-wrapper .p-map__inner {
    width: 90%;
  }
  .p-map .section-wrapper .p-map__inner .p-map__head .p-map__heading {
    font-size: 24px;
  }
  .p-map .section-wrapper .p-map__inner .p-map__embed {
    aspect-ratio: 4/3;
    margin-top: 40px;
  }
  .p-map .section-wrapper .p-map__inner .p-map__embed .p-map__embed-iframe--pc {
    display: none;
  }
  .p-map .section-wrapper .p-map__inner .p-map__embed .p-map__embed-iframe--sp {
    display: block;
  }
  .p-map .section-wrapper .p-map__inner .p-map__address {
    font-size: 13px;
    line-height: 1.6em;
  }
  /* ── Price ── */
  .p-price .p-price__inner {
    width: 90%;
    padding-top: 60px;
  }
  .p-price .p-price__inner .p-price__head .p-price__heading {
    font-size: 24px;
  }
  .p-price .p-price__inner .p-price__table-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .p-price .p-price__inner .p-price__table th,
  .p-price .p-price__inner .p-price__table td {
    padding: 14px 12px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .p-price .p-price__inner .p-price__table td {
    padding-left: 18px;
  }
  .p-price .p-price__inner .p-price__cta {
    margin-top: 40px;
    padding-bottom: 70px;
  }
  .p-price .p-price__inner .p-price__cta .p-price__tel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  .p-price .p-price__inner .p-price__cta .p-price__tel i {
    margin-right: 6px;
  }
  /* ── Flow ── */
  .p-flow {
    padding-bottom: 80px;
    overflow-x: hidden;
  }
  .p-flow .p-flow__inner {
    width: 90%;
  }
  .p-flow .p-flow__inner .p-flow__head .p-flow__heading {
    font-size: 24px;
  }
  .p-flow .p-flow__inner .p-flow__body {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__media {
    width: 70%;
    margin: 0 auto 36px;
    position: relative;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps {
    width: 100%;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step {
    padding-left: 30px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step + .p-flow__step {
    margin-top: 28px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step:not(:last-child)::after {
    bottom: -36px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head {
    gap: 16px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head .p-flow__step-num {
    font-size: 16px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-head .p-flow__step-name {
    font-size: 16px;
  }
  .p-flow .p-flow__inner .p-flow__body .p-flow__steps .p-flow__step .p-flow__step-desc {
    font-size: 14px;
    line-height: 1.7em;
  }
  .p-flow .p-flow__inner .p-flow__sakura {
    width: 123%;
    top: auto;
    bottom: 0;
    left: -35%;
    z-index: 1;
  }
  /* ── FAQ ── */
  .p-faq .p-faq__inner {
    padding: 60px 0;
  }
  .p-faq .p-faq__inner figure {
    display: none;
  }
  .p-faq .p-faq__inner .p-faq__head .p-faq__heading {
    font-size: 24px;
  }
  .p-faq .p-faq__inner .p-faq__list {
    width: 90%;
    margin-top: 40px;
  }
  .p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__question {
    padding: 18px 18px;
    gap: 12px;
    font-size: 14px;
  }
  .p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__answer {
    padding: 0 18px 0 40px;
  }
  .p-faq .p-faq__inner .p-faq__list .p-faq__item .p-faq__answer p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 18px 0;
  }
  /* ── Message（写真上・本文下に縦並び）── */
  .p-message .p-message__inner {
    padding: 60px 0;
  }
  .p-message .p-message__inner .p-message__head .p-message__heading {
    font-size: 24px;
  }
  .p-message .p-message__inner .p-message__body {
    width: 88%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-message .p-message__inner .p-message__body .p-message__photo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
  .p-message .p-message__inner .p-message__body .p-message__photo img {
    border-radius: 16px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content {
    width: 100%;
    margin-top: 28px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__catch {
    font-size: 18px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text {
    margin-top: 24px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__text p + p {
    margin-top: 20px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__signature {
    margin-top: 32px;
    font-size: 17px;
  }
  .p-message .p-message__inner .p-message__body .p-message__content .p-message__signature .p-message__role {
    margin-right: 20px;
  }
  /* ── Company（th/td を縦積み）── */
  .p-company .p-company__inner {
    padding: 60px 0;
  }
  .p-company .p-company__inner .p-company__head .p-company__heading {
    font-size: 24px;
  }
  .p-company .p-company__inner .p-company__table-wrapper {
    width: 90%;
    margin-top: 36px;
  }
  .p-company .p-company__inner .p-company__table th,
  .p-company .p-company__inner .p-company__table td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
  .p-company .p-company__inner .p-company__table th {
    padding: 16px 18px 6px;
    font-weight: 600;
    color: #71a15d;
  }
  .p-company .p-company__inner .p-company__table td {
    padding: 0 18px 16px;
  }
  /* ── Recruit ── */
  .p-recruit {
    width: 90%;
    padding-bottom: 70px;
  }
  /* ── Footer ── */
  .l-footer {
    padding: 60px 0 24px;
  }
  .l-footer .l-footer__inner {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
  .l-footer .l-footer__inner .l-footer__brand {
    text-align: center;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__logo a {
    gap: 14px;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__logo a .l-footer__logo-img {
    width: 48px;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__logo a .l-footer__logo-text {
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__tagline {
    margin-top: 28px;
    font-size: 13px;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__instagram {
    margin-top: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer .l-footer__inner .l-footer__brand .l-footer__instagram i {
    font-size: 26px;
  }
  .l-footer .l-footer__inner .l-footer__nav {
    padding-top: 0;
  }
  .l-footer .l-footer__inner .l-footer__nav .l-footer__nav-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
  .l-footer .l-footer__bottom {
    width: 88%;
    margin-top: 40px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */