main {
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

.js-anime.is-fadeup {
  visibility: hidden;
  opacity: 0;
  translate: 0 10px;
  transition: opacity 0.6s ease-out, translate 0.6s ease-out;
}
.js-anime.is-fadeup.is-visible {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
}

.u-ta-center {
  text-align: center !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.l-contents {
  padding-inline: 5%;
}

.m-heading-01 {
  margin-bottom: 32px;
}
.m-heading-01__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.m-heading-01__en {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.5em;
}
.m-heading-01::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background-color: #ff0000;
  margin-top: 16px;
}

.m-heading-02 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.m-heading-02__en {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.5em;
}

.m-txt-01 {
  font-size: 1rem;
  line-height: 1.6;
}

.m-txt-02 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.m-band-01 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #22243c;
}

.m-card-01 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
}
.m-card-01__icon {
  flex-shrink: 0;
  width: 40px;
  line-height: 0;
}
.m-card-01__icon img {
  width: 100%;
  height: auto;
}
.m-card-01__txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.m-note-01 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.m-note-01__icon {
  flex-shrink: 0;
  width: 24px;
  line-height: 0;
}
.m-note-01__icon img {
  width: 100%;
  height: auto;
}
.m-note-01__txt {
  font-size: 1rem;
  line-height: 1.5;
}

.m-table-01 table {
  width: 100%;
  border-collapse: collapse;
}
.m-table-01 th,
.m-table-01 td {
  border: 1px solid #d9d9d9;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}
.m-table-01 th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.m-table-01 td {
  background-color: #fff;
}
.m-table-01 .is-note {
  font-size: 0.75rem;
  line-height: 1.5;
}

.m-btn-01 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 16px 28px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 8px;
}
.m-btn-01__icon {
  flex-shrink: 0;
  width: 20px;
  line-height: 0;
}
.m-btn-01__icon img {
  width: 100%;
  height: auto;
}

.m-bnr-01 {
  display: inline-grid;
  grid-template-columns: auto 40px;
}
.m-bnr-01 .is-text {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1a1a1a;
  padding: 8px 10px 8px 66px;
}
.m-bnr-01 .is-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
}
.m-bnr-01 .is-icon::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 20/18;
  background-color: #fff;
  -webkit-mask: url("/common-files/img/icons/icon_arrow_r_red.svg") no-repeat center/contain;
  mask: url("/common-files/img/icons/icon_arrow_r_red.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .l-contents {
    max-width: 1240px;
    padding-inline: 20px;
    margin-inline: auto;
  }
  .m-heading-01 {
    margin-bottom: 40px;
  }
  .m-heading-01__ttl {
    font-size: 3rem;
    line-height: 1;
  }
  .m-heading-01__en {
    font-size: 1.125rem;
    margin-left: 0.75em;
  }
  .m-heading-01::after {
    width: 120px;
    margin-top: 24px;
  }
  .m-heading-02 {
    font-size: 1.75rem;
  }
  .m-heading-02__en {
    font-size: 1.125rem;
  }
  .m-txt-01 {
    font-size: 1.125rem;
  }
  .m-band-01 {
    font-size: 1.75rem;
  }
  .m-card-01 {
    min-height: 96px;
    padding: 16px 24px 16px 16px;
  }
  .m-card-01__icon {
    width: 64px;
  }
  .m-card-01__txt {
    font-size: 1.125rem;
  }
  .m-note-01 {
    gap: 16px;
    padding: 20px 32px;
  }
  .m-note-01__txt {
    font-size: 1.125rem;
  }
  .m-table-01 th {
    width: 240px;
    text-align: center;
    padding: 12px 24px;
  }
  .m-table-01 td {
    padding: 12px 40px;
  }
  .m-btn-01 {
    font-size: 1.125rem;
  }
  .m-bnr-01 {
    grid-template-columns: auto 60px;
  }
  .m-bnr-01 .is-text {
    font-size: 1.5rem;
    padding: 12px 16px 12px 100px;
  }
  .m-bnr-01 .is-icon::before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .m-table-01 th,
  .m-table-01 td {
    display: block;
    width: 100%;
  }
  .m-table-01 th {
    padding: 8px 16px;
  }
  .m-table-01 td {
    padding: 12px 16px;
  }
}
@media (any-hover: hover) {
  .m-btn-01 {
    transition: opacity 0.3s ease-out;
  }
  .m-btn-01:hover {
    opacity: 0.9;
  }
  .m-bnr-01 {
    transition: opacity 0.3s ease-out;
  }
  .m-bnr-01:hover {
    opacity: 0.9;
  }
}