@charset "UTF-8";
/* Web fonts
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700;800&family=Montserrat:wght@700&family=Montserrat:ital,wght@1,700&family=Noto+Serif+JP:wght@700&family=Roboto:wght@500;700;900&display=swap");
/* variable
----------------------------------------------- */
:root {
  /* font */
  --font-family: "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック Medium" ,"メイリオ", sans-serif;
  --font-family-serif: "Noto Serif JP", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-montserrat: "Montserrat", sans-serif;
  --font-color: #333;
  --link-color: #3b3b3b;
  --link-color-hover: #2255A4;
  /* color red */
  --clr-red: #f20013;
  /* color green */
  --clr-light-green: #e7f9fa;
  --clr-green: #09c1c7;
  /* color blue */
  --clr-light-blue: #e5edf3;
  --clr-blue: #afbbe5;
  --clr-deep-blue: #3654bf;
  --clr-ex-deep-blue: #004785;
  /* color gray */
  --clr-ex-light-gray: #f2f2f2;
  --clr-light-gray: #dcdddd;
  --clr-gray: #b3b3b3;
  --clr-deep-gray: #808080;
  --clr-ex-deep-gray: #333;
  /* color beige */
  --clr-beige: #f9f5ef;
  /* faculty color */
  --clr-faculty-pharmacy: #0097dc;
  --clr-faculty-pharmacy2: #B2E0F5;
  --clr-faculty-human-life: #ff4d9f;
  --clr-faculty-human-life2: #FFCAE2;
  --clr-faculty-health-welfare: #ff3e40;
  --clr-faculty-health-welfare2: #FFC5C6;
  --clr-faculty-policy-sciences: #1bb600;
  --clr-faculty-policy-sciences2: #BBE9B2;
  --clr-faculty-music: #9f69d1;
  --clr-faculty-music2: #E2D2F1;
  --clr-faculty-kg-pharmacy: #00c2c9;
  --clr-faculty-kg-pharmacy2: #B2EDEF;
  --clr-faculty-sc-engineering: #ff6800;
  --clr-faculty-sc-engineering2: #FFD2B2;
  --clr-faculty-literature: #ff9700;
  --clr-faculty-literature2: #FFE0B2;
  --clr-faculty-j-college: #e04b72;
  --clr-faculty-j-college2: #F6C9D5;
  /* oc page color red */
  --clr-oc-red: #ff000b;
  /* oc page color blue */
  --clr-oc-blue: #1c53c3;
  --clr-oc-deep-blue: #004688;
  /* oc page color gray */
  --clr-oc-gray: #979797;
  --clr-oc-deep-gray: #303030;
  /* oc page color wday */
  --clr-oc-wday-sat: #009be2;
  --clr-oc-wday-sun: #ff3888;
}

/*# sourceMappingURL=variable.css.map */
