:root {
  --white: rgba(255, 255, 255, 1);
  --header-footer-font-family: "Noto Sans JP", Helvetica;
  --header-footer-font-weight: 500;
  --header-footer-font-size: 14px;
  --header-footer-letter-spacing: 0.42px;
  --header-footer-line-height: 150%;
  --header-footer-font-style: normal;
  --footer-small-font-family: "Noto Sans JP", Helvetica;
  --footer-small-font-weight: 500;
  --footer-small-font-size: 13px;
  --footer-small-letter-spacing: 0.39px;
  --footer-small-line-height: 150%;
  --footer-small-font-style: normal;
  --dark-blue: rgba(22, 32, 91, 1);
}
