@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ — SmileHoldings リニューアル
    Version: 1.1.0
    Author: LOOS WEB STUDIO / add9
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================
   SmileHoldings リニューアル — 全カスタムCSS
   デザイン元: Claude Design (varC2.jsx / common.css)
   - 0. デザイントークン (:root)
   - 1. ベース・リセット
   - 2. ヘッダー
   - 3. TOP — ヒーロー
   - 4. TOP — ステートメント / ビジョン
   - 5. TOP — 事業タイル
   - 6. TOP — 数値 / メッセージ / 沿革 / NARA
   - 7. TOP — ニュース / 取引先 / 事業所 / 採用 / 各種お問い合わせ / コンタクト
   - 8. フッター
   - 9. SWELL統合・上書き
   - 10. レスポンシブ
   ============================================================ */

/* ====== 0. デザイントークン ====== */
:root {
  --sh-green: #209C4E;
  --sh-green-dark: #188040;
  --sh-green-light: #2ebc60;
  --sh-ink: #333333;
  --sh-ink-2: #4a4a4a;
  --sh-gray-900: #333333;
  --sh-gray-800: #4a4a4a;
  --sh-gray-700: #6a6a6a;
  --sh-gray-500: #6b6b6b;
  --sh-gray-400: #9a9a9a;
  --sh-gray-300: #c8c8c8;
  --sh-gray-200: #e4e4e0;
  --sh-gray-100: #f2f1ec;
  --sh-gray-50:  #f8f7f2;
  --sh-white: #ffffff;
  --sh-bg: #fafaf7;

  --sh-font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  --sh-font-en: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
  --sh-font-serif: "Instrument Serif", "Cormorant Garamond", "Noto Serif JP", serif;
  --sh-font-mono: "JetBrains Mono", "SFMono-Regular", ui-monospace, monospace;
}

/* ====== 1. ベース・リセット（.a9top スコープ内） ====== */
.a9top * { box-sizing: border-box; }
.a9top {
  font-family: var(--sh-font-jp);
  color: var(--sh-ink);
  background: var(--sh-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  line-height: 1.6;
}
.a9top a { color: inherit; text-decoration: none; }
.a9top button { font-family: inherit; cursor: pointer; }
.a9top img { max-width: 100%; }

/* utility */
.sh-en { font-family: var(--sh-font-en); letter-spacing: -0.01em; }
.sh-serif { font-family: var(--sh-font-serif); font-style: italic; }
.sh-mono { font-family: var(--sh-font-mono); }

@keyframes sh-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vc2-blink { 50% { opacity: 0.3; } }

/* ====== スクロール進捗バー ====== */
.vc2-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; background: #209C4E; z-index: 100; transform-origin: 0; transform: scaleX(0); transition: transform 0.1s; }

/* ====== 2. ヘッダー ====== */
.vc2-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; padding: 20px 32px; background: rgba(255,255,255,0.95); backdrop-filter: blur(14px); border-bottom: 1px solid #e4e4e0; }
.vc2-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.vc2-logo-mark { color: #209C4E; font-size: 18px; }
.vc2-logo-img { height: 40px; width: auto; display: block; }
.shp-logo-img { height: 40px; width: auto; display: block; }
.vc2-nav { display: flex; gap: 24px; justify-content: center; }
.vc2-nav a { display: inline-flex; align-items: baseline; gap: 6px; font-size: 13px; font-weight: 500; padding: 6px 0; }
.vc2-nav a:hover { color: #209C4E; }
.vc2-nav-n { font-size: 9px; opacity: 0.5; }
.vc2-header-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.1em; padding: 7px 14px; border: 1px solid #333333; border-radius: 999px; }
.vc2-live-dot { width: 7px; height: 7px; background: #ff5722; border-radius: 50%; animation: vc2-blink 1.2s infinite; }
.vc2-nav-toggle { display: none; }

/* ====== 3. TOP — ヒーロー ====== */
.vc2-hero { display: grid; grid-template-columns: 1.2fr 1fr; min-height: calc(100vh - 72px); align-items: stretch; }
.vc2-hero-left { padding: 60px 48px; display: flex; flex-direction: column; position: relative; border-right: 1px solid #e4e4e0; }
.vc2-hero-corner { display: flex; gap: 16px; font-size: 11px; letter-spacing: 0.12em; margin-bottom: 40px; opacity: 0.6; }
.vc2-hero-h1 { font-size: clamp(64px, 8vw, 130px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.92; margin: 0 0 auto; font-family: var(--sh-font-en); }
.vc2-line { display: block; }
.vc2-line-2 { padding-left: 0.8em; color: #209C4E; }
.vc2-line-2 em { font-style: italic; font-weight: 400; }
.vc2-line-3 { padding-left: 0.3em; }
.vc2-line-4 { padding-left: 1.5em; -webkit-text-stroke: 2px #333333; color: transparent; }

.vc2-hero-meta { margin: 48px 0 32px; max-width: 440px; }
.vc2-hero-meta p { font-size: 15px; line-height: 1.8; margin: 0 0 24px; }
.vc2-hero-cta { display: flex; gap: 10px; }
.vc2-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: all 0.2s; cursor: pointer; }
.vc2-btn-primary { background: #ffffff; color: #333333; }
.vc2-btn-primary:hover { background: #209C4E; transform: translateY(-2px); }
.vc2-btn-ghost { border: 1px solid #333333; color: #333333; }
.vc2-btn-ghost:hover { background: #f2f1ec; color: #333333; }
.vc2-btn-arrow { transition: transform 0.2s; }
.vc2-btn:hover .vc2-btn-arrow { transform: translateX(4px); }

.vc2-hero-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #333333; padding-top: 20px; }
.vc2-hf-l { font-size: 10px; letter-spacing: 0.14em; opacity: 0.5; margin-bottom: 6px; }
.vc2-hf-v { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }

.vc2-hero-right { position: relative; background: #ffffff; display: flex; flex-direction: column; }
.vc2-hero-green { background: #209C4E; color: #fff; padding: 40px 32px; flex: 1.3; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.vc2-hero-green-no { font-size: 11px; letter-spacing: 0.16em; margin-bottom: 28px; opacity: 0.9; }
.vc2-hero-green-big { font-size: clamp(72px, 11vw, 180px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.86; }
.vc2-hero-green-big-2 { font-weight: 400; font-style: italic; color: rgba(255,255,255,0.7); padding-left: 40px; margin-top: -10px; }
.vc2-hero-green-tag { position: absolute; bottom: 24px; right: 32px; font-size: 13px; letter-spacing: 0.05em; opacity: 0.85; max-width: 50%; text-align: right; }

.vc2-hero-card { background: #fff; padding: 24px; flex: 1; border-top: 1px solid #e4e4e0; display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: center; }
.vc2-hc-no { font-size: 10px; letter-spacing: 0.14em; color: #209C4E; grid-column: 1 / -1; }
.vc2-hc-img { aspect-ratio: 1; background: linear-gradient(135deg, #d4b896 0%, #6a4f2a 100%); border-radius: 2px; }
.vc2-hc-body h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
.vc2-hc-body p { font-size: 12px; line-height: 1.6; margin: 0 0 10px; opacity: 0.75; }
.vc2-hc-link { font-size: 10px; letter-spacing: 0.14em; color: #209C4E; }

/* ====== 4. TOP — ステートメント / ビジョン ====== */
.vc2-statement { background: #1a1a1a; color: #ffffff; padding: 72px 40px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.vc2-statement-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: baseline; }
.vc2-statement-tag { font-size: 11px; letter-spacing: 0.16em; color: #209C4E; }
.vc2-statement-text { color: #ffffff; font-family: var(--sh-font-en); font-weight: 800; font-size: clamp(32px, 4vw, 64px); letter-spacing: -0.02em; line-height: 1.05; }
.vc2-statement-text em { color: #209C4E; font-weight: 400; font-style: italic; margin: 0 0.15em; }

.vc2-vision { max-width: 1400px; margin: 0 auto; padding: 120px 40px; }
.vc2-section-tag { font-size: 11px; letter-spacing: 0.16em; color: #209C4E; font-weight: 600; margin-bottom: 20px; }
.vc2-vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.vc2-vision-h { font-size: clamp(48px, 6vw, 88px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin: 0; }
.vc2-vision-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-vision-body p { font-size: 16px; line-height: 1.9; margin: 0 0 20px; }
.vc2-vision-lead { font-size: 20px !important; font-weight: 500; line-height: 1.7 !important; }
.vc2-underline { background: linear-gradient(to top, rgba(32,156,78,0.3) 40%, transparent 40%); font-weight: 600; }

/* ====== 5. TOP — 事業タイル ====== */
.vc2-biz { background: #ffffff; color: #333333; padding: 120px 40px; }
.vc2-biz-head { max-width: 1400px; margin: 0 auto 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.vc2-biz-h { font-size: clamp(48px, 6vw, 96px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin: 0; }
.vc2-biz-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-biz-sub { font-size: 14px; opacity: 0.6; margin: 0; font-family: var(--sh-font-en); }

.vc2-tile-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.vc2-tile { aspect-ratio: 4/5; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; cursor: pointer; transition: transform 0.3s; }
.vc2-tile:hover { transform: translateY(-4px); }
.vc2-tile-head { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.12em; }
.vc2-tile-no { opacity: 0.65; }
.vc2-tile-arrow { font-size: 18px; transition: transform 0.3s; }
.vc2-tile:hover .vc2-tile-arrow { transform: translate(4px, -4px); }
.vc2-tile-body { margin-top: auto; }
.vc2-tile-en { font-size: clamp(22px, 2.4vw, 36px); font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin-bottom: 6px; }
.vc2-tile-jp { font-size: 14px; opacity: 0.8; }
.vc2-tile-overlay { position: absolute; inset: 0; background: currentColor; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.vc2-tile:hover .vc2-tile-overlay { opacity: 0.08; }

/* ====== 6. TOP — 数値 / メッセージ / 沿革 / NARA ====== */
.vc2-nums { padding: 80px 40px; border-top: 1px solid #e4e4e0; border-bottom: 1px solid #e4e4e0; }
.vc2-nums-row { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.vc2-nums-cell { padding: 24px; border-right: 1px solid #e4e4e0; }
.vc2-nums-cell:last-child { border-right: none; }
.vc2-nums-accent { background: #209C4E; color: #fff; }
.vc2-num { font-size: clamp(64px, 7vw, 100px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-bottom: 10px; }
.vc2-num span { font-size: 0.5em; opacity: 0.6; }
.vc2-num-l { font-size: 13px; font-weight: 500; }
.vc2-num-l span { display: block; font-size: 10px; letter-spacing: 0.1em; opacity: 0.55; margin-top: 4px; }

.vc2-msg { display: grid; grid-template-columns: 1fr 1.3fr; min-height: 720px; }
.vc2-msg-left { background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 60px; }
.vc2-msg-portrait { width: 100%; max-width: 360px; }
.vc2-msg-placeholder { aspect-ratio: 3/4; background: linear-gradient(160deg, #e8e8e6 0%, #c8c8c8 100%); display: flex; align-items: flex-end; padding: 16px; color: #333333; font-size: 10px; letter-spacing: 0.1em; }
.vc2-msg-right { background: #fff; padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.vc2-msg-quote-mark { position: absolute; top: 40px; right: 60px; font-size: 180px; color: #209C4E; opacity: 0.25; line-height: 1; font-style: italic; }
.vc2-msg-q { margin: 0; font-size: clamp(22px, 2vw, 30px); line-height: 1.65; font-weight: 500; position: relative; z-index: 1; }
.vc2-msg-q p { margin: 0 0 24px; }
.vc2-hl { background: linear-gradient(to top, rgba(32,156,78,0.3) 45%, transparent 45%); padding: 0 3px; }
.vc2-msg-q footer { margin-top: 36px; padding-top: 24px; border-top: 1px solid #e4e4e0; font-size: 14px; }
.vc2-msg-name { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.vc2-msg-title { font-size: 10px; letter-spacing: 0.14em; opacity: 0.6; }

.vc2-hist { padding: 120px 40px; background: #ffffff; }
.vc2-hist-h { font-size: clamp(48px, 5vw, 72px); font-weight: 700; letter-spacing: -0.03em; margin: 10px 0 48px; }
.vc2-hist-h em { font-style: italic; font-weight: 400; color: #209C4E; font-size: 0.6em; }
.vc2-hist-scroll { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1500px; margin: 0 auto; }
.vc2-hist-card { padding: 28px 20px; border-radius: 2px; border: 1px solid rgba(0,0,0,0.08); min-height: 260px; display: flex; flex-direction: column; transition: transform 0.3s; }
.vc2-hist-card:hover { transform: translateY(-6px); }
.vc2-hist-card.inv { color: #333333; border-color: transparent; }
.vc2-hist-card.future { color: #333333; }
.vc2-hist-y { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: auto; line-height: 1; }
.vc2-hist-t { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.vc2-hist-d { font-size: 13px; line-height: 1.6; opacity: 0.75; }

.vc2-nara { background: #ffffff; color: #333333; padding: 0; position: relative; }
.vc2-nara-inner { position: relative; padding: 120px 40px; max-width: 1400px; margin: 0 auto; min-height: 480px; display: flex; align-items: center; }
.vc2-nara-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: clamp(180px, 30vw, 480px); font-weight: 900; letter-spacing: -0.05em; color: rgba(32,156,78,0.12); line-height: 1; z-index: 0; user-select: none; pointer-events: none; }
.vc2-nara-content { position: relative; z-index: 1; max-width: 680px; }
.vc2-nara-h { font-size: clamp(44px, 5vw, 72px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 10px 0 28px; color: #333333; }
.vc2-nara-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-nara-content p { font-size: 16px; line-height: 1.9; opacity: 0.85; max-width: 540px; margin: 0; }

/* ====== 7. TOP — ニュース / 取引先 / 事業所 / 採用 / 各種お問い合わせ / コンタクト ====== */
.vc2-sf-h { font-size: clamp(36px, 4vw, 56px); font-weight: 700; letter-spacing: -0.03em; margin: 12px 0 32px; }
.vc2-sf-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-sf-news-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #333333; }
.vc2-sf-news-list li { border-bottom: 1px solid #e4e4e0; }
.vc2-sf-news-list li a { display: grid; grid-template-columns: 100px 90px 1fr 28px; gap: 16px; padding: 20px 0; align-items: center; font-size: 14px; color: inherit; cursor: pointer; transition: padding 0.2s; }
.vc2-sf-news-list li > span { display: grid; grid-template-columns: 100px 90px 1fr 28px; gap: 16px; padding: 20px 0; align-items: center; font-size: 14px; }
.vc2-sf-news-list li a:hover { padding-left: 12px; }
.vc2-sf-news-list li a:hover .vc2-sf-arrow { color: #209C4E; transform: translateX(4px); }
.vc2-sf-news-list li a > span:first-child { font-size: 11px; letter-spacing: 0.06em; opacity: 0.55; }
.vc2-sf-cat { font-size: 10px; letter-spacing: 0.12em; border: 1px solid #333333; padding: 4px 8px; justify-self: start; font-family: var(--sh-font-en); text-transform: uppercase; }
.vc2-sf-arrow { font-size: 18px; transition: transform 0.2s, color 0.2s; }

.vc2-sec-head { max-width: 1400px; margin: 0 auto 48px; padding: 0 40px; }
.vc2-sec-head .vc2-biz-h { margin-top: 8px; }
.vc2-sec-head .vc2-biz-sub { max-width: 520px; margin-top: 16px; font-size: 15px; line-height: 1.7; }

.vc2-news-sec { padding: 100px 40px; border-bottom: 1px solid #333333; background: #fff; }
.vc2-news-head { max-width: 1400px; margin: 0 auto 40px; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.vc2-news-head .vc2-sf-h { margin: 0; }
.vc2-news-sec .vc2-sf-news-list { max-width: 1400px; margin: 0 auto; }

.vc2-clients { padding: 80px 40px; background: #f8f7f2; border-bottom: 1px solid #333333; }
.vc2-clients-group { max-width: 1400px; margin: 0 auto 24px; }
.vc2-clients-cat { max-width: 1400px; margin: 0 auto 8px; font-size: 11px; letter-spacing: 0.16em; color: #209C4E; font-weight: 600; }
.vc2-clients-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid #333333; border-left: 1px solid #333333; }
.vc2-client-logo { padding: 16px 16px; min-height: 72px; border-right: 1px solid #333333; border-bottom: 1px solid #333333; display: flex; flex-direction: column; justify-content: space-between; gap: 6px; background: #fff; transition: background 0.2s; }
.vc2-client-logo:hover { background: #209C4E; color: #fff; }
.vc2-client-logo:hover .vc2-client-no { color: #fff; opacity: 0.8; }
.vc2-client-no { font-size: 9px; letter-spacing: 0.12em; opacity: 0.5; }
.vc2-client-name { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.vc2-clients-note { max-width: 1400px; margin: 20px auto 0; font-size: 10px; letter-spacing: 0.12em; opacity: 0.5; }

.vc2-offices { padding: 100px 40px; background: #f8f7f2; color: #333333; border-bottom: 1px solid #333333; }
.vc2-offices .vc2-biz-sub { opacity: 1; }
.vc2-offices-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vc2-office-card { background: #ffffff; border: 1px solid #333333; overflow: hidden; display: flex; flex-direction: column; }
.vc2-office-map { height: 180px; position: relative; background: linear-gradient(135deg, #eef0ea 0%, #dfe3d7 100%); overflow: hidden; border-bottom: 1px solid #333333; }
.vc2-office-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(51,51,51,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(51,51,51,0.08) 1px, transparent 1px); background-size: 24px 24px; }
.vc2-office-pin { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; background: #209C4E; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 6px rgba(32,156,78,0.22), 0 0 0 14px rgba(32,156,78,0.10); }
.vc2-office-badge { position: absolute; top: 16px; left: 16px; font-size: 10px; letter-spacing: 0.2em; color: rgba(51,51,51,0.55); font-weight: 600; }
.vc2-office-body { padding: 28px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.vc2-office-tag { font-size: 10px; letter-spacing: 0.16em; color: #209C4E; }
.vc2-office-label { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; color: #333333; }
.vc2-office-addr { font-size: 13px; line-height: 1.7; color: rgba(51,51,51,0.75); white-space: pre-line; margin-bottom: auto; }
.vc2-office-tel { font-size: 16px; font-weight: 600; margin-top: 16px; padding-top: 14px; border-top: 1px solid #e4e4e0; color: #333333; }

.vc2-careers { padding: 120px 40px; background: #fff; border-bottom: 1px solid #333333; display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; max-width: 1400px; margin: 0 auto; align-items: start; }
.vc2-careers-left { position: sticky; top: 100px; }
.vc2-careers-h { font-size: clamp(44px, 5vw, 72px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin: 12px 0 24px; }
.vc2-careers-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-careers-lead { font-size: 16px; line-height: 1.85; color: #333333; max-width: 440px; margin: 0 0 40px; }
.vc2-careers-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #333333; padding-top: 20px; max-width: 440px; }
.vc2-cs-v { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: #333333; }
.vc2-cs-l { font-size: 12px; margin-top: 6px; opacity: 0.65; }
.vc2-careers-right { background: #f8f7f2; padding: 36px; border: 1px solid #333333; }
.vc2-careers-coming { display: flex; flex-direction: column; align-items: flex-start; min-height: 340px; justify-content: center; padding: 12px 8px; }
.vc2-careers-coming-badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border: 1px solid #209C4E; border-radius: 999px; margin-bottom: 28px; }
.vc2-careers-coming-badge .sh-mono { color: #209C4E; font-size: 11px; }
.vc2-cc-dot { width: 8px; height: 8px; background: #209C4E; border-radius: 50%; display: inline-block; animation: vc2-blink 1.2s infinite; }
.vc2-careers-coming-big { font-size: clamp(48px, 5vw, 76px); font-weight: 800; letter-spacing: -0.03em; line-height: 0.92; color: #333333; margin-bottom: 24px; }
.vc2-careers-coming-big em { color: #209C4E; }
.vc2-careers-coming-lead { font-size: 15px; line-height: 1.85; color: #333333; opacity: 0.78; margin: 0 0 32px; max-width: 420px; }
.vc2-jobs-cta { margin-top: 24px; width: 100%; justify-content: center; text-align: center; }

.vc2-inq { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-bottom: 1px solid #333333; border-top: 1px solid #333333; background: #fff; }
.vc2-inq-col { padding: 80px 56px 72px; display: flex; flex-direction: column; position: relative; }
.vc2-inq-partner { background: #fff; color: #333333; border-right: 1px solid #333333; }
.vc2-inq-press { background: #f8f7f2; color: #333333; }
.vc2-inq-num { position: absolute; top: 32px; right: 40px; font-size: 80px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: rgba(51,51,51,0.06); }
.vc2-inq-h { font-size: clamp(36px, 3.6vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 12px 0 24px; }
.vc2-inq-h em { font-style: italic; font-weight: 400; color: #209C4E; }
.vc2-inq-lead { font-size: 15px; line-height: 1.85; margin: 0 0 32px; max-width: 480px; color: rgba(51,51,51,0.85); }
.vc2-inq-list { list-style: none; padding: 0; margin: 0 0 32px; border-top: 1px solid rgba(51,51,51,0.2); }
.vc2-inq-list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(51,51,51,0.12); font-size: 14px; font-weight: 500; letter-spacing: -0.005em; align-items: center; }
.vc2-inq-list li > span { font-size: 10px; letter-spacing: 0.14em; color: #209C4E; font-weight: 600; }
.vc2-inq-meta { display: flex; align-items: baseline; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(51,51,51,0.2); margin-bottom: 24px; }
.vc2-inq-meta > span:first-child { font-size: 10px; letter-spacing: 0.16em; color: rgba(51,51,51,0.55); }
.vc2-inq-mail { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #333333; }
.vc2-inq-cta { align-self: flex-start; }

.vc2-contact { padding: 120px 40px; background: #209C4E; color: #fff; display: grid; grid-template-columns: 1fr 1.15fr; gap: 72px; margin: 0 auto; border-bottom: 1px solid #333333; }
.vc2-contact-left, .vc2-contact-form { max-width: 620px; }
.vc2-contact-left { justify-self: end; width: 100%; }
.vc2-contact-h { font-size: clamp(44px, 5vw, 72px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin: 12px 0 24px; color: #fff; }
.vc2-contact-h em { font-style: italic; font-weight: 400; color: #fff; opacity: 0.85; }
.vc2-contact-lead { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.9); margin: 0 0 40px; }
.vc2-contact .vc2-section-tag { color: rgba(255,255,255,0.7) !important; }
.vc2-contact-channels { display: grid; grid-template-columns: 1fr; gap: 12px; }
.vc2-cc { border: 1px solid rgba(255,255,255,0.3); padding: 22px 24px; background: rgba(255,255,255,0.06); }
.vc2-cc-l { font-size: 10px; letter-spacing: 0.16em; opacity: 0.7; margin-bottom: 8px; }
.vc2-cc-v { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.vc2-cc-note { font-size: 12px; margin-top: 6px; opacity: 0.75; }

.vc2-contact-form { background: #fff; color: #333333; padding: 40px; border: 1px solid rgba(0,0,0,0.1); display: grid; gap: 20px; justify-self: start; width: 100%; }
.vc2-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vc2-contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 500; }
.vc2-contact-form label > span { font-size: 10px; letter-spacing: 0.14em; color: #209C4E; font-weight: 600; }
.vc2-contact-form input, .vc2-contact-form select, .vc2-contact-form textarea {
  font-family: inherit; font-size: 14px; padding: 14px 16px; border: 1px solid #d4d2cc; background: #fff; color: #333333; border-radius: 0; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%;
}
.vc2-contact-form input:focus, .vc2-contact-form select:focus, .vc2-contact-form textarea:focus { border-color: #209C4E; background: #f8fbf9; }
.vc2-contact-form textarea { resize: vertical; min-height: 120px; font-family: inherit; }
.vc2-form-full { grid-column: 1 / -1; }
.vc2-form-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 8px; padding-top: 20px; border-top: 1px solid #e4e4e0; }
.vc2-form-note { font-size: 10px; letter-spacing: 0.1em; opacity: 0.55; max-width: 260px; line-height: 1.6; }
.vc2-contact-form button { border: none; cursor: pointer; font-family: inherit; }

/* ====== 8. フッター ====== */
.vc2-footer { background: #ffffff; color: #333333; padding: 80px 40px 28px; border-top: 1px solid #333333; }
.vc2-footer-top { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding-bottom: 48px; border-bottom: 1px solid rgba(0,0,0,0.15); }
.vc2-footer-logo { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }
.vc2-footer-brand p { opacity: 0.6; font-size: 14px; }
.vc2-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.vc2-footer-cols h4 { font-size: 11px; letter-spacing: 0.14em; margin: 0 0 16px; color: #209C4E; font-weight: 600; }
.vc2-footer-cols a { display: block; font-size: 13px; color: #333333; opacity: 0.75; padding: 5px 0; cursor: pointer; }
.vc2-footer-cols a:hover { color: #209C4E; opacity: 1; }
.vc2-footer-bottom { max-width: 1400px; margin: 24px auto 0; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 0.14em; opacity: 0.55; }

/* ====== 9. SWELL統合・上書き ======
   Gutenbergの.post_content内に出力されるため、SWELLのh2/h3/a装飾をリセット */
.a9top h1, .a9top h2, .a9top h3, .a9top h4, .a9top h5,
.post_content .a9top h1, .post_content .a9top h2, .post_content .a9top h3, .post_content .a9top h4 {
  margin: 0; padding: 0; border: none !important; background: none;
  overflow: visible !important; -webkit-line-clamp: unset !important;
  font-weight: inherit; color: inherit;
}
.a9top h2::before, .a9top h3::before,
.post_content .a9top h2::before, .post_content .a9top h3::before { content: none !important; }
.a9top a { box-shadow: none; }
/* SWELL本文の最大幅制限・余白を解除してフルワイド表示 */
.a9top { max-width: none !important; width: 100%; }

/* ====== 10. レスポンシブ ====== */
@media (max-width: 1024px) {
  .vc2-clients-grid { grid-template-columns: repeat(2, 1fr); }
  .vc2-offices-grid { grid-template-columns: 1fr; }
  .vc2-careers, .vc2-contact { grid-template-columns: 1fr; gap: 40px; }
  .vc2-careers-left { position: static; }
  .vc2-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .vc2-inq { grid-template-columns: 1fr; }
  .vc2-inq-partner { border-right: none; border-bottom: 1px solid #333333; }
  .vc2-hero { grid-template-columns: 1fr; }
  .vc2-hero-left { border-right: none; border-bottom: 1px solid #333333; }
  .vc2-vision-grid { grid-template-columns: 1fr; gap: 32px; }
  .vc2-biz-head { grid-template-columns: 1fr; gap: 16px; }
  .vc2-tile-grid { grid-template-columns: repeat(2, 1fr); }
  .vc2-nums-row { grid-template-columns: 1fr; }
  .vc2-nums-cell { border-right: none; border-bottom: 1px solid #e4e4e0; }
  .vc2-msg { grid-template-columns: 1fr; min-height: 0; }
  .vc2-hist-scroll { grid-template-columns: repeat(2, 1fr); }
  .vc2-statement-inner { grid-template-columns: 1fr; gap: 16px; }
  .vc2-footer-top { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .vc2-header { grid-template-columns: auto auto; gap: 16px; padding: 14px 18px; }
  .vc2-nav { display: none; position: fixed; inset: 60px 0 auto 0; background: #fff; flex-direction: column; gap: 0; padding: 8px 18px 18px; border-bottom: 1px solid #e4e4e0; }
  .vc2-nav.open { display: flex; }
  .vc2-nav a { padding: 14px 0; border-bottom: 1px solid #f2f1ec; font-size: 15px; }
  .vc2-header-cta { display: none; }
  .vc2-nav-toggle { display: inline-flex; flex-direction: column; gap: 4px; justify-self: end; background: none; border: none; padding: 8px; }
  .vc2-nav-toggle span { width: 22px; height: 2px; background: #333; display: block; }
  .vc2-hero-left, .vc2-msg-right, .vc2-inq-col, .vc2-clients, .vc2-offices, .vc2-careers, .vc2-contact, .vc2-vision, .vc2-biz, .vc2-hist, .vc2-news-sec, .vc2-statement { padding-left: 18px; padding-right: 18px; }
  .vc2-tile-grid { grid-template-columns: 1fr 1fr; }
  .vc2-clients-grid { grid-template-columns: 1fr; }
  .vc2-hist-scroll { grid-template-columns: 1fr; }
  .vc2-sf-news-list li a, .vc2-sf-news-list li > span { grid-template-columns: 80px 1fr; gap: 8px; }
  .vc2-sf-news-list li .vc2-sf-cat, .vc2-sf-news-list li .vc2-sf-arrow { display: none; }
}

/* ============================================================
   下層ページ（会社概要・採用・お問い合わせ・各事業）
   デザイン元: pages/_shared.css（shp- 接頭辞）
   .a9sub スコープで TOP(vc2-) と分離
   ============================================================ */
:root {
  --sh-bg-alt: #f8f7f2;
  --sh-line: #333333;
  --sh-line-soft: #e4e4e0;
}
.a9sub {
  --sh-font-en: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-family: var(--sh-font-jp);
  color: var(--sh-ink);
  background: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
.a9sub * { box-sizing: border-box; }
.a9sub a { color: inherit; text-decoration: none; }
.a9sub img { max-width: 100%; display: block; }
.a9sub .sh-en { font-family: var(--sh-font-en); letter-spacing: -0.01em; }
.a9sub .sh-mono { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.a9sub .sh-serif { font-family: var(--sh-font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }

/* HEADER（下層） */
.shp-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; padding: 20px 32px; background: rgba(255,255,255,0.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--sh-line-soft); }
.shp-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; color: var(--sh-ink); }
.shp-nav { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.shp-nav a { display: inline-flex; align-items: baseline; gap: 6px; font-size: 13px; font-weight: 500; padding: 6px 0; color: var(--sh-ink); }
.shp-nav a:hover { color: var(--sh-green); }
.shp-nav a.is-active { color: var(--sh-green); }
.shp-nav-n { font-size: 9px; opacity: 0.5; }
.shp-header-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.1em; padding: 7px 14px; border: 1px solid var(--sh-line); border-radius: 999px; }
.shp-live-dot { width: 7px; height: 7px; background: #ff5722; border-radius: 50%; animation: vc2-blink 1.2s infinite; }
.shp-nav-toggle { display: none; }

/* BREADCRUMB */
.shp-bread { border-bottom: 1px solid var(--sh-line-soft); background: #fff; }
.shp-bread-inner { max-width: 1400px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; gap: 10px; font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sh-ink); }
.shp-bread-inner a { opacity: 0.55; }
.shp-bread-inner a:hover { color: var(--sh-green); opacity: 1; }
.shp-bread-sep { opacity: 0.3; }
.shp-bread-current { font-weight: 600; color: var(--sh-green); }

/* PAGE HERO */
.shp-hero { padding: 80px 40px 100px; border-bottom: 1px solid var(--sh-line); background: #fff; }
.shp-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: end; }
.shp-hero-tag { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--sh-green); margin-bottom: 24px; }
.shp-hero-en { font-family: var(--sh-font-en); font-size: clamp(72px, 10vw, 160px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.92; color: var(--sh-ink); }
.shp-hero-en em { font-family: var(--sh-font-serif); font-style: italic; font-weight: 400; color: var(--sh-green); }
.shp-hero-jp { font-size: clamp(28px, 3vw, 44px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; margin: 0 0 16px; }
.shp-hero-lead { font-size: 16px; line-height: 1.85; max-width: 520px; color: rgba(51,51,51,0.85); margin: 0; }
.shp-hero-meta { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--sh-line-soft); font-size: 12px; }
.shp-hero-meta > div > span:first-child { opacity: 0.5; margin-right: 8px; font-family: var(--sh-font-mono); }

/* SECTION */
.shp-section { padding: 100px 40px; border-bottom: 1px solid var(--sh-line); }
.shp-section.alt { background: var(--sh-bg-alt); }
.shp-section-inner { max-width: 1400px; margin: 0 auto; }
.shp-section-tag { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--sh-green); margin-bottom: 12px; }
.shp-section-h { font-size: clamp(36px, 4.5vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 32px; }
.shp-section-h em { font-family: var(--sh-font-serif); font-style: italic; font-weight: 400; color: var(--sh-green); }
.shp-section-sub { font-size: 15px; line-height: 1.85; max-width: 640px; opacity: 0.75; margin: 0 0 56px; }

/* BUTTONS */
.shp-btn { display: inline-flex; align-items: center; gap: 12px; padding: 14px 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform 0.2s, background 0.2s, color 0.2s; }
.shp-btn:hover { transform: translateY(-2px); }
.shp-btn-primary { background: var(--sh-green); color: #fff; }
.shp-btn-primary:hover { background: #1a8541; color: #fff; }
.shp-btn-ghost { border-color: var(--sh-line); color: var(--sh-ink); }
.shp-btn-ghost:hover { background: var(--sh-bg-alt); }
.shp-btn-lg { padding: 18px 32px; font-size: 14px; }

/* TABLE（会社情報） */
.shp-table { width: 100%; border-top: 1px solid var(--sh-line); }
.shp-table > div { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--sh-line-soft); align-items: baseline; }
.shp-table dt { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--sh-green); margin: 0; }
.shp-table dd { margin: 0; font-size: 15px; line-height: 1.8; }
.shp-table dd ul { margin: 0; padding-left: 20px; }

/* TIMELINE（沿革） */
.shp-timeline { display: grid; gap: 0; border-top: 1px solid var(--sh-line); }
.shp-timeline > div { display: grid; grid-template-columns: 160px 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--sh-line-soft); align-items: baseline; }
.shp-timeline-y { font-family: var(--sh-font-en); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: var(--sh-green); }
.shp-timeline-t { font-size: 18px; font-weight: 600; margin: 0 0 8px; letter-spacing: -0.01em; }
.shp-timeline-d { font-size: 14px; line-height: 1.8; opacity: 0.75; margin: 0; }

/* RELATED CARDS */
.shp-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--sh-line); border-left: 1px solid var(--sh-line); }
.shp-related a { display: flex; flex-direction: column; gap: 12px; padding: 32px 28px; min-height: 180px; border-right: 1px solid var(--sh-line); border-bottom: 1px solid var(--sh-line); transition: background 0.2s, color 0.2s; }
.shp-related a:hover { background: var(--sh-green); color: #fff; }
.shp-related a:hover .shp-related-no, .shp-related a:hover .shp-related-arrow { color: #fff; opacity: 0.85; }
.shp-related-no { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--sh-green); opacity: 0.7; }
.shp-related-t { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-top: auto; }
.shp-related-en { font-family: var(--sh-font-en); font-size: 12px; opacity: 0.55; letter-spacing: 0.06em; text-transform: uppercase; }
.shp-related-arrow { margin-top: 8px; opacity: 0.5; font-size: 16px; }

/* FORM */
.shp-form { display: grid; gap: 20px; max-width: 720px; }
.shp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.shp-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 500; }
.shp-form label > span { font-family: var(--sh-font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--sh-green); font-weight: 600; }
.shp-form input, .shp-form select, .shp-form textarea { font-family: inherit; font-size: 14px; padding: 14px 16px; border: 1px solid #d4d2cc; background: #fff; color: var(--sh-ink); border-radius: 0; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; }
.shp-form input:focus, .shp-form select:focus, .shp-form textarea:focus { border-color: var(--sh-green); background: #f8fbf9; }
.shp-form textarea { resize: vertical; min-height: 140px; font-family: inherit; }
.shp-form-full { grid-column: 1 / -1; }
.shp-form-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 12px; padding-top: 24px; border-top: 1px solid var(--sh-line-soft); }
.shp-form-note { font-family: var(--sh-font-mono); font-size: 10px; letter-spacing: 0.1em; opacity: 0.55; max-width: 280px; line-height: 1.6; }
.shp-form button { border: none; cursor: pointer; font-family: inherit; }

/* FOOTER（下層） */
.shp-footer { background: #fff; color: var(--sh-ink); padding: 80px 40px 28px; border-top: 1px solid var(--sh-line); }
.shp-footer-top { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding-bottom: 48px; border-bottom: 1px solid rgba(0,0,0,0.15); }
.shp-footer-logo { font-family: var(--sh-font-en); font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }
.shp-footer-brand p { opacity: 0.6; font-size: 14px; margin: 0; }
.shp-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.shp-footer-cols h4 { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.14em; margin: 0 0 16px; color: var(--sh-green); font-weight: 600; }
.shp-footer-cols a { display: block; font-size: 13px; padding: 5px 0; cursor: pointer; opacity: 0.75; }
.shp-footer-cols a:hover { color: var(--sh-green); opacity: 1; }
.shp-footer-bottom { max-width: 1400px; margin: 24px auto 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--sh-font-mono); font-size: 10px; letter-spacing: 0.14em; opacity: 0.55; }

@media (max-width: 1024px) {
  .shp-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .shp-related { grid-template-columns: 1fr; }
  .shp-form-row { grid-template-columns: 1fr; }
  .shp-table > div { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .shp-timeline > div { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
}
@media (max-width: 768px) {
  .shp-header { grid-template-columns: auto auto; gap: 16px; padding: 14px 18px; }
  .shp-nav { display: none; position: fixed; inset: 60px 0 auto 0; background: #fff; flex-direction: column; gap: 0; padding: 8px 18px 18px; border-bottom: 1px solid var(--sh-line-soft); }
  .shp-nav.open { display: flex; }
  .shp-nav a { padding: 14px 0; border-bottom: 1px solid var(--sh-bg-alt); font-size: 15px; }
  .shp-header-cta { display: none; }
  .shp-nav-toggle { display: inline-flex; flex-direction: column; gap: 4px; justify-self: end; background: none; border: none; padding: 8px; }
  .shp-nav-toggle span { width: 22px; height: 2px; background: #333; display: block; }
  .shp-hero, .shp-section, .shp-footer { padding-left: 18px; padding-right: 18px; }
  .shp-footer-top { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   Snow Monkey Forms — デザイン調整（お問い合わせフォーム）
   ラベル上・グリーンモノラベル・ピルボタン
   ============================================================ */
.snow-monkey-form { font-family: var(--sh-font-jp); color: var(--sh-ink); }
.snow-monkey-form .smf-item { display: block; border: none; padding: 0 0 18px; margin: 0; }
.snow-monkey-form .smf-item__col { display: block; width: 100%; padding: 0; border: none; }
.snow-monkey-form .smf-item__col--label { margin-bottom: 8px; display: flex; align-items: baseline; gap: 10px; background: none; min-height: 0; }
.snow-monkey-form .smf-item__label { margin: 0; }
.snow-monkey-form .smf-item__label__text { font-family: var(--sh-font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sh-green); font-weight: 600; }
.snow-monkey-form .smf-item__description { font-family: var(--sh-font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--sh-green); opacity: 0.9; background: none; padding: 0; border: none; }
.snow-monkey-form input[type="text"],
.snow-monkey-form input[type="email"],
.snow-monkey-form input[type="tel"],
.snow-monkey-form input[type="number"],
.snow-monkey-form select,
.snow-monkey-form textarea {
  width: 100%; max-width: 100%; font-family: inherit; font-size: 14px; padding: 13px 16px;
  border: 1px solid #d4d2cc; background: #fff; color: var(--sh-ink);
  border-radius: 0; outline: none; box-shadow: none;
}
.snow-monkey-form input:focus,
.snow-monkey-form select:focus,
.snow-monkey-form textarea:focus { border-color: var(--sh-green); background: #f8fbf9; }
.snow-monkey-form textarea { min-height: 140px; resize: vertical; }
.snow-monkey-form input[type="checkbox"],
.snow-monkey-form input[type="radio"] { width: 18px; height: 18px; accent-color: var(--sh-green); margin: 0 8px 0 0; vertical-align: middle; }
.snow-monkey-form label { font-size: 14px; line-height: 1.7; }
.snow-monkey-form .smf-action { margin-top: 12px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.snow-monkey-form button,
.snow-monkey-form .smf-button {
  background: var(--sh-green); color: #fff; border: none; padding: 16px 32px; border-radius: 999px;
  font-family: inherit; font-size: 14px; font-weight: 600; letter-spacing: 0.02em; cursor: pointer;
  transition: background .2s, transform .2s;
}
.snow-monkey-form button:hover,
.snow-monkey-form .smf-button:hover { background: #1a8541; transform: translateY(-2px); }
.snow-monkey-form .smf-button--back,
.snow-monkey-form button[data-action="back"] { background: transparent; color: var(--sh-ink); border: 1px solid var(--sh-line); }
.snow-monkey-form .smf-system-error-content-ready { color: #c0392b; font-size: 13px; }

/* TOP（緑のCONTACTセクション）ではフォームを白カードに */
.vc2-contact .snow-monkey-form { background: #fff; padding: 40px; border: 1px solid rgba(0,0,0,0.1); }

/* ヘッダーロゴ（モバイル縮小） */
@media (max-width: 768px) {
  .vc2-logo-img, .shp-logo-img { height: 30px; }
}

/* フッターロゴ（logo2.png） */
.shp-footer-logo-img, .vc2-footer-logo-img { width: auto; height: 84px; display: block; margin-bottom: 14px; }
@media (max-width: 768px) {
  .shp-footer-logo-img, .vc2-footer-logo-img { height: 66px; }
}

/* 投稿（お知らせ）本文 */
.a9-post-content { font-size: 16px; line-height: 2; color: var(--sh-ink); }
.a9-post-content p { margin: 0 0 1.6em; }
.a9-post-content h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.4; margin: 2em 0 0.7em; }
.a9-post-content h3 { font-size: 20px; font-weight: 700; line-height: 1.5; margin: 1.8em 0 0.6em; }
.a9-post-content a { color: var(--sh-green); text-decoration: underline; }
.a9-post-content ul, .a9-post-content ol { padding-left: 1.4em; margin: 0 0 1.6em; line-height: 1.9; }
.a9-post-content li { margin-bottom: 0.4em; }
.a9-post-content img { height: auto; margin: 1.2em 0; }
.a9-post-content blockquote { margin: 1.6em 0; padding: 16px 24px; border-left: 3px solid var(--sh-green); background: var(--sh-bg-alt); }

/* お知らせ一覧 ページネーション */
.a9-pagination { margin-top: 48px; }
.a9-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.a9-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--sh-line-soft); font-family: var(--sh-font-en); font-size: 14px; color: var(--sh-ink); }
.a9-pagination .page-numbers.current { background: var(--sh-green); color: #fff; border-color: var(--sh-green); }
.a9-pagination a.page-numbers:hover { border-color: var(--sh-green); color: var(--sh-green); }
.a9-pagination .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
