@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansJP-Light.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansJP-Black.woff2') format('woff2')
}
@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.ttf?lkg9l') format('truetype'),
    url('../fonts/icomoon.woff?lkg9l') format('woff'),
    url('../fonts/icomoon.svg?lkg9l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-file:before {
  content: "\e904";
}
.fa-envelope:before {
  content: "\e905";
}
.fa-download:before {
  content: "\e900";
}
.fa-phone:before {
  content: "\e901";
}
.fa-square-check:before {
  content: "\e902";
}
.fa-circle-xmark:before {
  content: "\e903";
}
