@charset "UTF-8";
/*
 * ======================================
 * site.css — ふたば（ros_keiyaku/28429）サイト固有クラス
 * ======================================
 * 追加クラスは共通SCSSで再現できないデザイン差分のみ。
 * 命名プレフィックス: .fb-
 *
 * .fb-header*        - 浮遊カプセルヘッダー（上部ユーティリティバー＋白ピル）
 * .fb-cta / .fb-foot - お問い合わせCTA帯＋事業所フッター
 * .fb-sec-head       - セクション見出し（双葉アイコン＋Playpen英字＋Kiwi Maru和文）
 * .fb-wave*          - 波型セクション区切り（SVG配置用）
 * .fb-dot-bg         - 水玉ドット背景オーバーレイ
 * .fb-hero / .fb-mv  - TOPメインビジュアル
 * .fb-phero          - 下層ページヒーロー
 * .fb-grid-2/3/4     - デザイン踏襲のレスポンシブグリッド（1100pxで段組み解除）
 * .fb-feat-card 他   - 各セクションのカード・タグ・チップ・タイムライン・ギャラリー等
 * .fb-blog / .fb-post- ブログ一覧・詳細
 * .fb-num            - Quicksand（数字・電話）
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・装飾パターン不足: 波型区切り(fb-wave)・非対称角丸カード(74px 24px)・
 *   水玉ドットのオーバーレイ実装・浮遊カプセルヘッダー
 * ・構造不足: 4カテゴリの色システム（ライム/ティール/ゴールド/コーラル）を
 *   セクション見出し・タグ・チップ・バッジで一貫使用
 * ・値の粒度不足: セクション余白・角丸(74/26/24/20)がutility刻みと不一致
 */

/* ---------------- Global ---------------- */
body {
  background-color: #F4FAE6;
  background-image: repeating-linear-gradient(45deg, rgba(150,140,70,0.035) 0px, rgba(150,140,70,0.035) 9px, transparent 9px, transparent 24px);
  font-weight: 500;
}
a { color: #2f97a6; }
a:hover { color: #E27769; opacity: 1; }
.fb-page { position: relative; color: #3D3B33; }
.fb-num { font-family: "Quicksand", sans-serif; font-weight: 600; }
.fb-en { font-family: "Playpen Sans", cursive; }
.fb-serif { font-family: "Kiwi Maru", serif; font-weight: 500; }

@keyframes fb-float { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-12px);} }
.fb-float { animation: fb-float 6s ease-in-out infinite; }

/* image placeholder（承認デザインのグレープレースホルダ再現） */
.fb-img-ph {
  width: 100%; height: 100%;
  background: #EAF1D8;
  display: flex; align-items: center; justify-content: center;
  color: #9DBF3E; font-size: 1.3rem;
}
.fb-img-ph::before { content: "image"; }

/* ---------------- Header（浮遊カプセル） ---------------- */
.fb-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 50;
}
.fb-header__util { background: #B2D235; color: #33470d; }
.fb-header__util-inner {
  max-width: 1200px; margin: 0 auto; padding: 6px 24px;
  display: flex; justify-content: flex-end; align-items: center;
  gap: 20px; font-size: 1.3rem; flex-wrap: wrap;
}
.fb-header__util-corp { opacity: .9; }
.fb-header__util-sep { opacity: .55; }
.fb-header__util-tel {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Quicksand", sans-serif; font-weight: 600;
}
.fb-header__main { padding: 34px 20px 14px; }
.fb-header__main-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.fb-header__logo {
  flex: none; display: flex; align-items: center; gap: 14px; text-decoration: none;
}
.fb-header__logo-icon {
  display: inline-flex; width: 66px; height: 66px;
  align-items: center; justify-content: center; flex: none;
}
.fb-header__logo-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.fb-header__logo-text {
  display: flex; flex-direction: column; line-height: 1.15; white-space: nowrap;
  text-shadow: 0 0 4px #fff, 0 0 8px rgba(255,255,255,.95), 0 1px 2px rgba(255,255,255,.95);
}
.fb-header__logo-sub { font-family: "Kiwi Maru", serif; font-size: 1.5rem; color: #3f5a15; letter-spacing: .06em; }
.fb-header__logo-name { font-family: "Kiwi Maru", serif; font-size: 3.4rem; color: #33470d; font-weight: 500; letter-spacing: .04em; }
.fb-header__pill {
  display: flex; align-items: center; gap: 6px;
  background: #fff; border-radius: 999px;
  box-shadow: 0 10px 30px rgba(79,122,22,.18);
  padding: 8px 8px 8px 16px;
}
.fb-nav { display: flex; align-items: center; gap: 2px; }
.fb-nav__link {
  text-decoration: none; font-size: 1.4rem; padding: 9px 10px;
  border-radius: 999px; white-space: nowrap; color: #3D3B33;
  transition: background .25s ease, color .25s ease;
}
.fb-nav__link:hover { color: #4F7A16; opacity: 1; }
.fb-nav__link.is-current { background: #B2D235; color: #33470d; font-weight: 700; }
.fb-header__cta {
  flex: none; text-decoration: none; background: #ECC336; color: #5c4611;
  font-size: 1.5rem; font-weight: 700; padding: 13px 26px; border-radius: 999px;
  transition: filter .25s ease;
}
.fb-header__cta:hover { filter: brightness(1.05); color: #5c4611; opacity: 1; }

@media (max-width: 1100px) {
  .fb-header__pill { display: none; }
  .fb-header__main { padding: 18px 20px 12px; }
}

/* ---------------- セクション見出し ---------------- */
.fb-sec-head { text-align: center; margin-bottom: 44px; }
.fb-sec-head__icon { display: block; width: 38px; height: auto; margin: 0 auto 6px; }
.fb-sec-head__en { font-family: "Playpen Sans", cursive; color: #8AAE3B; font-size: 1.5rem; margin: 0; }
.fb-sec-head__ja { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 3rem; margin: 2px 0 0; color: #4F7A16; }
.fb-sec-head__note { font-size: 1.3rem; color: #7A8A5E; margin: 8px 0 0; }
.fb-sec-head--sm { margin-bottom: 36px; }
.fb-sec-head--sm .fb-sec-head__ja { font-size: 2.8rem; }
.fb-sec-head--left { text-align: left; }
.fb-sec-head--left .fb-sec-head__icon { margin: 0 0 6px; }
.fb-sec-head--mb18 { margin-bottom: 18px; }
.fb-sec-head--msg { margin-bottom: 20px; }
.fb-sec-head--msg .fb-sec-head__ja { line-height: 1.6; margin-top: 6px; }
.fb-req-note { text-align: center; font-size: 1.3rem; color: #a86c62; margin: 0 0 28px; }

.fb-subhead { text-align: center; margin-bottom: 22px; }
.fb-subhead__icon { display: block; width: 38px; height: auto; margin: 0 auto 6px; }
.fb-subhead__en { font-family: "Playpen Sans", cursive; color: #8AAE3B; font-size: 1.5rem; margin: 0; }
.fb-subhead__ja { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.1rem; color: #4F7A16; margin: 2px 0 0; }

/* ---------------- 波型区切り ---------------- */
.fb-wave { position: absolute; left: 0; width: 100%; line-height: 0; pointer-events: none; z-index: 0; }
.fb-wave svg { display: block; width: 100%; height: 100%; }
.fb-wave--t { top: -1px; height: 90px; }
.fb-wave--b { bottom: -1px; height: 90px; }
.fb-wave--t-sub { top: -59px; height: 60px; }
.fb-wave--b-sub { bottom: -59px; height: 60px; }
.fb-wave-band { position: absolute; left: 0; bottom: -1px; width: 100%; height: 64px; line-height: 0; }
.fb-wave-band svg { display: block; width: 100%; height: 100%; }
.fb-hero-scallop { display: block; width: 100%; height: 36px; }
.fb-hero-scallop svg { display: block; width: 100%; height: 100%; }

/* ---------------- 水玉ドット背景 ---------------- */
.fb-dot-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(rgba(178,210,53,0.25) 7%, transparent 10%),
    radial-gradient(rgba(178,210,53,0.25) 7%, transparent 10%);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}

/* ---------------- レイアウトグリッド（デザイン踏襲・1100pxで解除） ---------------- */
.fb-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.fb-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.fb-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
@media (max-width: 1100px) {
  .fb-grid-2, .fb-grid-3 { grid-template-columns: 1fr; }
  .fb-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .fb-grid-4 { grid-template-columns: 1fr; }
}

/* ---------------- セクションシェル（背景＋余白） ---------------- */
.fb-block { position: relative; padding-left: 24px; padding-right: 24px; }
.fb-block--ov { overflow: hidden; }
.fb-block--white { background: #fff; }
.fb-block--section { background: #EAF4D3; }
.fb-block--section2 { background: #EEF6DE; }
.fb-block--pale { background: #F8FFF5; }
.fb-block--texture {
  background-color: #F4FAE6;
  background-image: repeating-linear-gradient(45deg, rgba(175,168,105,0.022) 0px, rgba(175,168,105,0.022) 9px, transparent 9px, transparent 24px);
}
.fb-pt-20 { padding-top: 20px; }  .fb-pb-20 { padding-bottom: 20px; }
.fb-pt-24 { padding-top: 24px; }  .fb-pb-24 { padding-bottom: 24px; }
.fb-pt-40 { padding-top: 40px; }  .fb-pb-40 { padding-bottom: 40px; }
.fb-pt-52 { padding-top: 52px; }  .fb-pb-52 { padding-bottom: 52px; }
.fb-pt-56 { padding-top: 56px; }  .fb-pb-56 { padding-bottom: 56px; }
.fb-pt-60 { padding-top: 60px; }  .fb-pb-60 { padding-bottom: 60px; }
.fb-pt-64 { padding-top: 64px; }  .fb-pb-64 { padding-bottom: 64px; }
.fb-pt-72 { padding-top: 72px; }  .fb-pb-72 { padding-bottom: 72px; }
.fb-pt-88 { padding-top: 88px; }  .fb-pb-88 { padding-bottom: 88px; }
.fb-pt-96 { padding-top: 96px; }  .fb-pb-96 { padding-bottom: 96px; }
.fb-pt-120 { padding-top: 120px; } .fb-pb-120 { padding-bottom: 120px; }
.fb-pt-124 { padding-top: 124px; } .fb-pb-124 { padding-bottom: 124px; }
.fb-pt-132 { padding-top: 132px; } .fb-pb-132 { padding-bottom: 132px; }
.fb-pt-150 { padding-top: 150px; }

/* 汎用: 中央寄せコンテンツ幅 */
.fb-inner { max-width: 1080px; margin: 0 auto; }
.fb-inner--wide { max-width: 1120px; margin: 0 auto; }
.fb-inner--narrow { max-width: 880px; margin: 0 auto; }
.fb-inner--xnarrow { max-width: 820px; margin: 0 auto; }
.fb-inner--920 { max-width: 920px; margin: 0 auto; }

/* ---------------- TOP メインビジュアル ---------------- */
.fb-hero { position: relative; background: #fff; padding: 176px 0 56px; }
.fb-hero__band { position: absolute; top: 0; left: 0; right: 0; height: 62%; background: #E4F1C4; z-index: 0; }
.fb-hero__bird { position: absolute; bottom: -34px; right: 6%; width: clamp(130px,15vw,210px); height: auto; z-index: 2; pointer-events: none; }
.fb-hero__frame {
  position: relative; z-index: 1; width: 96%; margin: 0 auto;
  height: clamp(440px,74vh,660px); border-radius: 30px; overflow: hidden;
  box-shadow: 0 18px 44px rgba(79,122,22,.2);
}
.fb-mv { position: absolute; inset: 0; transition: opacity 1.1s ease; opacity: 0; }
.fb-mv.is-active { opacity: 1; }
.fb-mv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(40,55,10,.42) 0%, rgba(40,55,10,.30) 55%, rgba(40,55,10,.5) 100%);
}
.fb-hero__copy { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.fb-hero__copy-inner {
  max-width: 1200px; height: 100%; margin: 0 auto; padding: 96px 24px 56px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.fb-hero__copy-box { pointer-events: auto; max-width: 40em; }
.fb-hero__arch { display: block; width: min(440px,80%); height: auto; margin: 0 auto -6px; overflow: visible; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.fb-hero__title {
  font-family: "Kiwi Maru", serif; font-weight: 500; font-size: clamp(30px,4.6vw,52px);
  line-height: 1.42; margin: 0 0 20px; color: #fff; letter-spacing: .02em;
  text-shadow: 0 3px 16px rgba(30,45,6,.45);
}
.fb-hero__title em { color: #FFDE8E; font-style: normal; }
.fb-hero__lead {
  font-size: clamp(15px,1.6vw,18px); line-height: 1.95; margin: 0 auto; color: #fff;
  text-shadow: 0 2px 12px rgba(30,45,6,.55); max-width: 30em;
}
@media (max-width: 1100px) { .fb-hero { padding-top: 150px; } .fb-hero__frame { height: auto; min-height: 420px; } }

/* ---------------- お知らせタブ + リスト（TOP） ---------------- */
.fb-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.fb-tabs--left { justify-content: flex-start; gap: 9px; margin-bottom: 24px; }
.fb-tab {
  cursor: pointer; border: 2px solid #B2D235; border-radius: 999px; padding: 8px 20px;
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: 1.4rem;
  background: #fff; color: #B2D235; transition: background .2s ease, color .2s ease;
}
.fb-tab--jihatsu { border-color: #4BACBC; color: #4BACBC; }
.fb-tab--houkago { border-color: #ECC336; color: #ECC336; }
.fb-tab--info    { border-color: #E27769; color: #E27769; }
.fb-tab.is-active { background: #B2D235; color: #33470d; }
.fb-tab--jihatsu.is-active { background: #4BACBC; color: #fff; }
.fb-tab--houkago.is-active { background: #ECC336; color: #5c4611; }
.fb-tab--info.is-active    { background: #E27769; color: #fff; }

.fb-news { border-top: 1px dashed #C4D68C; }
.fb-news__item {
  display: flex; align-items: center; gap: 18px; padding: 16px 8px;
  border-bottom: 1px dashed #C4D68C; text-decoration: none; color: #3D3B33; flex-wrap: wrap;
}
.fb-news__item:hover { color: #3D3B33; opacity: 1; background: rgba(178,210,53,.06); }
.fb-news__date { font-family: "Quicksand", sans-serif; font-weight: 600; color: #7A8A5E; font-size: 1.4rem; min-width: 92px; }
.fb-news__cat { font-size: 1.2rem; font-weight: 700; color: #fff; padding: 4px 12px; border-radius: 999px; }
.fb-cat--jihatsu { background: #4BACBC; color: #fff; }
.fb-cat--houkago { background: #ECC336; color: #5c4611; }
.fb-cat--info    { background: #E27769; color: #fff; }
/* CMSカテゴリID版（entry_list.php のカードバッジ用。case: <%category_id%>） */
.fb-cat--c10361 { background: #4BACBC; color: #fff; }   /* 児童発達支援 */
.fb-cat--c10362 { background: #ECC336; color: #5c4611; } /* 放課後等デイサービス */
.fb-cat--c10363 { background: #E27769; color: #fff; }   /* お知らせ */
.fb-news__title { flex: 1; min-width: 200px; font-size: 1.5rem; }
/* CMSカテゴリID → バッジ色（案件の実category_idに対応） */
.fb-news__cat--c10361 { background: #4BACBC; color: #fff; }   /* 児童発達支援 */
.fb-news__cat--c10362 { background: #ECC336; color: #5c4611; } /* 放課後等デイサービス */
.fb-news__cat--c10363 { background: #E27769; color: #fff; }   /* お知らせ */

/* 丸アロー付きボタン（お知らせ一覧・詳しく見る） */
.fb-btn-round {
  display: inline-flex; align-items: center; gap: 14px; text-decoration: none;
  background: #B2D235; color: #33470d; font-weight: 700; font-size: 1.5rem;
  padding: 10px 12px 10px 30px; border-radius: 999px; transition: filter .2s ease;
}
.fb-btn-round:hover { filter: brightness(1.04); color: #33470d; opacity: 1; }
.fb-btn-round__circle {
  display: inline-flex; flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: #fff; align-items: center; justify-content: center;
}
.fb-btn-round--sm { gap: 12px; font-size: 1.4rem; padding: 9px 10px 9px 24px; }
.fb-btn-round--sm .fb-btn-round__circle { width: 30px; height: 30px; }

/* ---------------- ごあいさつ ---------------- */
.fb-greet { position: relative; z-index: 1; display: grid; grid-template-columns: 0.85fr 1fr; gap: 44px; align-items: center; }
.fb-greet__figure { position: relative; }
.fb-greet__img {
  position: relative; aspect-ratio: 1/1; border-radius: 50% 50% 50% 12px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(79,122,22,.16); border: 6px solid #fff;
}
.fb-greet__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-greet__leaf { position: absolute; top: -30px; left: -26px; width: clamp(100px,12vw,150px); height: auto; transform: rotate(-10deg); pointer-events: none; filter: drop-shadow(0 4px 8px rgba(0,0,0,.08)); }
.fb-greet__figure--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; }
.fb-greet__figure--pair .fb-greet__img { border-radius: 50% 50% 12px 50%; }
.fb-greet__figure--pair .fb-greet__img:nth-child(2) { border-radius: 50% 50% 50% 12px; margin-top: 28px; }
@media (max-width: 520px) { .fb-greet__figure--pair { gap: 12px; } }
.fb-tree-deco { position: absolute; right: -40px; bottom: -30px; width: clamp(180px,20vw,300px); height: auto; opacity: .16; pointer-events: none; z-index: 0; }
.fb-body-text { font-size: 1.6rem; line-height: 2.1; margin: 0; }
@media (max-width: 1100px) { .fb-greet { grid-template-columns: 1fr; } }

/* ---------------- 3つの特徴 ---------------- */
.fb-feat-card {
  background: #fff; border: 1px solid #EDEDE6; border-radius: 74px 24px;
  padding: 30px 46px; position: relative; box-shadow: 0 8px 22px rgba(60,59,51,.07);
  transition: transform .3s ease, box-shadow .3s ease;
}
.fb-feat-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(60,59,51,.12); }
.fb-feat-card__num { position: absolute; top: -6px; left: 22px; width: 66px; height: auto; }
.fb-feat-card__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2rem; margin: 22px 0 12px; color: #4F7A16; }
.fb-feat-card__text { font-size: 1.5rem; line-height: 1.95; margin: 0; }

/* ---------------- サービス紹介（TOP） ---------------- */
.fb-svc-card { text-decoration: none; color: #3D3B33; display: block; }
.fb-svc-card:hover { color: #3D3B33; opacity: 1; }
.fb-svc-card__img { position: relative; aspect-ratio: 16/11; border-radius: 26px; overflow: hidden; box-shadow: 0 8px 24px rgba(79,122,22,.1); }
.fb-svc-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.fb-svc-card:hover .fb-svc-card__img img { transform: scale(1.06); }
.fb-svc-card__badge { position: absolute; top: 14px; left: 14px; color: #fff; font-weight: 700; font-size: 1.3rem; padding: 6px 16px; border-radius: 999px; }
.fb-svc-card__badge--teal { background: #4BACBC; color: #fff; }
.fb-svc-card__badge--gold { background: #ECC336; color: #5c4611; }
.fb-svc-card__body {
  position: relative; z-index: 1; width: 96%; margin: -44px auto 0; background: #fff;
  border-radius: 74px 24px; box-shadow: 0 8px 24px rgba(79,122,22,.1); padding: 34px 56px 28px;
}
.fb-svc-card__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.2rem; margin: 0 0 10px; }
.fb-svc-card__title--teal { color: #2f97a6; }
.fb-svc-card__title--gold { color: #b98e12; }
.fb-svc-card__text { font-size: 1.5rem; line-height: 1.9; margin: 0 0 14px; }

/* ---------------- 採用導線（TOP） ---------------- */
.fb-recruit {
  position: relative; background: linear-gradient(120deg,#4F7A16,#5f9433);
  border-radius: 30px; padding: 56px 72px; overflow: hidden; box-shadow: 0 12px 30px rgba(79,122,22,.28);
}
.fb-recruit__deco { position: absolute; right: -20px; top: -20px; width: 150px; opacity: .25; }
.fb-recruit__grid { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.fb-recruit__label { font-family: "Playpen Sans", cursive; color: #eafcff; font-size: 1.5rem; margin: 0; }
.fb-recruit__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.8rem; margin: 4px 0 12px; color: #fff; }
.fb-recruit__text { color: #eafcff; font-size: 1.5rem; line-height: 1.9; margin: 0; }
.fb-recruit__btn { white-space: nowrap; text-decoration: none; background: #fff; color: #4F7A16; font-weight: 700; padding: 16px 32px; border-radius: 999px; box-shadow: 0 6px 0 rgba(0,0,0,.12); }
.fb-recruit__btn:hover { color: #4F7A16; opacity: 1; transform: translateY(-2px); }
@media (max-width: 1100px) { .fb-recruit__grid { grid-template-columns: 1fr; } }

/* ---------------- 下層ページヒーロー ---------------- */
.fb-phero { position: relative; background: #F8FFF5; overflow: hidden; }
.fb-phero__deco { position: absolute; right: 6%; top: 18px; width: 90px; height: auto; opacity: .3; }
.fb-phero__inner { max-width: 1080px; margin: 0 auto; padding: 150px 24px 54px; position: relative; }
.fb-phero__crumb { font-size: 1.3rem; color: #5f7d24; margin-bottom: 14px; }
.fb-phero__crumb a { color: #5f7d24; text-decoration: none; }
.fb-phero__en { font-family: "Playpen Sans", cursive; color: #5f7d24; font-size: 1.6rem; margin: 0; }
.fb-phero__ja { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 3.8rem; color: #4F7A16; margin: 4px 0 0; }
.fb-phero__note { color: #5f7d24; font-size: 1.5rem; margin: 10px 0 0; }
.fb-hero-scallop svg path { fill: #F8FFF5; }

/* ---------------- 下層 About（テキスト＋写真） ---------------- */
.fb-about { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 0.9fr; gap: 40px; align-items: center; }
@media (max-width: 1100px) { .fb-about { grid-template-columns: 1fr; } }
.fb-about__figure { position: relative; }
.fb-about__img { position: relative; aspect-ratio: 4/3; border-radius: 26px; overflow: hidden; border: 6px solid #fff; }
.fb-about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-about__img--teal { box-shadow: 0 12px 30px rgba(58,142,156,.18); }
.fb-about__img--gold { box-shadow: 0 12px 30px rgba(217,169,31,.2); }
.fb-about__leaf { position: absolute; height: auto; pointer-events: none; filter: drop-shadow(0 4px 8px rgba(0,0,0,.08)); }
.fb-about__leaf--tr { top: -34px; right: -22px; width: clamp(96px,11vw,140px); transform: rotate(14deg); }
.fb-about__leaf--bl { bottom: -40px; left: -30px; width: clamp(90px,10vw,130px); transform: rotate(-8deg); }

/* ---------------- 支援方針（numbered white cards） ---------------- */
.fb-policy-card { background: #fff; border-radius: 20px; padding: 26px 20px; text-align: center; box-shadow: 0 4px 0 rgba(58,142,156,.12); }
.fb-policy-card--gold { box-shadow: 0 4px 0 rgba(217,169,31,.16); }
.fb-policy-card__num { font-family: "Playpen Sans", cursive; color: #B9E0E6; font-size: 2.6rem; }
.fb-policy-card--gold .fb-policy-card__num { color: #EAD68A; }
.fb-policy-card__text { margin: 8px 0 0; font-size: 1.5rem; line-height: 1.7; font-weight: 500; }

/* skills タグ */
.fb-tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.fb-tag { background: #fff; border: 2px solid #B9E0E6; border-radius: 999px; padding: 12px 22px; font-size: 1.5rem; }
.fb-tag--gold { border-color: #EAD68A; }

.fb-divider-dashed { margin-top: 40px; padding-top: 32px; border-top: 1px dashed #C4D68C; }

/* 卒業後カード */
.fb-note-box { max-width: 820px; margin: 32px auto 0; background: #F8FFF5; border-radius: 22px; padding: 30px 34px; border: 2px dashed #C4D68C; }
.fb-note-box__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 1.9rem; color: #4F7A16; margin: 0 0 10px; }
.fb-note-box__text { font-size: 1.5rem; line-height: 2; margin: 0; }

/* ---------------- 主な体験活動 ---------------- */
.fb-act-card { background: #fff; border-radius: 20px; padding: 18px; text-align: center; box-shadow: 0 3px 10px rgba(79,122,22,.08); }
.fb-act-card__ph { position: relative; aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; margin-bottom: 12px; padding: 16px; }
.fb-act-card__ph img { width: 100%; height: 100%; object-fit: contain; display: block; }
.fb-act-card__label { margin: 0; font-size: 1.4rem; font-weight: 500; }
.fb-act-card__sub { display: block; font-size: 1.2rem; color: #7A8A5E; }

/* ---------------- 1日の流れ ---------------- */
.fb-flow-card { background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 4px 14px rgba(58,142,156,.1); }
.fb-flow-card--teal { border-top: 5px solid #4BACBC; }
.fb-flow-card--gold { border-top: 5px solid #ECC336; }
.fb-flow-card--green { border-top: 5px solid #8AAE3B; }
.fb-flow-card__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 1.9rem; margin: 0 0 18px; text-align: center; }
.fb-flow-card__title--teal { color: #2f97a6; }
.fb-flow-card__title--gold { color: #b98e12; }
.fb-flow-card__title--green { color: #4F7A16; }
.fb-flow-list { display: flex; flex-direction: column; gap: 2px; }
.fb-flow-row { display: flex; gap: 14px; align-items: baseline; padding: 7px 0; }
.fb-flow-row + .fb-flow-row { border-top: 1px dashed #E3EFCB; }
.fb-flow-card--teal .fb-flow-row + .fb-flow-row { border-top-color: #D7EEF1; }
.fb-flow-card--gold .fb-flow-row + .fb-flow-row { border-top-color: #F0E4BC; }
.fb-flow-time { font-family: "Quicksand", sans-serif; font-weight: 600; font-size: 1.5rem; min-width: 56px; }
.fb-flow-card--teal .fb-flow-time { color: #4BACBC; }
.fb-flow-card--gold .fb-flow-time { color: #d9a91f; }
.fb-flow-card--green .fb-flow-time { color: #8AAE3B; }
.fb-flow-act { font-size: 1.5rem; }

/* ---------------- 施設ギャラリー ---------------- */
.fb-gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 188px; gap: 16px; }
.fb-gallery__fig { margin: 0; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 14px rgba(58,142,156,.12); }
.fb-gallery__fig--big { grid-column: span 2; grid-row: span 2; }
.fb-gallery__fig--wide { grid-column: span 2; }
.fb-gallery__fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-gallery__cap { position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; font-size: 1.3rem; font-weight: 700; padding: 24px 14px 10px; background: linear-gradient(0deg,rgba(15,55,62,.72),transparent); }
.fb-gallery__fig--big .fb-gallery__cap { font-size: 1.4rem; padding: 24px 16px 12px; }
.fb-gallery__fig img { transition: transform .35s ease; }
.fb-gallery__fig:hover img { transform: scale(1.05); }
@media (max-width: 1100px) {
  .fb-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
}

/* ---------------- 施設ギャラリー ライトボックス ---------------- */
.fb-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; }
.fb-lightbox.is-open { display: flex; }
.fb-lightbox__overlay { position: absolute; inset: 0; background: rgba(15,55,62,.88); cursor: zoom-out; animation: fbLbFade .2s ease; }
.fb-lightbox__figure { position: relative; margin: 0; max-width: 90vw; max-height: 88vh; display: flex; flex-direction: column; align-items: center; animation: fbLbFade .25s ease; }
.fb-lightbox__img { max-width: 90vw; max-height: 80vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.5); }
.fb-lightbox__cap { color: #fff; font-size: 1.5rem; font-weight: 700; text-align: center; margin-top: 14px; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.fb-lightbox__close { position: absolute; top: 20px; right: 24px; z-index: 2; width: 48px; height: 48px; border: none; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 3rem; line-height: 1; cursor: pointer; transition: background .2s ease; }
.fb-lightbox__close:hover { background: rgba(255,255,255,.3); }
.fb-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 56px; height: 56px; border: none; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 3.4rem; line-height: 1; cursor: pointer; transition: background .2s ease; display: flex; align-items: center; justify-content: center; padding-bottom: 4px; }
.fb-lightbox__nav:hover { background: rgba(255,255,255,.3); }
.fb-lightbox__nav--prev { left: 24px; }
.fb-lightbox__nav--next { right: 24px; }
@keyframes fbLbFade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 640px) {
  .fb-lightbox__close { top: 12px; right: 12px; width: 40px; height: 40px; font-size: 2.4rem; }
  .fb-lightbox__nav { width: 44px; height: 44px; font-size: 2.6rem; }
  .fb-lightbox__nav--prev { left: 8px; }
  .fb-lightbox__nav--next { right: 8px; }
  .fb-lightbox__cap { font-size: 1.3rem; }
}

/* ---------------- 締めの帯（保護者へ／将来へ） ---------------- */
.fb-closing { background: #4F7A16; padding: 56px 24px; }
.fb-closing__inner { max-width: 820px; margin: 0 auto; text-align: center; }
.fb-closing__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.4rem; color: #fff; margin: 0 0 14px; }
.fb-closing__text { color: #eafcff; font-size: 1.6rem; line-height: 2; margin: 0; }

/* ---------------- 支援プログラム 5領域 ---------------- */
.fb-domain-list { display: flex; flex-direction: column; gap: 22px; }
.fb-domain { background: #fff; border-radius: 24px; padding: 30px 32px; box-shadow: 0 5px 16px rgba(79,122,22,.08); }
.fb-domain--lime  { border-left: 10px solid #B2D235; }
.fb-domain--teal  { border-left: 10px solid #4BACBC; }
.fb-domain--gold  { border-left: 10px solid #ECC336; }
.fb-domain--coral { border-left: 10px solid #E27769; }
.fb-domain--green { border-left: 10px solid #8AAE3B; }
.fb-domain__head { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.fb-domain__num { width: 64px; height: auto; flex: none; }
.fb-domain__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.2rem; margin: 0; }
.fb-domain__title--lime  { color: #4F7A16; }
.fb-domain__title--teal  { color: #2f97a6; }
.fb-domain__title--gold  { color: #b98e12; }
.fb-domain__title--coral { color: #c95c4e; }
.fb-domain__title--green { color: #5f7d24; }
.fb-domain__lead { color: #7A8A5E; font-size: 1.5rem; }
.fb-domain__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.fb-chip { border-radius: 8px; padding: 6px 14px; font-size: 1.4rem; }
.fb-chip--lime  { background: #F2F7E4; }
.fb-chip--teal  { background: #EAF6F8; }
.fb-chip--gold  { background: #FBF3D6; }
.fb-chip--coral { background: #FBEBE8; }
.fb-chip--green { background: #EEF4DD; }

/* PDF リンクカード */
.fb-pdf-card { text-decoration: none; display: flex; align-items: center; gap: 16px; background: #fff; border: 2px dashed #C4D68C; border-radius: 18px; padding: 22px 24px; color: #3D3B33; }
.fb-pdf-card:hover { color: #3D3B33; opacity: 1; border-color: #B2D235; }
.fb-pdf-card__badge { width: 44px; height: 44px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: "Playpen Sans", cursive; font-size: 1.3rem; font-weight: 700; }
.fb-pdf-card__badge--lime { background: #B2D235; color: #33470d; }
.fb-pdf-card__badge--teal { background: #4BACBC; color: #fff; }
.fb-pdf-card__badge--gold { background: #ECC336; color: #5c4611; }
.fb-pdf-card__title { display: block; font-weight: 700; font-size: 1.5rem; }
.fb-pdf-card__note { display: block; font-size: 1.3rem; color: #7A8A5E; margin-top: 2px; }

/* ---------------- 法人情報 ---------------- */
.fb-philo__lead { font-family: "Kiwi Maru", serif; font-size: 2.4rem; line-height: 1.9; color: #3f5a15; margin: 0 0 28px; }
.fb-philo__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; text-align: left; }
.fb-philo__box { background: #F2F7E4; border-radius: 20px; padding: 24px 26px; font-size: 1.5rem; line-height: 1.95; }
@media (max-width: 1100px) { .fb-philo__cols { grid-template-columns: 1fr; } }

.fb-policy-rows { display: flex; flex-direction: column; gap: 12px; }
.fb-policy-row { display: flex; gap: 14px; align-items: flex-start; background: #fff; border-radius: 16px; padding: 18px 22px; }
.fb-policy-row__icon { font-size: 2rem; flex: none; line-height: 1.6; }
.fb-policy-row__text { font-size: 1.5rem; line-height: 1.8; }

.fb-info { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 16px rgba(79,122,22,.08); }
.fb-info__row { display: grid; grid-template-columns: 220px 1fr; }
.fb-info__row dt { color: #fff; font-weight: 700; font-size: 1.5rem; padding: 18px 22px; margin: 0; }
.fb-info__row:nth-child(odd) dt { background: #4F7A16; }
.fb-info__row:nth-child(even) dt { background: #5c8a1e; }
.fb-info__row dd { padding: 18px 22px; margin: 0; font-size: 1.5rem; line-height: 1.9; }
.fb-info__row:nth-child(odd) dd { background: #fff; }
.fb-info__row:nth-child(even) dd { background: #F8FFF5; }
.fb-info--recruit .fb-info__row { grid-template-columns: 200px 1fr; }
.fb-info--recruit .fb-info__row dt { border-left: 5px solid #E27769; padding-left: 18px; }
.fb-info__muted { color: #9a6b62; }
@media (max-width: 1100px) {
  .fb-info__row, .fb-info--recruit .fb-info__row { grid-template-columns: 1fr; }
  .fb-info__row dt { border-radius: 12px 12px 0 0; }
}

.fb-access-card { background: #fff; border-radius: 22px; padding: 24px; box-shadow: 0 4px 14px rgba(79,122,22,.08); }
.fb-badge { display: inline-block; color: #fff; font-size: 1.3rem; font-weight: 700; padding: 5px 14px; border-radius: 999px; margin-bottom: 12px; }
.fb-badge--teal { background: #4BACBC; color: #fff; }
.fb-badge--gold { background: #ECC336; color: #5c4611; }
.fb-access-card__addr { margin: 0 0 4px; font-size: 1.5rem; line-height: 1.8; }
.fb-access-card__tel { margin: 0 0 14px; font-family: "Quicksand", sans-serif; font-weight: 700; color: #4F7A16; font-size: 1.8rem; }
.fb-map { position: relative; border-radius: 14px; overflow: hidden; }
.fb-map--sm { height: 150px; }
.fb-map--lg { height: 220px; }
.fb-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------------- 採用 ---------------- */
.fb-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 0.85fr; gap: 44px; align-items: center; }
.fb-intro__img { position: relative; aspect-ratio: 4/3; border-radius: 26px; overflow: hidden; box-shadow: 0 12px 30px rgba(226,119,105,.2); border: 6px solid #fff; }
.fb-intro__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-intro__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 1100px) { .fb-intro { grid-template-columns: 1fr; } }
.fb-entry { max-width: 820px; margin: 0 auto; text-align: center; background: #fff; border-radius: 28px; padding: 48px 36px; box-shadow: 0 10px 28px rgba(226,119,105,.14); border: 3px solid #F6D9D3; }
.fb-entry__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.4rem; color: #c95c4e; margin: 0 0 12px; }
.fb-entry__text { font-size: 1.5rem; line-height: 1.9; margin: 0 0 26px; }
.fb-entry__row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.fb-entry__tel { background: #F5FAE9; border-radius: 16px; padding: 14px 26px; }
.fb-entry__tel-label { font-size: 1.2rem; color: #a86c62; }
.fb-entry__tel-num { font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 2.2rem; color: #c95c4e; }
.fb-entry__btn { align-self: center; text-decoration: none; background: #E27769; color: #fff; font-weight: 700; padding: 15px 30px; border-radius: 999px; box-shadow: 0 5px 0 #c95c4e; }
.fb-entry__btn:hover { color: #fff; opacity: 1; transform: translateY(-2px); }

/* ---------------- ブログ ---------------- */
.fb-blog { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; max-width: 1120px; margin: 0 auto; }
@media (max-width: 1100px) { .fb-blog { grid-template-columns: 1fr; } }
.fb-post-list { display: flex; flex-direction: column; gap: 22px; }
/* CMS埋め込みは記事を span 内へ挿入するため、span 自体をカード並びのflexコンテナにして
   カード間余白を復活させる。TOPの .fb-news（詰めたリスト）には効かないよう限定 */
.fb-post-list #cms-blog-entry-list-1-area { display: flex; flex-direction: column; gap: 22px; }
.fb-post { display: flex; gap: 24px; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 3px 12px rgba(79,122,22,.07); text-decoration: none; color: #3D3B33; transition: box-shadow .3s ease, transform .3s ease; }
.fb-post:hover { color: #3D3B33; opacity: 1; box-shadow: 0 8px 20px rgba(79,122,22,.14); transform: translateY(-3px); }
.fb-post__thumb { position: relative; width: 220px; flex: none; min-height: 160px; }
.fb-post__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.fb-post__thumb .fb-img-ph { position: absolute; inset: 0; }
.fb-post__body { padding: 24px 22px 24px 0; flex: 1; }
.fb-post__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; flex-wrap: wrap; }
.fb-post__date { font-family: "Quicksand", sans-serif; font-weight: 600; color: #7A8A5E; font-size: 1.3rem; }
.fb-post__cat { font-size: 1.1rem; font-weight: 700; color: #fff; padding: 3px 11px; border-radius: 999px; }
.fb-post__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 1.7rem; color: #4F7A16; margin: 0 0 6px; line-height: 1.5; }
.fb-post__excerpt { font-size: 1.35rem; color: #6a6a5e; line-height: 1.7; margin: 0; }
@media (max-width: 560px) {
  .fb-post { flex-direction: column; }
  .fb-post__thumb { width: 100%; min-height: 180px; }
  .fb-post__body { padding: 20px; }
}

.fb-pager { display: flex; gap: 8px; justify-content: center; margin-top: 36px; }
.fb-pager__item { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: #fff; color: #4F7A16; border: 1px solid #E3EFCB; text-decoration: none; }
.fb-pager__item:hover { color: #4F7A16; opacity: 1; }
.fb-pager__item--current { background: #B2D235; color: #33470d; font-weight: 700; border-color: #B2D235; }
.fb-pager__item--disabled { color: #C4D68C; }

/* CMS <%page_link%> 出力（.pages > .page_prev/.page_no/.page_now/.page_next）用の装飾 */
.fb-pager .pages { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; }
.fb-pager .pages a,
.fb-pager .page_now {
  display: flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; box-sizing: border-box;
  border-radius: 12px; background: #fff; color: #4F7A16;
  border: 1px solid #E3EFCB; text-decoration: none; white-space: nowrap;
}
.fb-pager .pages a:hover { color: #4F7A16; opacity: 1; background: #F4FAE6; }
.fb-pager .page_now { background: #B2D235; color: #33470d; font-weight: 700; border-color: #B2D235; }

.fb-side { display: flex; flex-direction: column; gap: 24px; }
.fb-side__box { background: #fff; border-radius: 20px; padding: 22px; box-shadow: 0 3px 12px rgba(79,122,22,.07); }
.fb-side__title { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 1.6rem; color: #4F7A16; margin: 0 0 14px; border-bottom: 2px solid #EAF4D3; padding-bottom: 10px; }
.fb-side__links { display: flex; flex-direction: column; gap: 12px; }
/* CMS埋め込みは記事を span 内へ挿入するため、span 自体をflexコンテナ化して行間を復活 */
.fb-side__links #cms-side-recent-area { display: flex; flex-direction: column; gap: 12px; }
.fb-side__links a { display: block; text-decoration: none; color: #3D3B33; font-size: 1.35rem; line-height: 1.6; }
.fb-side__links a:hover { color: #E27769; }
.fb-side__nav { display: flex; flex-direction: column; }
.fb-side__nav a { text-decoration: none; color: #3D3B33; font-size: 1.4rem; padding: 9px 4px; border-bottom: 1px dashed #E3EFCB; }
.fb-side__nav a:last-child { border-bottom: none; }
.fb-side__nav a:hover { color: #E27769; }

.fb-article { background: #fff; border-radius: 24px; padding: 38px 42px 44px; box-shadow: 0 4px 16px rgba(79,122,22,.07); }
.fb-article__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.fb-article__date { font-family: "Quicksand", sans-serif; font-weight: 600; color: #7A8A5E; font-size: 1.4rem; }
.fb-article__cat { font-size: 1.2rem; font-weight: 700; color: #fff; padding: 4px 13px; border-radius: 999px; }
.fb-article__h1 { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2.9rem; color: #4F7A16; line-height: 1.55; margin: 0 0 24px; }
.fb-article__figure { position: relative; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; margin-bottom: 28px; }
.fb-article__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-article p { font-size: 1.6rem; line-height: 2.1; margin: 0 0 20px; }
.fb-article__h2 { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2rem; color: #2f97a6; margin: 8px 0 14px; padding-left: 14px; border-left: 5px solid #4BACBC; }
/* CMS本文(entry_body)は素のHTMLで出力されるため、タグ直接指定で装飾を補完 */
.fb-article h2 { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 2rem; color: #2f97a6; margin: 24px 0 14px; padding-left: 14px; border-left: 5px solid #4BACBC; }
.fb-article h3 { font-family: "Kiwi Maru", serif; font-weight: 500; font-size: 1.7rem; color: #4F7A16; margin: 20px 0 12px; }
.fb-article img { max-width: 100%; height: auto; border-radius: 18px; margin: 8px 0 28px; display: block; }
.fb-article ul, .fb-article ol { font-size: 1.6rem; line-height: 2.1; margin: 0 0 20px; padding-left: 1.6em; }
.fb-article li { margin-bottom: 6px; }
.fb-article a { color: #2f97a6; text-decoration: underline; }
.fb-article a:hover { opacity: .8; }
.fb-back { display: inline-block; text-decoration: none; color: #4F7A16; font-weight: 700; border: 2px solid #B2D235; border-radius: 999px; padding: 11px 32px; }
.fb-back:hover { color: #33470d; opacity: 1; background: #B2D235; }
.fb-crumb { font-size: 1.3rem; color: #7A8A5E; margin-bottom: 26px; }
.fb-crumb a { color: #7A8A5E; text-decoration: none; }

/* ---------------- お問い合わせCTA帯 ---------------- */
.fb-cta { position: relative; background: #F4FAE6; }
.fb-cta--top-white { background: #fff; }
.fb-cta--top-section { background: #EAF4D3; }
.fb-cta--top-green { background: #4F7A16; }
.fb-cta--top-base { background: #F4FAE6; }
.fb-cta__band { position: relative; background: #B2D235; overflow: hidden; border-radius: 60px 60px 0 0; }
.fb-cta__band::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 12% 120%, rgba(255,255,255,.35) 0 22%, transparent 22%), radial-gradient(circle at 88% -20%, rgba(255,255,255,.25) 0 20%, transparent 20%);
}
.fb-cta__inner { position: relative; max-width: 1000px; margin: 0 auto; padding: 44px 24px; text-align: center; }
.fb-cta__label { font-family: "Playpen Sans", cursive; color: #4F7A16; font-size: 1.5rem; margin: 0 0 6px; letter-spacing: .04em; }
.fb-cta__title { font-family: "Kiwi Maru", serif; color: #33470d; font-size: 2.9rem; margin: 0 0 8px; font-weight: 500; }
.fb-cta__lead { color: #41551b; font-size: 1.6rem; margin: 0 0 24px; }
.fb-cta__tels { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.fb-cta__tel { background: #fff; border-radius: 18px; padding: 14px 22px; box-shadow: 0 5px 0 rgba(79,122,22,.18); text-align: left; }
.fb-cta__tel-label { font-size: 1.2rem; color: #7A8A5E; }
.fb-cta__tel-num { font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 2.3rem; color: #4F7A16; }

/* ---------------- フッター ---------------- */
.fb-foot__body { background: #F8FFF5; border-top: 3px solid #9DBF3E; }
.fb-foot__inner { max-width: 1200px; margin: 0 auto; padding: 48px 24px 32px; }
.fb-foot__offices { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 900px) { .fb-foot__offices { grid-template-columns: 1fr; } }
.fb-foot__office { background: #fff; border-radius: 22px; padding: 22px; box-shadow: 0 3px 12px rgba(79,122,22,.07); }
.fb-foot__addr { margin: 0 0 4px; color: #3D3B33; font-size: 1.5rem; line-height: 1.7; }
.fb-foot__tel { margin: 0 0 14px; font-family: "Quicksand", sans-serif; font-weight: 700; color: #4F7A16; font-size: 1.8rem; }
.fb-foot__bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; margin-top: 36px; padding-top: 24px; border-top: 1px dashed #C4D68C; }
.fb-foot__logo { display: flex; align-items: center; gap: 12px; }
.fb-foot__logo-mark { width: 40px; height: auto; flex: none; }
.fb-foot__logo-text { line-height: 1.3; }
.fb-foot__logo-name { font-family: "Kiwi Maru", serif; font-size: 2rem; color: #4F7A16; }
.fb-foot__logo-sub { font-size: 1.2rem; color: #7A8A5E; }
.fb-foot__nav { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 1.4rem; }
.fb-foot__nav a { color: #4F7A16; text-decoration: none; }
.fb-foot__nav a:hover { color: #E27769; }
.fb-foot__copy { background: #4F7A16; color: #EAF3D6; text-align: center; font-size: 1.3rem; padding: 14px; }

/* nav-toggle / sp-nav をこのサイトのトンマナに寄せる（背景ライム系） */
.sp-nav { background: linear-gradient(135deg, rgba(178,210,53,.98), rgba(79,122,22,.98)); }
.nav-toggle { box-shadow: 0 4px 12px rgba(79,122,22,.2); }

/* ---------------- SP微調整（横スクロール防止・可読性） ---------------- */
@media (max-width: 640px) {
  .fb-block { padding-left: 18px; padding-right: 18px; }
  .fb-header__util-inner { justify-content: center; font-size: 1.1rem; padding: 6px 14px; gap: 8px; }
  .fb-header__util-corp, .fb-header__util-sep { display: none; }
  .fb-header__util-tel { white-space: normal; text-align: center; }
  .fb-tabs, .fb-tabs--left { gap: 8px; }
  .fb-tab { padding: 7px 14px; font-size: 1.3rem; }
  .fb-header__main { padding: 14px 16px 10px; }
  .fb-header__logo-icon { width: 54px; height: 54px; }
  .fb-header__logo-name { font-size: 2.6rem; }
  .fb-header__logo-sub { font-size: 1.2rem; }
  .fb-hero { padding-top: 132px; }
  .fb-hero__copy-inner { padding: 56px 20px; }
  .fb-hero__lead { max-width: 100%; }
  .fb-news__item { gap: 6px 12px; padding: 14px 4px; }
  .fb-news__date { min-width: 78px; }
  .fb-news__title { min-width: 0; flex-basis: 100%; }
  .fb-feat-card { padding: 28px 30px; }
  .fb-svc-card__body { padding: 28px 30px 24px; }
  .fb-recruit { padding: 40px 26px; }
  .fb-recruit__title { font-size: 2.3rem; }
  .fb-domain { padding: 24px 22px; }
  .fb-article { padding: 28px 22px 32px; }
  .fb-cta__title { font-size: 2.4rem; }
  .fb-phero__ja { font-size: 3rem; }
}
