:root {
  --ink: #162938;
  --white: #fff;
  --light-gray: #eee;
  --gray: #b6babe;
  --line-gray: #ededed;
  --soft-gray: #707070;
  --text-gray: #666666;
  --off-white: #f1f1f3;
  --offwhite: var(--off-white);
  --indigo-blue: #1c43c9;
  --deep-indigo: #270da6;
  --muted-blue: #496f8c;
  --steel-blue: #3c8ac4;
  --link-blue: #3c8ac4;
  --text-link-color: var(--link-blue);
  --nav-active: #5c98c7;
  --recruit-blue: #2d96fe;
  --surface-subtle-gray: #fafafa;
  --design-width: 1440px;
  --page-max: 1340px;
  --mobile-content-side: 20px;
  --sans: "A-OTF Gothic MB101 Pr6", "a-otf-gothic-mb101-pr6", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --latin: "Inter", sans-serif;
  --color-text-default: var(--text-gray);
  --color-text-heading: var(--ink);
  --primitive-radius-full: 9999px;
  --primitive-font-size-sm: 14px;
}
