@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .ruru-header / .ruru-logo            - スティッキー半透明ヘッダー＋クジラロゴ
 * .ruru-header__tel / __cta            - ヘッダー右の電話・CTA（design準拠）
 * .ruru-footer 一式                    - 水色グラデ＋波カットのフッター
 * .ruru-hero / .ruru-pagehero          - やわらかグラデMV・ページヒーロー
 * .ruru-btn (--primary/--ghost/--white)- 丸ピルボタン（design準拠）
 * .ruru-link                           - 下線付きテキストリンク（→）
 * .ruru-card (--beige/--blue/--hover)  - 角丸ソフトカード
 * .ruru-highlight                      - 水色グラデの強調バナーボックス
 * .ruru-emoji / .ruru-chip             - 円形絵文字アイコン / ピルチップ
 * .ruru-hours / .ruru-deflist          - 営業時間行 / 会社概要定義リスト
 * .ruru-feature-row / .ruru-checkrow   - 絵文字＋テキストの横並び行
 * .ruru-area-grid / .ruru-area-card    - 対応エリアカード
 * .ruru-care-grid                      - サポート内容4列グリッド
 * .ruru-form                           - お問い合わせフォーム
 * .ruru-twinkle / .ruru-star / .ruru-wave - 装飾（星・コーナー画像・波SVG）
 * .ruru-reveal                         - スクロールフェードイン
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・装飾パターン不足: クジラ／星のあしらい、SVG波カット境界、twinkle/floaty微アニメ
 * ・構造不足:        ロゴ(画像+2段テキスト)、ヘッダー右(縦2段tel+CTA)の構成
 * ・値の粒度不足:     角丸24〜32px・水色グラデ・clampタイポ（やわらか系の大きめ角丸）
 * ・状態不足:        カードの浮き上がりホバー（水色シャドウ濃化）
 * ※ 色・フォント・影は scss/_vars.scss をこの案件用に設定して main.css を再コンパイル済み
 */

/* ============================================================
   共通：見出し・本文・装飾
   ============================================================ */
.heading .heading__en {
  font-size: clamp(2.2rem, 2.6vw, 2.8rem);
  color: #1092d4;
  letter-spacing: 0;
  line-height: 1.1;
}
.heading .heading__ja {
  font-family: "Kiwi Maru", "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #2c4a58;
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  margin-top: 4px;
  line-height: 1.5;
}
.heading--left { text-align: left; }

.ruru-text {
  font-size: 1.5rem;
  line-height: 2.1;
  color: #52646e;
}
.ruru-text--center { text-align: center; }
/* スマホ：中央寄せの長め本文は左寄せに（見出しは中央のまま） */
@media (max-width: 639px) {
  .ruru-text--center,
  .ruru-text--lg { text-align: left; }
}
.ruru-marker { color: #1092d4; font-family: "Kiwi Maru", serif; }

/* スクロールフェードイン */
.ruru-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.ruru-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

/* 装飾：きらめき星 */
@keyframes ruru-twinkle { 0%,100%{opacity:.35;transform:scale(.85)} 50%{opacity:1;transform:scale(1)} }
@keyframes ruru-floaty  { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.ruru-twinkle {
  position: absolute;
  color: #9ed3ef;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
  animation: ruru-twinkle 5s ease-in-out infinite;
}
.ruru-twinkle--gold { color: #f2ce5c; }
.ruru-twinkle--white { color: rgba(255,255,255,.4); }
.ruru-twinkle--static { animation: none; }
/* ボックス内コーナー配置 */
.ruru-twinkle--tl { top: 22px; left: 32px; }
.ruru-twinkle--tr { top: 22px; right: 32px; }
.ruru-twinkle--bl { bottom: 24px; left: 34px; }
.ruru-twinkle--br { bottom: 26px; right: 40px; }

/* レスポンシブ改行の出し分け（PC用 / スマホ用） */
.br-pc { display: inline; }
.br-sp { display: none; }
@media (max-width: 760px) {
  .br-pc { display: none; }
  .br-sp { display: inline; }
}

/* コーナー装飾画像（星） */
.ruru-star {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .45;
  display: block;
  object-fit: contain;
  width: clamp(180px, 26vw, 360px);
  height: auto;
}
.ruru-star--tr { top: 0; right: 0; width: clamp(240px, 36vw, 520px); height: auto; aspect-ratio: 876 / 998; }
.ruru-star--tl { top: 0; left: 0; width: clamp(240px, 36vw, 520px); height: auto; aspect-ratio: 995 / 860; }
.ruru-star--tc { top: clamp(16px,3vw,36px); left: 50%; transform: translateX(-50%); width: min(900px,86%); height: auto; aspect-ratio: 900 / 220; opacity: .5; }
@media (max-width: 760px) {
  .ruru-star--tr { top: auto; bottom: 0; }
}

/* 白い波（セクション下境界） */
.ruru-wave {
  display: block;
  width: 100%;
  line-height: 0;
}
.ruru-wave svg { display: block; width: 100%; height: 54px; }
.ruru-wave--abs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

/* ============================================================
   ボタン・リンク
   ============================================================ */
.ruru-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 30px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.ruru-btn--primary {
  background: #1092d4;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16,146,212,.28);
  border: none;
}
.ruru-btn--primary:hover { background: #0d7eb8; transform: translateY(-2px); opacity: 1; }
.ruru-btn--ghost {
  background: #fff;
  color: #1092d4;
  border: 1.5px solid #bfe3f5;
}
.ruru-btn--ghost:hover { border-color: #1092d4; transform: translateY(-2px); opacity: 1; }
.ruru-btn--white {
  background: #fff;
  color: #1092d4;
  border: 1.5px solid #bfe3f5;
  box-shadow: 0 8px 20px rgba(16,146,212,.12);
}
.ruru-btn--white:hover { transform: translateY(-2px); opacity: 1; }
.ruru-btn--full { width: 100%; border: none; }

/* PDFボタンを等幅で並べる（大きい方に揃える） */
.ruru-btn-pair {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  .ruru-btn-pair { grid-auto-flow: row; }
}

.ruru-boxtitle { font-family: "Kiwi Maru", serif; color: #2c4a58; font-size: 1.7rem; margin-bottom: 18px; }
.ruru-boxtitle--center { text-align: center; font-size: 1.8rem; margin-bottom: 24px; }

.ruru-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1092d4;
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 2px solid #bfe3f5;
  padding-bottom: 3px;
  transition: border-color .2s ease;
}
.ruru-link:hover { border-color: #1092d4; opacity: 1; }

/* ============================================================
   カード・ボックス
   ============================================================ */
.ruru-card {
  background: #fff;
  border-radius: 24px;
  padding: clamp(26px, 3vw, 40px);
  box-shadow: 0 12px 30px rgba(16,146,212,.07);
}
.ruru-card--beige { background: #f9f8f3; }
.ruru-card--blue  { background: #eaf6fc; }
.ruru-card--lg    { border-radius: 28px; }
.ruru-card--hover { transition: transform .2s ease, box-shadow .2s ease; }
.ruru-card--hover:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(16,146,212,.16); }

.ruru-highlight {
  background: linear-gradient(120deg, #1092d4, #3aa9e0);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 44px);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ruru-highlight__emoji { font-size: 32px; margin-bottom: 10px; }
.ruru-highlight__emoji img { width: auto; height: 60px; display: inline-block; }
.ruru-highlight__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  margin: 0 0 14px;
}
.ruru-highlight__lead {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(1.5rem, 1.7vw, 1.9rem);
  line-height: 2;
  margin: 0;
}
@media (max-width: 760px) {
  .ruru-highlight__lead { text-align: left; }
}
.ruru-highlight p:not(.ruru-highlight__lead) { line-height: 2; margin: 0 0 28px; color: rgba(255,255,255,.92); }
.ruru-highlight strong { font-weight: 500; }

/* 想い・コンセプトのグラデ角丸ボックス */
.ruru-concept-box {
  background: linear-gradient(165deg, #eaf6fc, #f4fafe);
  border-radius: 32px;
  padding: clamp(30px, 4vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ruru-concept-box__lead {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(1.5rem, 1.6vw, 1.9rem);
  line-height: 2.4;
  color: #3b4a54;
  margin: 0 0 18px;
}
.ruru-concept-box__sub {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  line-height: 2.2;
  color: #52646e;
  margin: 0;
}
@media (max-width: 760px) {
  .ruru-concept-box { text-align: left; }
}

/* ミニカード（大切な毎日／時間／つながり 等） */
.ruru-mini-card {
  background: #f9f8f3;
  border-radius: 20px;
  padding: 26px 20px;
  text-align: center;
}
.ruru-mini-card__emoji { font-size: 28px; margin-bottom: 8px; }
.ruru-mini-card__emoji img { width: auto; height: 52px; display: inline-block; }
.ruru-mini-card__label { font-family: "Kiwi Maru", serif; color: #1092d4; font-size: 1.7rem; }

/* 円形絵文字アイコン */
.ruru-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eaf6fc;
  font-size: 24px;
  flex-shrink: 0;
}
.ruru-emoji--lg { width: 84px; height: 84px; }
.ruru-emoji--white { background: #fff; }
.ruru-emoji--sq { border-radius: 14px; width: 48px; height: 48px; background: #fff; }

/* 情報共有体制などの水色グラデカード */
.ruru-bluecard {
  background: linear-gradient(160deg, #eaf6fc, #d8eefb);
  border-radius: 28px;
  padding: clamp(28px, 3.5vw, 42px);
}
.ruru-bluecard__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-family: "Kiwi Maru", serif;
  color: #1092d4;
  font-size: 1.8rem;
}

/* ピルチップ */
.ruru-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 999px;
  padding: 11px 20px;
  font-family: "Kiwi Maru", serif;
  color: #1092d4;
  font-size: 1.4rem;
  box-shadow: 0 4px 12px rgba(16,146,212,.08);
}
.ruru-chip--plain { color: #465862; font-family: "Zen Maru Gothic", sans-serif; }
.ruru-chip--solid { background: #1092d4; color: #fff; }
.ruru-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ruru-chip-row--center { justify-content: center; align-items: center; }
.ruru-chip-plus { color: #bfe3f5; font-size: 18px; }

/* 絵文字＋テキストの横並び行（強み・チェックリスト） */
.ruru-feature-row {
  background: #eaf6fc;
  border-radius: 20px;
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.ruru-feature-row__txt {
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  color: #2c4a58;
}
.ruru-feature-row__emoji { font-size: 24px; flex-shrink: 0; }

.ruru-checkrow {
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  color: #465862;
}
.ruru-checkrow__mark { color: #1092d4; }

.ruru-stack { display: flex; flex-direction: column; gap: 14px; }

/* 注意書きボックス */
.ruru-note {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ruru-note__icon { font-size: 20px; flex-shrink: 0; }
.ruru-note__txt { font-size: 1.3rem; line-height: 1.95; color: #6b7b85; margin: 0; }

/* ============================================================
   ヘッダー
   ============================================================ */
.header-bar.ruru-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #edeee9;
  box-shadow: none;
}
.ruru-header .header__inner {
  max-width: 1280px;
  height: auto;
  padding: 12px clamp(16px, 3vw, 32px);
  gap: clamp(12px, 1.4vw, 18px);
}
/* ロゴ */
.ruru-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.ruru-logo img { height: clamp(44px, 5.5vw, 62px); width: auto; }
/* PCナビ */
.ruru-header .header__nav { gap: clamp(6px, .9vw, 12px); margin-right: clamp(8px, 1.4vw, 18px); }
.ruru-header .header__nav-item a { padding: 8px 6px; }
.ruru-header .header__nav-ja {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(1.1rem, .95vw, 1.35rem);
  font-weight: 400;
  color: #5a6a72;
  margin-top: 0;
  white-space: nowrap;
}
.ruru-header .header__nav-item a::after { background: #bfe3f5; height: 2px; }
.ruru-header .header__nav-item a:hover .header__nav-ja { color: #1092d4; }
.ruru-header .header__nav-item--current a::after { width: 80%; left: 50%; transform: translateX(-50%); background: #1092d4; }
.ruru-header .header__nav-item--current .header__nav-ja { color: #1092d4; }
/* ヘッダー右 */
.ruru-header__right { gap: 12px; }
.ruru-header__tel {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-decoration: none;
}
.ruru-header__tel-label { font-family: "Caveat", cursive; font-size: 1.2rem; color: #9fb6c2; }
.ruru-header__tel-num {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(1.5rem, 1.4vw, 1.9rem);
  color: #1092d4;
  letter-spacing: .01em;
}
.ruru-header__cta {
  background: #1092d4;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(16,146,212,.25);
  transition: background .2s ease, transform .2s ease;
}
.ruru-header__cta:hover { background: #0d7eb8; transform: translateY(-1px); opacity: 1; }

/* SPナビ追記（フレームワークの sp-nav を踏襲、下部ボタン） */
.ruru-spnav__tel {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 14px;
}
.ruru-spnav__cta {
  display: inline-block;
  background: #fff;
  color: #1092d4;
  font-family: "Kiwi Maru", serif;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 999px;
}
.sp-nav__link { font-family: "Kiwi Maru", serif; }
body.is-nav-open { overflow: hidden; }

/* ============================================================
   ヒーロー（MV）／ページヒーロー
   ============================================================ */
.ruru-hero {
  position: relative;
  background: linear-gradient(165deg, #e9f5fc 0%, #f4fafe 45%, #f9f8f3 100%);
  overflow: hidden;
}
.ruru-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(48px,7vw,96px) clamp(20px,5vw,48px) clamp(60px,8vw,110px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: clamp(32px,5vw,60px);
  align-items: center;
}
.ruru-hero__catch {
  font-family: "Caveat", cursive;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  color: #1092d4;
  margin-bottom: 10px;
}
.ruru-hero__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(3rem, 4.6vw, 5.2rem);
  line-height: 1.55;
  margin: 0 0 24px;
  color: #2c4a58;
  letter-spacing: .01em;
}
.ruru-hero__title span { color: #1092d4; }
.ruru-hero__lead {
  font-size: clamp(1.45rem, 1.5vw, 1.7rem);
  line-height: 2.1;
  margin: 0 0 32px;
  color: #52646e;
  max-width: 30em;
}
.ruru-hero__btns {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 14px;
}
.ruru-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(320px, 34vw, 460px);
}
/* クジラのイラストを大きく配置（月・星入りのイラスト） */
.ruru-hero__whale {
  position: relative;
  z-index: 2;
  width: min(480px, 100%);
  height: auto;
  animation: ruru-floaty 6s ease-in-out infinite;
  filter: drop-shadow(0 18px 30px rgba(16,146,212,.18));
}
/* MV下部の星（横長イラストを全幅・少し透過して背景に敷く） */
.ruru-hero__stars {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: clamp(34px, 4vw, 60px);
  width: 100%;
  height: auto;
  opacity: .55;
  pointer-events: none;
}
/* スマホ：キャッチ → 見出し → 画像 → リード → ボタン の順に並べ替え */
@media (max-width: 760px) {
  .ruru-hero__inner { display: flex; flex-direction: column; }
  /* テキストラッパーを透過させ、子要素を直接フレックスアイテム化 */
  .ruru-hero__inner > .ruru-reveal { display: contents; }
  .ruru-hero__catch  { order: 1; margin-bottom: 5px; }
  .ruru-hero__title  { order: 2; margin-bottom: 12px; }
  .ruru-hero__visual { order: 3; }
  .ruru-hero__lead   { order: 4; }
  .ruru-hero__btns   { order: 5; display: grid; grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr; }
  /* スマホ：クジラは余白に合わせて縮小、下部の星は控えめに */
  .ruru-hero__whale { width: min(300px, 78%); }
  .ruru-hero__stars { bottom: 16px; opacity: .5; }
}

/* ページヒーロー（下層共通） */
.ruru-pagehero {
  position: relative;
  background: linear-gradient(165deg, #e9f5fc, #f4fafe 60%, #f9f8f3);
  overflow: hidden;
  padding: clamp(48px,7vw,90px) clamp(20px,5vw,48px) clamp(60px,8vw,100px);
  text-align: center;
}
.ruru-pagehero__inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }
.ruru-pagehero__icon {
  font-size: 46px;
  margin-bottom: 4px;
  animation: ruru-floaty 6s ease-in-out infinite;
  display: inline-block;
}
.ruru-pagehero__icon img { width: 88px; height: auto; }
.ruru-pagehero__en {
  font-family: "Caveat", cursive;
  font-size: clamp(2.2rem, 2.4vw, 2.8rem);
  color: #1092d4;
}
.ruru-pagehero__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 3.8vw, 4.4rem);
  margin: 2px 0 16px;
  color: #2c4a58;
}
.ruru-pagehero__lead {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  line-height: 2;
  color: #52646e;
  max-width: 40em;
  margin: 0 auto;
}

/* ============================================================
   営業時間・定義リスト
   ============================================================ */
.ruru-hours__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: "Kiwi Maru", serif;
  font-size: 1.9rem;
  color: #2c4a58;
}
.ruru-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed #e2e6d9;
}
.ruru-hours__row:last-of-type { border-bottom: none; }
.ruru-hours__label { color: #6b7b85; font-size: 1.4rem; }
.ruru-hours__value { font-family: "Kiwi Maru", serif; color: #2c4a58; font-size: 1.6rem; }
.ruru-hours__note {
  margin-top: 14px;
  background: #eaf6fc;
  border-radius: 14px;
  padding: 13px 16px;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  color: #1092d4;
  font-size: 1.4rem;
}
@media (max-width: 760px) {
  .ruru-hours__note { font-size: 1.3rem; }
}

.ruru-deflist {
  margin: 0;
  background: #f9f8f3;
  border-radius: 28px;
  overflow: hidden;
}
.ruru-deflist__row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  border-bottom: 1px solid #ecebe3;
}
.ruru-deflist__row:last-child { border-bottom: none; }
.ruru-deflist dt {
  font-family: "Kiwi Maru", serif;
  color: #1092d4;
  font-size: 1.45rem;
  padding: 20px clamp(18px,2.5vw,28px);
  background: #f3f1e8;
}
.ruru-deflist dd {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #465862;
  padding: 20px clamp(18px,2.5vw,28px);
}
.ruru-deflist dd small { color: #9aa6ac; font-size: 1.3rem; }
@media (max-width: 639px) {
  .ruru-deflist__row { grid-template-columns: 1fr; }
  .ruru-deflist dt { padding-bottom: 6px; }
  .ruru-deflist dd { padding-top: 6px; }
}

/* ============================================================
   対応エリア / サポート内容 / 連携カード
   ============================================================ */
.ruru-area-map {
  display: block;
  width: min(560px, 100%);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ruru-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}
.ruru-area-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(16,146,212,.06);
}
.ruru-area-card__name { font-family: "Kiwi Maru", serif; color: #1092d4; font-size: 1.7rem; }
.ruru-area-card__sub { font-size: 1.15rem; color: #6b7b85; margin-top: 3px; }
.ruru-area-card--muted { background: #f9f8f3; border: 1px dashed #d8ddd0; }
.ruru-area-card--muted .ruru-area-card__name { color: #6b7b85; }

.ruru-care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ruru-care-card {
  background: #fff;
  border-radius: 22px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(16,146,212,.05);
}
.ruru-care-card__icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #eaf6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.ruru-care-card__icon img { width: 60px; height: 60px; object-fit: contain; }
.ruru-care-card__title { font-family: "Kiwi Maru", serif; color: #2c4a58; font-size: 1.5rem; margin-bottom: 6px; }
.ruru-care-card__note { font-size: 1.15rem; color: #9aa6ac; }
@media (max-width: 880px) { .ruru-care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ruru-care-grid { grid-template-columns: 1fr; } }

/* 寄り添い写真（角丸＋影） */
.ruru-feature-img {
  width: min(420px, 100%);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(16,146,212,.18);
  display: block;
}

/* サービスカード（絵文字＋タイトル＋本文の角丸カード） */
.ruru-svc {
  border-radius: 28px;
  padding: clamp(26px,3vw,40px);
  text-align: left;
}
.ruru-svc--blue  { background: #eaf6fc; }
.ruru-svc--beige { background: #f9f8f3; }
.ruru-svc__emoji { font-size: 34px; margin-bottom: 12px; }
.ruru-svc__img { margin-bottom: 14px; text-align: center; }
.ruru-svc__img img { width: min(450px, 100%); height: auto; display: block; margin: 0 auto; }
.ruru-svc__title { font-family: "Kiwi Maru", serif; font-size: 2.1rem; color: #1092d4; margin: 0 0 12px; }
.ruru-svc__text  { font-size: 1.4rem; line-height: 2; color: #52646e; margin: 0; }

/* ステップカード（中央・円アイコン） */
.ruru-step {
  background: #eaf6fc;
  border-radius: 24px;
  padding: 30px 24px;
  text-align: center;
}
.ruru-step__num {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 24px;
}
.ruru-step__img { margin: 0 auto 16px; text-align: center; }
.ruru-step__img img { width: min(300px, 100%); height: auto; object-fit: contain; display: inline-block; }
.ruru-step__title { font-family: "Kiwi Maru", serif; color: #1092d4; font-size: 1.6rem; margin-bottom: 8px; }
.ruru-step__text { font-size: 1.3rem; line-height: 1.95; color: #52646e; margin: 0; }

/* お悩みカード（白・絵文字横） */
.ruru-worry__emoji { font-size: 22px; flex-shrink: 0; }
/* こんなお悩み（左に大きなイラスト＋吹き出しを縦並び） */
.ruru-worrysec {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  max-width: 920px;
  margin: 0 auto;
}
.ruru-worrysec__illust { flex-shrink: 0; width: clamp(200px, 32vw, 340px); }
.ruru-worrysec__illust img { width: 100%; height: auto; display: block; }
.ruru-worrylist {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ruru-worry__bubble {
  position: relative;
  margin: 0;
  background: #fff;
  border-radius: 18px;
  padding: 18px 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #465862;
  box-shadow: 0 6px 16px rgba(16,146,212,.06);
}
.ruru-worry__bubble::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 720px) {
  .ruru-worrysec { flex-direction: column; gap: 24px; }
  .ruru-worrysec__illust { width: clamp(160px, 50vw, 240px); }
  .ruru-worrylist { width: 100%; }
  .ruru-worry__bubble { font-size: 1.4rem; padding: 15px 18px; }
  /* 縦並び時はしっぽを上向きに */
  .ruru-worry__bubble::before {
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #fff transparent;
  }
}

/* スタッフ強みカード */
.ruru-strength {
  background: #fff;
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: 0 8px 20px rgba(16,146,212,.05);
}
.ruru-strength__emoji { font-size: 30px; margin-bottom: 12px; }
.ruru-strength__img { text-align: center; margin-bottom: 14px; }
.ruru-strength__img img { width: clamp(110px, 15vw, 160px); height: auto; display: inline-block; }
.ruru-strength__title { font-family: "Kiwi Maru", serif; font-size: 1.7rem; color: #1092d4; margin: 0 0 10px; }
.ruru-strength__text { font-size: 1.35rem; line-height: 1.95; color: #52646e; margin: 0; }

/* きっかけ（タイムライン風カード） */
.ruru-story {
  background: #fff;
  border-radius: 26px;
  padding: clamp(26px,3vw,40px);
  box-shadow: 0 10px 26px rgba(16,146,212,.06);
  display: flex;
  gap: 22px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ruru-story__num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #eaf6fc;
  display: flex; align-items: center; justify-content: center;
  font-family: "Caveat", cursive;
  font-size: 2.6rem;
  color: #1092d4;
}
.ruru-story__body { flex: 1; min-width: 240px; }
.ruru-story__title { font-family: "Kiwi Maru", serif; font-size: 1.9rem; color: #2c4a58; margin: 6px 0 12px; }
.ruru-story__text { font-size: 1.45rem; line-height: 2.15; color: #52646e; margin: 0; }

/* ============================================================
   導線バナー（TOP）
   ============================================================ */
.ruru-bnr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.ruru-bnr {
  text-decoration: none;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  background: linear-gradient(160deg, #eaf6fc, #d8eefb);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ruru-bnr:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(16,146,212,.16); opacity: 1; }
.ruru-bnr--beige { background: linear-gradient(160deg, #f9f8f3, #f0eee2); }
.ruru-bnr--solid { background: linear-gradient(160deg, #1092d4, #3aa9e0); }
.ruru-bnr__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.ruru-bnr__body { padding: 22px 24px 28px; }
.ruru-bnr__title { font-family: "Kiwi Maru", serif; font-size: 1.8rem; color: #2c4a58; margin-bottom: 6px; }
.ruru-bnr__desc { font-size: 1.25rem; color: #6b7b85; }
.ruru-bnr--solid .ruru-bnr__title { color: #fff; }
.ruru-bnr--solid .ruru-bnr__desc { color: rgba(255,255,255,.88); }

/* ============================================================
   お問い合わせ案内・フォーム
   ============================================================ */
.ruru-contact-tel {
  background: #fff;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 10px 26px rgba(16,146,212,.07);
  text-align: center;
}
.ruru-contact-tel__label { font-family: "Kiwi Maru", serif; color: #2c4a58; font-size: 1.6rem; margin-bottom: 6px; }
.ruru-contact-tel__num { font-family: "Kiwi Maru", serif; font-size: clamp(2.4rem,2.6vw,3rem); color: #1092d4; text-decoration: none; }

.ruru-tel-card {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 20px 36px;
  text-align: center;
}
.ruru-tel-card__label { font-size: 1.2rem; color: #6b7b85; }
.ruru-tel-card__num { font-family: "Kiwi Maru", serif; font-size: clamp(2.6rem,3vw,3.4rem); color: #1092d4; text-decoration: none; letter-spacing: .02em; }
.ruru-tel-card__note { font-size: 1.2rem; color: #9aa6ac; margin-top: 4px; }

.ruru-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ruru-form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.ruru-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 1.3rem;
  color: #6b7b85;
  font-family: "Kiwi Maru", serif;
}
.ruru-form input,
.ruru-form select,
.ruru-form textarea {
  width: 100%;
  border: 1.5px solid #e2e8ea;
  border-radius: 14px;
  padding: 14px 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  color: #3b4a54;
  background: #fff;
  outline: none;
  transition: border-color .2s ease;
}
.ruru-form textarea { resize: vertical; }
.ruru-form input:focus,
.ruru-form select:focus,
.ruru-form textarea:focus { border-color: #1092d4; }
.ruru-form__note { font-size: 1.15rem; color: #9aa6ac; text-align: center; margin: 0; }

.ruru-map-placeholder {
  background: #eaf6fc;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1092d4;
  font-family: "Kiwi Maru", serif;
}
.ruru-map-placeholder__sub { font-size: 1.15rem; color: #6b7b85; margin-top: 4px; }
.ruru-embed {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(16,146,212,.07);
}
.ruru-embed iframe { display: block; width: 100%; height: 320px; border: 0; }

/* ============================================================
   ページトップ
   ============================================================ */
.page-top { z-index: 90; }
.page-top__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1092d4;
  color: #fff;
  box-shadow: 0 8px 20px rgba(16,146,212,.3);
}
.page-top__link:hover { background: #0d7eb8; opacity: 1; }

/* ============================================================
   フッター
   ============================================================ */
.ruru-footer {
  background: linear-gradient(180deg, #1092d4 0%, #0c79b3 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ruru-footer__wave { line-height: 0; }
.ruru-footer__wave svg { display: block; width: 100%; height: 46px; }
.ruru-footer__script {
  position: absolute;
  top: 60px;
  right: 8%;
  font-family: "Caveat", cursive;
  font-size: 3rem;
  color: rgba(255,255,255,.18);
}
@media (max-width: 760px) {
  .ruru-footer__script { display: none; }
}
.ruru-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px clamp(20px,5vw,48px) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 56px;
  justify-content: space-between;
}
.ruru-footer__brand { max-width: 320px; }
.ruru-footer__logo { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
.ruru-footer__logo-img { width: auto; height: clamp(56px, 7vw, 80px); max-width: 100%; object-fit: contain; }
.ruru-footer__logo-sub { display: block; font-size: 1.2rem; color: rgba(255,255,255,.8); }
.ruru-footer__addr { font-size: 1.35rem; line-height: 1.95; color: rgba(255,255,255,.92); margin: 0; }
.ruru-footer__col-en { font-family: "Caveat", cursive; font-size: 1.8rem; color: rgba(255,255,255,.6); }
.ruru-footer__nav { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 6px; }
.ruru-footer__nav a { color: #fff; text-decoration: none; font-size: 1.4rem; font-family: "Kiwi Maru", serif; opacity: .92; }
.ruru-footer__nav a:hover { opacity: 1; text-decoration: underline; }
.ruru-footer__col--contact { min-width: 240px; }
/* スマホ：フッターナビ（メニュー列）を非表示 */
@media (max-width: 639px) {
  .ruru-footer__col:not(.ruru-footer__col--contact) { display: none; }
}
.ruru-footer__tel-group { margin-top: 14px; }
.ruru-footer__tel-group:first-of-type { margin-top: 10px; }
.ruru-footer__tel-label { display: block; font-size: 1.2rem; color: rgba(255,255,255,.75); margin-bottom: 2px; }
.ruru-footer__tel { color: #fff; text-decoration: none; font-family: "Kiwi Maru", serif; font-size: 2.1rem; }
.ruru-footer__hours { font-size: 1.3rem; color: rgba(255,255,255,.9); line-height: 1.85; margin: 14px 0 0; }
.ruru-footer__hours-note { font-size: 1.2rem; color: rgba(255,255,255,.78); }
.ruru-footer__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  background: rgba(255,255,255,.15);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 1.25rem;
  margin-top: 14px;
}
.ruru-footer__badge-icon,
.ruru-moon-icon { color: #ffd34d; }
.ruru-footer__bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 16px clamp(20px,5vw,48px);
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 1.2rem;
  color: rgba(255,255,255,.7);
}
/* スマホ：フッターの内容を全て中央配置 */
@media (max-width: 760px) {
  .ruru-footer__inner { justify-content: center; text-align: center; }
  .ruru-footer__brand { max-width: none; }
  .ruru-footer__logo { align-items: center; }
  .ruru-footer__nav { justify-items: center; }
  .ruru-footer__badge { align-self: center; }
  .ruru-footer__bottom { text-align: center; }
}

/* ============================================================
   汎用：セクション内の中央見出しまとまり
   ============================================================ */
.ruru-sec-head { text-align: center; margin-bottom: clamp(36px, 5vw, 48px); }
.ruru-sec-head--tight { margin-bottom: 28px; }
.ruru-narrow-780 { max-width: 780px; margin: 0 auto; }
.ruru-narrow-820 { max-width: 820px; margin: 0 auto; }
.ruru-narrow-880 { max-width: 880px; margin: 0 auto; }
.ruru-narrow-900 { max-width: 900px; margin: 0 auto; }
.ruru-narrow-860 { max-width: 860px; margin: 0 auto; }
.ruru-narrow-960 { max-width: 960px; margin: 0 auto; }
.ruru-narrow-980 { max-width: 980px; margin: 0 auto; }
.ruru-narrow-1020 { max-width: 1020px; margin: 0 auto; }
.ruru-narrow-1080 { max-width: 1080px; margin: 0 auto; }

/* 2カラム（テキスト＋ビジュアル）＝ design の auto-fit grid */
.ruru-2col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}
.ruru-autogrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.ruru-autogrid--sm { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.ruru-autogrid--lg { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(32px,4vw,52px); }

/* グラデ背景セクション */
.ruru-bg-bluegrad { background: linear-gradient(180deg, #f4fafe, #eaf6fc); }
.ruru-bg-herograd { background: linear-gradient(165deg, #e9f5fc 0%, #f4fafe 45%, #f9f8f3 100%); }

/* セクション余白（design 準拠の clamp。横方向paddingも持たせる） */
.ruru-section { padding: clamp(56px, 7vw, 100px) clamp(20px, 5vw, 48px); position: relative; overflow: hidden; }
.ruru-section--lg { padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 48px); position: relative; overflow: hidden; }

.ruru-text--lg { font-size: clamp(1.5rem, 1.5vw, 1.8rem); line-height: 2.3; color: #465862; }
.ruru-closing-line { font-size: clamp(1.5rem, 1.6vw, 1.8rem); line-height: 1.8; }
.ruru-area-grid--2 { grid-template-columns: 1fr 1fr; }

/* きらめき星のレイアウト（装飾。位置はCSSで管理） */
.ruru-hero > .ruru-twinkle:nth-of-type(1) { top: 8%;  left: 6%;  font-size: 14px; }
.ruru-hero > .ruru-twinkle:nth-of-type(2) { top: 22%; left: 38%; font-size: 10px; }
.ruru-hero > .ruru-twinkle:nth-of-type(3) { top: 14%; right: 30%; font-size: 22px; }
.ruru-hero > .ruru-twinkle:nth-of-type(4) { bottom: 30%; left: 4%; font-size: 14px; color: #bfe3f5; }
.ruru-concept > .ruru-twinkle:nth-of-type(1) { top: 14%; left: 10%; font-size: 18px; }
.ruru-concept > .ruru-twinkle:nth-of-type(2) { bottom: 18%; right: 12%; font-size: 22px; }
.ruru-pagehero > .ruru-twinkle:nth-of-type(1) { top: 18%; left: 14%; font-size: 18px; }
.ruru-pagehero > .ruru-twinkle:nth-of-type(2) { top: 30%; right: 16%; font-size: 22px; }
@media (max-width: 760px) {
  .ruru-hero > .ruru-twinkle:nth-of-type(3) { top: 10%; }
}

/* フォームCMS（form-pattern-2）のアクセントカラーをサイトカラーに統一 */
.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
    background: #1092d4!important;
}

.form-pattern-2 .submit-btn {
    background: #1092d4!important;
    border: 1px solid #1092d4!important;
}

/* ホバー時：背景を白にし、ボーダー＋青文字・青アイコンを残す */
.form-pattern-2 .submit-btn:hover {
    background: #fff!important;
    color: #1092d4!important;
    border: 1px solid #1092d4!important;
}

.form-pattern-2 :not(.pattern-exclusion) button:hover {
    color: #1092d4!important;
}

.form-pattern-2 dd:not(.pattern-exclusion) .upload-msg button::before {
    background-color: #1092d4!important;
}

.form-pattern-2 .submit-btn:hover::before {
    background-color: #1092d4!important;
}
