@charset "UTF-8";
/********************
* Root
********************/
:root {
  /*///////////////
  // Common
  ///////////////*/
  /*Background Color*/
  --color_bg: #fff;
  /*Text Color*/
  --color_main: #000;
  /*Accent Color*/
  --color_accent: #25408F;
  /*Link Color*/
  --color_link: #000;
  /*Border Color*/
  --color_border: #ddd;
  /*///////////////
  // Header
  ///////////////*/
  /*Header Height*/
  --size_header: inherit;
  /*Header Background*/
  --bg_header: inherit;
  /*Header Color*/
  --color_header: #000;
  /*Header Logo - PC*/
  --size_headerlogo--pc: 410px;
  /*Header Logo - SP*/
  --size_headerlogo--sp: 180px;
  /*Navi Background*/
  --bg_menu: inherit;
  /*Hamburger Menu*/
  --color_hamburger: #25408F;
  /*///////////////
  // Content
  ///////////////*/
  /*Content Size*/
  --size_content--s: 700px;
  --size_content--m: 1000px;
  --size_content--l: 1200px;
  --size_content--full: 100%;
  /*///////////////
  // Footer
  ///////////////*/
  /*Footer Height*/
  --size_footer: inherit; /*JS Set*/
  /*Footer Color*/
  --bg_footer: #25408F;
  /*Footer Background*/
  --color_footer: #fff;
  /*///////////////
  // Font
  ///////////////*/
  /*Font Family*/
  --font_family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  --font_family--en: "Helvetica", sans-serif;
  /*Font Size*/
  --font_size: 100%;
  /*Line Height*/
  --line_height: 1.9;
  /*Letter Spacing*/
  --letter_spacing: .04em;
}