@charset "UTF-8";
:root {
  --theme-bg-color1: #ffffff;
  --theme-txt-color1: #262626;
  --theme-txt-color1-invert: #cccccc;
  --theme-bg-color2: #25757e;
  --theme-txt-color2: #ffffff;
  --theme-bg-color3: #dfe3e5;
  --theme-txt-color3: #262626;
}

:root {
  --global-font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*# sourceMappingURL=theme.css.map */