/*
 * Font Awesome Free 6.4.2 のサブセット（サイトで使用するアイコンのみ）
 * https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900-subset.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400-subset.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400-subset.woff2) format("woff2");
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-arrow-right:before { content: "\f061"; }
.fa-calendar:before { content: "\f133"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-code-compare:before { content: "\e13a"; }
.fa-compress:before { content: "\f066"; }
.fa-download:before { content: "\f019"; }
.fa-expand:before { content: "\f065"; }
.fa-gears:before { content: "\f085"; }
.fa-globe:before { content: "\f0ac"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-person-digging:before { content: "\f85e"; }
.fa-robot:before { content: "\f544"; }
.fa-server:before { content: "\f233"; }
.fa-shield-alt:before,
.fa-shield-halved:before { content: "\f3ed"; }
.fa-facebook:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-speaker-deck:before { content: "\f83c"; }
.fa-twitter:before { content: "\f099"; }
.fa-x-twitter:before { content: "\e61b"; }
