/* きぼう採用LP CSS 更新:2026-09-02(v4.7 CF7 .cf7-lp 白カード装飾) */

:root{
    /* 配色＝「インパクト3案」パレット（プラム系）に置換 */
    --panel:#f7f2f6;          /* 角丸パネル地（クリーム） */
    --mass:#e02b82;           /* 見出しマス地（逆転：マゼンタが主役） */
    --mass-tx:#ffffff;        /* マス文字 */
    --ink:#2a1f2b;
    --ochre:#e02b82;          /* アクセント（マゼンタ） */
    --ochre-dk:#b91f68;
    --line:#e6d3e5;
    /* v2（背景語セクション）用トークン */
    --plum:#892885; --en:"Sofia Sans","Noto Sans JP",sans-serif; --jp:"Noto Sans JP",sans-serif;
    --bg-word:#fce3f0; --bg-word2:#e2c9e1; --shadow:rgba(183,152,184,.25);
    --font-jp:"Kiwi Maru","Yu Mincho",serif;             /* 見出し=Kiwi Maru（きぼうHPヘッダー準拠） */
    --font-go:"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",sans-serif; /* 本文=游ゴシック */
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  body{font-family:var(--font-go);background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased;}

  /* ── keyframes（実CSS準拠：背景±1128px送り／回転） ── */
  @keyframes bg_slide-l{0%{background-position:0 0;}100%{background-position:-1128px 0;}}
  @keyframes bg_slide-r{0%{background-position:0 0;}100%{background-position:1128px 0;}}
  @keyframes rotation{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}
  @keyframes tilein{0%{opacity:0;transform:translateY(10px);}100%{opacity:1;transform:translateY(0);}}
  @keyframes fadeslide{0%,42%{opacity:1;}50%,92%{opacity:0;}100%{opacity:1;}}

  /* ── hero 外枠：padding 50px / 高さ 100vh min836 max1200 ── */
  .hero{position:relative;padding:50px;background:#fff;overflow:hidden;height:100vh;min-height:836px;max-height:1100px;}
  .hero_wrap{position:relative;height:100%;border-radius:30px;background:var(--panel);overflow:hidden;}
  /* 案A：見出し上の説明ライン（事実の自分事フラグ） */
  .hero-eyebrow{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-family:var(--jp);}
  .hero-eyebrow .pin{display:inline-flex;align-items:center;gap:5px;background:var(--ochre);color:#fff;
    font-size:12px;font-weight:700;padding:4px 12px 4px 10px;border-radius:20px;letter-spacing:.02em;}
  .hero-eyebrow .pin::before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.35);}
  .hero-eyebrow .txt{font-size:13.5px;font-weight:700;color:var(--plum);letter-spacing:.02em;}

  /* ── 背景3層：逆向き無限スクロール（療育モチーフ帯・代替SVG） ── */
  .hero_bg{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:.55;}
  .hero_bg .bg{width:100%;background-repeat:repeat-x;background-size:auto 100%;}
  .hero_bg .bg-01{height:200px;animation:bg_slide-l 60s linear infinite;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='200' viewBox='0 0 360 200'><g fill='none' stroke='%23e7d7e6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><rect x='14' y='128' width='30' height='48' rx='2'/><rect x='20' y='136' width='6' height='6'/><rect x='32' y='136' width='6' height='6'/><rect x='20' y='150' width='6' height='6'/><rect x='32' y='150' width='6' height='6'/><path d='M62 176 v-32 l17 -13 l17 13 v32z'/><rect x='71' y='156' width='16' height='20'/><path d='M120 176 v-118 h26 v118 M120 70 h26 M120 84 h26 M120 98 h26 M120 112 h26 M120 126 h26 M120 140 h26'/><circle cx='176' cy='158' r='18'/><path d='M176 140 v36'/><rect x='202' y='146' width='30' height='30' rx='2'/><rect x='210' y='154' width='6' height='6'/><rect x='220' y='154' width='6' height='6'/><path d='M256 176 v-40 h30 v40 M256 148 h30 M256 162 h30'/><circle cx='312' cy='160' r='16'/><path d='M312 144 v32'/><path d='M336 176 v-32 l15 -12 l15 12 v32z'/></g><g fill='none' stroke='%23eddaeb' stroke-width='1.3' stroke-linejoin='round'><path d='M206 50 l4 9 l10 1 l-7 7 l2 10 l-9 -6 l-9 6 l2 -10 l-7 -7 l10 -1z'/><path d='M96 44 l3 7 l8 1 l-6 5 l2 8 l-7 -5 l-7 5 l2 -8 l-6 -5 l8 -1z'/><circle cx='324' cy='50' r='13'/><path d='M324 30 v-7 M324 77 v-7 M304 50 h-7 M351 50 h-7 M309 35 l-5 -5 M344 65 l5 5' stroke-width='1.2'/></g></svg>");}
  .hero_bg .bg-02{height:240px;margin:2px 0 12px;animation:bg_slide-r 60s linear infinite;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='240' viewBox='0 0 360 240'><g fill='none' stroke='%23e4d3e3' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M18 208 v-30 l16 -12 l16 12 v30z'/><rect x='26' y='190' width='14' height='18'/><rect x='68' y='166' width='30' height='42' rx='2'/><rect x='74' y='174' width='6' height='6'/><rect x='86' y='174' width='6' height='6'/><rect x='74' y='188' width='6' height='6'/><rect x='86' y='188' width='6' height='6'/><path d='M120 208 v-130 h26 v130 M120 90 h26 M120 104 h26 M120 118 h26 M120 132 h26 M120 146 h26 M120 160 h26 M120 174 h26'/><circle cx='178' cy='190' r='18'/><path d='M178 172 v36'/><rect x='204' y='178' width='30' height='30' rx='2'/><rect x='212' y='186' width='6' height='6'/><rect x='222' y='186' width='6' height='6'/><path d='M258 208 v-40 h30 v40 M258 180 h30 M258 194 h30'/><path d='M330 208 v-30 l15 -12 l15 12 v30z'/></g><g fill='none' stroke='%23ecd9ea' stroke-width='1.3' stroke-linejoin='round'><circle cx='70' cy='58' r='13'/><path d='M70 38 v-7 M70 85 v-7 M50 58 h-7 M97 58 h-7 M55 43 l-5 -5 M90 73 l5 5' stroke-width='1.2'/><path d='M240 54 l4 9 l10 1 l-7 7 l2 10 l-9 -6 l-9 6 l2 -10 l-7 -7 l10 -1z'/><path d='M310 60 l3 7 l8 1 l-6 5 l2 8 l-7 -5 l-7 5 l2 -8 l-6 -5 l8 -1z'/></g></svg>");}
  .hero_bg .bg-03{height:250px;animation:bg_slide-l 60s linear infinite;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='250' viewBox='0 0 360 250'><g fill='none' stroke='%23ead9e9' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><rect x='16' y='160' width='30' height='50' rx='2'/><rect x='22' y='168' width='6' height='6'/><rect x='34' y='168' width='6' height='6'/><rect x='22' y='182' width='6' height='6'/><rect x='34' y='182' width='6' height='6'/><path d='M66 210 v-32 l17 -13 l17 13 v32z'/><rect x='75' y='190' width='16' height='20'/><circle cx='132' cy='192' r='18'/><path d='M132 174 v36'/><path d='M172 210 v-128 h26 v128 M172 94 h26 M172 108 h26 M172 122 h26 M172 136 h26 M172 150 h26 M172 164 h26 M172 178 h26'/><rect x='224' y='180' width='30' height='30' rx='2'/><rect x='232' y='188' width='6' height='6'/><rect x='242' y='188' width='6' height='6'/><path d='M278 210 v-40 h30 v40 M278 182 h30 M278 196 h30'/><path d='M334 210 v-30 l14 -11 l14 11 v30z'/></g><g fill='none' stroke='%23f0e2ef' stroke-width='1.3' stroke-linejoin='round'><path d='M120 60 l4 9 l10 1 l-7 7 l2 10 l-9 -6 l-9 6 l2 -10 l-7 -7 l10 -1z'/><path d='M262 56 l3 7 l8 1 l-6 5 l2 8 l-7 -5 l-7 5 l2 -8 l-6 -5 l8 -1z'/><circle cx='318' cy='62' r='13'/><path d='M318 42 v-7 M318 89 v-7 M298 62 h-7 M345 62 h-7 M303 47 l-5 -5 M338 77 l5 5' stroke-width='1.2'/></g></svg>");}

  /* ── コピー領域 ── */
  .hero_catch{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;margin-left:6vw;max-width:620px;}

  /* 見出し：1文字=1マス（4rem正方・濃緑地・白文字） */
  .hero-ttl{display:flex;flex-wrap:wrap;gap:14px 6px;margin-bottom:2rem;}
  .hero-ttl .line{display:flex;gap:6px;flex-basis:100%;}
  .hero-ttl span{display:inline-flex;align-items:center;justify-content:center;
    width:4rem;height:4rem;background:var(--mass);color:var(--mass-tx);
    font-family:var(--font-jp);font-weight:400;font-size:2.4rem;border-radius:4px;
    opacity:0;animation:tilein .5s ease-out forwards;}
  .hero-ttl .maru{align-items:flex-end;}  /* 。も他の文字と同じマス地に統一 */

  .hero-txt{font-family:var(--font-go);font-size:1.15rem;line-height:2;margin-bottom:2rem;color:var(--ink);max-width:500px;}
  .hero-txt .em{font-size:120%;font-weight:700;color:var(--ochre-dk);}

  .btn{align-self:flex-start;position:relative;display:inline-flex;align-items:center;gap:14px;
    background:#333333;color:#fff;font-family:var(--font-go);font-weight:700;font-size:1.05rem;
    padding:20px 56px 20px 34px;border-radius:12px;text-decoration:none;box-shadow:0 4px 0 rgba(0,0,0,.22);}
  .btn .ic{position:absolute;right:24px;width:20px;height:18px;background:#fff;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'><path fill='black' d='M10 17 L2.5 9.5 A4.4 4.4 0 0 1 8.8 3.3 L10 4.5 L11.2 3.3 A4.4 4.4 0 0 1 17.5 9.5 Z'/></svg>") center/contain no-repeat;
    mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'><path fill='black' d='M10 17 L2.5 9.5 A4.4 4.4 0 0 1 8.8 3.3 L10 4.5 L11.2 3.3 A4.4 4.4 0 0 1 17.5 9.5 Z'/></svg>") center/contain no-repeat;}

  /* 円形スライダー：575px正円＋重ね丸フレーム＋deco */
  .hero_slides{position:absolute;top:150px;left:53%;z-index:8;width:min(520px,40vw);aspect-ratio:1/1;}
  /* 外＝太い実線（主線・濃プラム） */
  .ring-deco{position:absolute;inset:-22px;z-index:9;border:8px solid var(--ochre);border-radius:50%;opacity:.9;pointer-events:none;}
  /* 内＝細い破線（写真寄り・マゼンタ） */
  .hero_slides::after{content:"";position:absolute;inset:-5px;z-index:9;border:2.5px dashed var(--plum);border-radius:50%;opacity:.7;pointer-events:none;}
  .slide-circle{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;
    box-shadow:0 16px 40px rgba(49,76,49,.22);}
  .slide-circle .s{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;
    animation:fadeslide 12s ease-in-out infinite;}
  .slide-circle .s1{background-image:url("kibou_fv_photo1.png");}
  .slide-circle .s2{background-image:url("kibou_fv_photo2.png");animation-delay:-6s;opacity:0;}
  .deco01{position:absolute;bottom:-24px;left:-260px;z-index:10;width:300px;height:auto;}
  .deco01 svg{width:100%;height:auto;display:block;transform:scaleX(-1);}

  /* 回転CTAバッジ：290px正円・縁が回転・hover反転 */
  .hero_cta{position:absolute;top:calc(min(520px, 40vw) - 56px);right:4vw;z-index:100;width:230px;aspect-ratio:1/1;
    display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;padding:0 30px;
    filter:drop-shadow(0 10px 18px rgba(137,40,133,.28));}
  /* プラムのベタ塗り円 */
  .hero_cta .seal{position:absolute;inset:0;z-index:0;background:var(--ochre);border-radius:50%;}
  /* 白のLINEアイコン */
  .hero_cta .lineico{position:relative;z-index:2;width:34px;height:34px;margin-bottom:10px;object-fit:contain;}
  .hero_cta .txt{position:relative;z-index:2;color:#fff;font-weight:700;font-size:.82rem;line-height:1.55;margin-bottom:12px;}
  /* 白ベタ塗りボタン＋影 */
  .hero_cta .badge{position:relative;z-index:2;background:#fff;color:var(--ochre);font-weight:700;font-size:.95rem;
    letter-spacing:.06em;padding:10px 20px;border-radius:.6rem;box-shadow:0 4px 10px rgba(0,0,0,.18);transition:.25s;}
  .hero_cta:hover .badge{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.24);}
  /* 下部の矢印 */
  .hero_cta .arw{position:relative;z-index:2;margin-top:16px;width:56px;height:2px;border-radius:9999px;background:#fff;opacity:.95;transform:scale(.85);}
  .hero_cta .arw::before{content:"";position:absolute;right:0;top:50%;width:16px;height:2px;border-radius:9999px;background:#fff;
    transform:translateY(-50%) rotate(45deg);transform-origin:100% 50%;}

  /* 追従ロゴ＋導線 */
  .toplog{position:absolute;top:70px;left:74px;z-index:20;font-family:var(--font-jp);font-weight:600;font-size:22px;color:var(--mass);}
  .toplog small{font-family:var(--font-go);display:block;font-size:9px;letter-spacing:.2em;color:#9c7f9b;font-weight:400;}
  .topcta{position:absolute;top:66px;right:74px;z-index:20;background:var(--mass);color:#fff;font-weight:700;font-size:13px;padding:11px 22px;border-radius:8px;text-decoration:none;}

  @media(max-width:1100px){
    .hero{height:auto;min-height:0;padding:20px;}
    .hero_wrap{border-radius:16px;}
    .hero_catch{margin-left:0;padding:120px 5vw 60px;max-width:none;}
    .hero-ttl span{width:2.3rem;height:2.3rem;font-size:1.32rem;}
    .hero-ttl .line{gap:5px;}
    .hero_slides{position:relative;top:0;left:0;width:260px;margin:20px auto 0;}
    .hero_cta{position:relative;bottom:0;right:0;margin:30px auto 20px;width:160px;}
    .toplog,.topcta{position:static;}
    .hero_bg .bg-01{height:110px;}.hero_bg .bg-02{height:130px;}.hero_bg .bg-03{height:137px;}
  }

  /* ===== スマホFV：ビューポート基準で組み直し（〜600px） ===== */
  @media(max-width:600px){
    /* ヘッダー（きぼう/KIBO RECRUIT/応募・見学）を非表示 */
    .hero_head,.toplog,.topcta{display:none !important;}
    /* FVを全幅に：外余白と角丸パネルの内寄せを解除 */
    .hero{padding:0;height:auto;min-height:0;max-height:none;}
    .hero_wrap{border-radius:0;height:auto;min-height:0;}
    /* コピーは上詰め・左右は画面基準の余白に */
    .hero_catch{margin-left:0;padding:44px 7vw 20px;max-width:none;height:auto;justify-content:flex-start;}
    /* 円はビューポート幅基準・中央・フロー配置 */
    .hero_slides{position:relative;top:0;left:0;transform:none;width:min(74vw,340px);margin:8px auto 0;}
    /* 人物イラスト（SVG）はスマホ非表示 */
    .deco01{display:none !important;}
    /* サブCTA（LINE円）：円の右下に小さめに重ねる（中央の円は動かさない） */
    .hero_cta{position:relative;top:auto;bottom:auto;
      width:min(32vw,132px);
      margin-top:calc(min(32vw,132px) * -0.62);   /* 円の下端に軽く重ねる */
      margin-right:6vw;margin-left:auto;margin-bottom:14px;
      padding:0 12px;z-index:40;filter:drop-shadow(0 8px 14px rgba(137,40,133,.3));}
    .hero_cta .txt{font-size:.62rem;line-height:1.4;margin-bottom:7px;}
    .hero_cta .lineico{width:26px;height:26px;margin-bottom:6px;}
    .hero_cta .badge{font-size:.72rem;padding:6px 12px;}
    .hero_cta .arw{margin-top:6px;transform:scale(.5);}
    /* 二重リングの外側はみ出しを画面内に収める */
    .ring-deco{inset:-14px;border-width:6px;}
    .hero_slides::after{inset:-4px;}
    /* 巨大背景英字はスマホで控えめ＆はみ出し防止 */
    .bg-word{font-size:clamp(40px,17vw,90px) !important;left:4vw;}
    /* FVサブコピーの行間を詰める */
    .hero-txt{line-height:1.55;font-size:1.05rem;margin-bottom:1.4rem;}
    /* 開発用メモ・判定タグは本番非表示 */
    .ph-note,.blk-src{display:none !important;}
  }

  /* ===== v2：Shifter背景語セクション（FVの下に連結） ===== */
  .lp{max-width:960px;margin:0 auto;background:#fff;}
  .mt{position:relative;overflow:hidden;}
  .mt .inner{position:relative;z-index:1;padding:150px 26px 96px;}
  .bg-word{position:absolute;top:0;left:0;z-index:0;font-family:var(--en);font-weight:800;color:var(--bg-word);
    font-size:clamp(66px,20vw,180px);line-height:1;letter-spacing:-.01em;white-space:nowrap;pointer-events:none;user-select:none;}
  .mt .label{font-family:var(--en);font-weight:700;font-size:15px;color:var(--ochre);letter-spacing:.04em;margin-bottom:16px;}
  .mt .title{font-family:var(--jp);font-weight:500;font-size:clamp(23px,3.6vw,32px);color:var(--ink);letter-spacing:.02em;line-height:1.6;}
  .mt .desc{font-family:var(--jp);font-size:16px;color:var(--ink);line-height:1.875;letter-spacing:.02em;margin-top:26px;}
  .mt .desc .em{background:linear-gradient(transparent 60%, #fcd4e8 60%);font-weight:700;}
  .mt .figure{margin-top:32px;position:relative;z-index:1;}
  .mt .figure .ph{width:100%;height:230px;border-radius:2px;border:1px solid var(--line);
    background:repeating-linear-gradient(45deg,#f5ecf4,#f5ecf4 14px,#efe2ee 14px,#efe2ee 28px);
    display:flex;align-items:center;justify-content:center;color:#b79cb6;font-size:12px;letter-spacing:.06em;box-shadow:20px 20px 0 0 var(--shadow);}
  .mt .steps{margin-top:34px;display:grid;gap:20px;}
  .mt .step{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;}
  .mt .step .n{font-family:var(--en);font-weight:800;font-size:34px;color:var(--ochre);line-height:1;}
  .mt .step h3{font-family:var(--jp);font-weight:700;font-size:17px;margin-bottom:5px;color:var(--ink);}
  .mt .step p{font-family:var(--jp);font-size:15px;color:#6a5d61;line-height:1.85;}
  /* STEP5 ゴール／到達（案A・王冠） */
  .mt .step.goal{background:linear-gradient(180deg,#fff,#fdf2f8);border:2px solid var(--ochre);
    border-radius:16px;padding:24px 26px;box-shadow:0 10px 30px rgba(224,43,130,.14);position:relative;margin-top:8px;
    grid-template-columns:56px 1fr;}
  .mt .step.goal .n{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;
    background:var(--ochre);color:#fff;font-size:0;}
  .mt .step.goal .n svg{width:26px;height:26px;}
  .mt .step.goal .badge{position:absolute;top:-12px;right:20px;background:var(--ochre);color:#fff;
    font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;letter-spacing:.04em;}
  .mt .step.goal h3{color:var(--plum);font-size:18px;}
  @media(max-width:600px){
    .mt .step.goal{padding:22px 18px;grid-template-columns:44px 1fr;gap:12px;}
    .mt .step.goal .n{width:40px;height:40px;} .mt .step.goal .n svg{width:22px;height:22px;}
    .mt .step.goal .badge{right:12px;font-size:10px;padding:3px 10px;}
  }
  .sep{height:1px;background:var(--line);max-width:960px;margin:0 auto;}
  /* 巨大背景英字を後付け5セクションにも適用（統一） */
  .voices,.merit,.stakes,.nums,.req{position:relative;overflow:hidden;}
  .voices > *,.merit > *,.stakes > *,.nums > *,.req > *{position:relative;z-index:1;}
  .voices > .bg-word,.merit > .bg-word,.stakes > .bg-word,.nums > .bg-word,.req > .bg-word{z-index:0;}
  @media(min-width:900px){
    .mt .inner{display:flex;align-items:center;gap:70px;padding:210px 84px 150px;}
    .mt.rev .inner{flex-direction:row-reverse;}
    .mt .col{width:460px;flex-shrink:0;}
    .mt .figure{margin-top:0;flex:1;}
    .mt .figure .ph{height:300px;box-shadow:26px 26px 0 0 var(--shadow);}
    .bg-word{font-size:180px;}
    .mt.rev .bg-word{left:auto;right:0;padding-right:22px;}
    .mt .steps{margin-top:0;}
    .mt .col-full{width:100%;}
  }
  /* ===== 全体LP v2 追加セクション ===== */
  .lp .tintbg{background:#faf3f8;}
  .story .inner{align-items:flex-start;}
  .story .avatar{width:150px;height:190px;border-radius:10px;border:1px solid var(--line);flex-shrink:0;
    background:repeating-linear-gradient(45deg,#f2e6f0,#f2e6f0 12px,#ecdcea 12px,#ecdcea 24px);
    display:flex;align-items:center;justify-content:center;color:#b79cb6;font-size:11px;text-align:center;box-shadow:16px 16px 0 0 var(--shadow);}
  .sign{margin-top:18px;font-size:13.5px;color:#6a5d61;}.sign b{color:var(--ink);font-weight:700;}
  .merit{max-width:960px;margin:0 auto;padding:150px 26px 120px;}
  .merit .grid{margin-top:36px;display:grid;gap:30px;}
  .merit .row{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start;}
  .merit .num{line-height:1;}
  .merit .num{font-family:var(--en);font-weight:900;font-size:24px;color:var(--ochre);}
  .merit h3{font-family:var(--jp);font-weight:700;font-size:17px;color:var(--ink);margin-bottom:5px;}
  .merit p{font-size:14.5px;color:#6a5d61;line-height:1.85;}
  .merit .src{font-size:11px;color:#c0a8bf;margin-top:6px;}
  /* 両面提示（主役級・ダーク） */
  .honest{background:var(--ink);color:#fff;position:relative;overflow:hidden;}
  .honest .inner2{position:relative;z-index:1;max-width:820px;margin:0 auto;padding:120px 26px;}
  .honest .bg-word{color:rgba(255,255,255,.05);}
  .honest .label{color:#f4b8d9;}
  .honest h2{font-family:var(--jp);font-weight:500;font-size:clamp(22px,3.6vw,30px);line-height:1.6;margin-top:16px;}
  .honest .sub{font-size:15px;color:rgba(255,255,255,.72);line-height:2;margin-top:18px;}
  .honest .pairs{margin-top:30px;}
  .honest .pair{padding:22px 0;border-top:1px solid rgba(255,255,255,.14);}
  .honest .pair:last-child{border-bottom:1px solid rgba(255,255,255,.14);}
  .honest .fact{font-weight:700;font-size:16px;color:#fff;}
  .honest .fact .must{font-size:11px;background:var(--ochre);color:#fff;padding:2px 9px;border-radius:20px;margin-left:10px;vertical-align:middle;font-weight:700;}
  .honest .flip{margin-top:8px;font-size:14.5px;color:#e6cfe0;line-height:1.85;padding-left:18px;border-left:2px solid var(--ochre);}
  .voices{max-width:960px;margin:0 auto;padding:150px 26px 120px;}
  .voices .note{font-size:12px;color:#a892a7;margin-top:14px;}
  .voices .grid{display:grid;gap:20px;margin-top:30px;}
  .voice{border:1px solid var(--line);border-radius:14px;padding:26px 28px;}
  .voice .vtitle{font-family:var(--jp);font-weight:700;font-size:18px;color:var(--ochre);margin-bottom:12px;line-height:1.5;}
  .voice p{font-size:15.5px;line-height:2;color:var(--ink);}
  .voice .who{margin-top:14px;font-size:13px;color:var(--ochre);font-weight:700;}
  .nums{max-width:960px;margin:0 auto;padding:150px 26px 120px;text-align:center;}
  .nums .grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
  .nums .cell{background:#faf3f8;border-radius:14px;padding:30px 12px;}
  .nums .big{font-family:var(--en);font-weight:900;font-size:clamp(64px,15vw,92px);color:var(--ochre);line-height:1;height:92px;display:flex;align-items:center;justify-content:center;}
  .nums .u{font-size:clamp(17px,4.4vw,22px);color:var(--plum);font-weight:700;margin-top:10px;}
  .nums .cap{font-size:12.5px;color:#6a5d61;margin-top:10px;line-height:1.6;}
  .req{max-width:820px;margin:0 auto;padding:150px 26px 120px;}
  .req .badge{display:inline-block;background:var(--ochre);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;margin:0 8px 10px 0;}
  .req .rows{margin-top:22px;}
  .req .line{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:15px 0;font-size:14.5px;}
  .req .kk{color:#6a5d61;flex-shrink:0;}.req .vv{text-align:right;font-weight:500;}
  .band{background:var(--ochre);color:#fff;text-align:center;padding:120px 26px;position:relative;overflow:hidden;}
  .band .bg-word{color:rgba(255,255,255,.1);left:50%;transform:translateX(-50%);top:14px;}
  .band h2{position:relative;z-index:1;font-family:var(--jp);font-weight:500;font-size:clamp(24px,4vw,34px);line-height:1.5;}
  .band p{position:relative;z-index:1;max-width:540px;margin:16px auto 0;color:rgba(255,255,255,.9);line-height:1.9;font-size:15.5px;}
  .band .btns{position:relative;z-index:1;margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
  .band .cta{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;height:56px;padding:0 40px;border-radius:10px;text-decoration:none;letter-spacing:.03em;}
  .band .cta.dark{background:#333;color:#fff;}.band .cta.line{background:#06C755;color:#fff;}
  .lpfoot{background:#141018;color:rgba(255,255,255,.6);text-align:center;padding:40px 24px;font-size:12.5px;line-height:1.9;}
  .lpfoot .fl{font-family:var(--jp);font-weight:500;color:#fff;font-size:17px;letter-spacing:.04em;}
  .ph-note{max-width:960px;margin:0 auto;padding:16px 26px;background:#fff6fb;border:1px dashed #f0a8ce;color:#b03a78;font-size:12.5px;line-height:1.7;border-radius:10px;}
  .blk-src{max-width:960px;margin:0 auto;padding:0 26px;}
  .blk-src span{display:inline-block;font-family:var(--en);font-size:10.5px;letter-spacing:.06em;color:#c0a8bf;background:#faf3f8;padding:3px 10px;border-radius:20px;margin:22px 0 -8px;}
  @media(max-width:900px){.nums .grid{grid-template-columns:1fr;}.story .inner{flex-direction:column;}.req .line{flex-direction:column;gap:4px;}.req .vv{text-align:left;}}
  /* 募集要項 リデザイン */
  .paytabs{margin-top:26px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(80,40,90,.06);}
  .paytabs .tabhead{display:flex;}
  .paytabs .tabbtn{flex:1;padding:18px 10px;font-family:var(--jp);font-weight:700;font-size:15px;color:#9d8b9c;
    background:#faf3f8;border:none;cursor:pointer;transition:.2s;border-bottom:3px solid transparent;}
  .paytabs .tabbtn.on{color:var(--ochre);background:#fff;border-bottom-color:var(--ochre);}
  .paytabs .tabbtn small{display:block;font-family:var(--en);font-weight:700;font-size:10px;letter-spacing:.1em;opacity:.7;margin-top:2px;}
  .paypane{display:none;padding:30px 30px 34px;}
  .paypane.on{display:block;}
  .paypane .top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:20px;}
  .paypane .big{font-family:var(--jp);font-weight:700;font-size:30px;color:var(--ink);}
  .paypane .big span{font-size:16px;color:var(--ochre);}
  .paypane .tag{font-size:11px;font-weight:700;color:#fff;background:var(--ochre);padding:3px 10px;border-radius:20px;}
  .paypane table{width:100%;border-collapse:collapse;}
  .paypane td{padding:12px 4px;border-bottom:1px solid var(--line);font-size:14.5px;vertical-align:top;}
  .paypane td.k{color:#6a5d61;width:42%;}
  .paypane td.v{font-weight:500;color:var(--ink);text-align:right;}
  .req-meta{margin-top:22px;display:grid;gap:12px;}
  .req-meta .line{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:14px 0;font-size:14.5px;}
  .req-meta .kk{color:#6a5d61;flex-shrink:0;}
  .req-meta .vv{text-align:right;font-weight:500;color:var(--ink);}
  /* 任用要件カード */
  .ninyou{margin-top:26px;background:#faf3f8;border-radius:16px;padding:30px 32px;}
  .ninyou .hd{font-family:var(--jp);font-weight:700;font-size:17px;color:var(--ink);display:inline-flex;align-items:center;gap:8px;
    background:#fff;border:2px solid var(--ochre);border-radius:30px;padding:8px 18px 8px 14px;}
  .ninyou .hd::before{content:"?";width:22px;height:22px;background:var(--ochre);color:#fff;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;font-family:var(--en);}
  .ninyou .desc{font-size:14px;color:#6a5d61;line-height:1.9;margin-top:12px;}
  .ninyou ul{list-style:none;margin:18px 0 0;display:grid;gap:12px;}
  .ninyou li{display:grid;grid-template-columns:26px 1fr;gap:12px;align-items:start;font-size:14.5px;color:var(--ink);line-height:1.7;}
  .ninyou li .ck{width:22px;height:22px;border-radius:50%;background:var(--ochre);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px;}
  .ninyou .foot{margin-top:18px;font-size:12.5px;color:#9d8b9c;}
  /* 任用要件アコーディオン */
  .ninyou-ac{margin-top:26px;background:#faf3f8;border-radius:16px;overflow:hidden;}
  .ninyou-ac summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;
    font-family:var(--jp);font-weight:700;font-size:16px;color:var(--ink);padding:20px 24px;}
  .ninyou-ac summary::-webkit-details-marker{display:none;}
  .ninyou-ac summary .q{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--ochre);color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;font-family:var(--en);}
  .ninyou-ac summary .chev{margin-left:auto;width:10px;height:10px;border-right:2px solid var(--ochre);
    border-bottom:2px solid var(--ochre);transform:rotate(45deg);transition:transform .2s;}
  .ninyou-ac[open] summary .chev{transform:rotate(-135deg);}
  .ninyou-ac .ac-body{padding:0 24px 24px;}
  .ninyou-ac .desc{font-size:14px;color:#6a5d61;line-height:1.9;}
  .ninyou-ac ul{list-style:none;margin:16px 0 0;display:grid;gap:12px;}
  .ninyou-ac li{display:grid;grid-template-columns:26px 1fr;gap:12px;align-items:start;font-size:14.5px;color:var(--ink);line-height:1.7;}
  .ninyou-ac li .ck{width:22px;height:22px;border-radius:50%;background:var(--ochre);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px;}
  .ninyou-ac .foot{margin-top:16px;font-size:12.5px;color:#9d8b9c;}
  @media(max-width:560px){
    .paypane .big{font-size:24px;} .paypane td.k{width:auto;}
    .req-meta .line{flex-direction:column;gap:4px;} .req-meta .vv{text-align:left;}
  }
  /* 応募フォーム（CF7差し込み枠） */
  .formsec{max-width:none;margin:0;padding:120px 26px;background:var(--ochre);position:relative;overflow:hidden;}
  .formsec > .bg-word{z-index:0;left:50%;transform:translateX(-50%);top:20px;}
  .formsec .inner-w{position:relative;z-index:1;max-width:720px;margin:0 auto;}
  .formsec .label{font-family:var(--en);font-weight:700;font-size:15px;color:#fff;letter-spacing:.04em;text-align:center;display:block;}
  .formsec h2{font-family:var(--jp);font-weight:500;font-size:clamp(23px,3.6vw,32px);color:#fff;text-align:center;margin-top:10px;}
  /* Lightningのh2装飾罫線を「フォーム見出しだけ」打ち消す（他セクションの線は残す＝相互利用） */
  #kibou-lp .formsec h2{border:none !important;background:none !important;padding-left:0 !important;padding-right:0 !important;}
  #kibou-lp .formsec h2::before,#kibou-lp .formsec h2::after{display:none !important;content:none !important;}
  .formsec .lead{text-align:center;font-size:14.5px;color:rgba(255,255,255,.92);line-height:1.9;margin-top:14px;}
  .cf7slot{margin-top:34px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 34px 38px;box-shadow:0 10px 30px rgba(80,40,90,.07);position:relative;}
  .cf7slot .slotnote{position:absolute;top:-11px;left:24px;background:var(--ochre);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;}
  .frow{margin-bottom:20px;}
  .frow label{display:block;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:8px;}
  .frow label .req{color:var(--ochre);font-size:11px;margin-left:6px;}
  .frow .fin{width:100%;height:52px;border:1.5px solid var(--line);border-radius:10px;background:#faf7fb;padding:0 16px;font-family:var(--jp);font-size:15px;color:#b7a8b6;display:flex;align-items:center;}
  .frow textarea.fin{height:120px;padding:14px 16px;align-items:flex-start;}
  .frow.two{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  .frow.two > div{margin:0;}
  .fbtn{margin-top:8px;width:100%;height:60px;background:#333;color:#fff;border:none;border-radius:10px;font-family:var(--jp);font-weight:700;font-size:16px;letter-spacing:.04em;cursor:default;display:flex;align-items:center;justify-content:center;gap:10px;}
  .cf7hint{margin-top:18px;font-size:12px;color:#a892a7;line-height:1.7;background:#faf3f8;border-radius:10px;padding:12px 16px;}
  .cf7hint code{background:#efe0ee;color:#892885;padding:1px 6px;border-radius:4px;font-size:11.5px;}
  .formsec .or{text-align:center;margin-top:26px;font-size:13px;color:rgba(255,255,255,.9);}
  .formsec .linebtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;
    background:#06C755;color:#fff;font-weight:700;font-size:15px;height:56px;padding:0 40px;border-radius:10px;
    text-decoration:none;letter-spacing:.03em;transition:.2s;}
  .formsec .linebtn:hover{filter:brightness(.95);}
  .formsec .linebtn::before{content:"";width:22px;height:22px;background:#fff;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path fill=\'black\' d=\'M12 3C6.5 3 2 6.6 2 11c0 3.9 3.6 7.2 8.4 7.8.3.1.8.2.9.5.1.3.1.7 0 1l-.1.9c0 .3-.2 1 .9.6 1.1-.5 6-3.5 8.1-6h0C21.5 14.4 22 12.8 22 11c0-4.4-4.5-8-10-8z\'/></svg>") center/contain no-repeat;
    mask:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path fill=\'black\' d=\'M12 3C6.5 3 2 6.6 2 11c0 3.9 3.6 7.2 8.4 7.8.3.1.8.2.9.5.1.3.1.7 0 1l-.1.9c0 .3-.2 1 .9.6 1.1-.5 6-3.5 8.1-6h0C21.5 14.4 22 12.8 22 11c0-4.4-4.5-8-10-8z\'/></svg>") center/contain no-repeat;}
  @media(max-width:560px){.frow.two{grid-template-columns:1fr;}}

/* ============================================================
   CF7 出力を LPデザインに合わせる（kibou-lp.css の末尾に追記）
   追加日: 2026-08-19
   ============================================================ */
.cf7-lp{background:#fff;border-radius:18px;padding:34px 34px 38px;box-shadow:0 10px 30px rgba(80,40,90,.14);margin-top:34px;}
.cf7-lp .cf7-row{margin-bottom:20px;}
.cf7-lp .cf7-two{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.cf7-lp .cf7-field{display:block;}
.cf7-lp label{display:block;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:8px;}
.cf7-lp .cf7-req{color:var(--ochre);font-size:11px;margin-left:6px;}
.cf7-lp input[type=text],
.cf7-lp input[type=tel],
.cf7-lp input[type=email],
.cf7-lp textarea{
  width:100%;border:1.5px solid var(--line);border-radius:10px;background:#faf7fb;
  padding:0 16px;height:52px;font-family:var(--font-go);font-size:15px;color:var(--ink);
  box-sizing:border-box;transition:.2s;
}
.cf7-lp textarea{height:120px;padding:14px 16px;line-height:1.7;}
.cf7-lp input:focus,.cf7-lp textarea:focus{outline:none;border-color:var(--ochre);background:#fff;}
.cf7-lp input::placeholder,.cf7-lp textarea::placeholder{color:#b7a8b6;}
/* 職種ラジオ：ボタン風 */
.cf7-lp .wpcf7-radio{display:flex;gap:12px;flex-wrap:wrap;}
.cf7-lp .wpcf7-list-item{margin:0;}
.cf7-lp .wpcf7-list-item label{display:flex;align-items:center;gap:8px;cursor:pointer;
  border:1.5px solid var(--line);border-radius:10px;padding:12px 20px;font-weight:500;transition:.2s;background:#fff;}
.cf7-lp .wpcf7-list-item input{accent-color:var(--ochre);width:18px;height:18px;}
.cf7-lp .wpcf7-list-item label:hover{border-color:var(--ochre);}
/* 送信ボタン：チャコール */
.cf7-lp .cf7-submit{margin-top:8px;}
.cf7-lp input[type=submit]{
  width:100%;height:60px;background:#333;color:#fff;border:none;border-radius:10px;
  font-family:var(--font-go);font-weight:700;font-size:16px;letter-spacing:.04em;cursor:pointer;transition:.2s;
}
.cf7-lp input[type=submit]:hover{background:#222;transform:translateY(-1px);}
/* バリデーション文言 */
.cf7-lp .wpcf7-not-valid-tip{color:#d6336c;font-size:12px;margin-top:5px;}
.cf7-lp .wpcf7-response-output{border-radius:10px;font-size:13px;margin:16px 0 0;padding:12px 16px;}
@media(max-width:560px){ .cf7-lp .cf7-two{grid-template-columns:1fr;} }
