/* Font Awesome 6.4.0 サブセット（jiryu-tech.com で実使用するアイコンのみ） */
/* license: Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fa/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fa/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fa/fa-brands-400.woff2') format('woff2');
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* solid + regular で使うアイコン */
.fa-arrow-left::before    { content: "\f060"; }
.fa-arrow-right::before   { content: "\f061"; }
.fa-bars::before          { content: "\f0c9"; }
.fa-bolt::before          { content: "\f0e7"; }
.fa-book::before          { content: "\f02d"; }
.fa-bookmark::before      { content: "\f02e"; }
.fa-building::before      { content: "\f1ad"; }
.fa-calendar::before      { content: "\f133"; }
.fa-chart-line::before    { content: "\f201"; }
.fa-check::before         { content: "\f00c"; }
.fa-chevron-down::before  { content: "\f078"; }
.fa-chevron-left::before  { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-clock::before         { content: "\f017"; }
.fa-envelope::before      { content: "\f0e0"; }
.fa-folder-open::before   { content: "\f07c"; }
.fa-hashtag::before       { content: "\f292"; }
.fa-heartbeat::before     { content: "\f21e"; }
.fa-home::before          { content: "\f015"; }
.fa-info-circle::before   { content: "\f05a"; }
.fa-landmark::before      { content: "\f66f"; }
.fa-link::before          { content: "\f0c1"; }
.fa-list-ul::before       { content: "\f0ca"; }
.fa-microchip::before     { content: "\f2db"; }
.fa-newspaper::before     { content: "\f1ea"; }
.fa-pen-nib::before       { content: "\f5ad"; }
.fa-search::before        { content: "\f002"; }
.fa-sync-alt::before      { content: "\f2f1"; }
.fa-tag::before           { content: "\f02b"; }
.fa-times::before         { content: "\f00d"; }

/* brand */
.fa-facebook-f::before    { content: "\f39e"; }
.fa-line::before          { content: "\f3c0"; }
