@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
body {
  font-family: "Noto Sans JP", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

.header {
  background-color: #FFFFFF;
  height: 80px;
}
@media (max-width: 768px) {
  .header {
    height: 52px;
  }
}
.header__inner {
  height: 100%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    padding-left: 20px;
  }
}
.header__logo {
  width: 230px;
  height: 35px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 155px;
    height: 24px;
  }
}
.header__logo a {
  display: block;
  height: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv {
    height: 575px;
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  max-width: 883px;
  height: auto;
}
@media (max-width: 768px) {
  .mv__content {
    width: calc(100% - 40px);
    max-width: 354px;
  }
}
.mv__content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta {
  background-color: #FFFFFF;
  padding: 30px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .cta {
    padding: 30px 20px 40px;
  }
}
.cta__title {
  font-size: 36px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 30px;
  }
}
.cta__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cta__badges {
    gap: 16px;
  }
}
.cta__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 60px;
  background-color: #fffae2;
  border: 1px solid #de0000;
  -webkit-box-shadow: 4px 4px 0px 0px #de0000;
          box-shadow: 4px 4px 0px 0px #de0000;
}
@media (max-width: 768px) {
  .cta__badge {
    width: 165px;
    height: 86px;
  }
}
.cta__badge:last-child {
  width: 300px;
}
@media (max-width: 768px) {
  .cta__badge:last-child {
    width: 165px;
  }
}
@media (min-width: 769px) {
  .cta__badge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.cta__badge-text {
  font-size: 26px;
  font-weight: 400;
  color: #de0000;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .cta__badge-text {
    font-size: 22px;
  }
}
.cta__desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cta__desc {
    font-size: 15px;
  }
}
.cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 360px;
  height: 72px;
  background-color: #de0000;
  border-radius: 999px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .cta__btn {
    width: 350px;
    max-width: 100%;
    height: 70px;
  }
}
.cta__btn:hover {
  opacity: 0.8;
}
.cta__btn-arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
}

.u-pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: inline;
  }
}

.merit {
  background-color: #fffae2;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .merit {
    padding: 50px 0;
  }
}
.merit__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.merit__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .merit__illust {
    margin-bottom: 16px;
  }
}
.merit__illust img {
  width: 316px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
.merit__title {
  font-size: 36px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 3.6px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .merit__title {
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 1.6;
  }
}
.merit__title-bar {
  width: 50px;
  height: 5px;
  background-color: #e7aa02;
  margin: 0 auto 40px;
}
.merit__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .merit__grid {
    grid-template-columns: 1fr;
  }
}
.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merit__badge {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #e7aa02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .merit__badge {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
.merit__badge-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .merit__badge-label {
    font-size: 16px;
  }
}
.merit__badge-num {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .merit__badge-num {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.merit__item-title {
  font-size: 30px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .merit__item-title {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
}
.merit__item-img {
  width: 100%;
  aspect-ratio: 530/290;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.merit__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.merit__item-desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  width: 100%;
}

.product-summary {
  background-color: #fffae2;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .product-summary {
    padding: 0 20px 50px;
  }
}
.product-summary__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.product-summary__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #de0000;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
@media (max-width: 768px) {
  .product-summary__header {
    height: 60px;
  }
}
.product-summary__header[aria-expanded=true] {
  border-radius: 10px 10px 0 0;
}
.product-summary__title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 3.6px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .product-summary__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.product-summary__toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .product-summary__toggle {
    right: 10px;
  }
}
.product-summary__toggle-icon {
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #de0000;
  border-radius: 2px;
}
.product-summary__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  background-color: #de0000;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.product-summary__header[aria-expanded=true] .product-summary__toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.product-summary__body {
  background-color: #FFFFFF;
  display: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.product-summary__body.is-open {
  display: block;
}
.product-summary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .product-summary__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.product-summary__row--gray {
  background-color: #f3f3f3;
}
.product-summary__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .product-summary__label {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.product-summary__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .product-summary__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-summary__content p {
  margin-bottom: 0;
}
.product-summary__list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
}
.product-summary__list li {
  margin-bottom: 0;
  line-height: 1.6;
}
.product-summary__note {
  margin-top: 0;
}
.product-summary__link {
  color: #06c;
  text-decoration: underline;
}
.product-summary__link:hover {
  text-decoration: none;
}

.apply__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #de0000;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 3.6px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .apply__title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.apply__web {
  background-color: #FFFFFF;
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .apply__web {
    padding: 30px 20px 50px;
  }
}
.apply__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .apply__inner {
    padding: 0;
  }
}
.apply__notice {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .apply__notice {
    margin-bottom: 30px;
  }
}
.apply__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 50px;
  background-color: #de0000;
  -webkit-box-shadow: 4px 4px 0px 0px #000000;
          box-shadow: 4px 4px 0px 0px #000000;
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 1.3;
}
.apply__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .apply__subtitle {
    font-size: 26px;
    letter-spacing: 2.6px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.apply__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1100px) {
  .apply__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .apply__steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.apply__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .apply__step {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .apply__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.apply__step-card {
  position: relative;
  width: 245px;
  height: 200px;
  background-color: #FFFFFF;
  border: 2px solid #de0000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .apply__step-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .apply__step-card {
    height: 200px;
    margin-bottom: 10px;
  }
}
.apply__step-num {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #de0000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
.apply__step-icon {
  width: 76px;
  height: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apply__step-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apply__step-icon--wide {
  width: 150px;
  height: 94px;
}
.apply__step-icon--wide img {
  width: 100%;
  height: auto;
}
.apply__step-icon--large {
  width: 111px;
  height: 142px;
}
.apply__step-icon--large img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apply__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 1.8px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .apply__step-title {
    width: 100%;
  }
}
.apply__step-desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  width: 245px;
}
@media (max-width: 1100px) {
  .apply__step-desc {
    width: 100%;
  }
}
.apply__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  margin: 0 5px;
}
@media (max-width: 1100px) {
  .apply__arrow {
    display: none;
  }
}
.apply__arrow img {
  width: 25px;
  height: 35px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.apply__store {
  background-color: #fff0f0;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .apply__store {
    padding: 50px 20px;
  }
}
.apply__store .apply__subtitle {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .apply__store .apply__subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .apply__store .apply__step-desc {
    width: 100%;
  }
}
.apply__step-icon--store {
  width: 76px;
  height: 131px;
}
.apply__step-icon--store img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apply__notice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 909px;
  max-width: 100%;
  height: 280px;
  padding: 40px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .apply__notice-box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.apply__notice-text {
  width: 829px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.4px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .apply__notice-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.apply__notice-text p {
  margin-bottom: 0;
}
.apply__store-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 320px;
  height: 60px;
  background-color: #e7aa02;
  border-radius: 999px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.2px;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .apply__store-btn {
    width: 310px;
    max-width: 100%;
  }
}
.apply__store-btn:hover {
  opacity: 0.8;
}
.apply__store-btn-arrow {
  width: 10px;
  height: 16px;
}

.account {
  background-color: #FFFFFF;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .account {
    padding: 50px 0;
  }
}
.account__inner {
  max-width: 910px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  text-align: center;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .account__inner {
    padding: 50px 20px;
  }
}
.account__title {
  font-size: 30px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .account__title {
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 1.5;
  }
}
.account__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .account__subtitle {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .account__subtitle br {
    display: none;
  }
}
.account__desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .account__desc {
    text-align: left;
  }
}
.account__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .account__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.account__card {
  width: 340px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .account__card {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.account__card-icon {
  width: 98px;
  height: 105px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account__card-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.account__card-icon--id {
  width: 141px;
  height: 88px;
}
@media (max-width: 768px) {
  .account__card-icon {
    width: 100%;
    height: 140px;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .account__card-icon.account__card-icon--id {
    height: 140px;
  }
}
.account__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 1.8px;
  line-height: 1.6;
  margin-bottom: 0;
}
.account__card-desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin-top: 5px;
}
.account__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 320px;
  height: 60px;
  background-color: #e7aa02;
  border-radius: 999px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.2px;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .account__btn {
    max-width: 100%;
  }
}
.account__btn:hover {
  opacity: 0.8;
}
.account__btn-arrow {
  width: 10px;
  height: 16px;
}

.faq {
  background-color: #fffae2;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .faq__heading {
    margin-bottom: 40px;
  }
}
.faq__heading-en {
  font-size: 60px;
  font-weight: 700;
  color: #de0000;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.faq__heading-ja {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 3.6px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .faq__heading-ja {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq__list {
    gap: 20px;
  }
}
.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 50px;
  background-color: #de0000;
  border: none;
  cursor: pointer;
  padding: 13px 70px 13px 20px;
  text-align: left;
}
.faq__question-text {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
.faq__toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.faq__toggle-icon {
  position: relative;
  width: 16px;
  height: 3px;
  background-color: #de0000;
  border-radius: 2px;
}
.faq__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 16px;
  background-color: #de0000;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__question[aria-expanded=true] .faq__toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq__answer {
  display: none;
  background-color: #FFFFFF;
  padding: 20px;
}
.faq__answer.is-open {
  display: block;
}
.faq__answer-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
}

.company {
  background-color: #FFFFFF;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .company {
    padding: 50px 20px;
  }
}
.company__inner {
  max-width: 530px;
  margin: 0 auto;
}
.company__title {
  font-size: 36px;
  font-weight: 700;
  color: #de0000;
  letter-spacing: 3.6px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
}
.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 10px;
  border-bottom: 1px dotted #D1D1D1;
}
.company__row--last {
  border-bottom: none;
}
@media (max-width: 768px) {
  .company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0;
    gap: 4px;
  }
}
.company__label {
  width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .company__label {
    width: 100%;
  }
}
.company__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .company__value {
    width: 100%;
  }
}
.company__link {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.company__link:hover {
  opacity: 0.7;
}

.float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.float-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.float-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 360px;
  height: 70px;
  background-color: #de0000;
  border-radius: 999px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .float-cta__btn {
    width: 350px;
  }
}
.float-cta__btn:hover {
  opacity: 0.8;
}
.float-cta__text {
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2.6px;
  line-height: 1.6;
  white-space: nowrap;
}
.float-cta__arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
}

.footer {
  background-color: #de0000;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
.footer__copy {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1.4px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}/*# sourceMappingURL=style.css.map */