/* Scss Document */
/*---------------------------------

	color

---------------------------------*/
:root {
  --col-1: #E1F4F4;
  --col-2: #82E7F4;
  --col-3: #002E4B;
  --col-4: #5BC8D6;
  --col-5: #00A2B7;
  --col-5-rgb: 0, 162, 183;
  --col-6: #0087A8;
  --col-6-rgb: 0, 135, 168;
  --col-7: #464646;
  --col-8: #FAFFFF;
  --col-9: #F2FDFD;
  --col-10: #EAF7F8;
  --col-11: #F8F8F8;
  --col-12: #E8E8E8;
  --col-13: #E37E52;
  --col-14: #E34600;
  --col-15: #F5FEFF;
  --col-16: #FFEDC4;
  --col-17: #0070AC;
  --col-17-rgb: 0, 112, 172;
  --col-18: #FF7F00;
  --col-19-rgb: 0, 0, 0;
  --col-20-rgb: 255, 255, 255;
  --gr-col-1: linear-gradient(270deg, var(--col-5) 0%, var(--col-17) 100%) ;
  --gr-col-1-sp: linear-gradient(180deg, var(--col-5) 0%, var(--col-17) 100%);
  --gr-col-1-rgb: linear-gradient(180deg, rgba(var(--col-5-rgb) , 0.6) 0%, rgba(var(--col-17-rgb) , 0.6) 100%) ;
  --gr-col-2: linear-gradient(90deg, var(--col-18) 0%, var(--col-14) 100%) ;
}
