:root{
  --navy: #0F2B46;
  --navy-deep: #0A1F33;
  --navy-soft: #1B3E5F;
  --green: #1E7A4E;
  --green-deep: #155C3A;
  --green-tint: #E8F2EC;
  --white: #FFFFFF;
  --soft-gray: #F5F7FA;
  --line-gray: #E2E6EA;
  --warm-gray: #EDEBE6;
  --text-main: #26303A;
  --text-sub: #5C6670;
  --text-mute: #8A929B;
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-en: "Barlow", "Segoe UI", sans-serif;
  --color-ink: var(--text-main);
  --color-background: var(--white);
  --color-focus: var(--green);
  --radius-control: 6px;
  --radius-lg: 10px;
  --space-section: 32px;
  --max-w: 1140px;
}
