@charset "UTF-8";
:root {
  --color-text-primary: #1A2226;
  --color-text-secondary: #666666;
  --color-text-glay: #94989e;
  --color-text-link: #03A9F4;
  --color-primary-dark: #0E1315;
  --color-primary: #1A2226;
  --color-brand-1: #43B14F;
  --color-glay-dark: #EEEEEE;
  --color-glay: #f6f6f6;
  --color-red-dark: #A3000C;
  --color-red: #D92A00;
  --color-bg: #F4FAF5;
--color-white: #fff;
  --font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", Meiryo, "M+ 1p", sans-serif;
  --font-family-en: "Montserrat", "Arial", "Verdana", "Arial Black", sans-serif;
  --border-radius-large: 12px;
  --border-radius-middle: 8px;
  --border-radius-small: 4px;
  --weight-normal: 400;
  --weight-middle: 500;
  --weight-bold: 700;
  --fs-xxxlarge: 36px;
  --fs-xxlarge: 32px;
  --fs-xlarge: 28px;
  --fs-large: 24px;
  --fs-xmiddle: 20px;
  --fs-middle: 18px;
  --fs-default: 15px;
  --fs-small: 13px;
  --fs-xsmall: 11px;
  --transition: all .3s cubic-bezier(0, 1, .64, 1);
}