@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* *** */

:root {
  --ff-en: "Roboto", sans-serif;
  --ff-ja: "Noto Sans JP", sans-serif;
  --ff-en-ja: "Roboto", "Noto Sans JP", sans-serif;
  --no_color: transparent;
  /* * */
  --white: #fff;
  --white-rgb: 255, 255, 255;
  /* black */
  --black: #000;
  --black-rgb: 0, 0, 0;
  /* gray */
  --gray: #ccc;
  --gray-rgb: 204, 204, 204;
  /* light_gray */
  --light_gray: #f2f2f2;
  --light_gray-rgb: 242, 242, 242;
  /* dark_gray */
  --dark_gray: #4d4d4d;
  --dark_gray-rgb: 77, 77, 77;
  /* org_blue_0 */
  --org_blue_0: #25bbed;
  --org_blue_0-rgb: 37, 187, 237;
  /* org_light_blue_0 */
  --org_light_blue_0: #35d4f6;
  --org_light_blue_0-rgb: 53, 212, 246;
  /* org_dark_blue_0 */
  --org_dark_blue_0: #0589dc;
  --org_dark_blue_0-rgb: 5, 137, 220;
  /* org_blue_1 */
  --org_blue_1: #007bc6;
  --org_blue_1-rgb: 0, 123, 198;
  /* org_light_blue_1 */
  --org_light_blue_1: #009bdc;
  --org_light_blue_1-rgb: 0, 155, 220;
  /* org_dark_blue_1 */
  --org_dark_blue_1: #003b9a;
  --org_dark_blue_1-rgb: 0, 59, 154;
  /* org_pale_blue */
  --org_pale_blue: #d1eaf6;
  --org_pale_blue-rgb: 209, 234, 246;
  /* org_light_pale_blue */
  --org_light_pale_blue: #e4f4fb;
  --org_light_pale_blue-rgb: 228, 244, 251;
  /* org_dark_pale_blue */
  --org_dark_pale_blue: #abd7ed;
  --org_dark_pale_blue-rgb: 171, 215, 237;
  /* org_navy */
  --org_navy: #00307c;
  --org_navy-rgb: 0, 48, 124;
  /* org_light_blue */
  --org_light_navy: #00449c;
  --org_light_navy-rgb: 0, 68, 156;
  /* org_dark_blue */
  --org_dark_navy: #00093c;
  --org_dark_navy-rgb: 0, 9, 60;
  /* org_green_0 */
  --org_green_0: #00a85f;
  --org_green_0-rgb: 0, 168, 95;
  /* org_light_green_0 */
  --org_light_green_0: #00c57d;
  --org_light_green_0-rgb: 0, 197, 125;
  /* org_dark_green_0 */
  --org_dark_green_0: #006f23;
  --org_dark_green_0-rgb: 0, 111, 35;
  /* org_green_1 */
  --org_green_1: #8bc125;
  --org_green_1-rgb: 139, 193, 37;
  /* org_light_green_1 */
  --org_light_green_1: #abd935;
  --org_light_green_1-rgb: 171, 217, 53;
  /* org_dark_green_1 */
  --org_dark_green_1: #4c9205;
  --org_dark_green_1-rgb: 76, 146, 5;
  /* org_bluegreen */
  --org_bluegreen: #00abbc;
  --org_bluegreen-rgb: 0, 171, 188;
  /* org_light_bluegreen */
  --org_light_bluegreen: #00c7d5;
  --org_light_bluegreen-rgb: 0, 199, 213;
  /* org_dark_bluegreen */
  --org_dark_bluegreen: #00738b;
  --org_dark_bluegreen-rgb: 0, 115, 139;
  /* --org_red */
  --org_red: #e50012;
  --org_red-rgb: 229, 0, 18;
  /* --org_light_red */
  --org_light_red: #f1001b;
  --org_light_red-rgb: 241, 0, 27;
  /* --org_dark_red */
  --org_dark_red: #ce0001;
  --org_dark_red-rgb: 206, 0, 1;
  /* org_pink */
  --org_pink: #e30073;
  --org_pink-rgb: 227, 0, 115;
  /* org_light_pink */
  --org_light_pink: #f00093;
  --org_light_pink-rgb: 240, 0, 147;
  /* org_dark_pink */
  --org_dark_pink: #ca0034;
  --org_dark_pink-rgb: 202, 0, 52;
  /* org_purple */
  --org_purple: #b45ea0;
  --org_purple-rgb: 180, 94, 160;
  /* org_light_purple */
  --org_light_purple: #cf7cbe;
  --org_light_purple-rgb: 207, 124, 190;
  /* org_dark_purple */
  --org_dark_purple: #7f2364;
  --org_dark_purple-rgb: 127, 35, 100;
  /* org_yellow_0 */
  --org_yellow_0: #fff000;
  --org_yellow_0-rgb: 255, 240, 0;
  /* org_light_yellow */
  --org_light_yellow_0: #fff700;
  --org_light_yellow_0-rgb: 255, 247, 0;
  /* org_dark_yellow_0 */
  --org_dark_yellow_0: #ffe200;
  --org_dark_yellow_0-rgb: 255, 226, 0;
  /* org_yellow_1 */
  --org_yellow_1: #ffde00;
  --org_yellow_1-rgb: 255, 222, 0;
  /* org_light_yellow_1 */
  --org_light_yellow_1: #ffed00;
  --org_light_yellow_1-rgb: 255, 237, 0;
  /* org_dark_yellow_1 */
  --org_dark_yellow_1: #ffc100;
  --org_dark_yellow_1-rgb: 255, 193, 0;
  /* org_orange */
  --org_orange: #e95504;
  --org_orange-rgb: 233, 85, 4;
  /* org_light_orange */
  --org_light_orange: #f37206;
  --org_light_orange-rgb: 243, 114, 6;
  /* org_dark_orange */
  --org_dark_orange: #d51c00;
  --org_dark_orange-rgb: 213, 28, 0;
  /* *** */
  --text_color: #131313;
  --text_reverse_color: #fff;
  --text_link_color: var(--org_blue);
  --text_link-hover-color: rgba(var(--org_blue-rgb), .77);
  --outline_color: rgba(var(--org_orange-rgb), .67);
  /* width */
  --content_max_width: 1240px;
  --document_max_width: 1600px;
}

/* *** */
