@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #d70300;
  padding: 0 clamp(20px, 14.2528735632px + 0.0153256705 * 100vw, 40px);
  position: relative;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
}

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

a:hover {
  opacity: 0.7;
}

.number {
  font-family: "Oswald", sans-serif !important;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.left-fixed {
  width: clamp(20px, 14.2528735632px + 0.0153256705 * 100vw, 40px);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/side-frame.webp) repeat-y center center/contain;
}

.right-fixed {
  width: clamp(20px, 14.2528735632px + 0.0153256705 * 100vw, 40px);
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: url(../img/side-frame.webp) repeat-y center center/contain;
}

.base {
  padding: clamp(56px, 49.6781609195px + 0.0168582375 * 100vw, 78px) 0;
}

.cta {
  padding: clamp(32px, 25.1034482759px + 0.0183908046 * 100vw, 56px) 0;
}
@media screen and ( max-width: 768px ) {
  .cta {
    padding-top: 0;
  }
}
.cta .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and ( max-width: 768px ) {
  .cta .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cta .inner img {
    max-width: 80%;
  }
}
.cta img {
  width: 300px;
}

.cta-fixed {
  position: fixed;
  left: 50%;
  bottom: clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.cta-fixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cta-fixed .btn1 img {
  width: 300px;
  max-width: calc(100vw - 32px);
  display: block;
}
@media screen and ( max-width: 768px ) {
  .cta-fixed .btn1 img {
    width: 240px;
  }
}

.ttl {
  background: url(../img/title-back.webp) repeat-x center center/cover;
  width: 100%;
  height: clamp(56px, 43.9310344828px + 0.032183908 * 100vw, 98px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.ttl-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
}
.ttl-text span.red {
  color: #d70300;
}

.fujita .ttl-text {
  font-size: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px);
}

.section1 {
  position: relative;
}
.section1::before {
  content: "";
  position: absolute;
  background: url(../img/back-image1.webp) no-repeat center bottom/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(71px, 1.7471264368px + 0.1846743295 * 100vw, 312px);
  z-index: -1;
}
.section1::after {
  content: "";
  position: absolute;
  background: url(../img/back-image2.webp) no-repeat center top/cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 312px;
  z-index: -1;
}

.section-box {
  border-top: 12px solid #a40200;
  border-bottom: 12px solid #a40200;
  background: #fff;
  padding: clamp(24px, 14.8045977011px + 0.0245210728 * 100vw, 56px) 0;
}
.section-box .section-content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
  margin-bottom: 24px;
}
@media screen and ( max-width: 768px ) {
  .section-box .section-content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-box .section-content__box .img {
  width: 220px;
}
.section-box .section-content__box .text {
  width: calc(100% - 220px);
}
@media screen and ( max-width: 768px ) {
  .section-box .section-content__box .text {
    width: 100%;
  }
}
.section-box .section-content__box .text h3 {
  color: #d70300;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 33.6px */
  margin-bottom: 16px;
}
.section-box .section-content__box .text p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 14.7126436782px + 0.0007662835 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.section-box .section-content__box .text p strong {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  display: inline-block;
  margin: 8px 0;
}
.section-box .section-content__box .text p strong span.red {
  color: #d70300;
}

.section-content__business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 24px;
}
.section-content__business__box {
  width: 160.177px;
  height: 145.634px;
}
@media screen and ( max-width: 768px ) {
  .section-content__business__box {
    width: calc(50% - 11.5px);
    height: auto;
    padding: 16px 0;
  }
}
.section-content__business__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid #d70300;
  background: #fff8f0;
  gap: 16px;
}
.section-content__business__box img {
  height: 64px;
  aspect-ratio: 55.05/64;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ( max-width: 768px ) {
  .section-content__business__box img {
    height: 48px;
  }
}
.section-content__business__box h4 {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.section-review .ttl {
  margin: 56px auto 24px;
}

.section-review__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.section-review__box-contents {
  border-radius: 16px;
  border: 4px solid #a40200;
  background: #fff;
  padding: clamp(16px, 8.5287356322px + 0.0199233716 * 100vw, 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.section-review__box-contents-ttl {
  border-top: 3px solid #d70300;
  border-bottom: 3px solid #d70300;
  padding: 15px 0;
}
.section-review__box-contents-ttl h3 {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section-review__box-contents .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and ( max-width: 768px ) {
  .section-review__box-contents .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-review__box-contents .box .img {
  width: 182.686px;
}
.section-review__box-contents .box .text {
  width: calc(100% - 182.686px);
}
@media screen and ( max-width: 768px ) {
  .section-review__box-contents .box .text {
    width: 100%;
  }
}
.section-review__box-contents .box .text p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 16px;
}
.section-review__box-contents .box .text .point {
  background: #fff5d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  color: #d70300;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
@media screen and ( max-width: 768px ) {
  .section-review__box-contents .box .text .point {
    font-size: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
  }
}

.section1-cta {
  text-align: center;
  margin-top: clamp(32px, 25.1034482759px + 0.0183908046 * 100vw, 56px);
}
.section1-cta img {
  width: 420px;
  max-width: 90%;
}

.thanks-list {
  margin-top: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  padding: clamp(16px, 11.4022988506px + 0.0122605364 * 100vw, 32px);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 10.8505747126px + 0.0030651341 * 100vw, 16px);
}
@media screen and ( max-width: 768px ) {
  .thanks-list {
    margin-top: 24px;
    padding: 16px;
    border-radius: 16px;
  }
}
.thanks-list > div {
  background: #fff;
  border-radius: 16px;
  padding: clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #d70300;
}
@media screen and ( max-width: 768px ) {
  .thanks-list > div {
    padding: 16px 14px;
  }
}
.thanks-list h3 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.thanks-list h3 .thanks-list__number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.6em;
  padding: 0.1em 0.8em;
  margin-right: 0.6em;
  border-radius: 999px;
  background: #d70300;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 16.8505747126px + 0.0030651341 * 100vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.thanks-list p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 13.4252873563px + 0.001532567 * 100vw, 16px);
  font-weight: 400;
  line-height: 160%;
}

.reason {
  background: url(../img/back-reason.png) repeat-x center center/cover;
}
.reason h2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  margin-bottom: clamp(32px, 23.091954023px + 0.0237547893 * 100vw, 63px);
}
.reason h2 small {
  font-size: clamp(18px, 13.9770114943px + 0.0107279693 * 100vw, 32px);
}
.reason h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
}
.reason ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 56px;
}
.reason ul li {
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: rgba(217, 217, 217, 0.1);
  width: 252.182px;
  height: 270.401px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.reason ul li h4 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 17.4252873563px + 0.001532567 * 100vw, 20px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 24px */
}
.reason ul li .data {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 17.7011494253px + 0.0061302682 * 100vw, 28px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
}
.reason ul li .data .number {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: clamp(48px, 43.4022988506px + 0.0122605364 * 100vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 76.8px */
  display: inline-block;
}
.reason ul li p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.reason2 {
  background: #232323;
  padding: 56px 0;
}

.reason2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.reason2-box p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 14.7126436782px + 0.0007662835 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.reason3 {
  width: 100%;
  border-top: 12px solid #a40200;
  border-bottom: 12px solid #a40200;
  background: #fff;
  margin-top: 56px;
  padding: 40px 0;
}
.reason3 .catch {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  margin-bottom: 36px;
}
.reason3 .catch .red {
  color: #d70300;
}
.reason3 .sub-catch {
  color: #d70300;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  margin-bottom: 30px;
}
.reason3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.reason3 ul li {
  width: 233.128px;
  height: 159.191px;
  border-radius: 16px;
  background: #d70300;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
.reason3 ul li p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 18.8505747126px + 0.0030651341 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.reason3 ul li p small {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.section2 {
  border-bottom: 1px solid #fff;
}
.section2 .ttl2 {
  text-align: center;
}
.section2 h2 {
  color: #d70300;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  background: #fff;
  display: inline-block;
  margin-bottom: 36px;
}
.section2 p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
}

.text-center {
  text-align: center;
}

.gap-image {
  margin-bottom: 36px;
}
.gap-image img {
  width: 600px;
  max-width: 95%;
}

.section3 h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  margin-bottom: clamp(32px, 25.1034482759px + 0.0183908046 * 100vw, 56px);
}
.section3 p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 33.6px */
  margin-bottom: clamp(32px, 25.1034482759px + 0.0183908046 * 100vw, 56px);
}
.section3 p span {
  color: #d70300;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 48px */
  background: #ff0;
  display: inline-block;
}
.section3 p strong {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.section3 ul li {
  width: 233.128px;
  padding: 32px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#222));
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #222 100%);
  background: linear-gradient(180deg, #4a4a4a 0%, #222 100%);
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.section3 ul li img {
  height: 57px;
  width: auto;
}
.section3 ul li h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
}
.section3 ul li h3 span {
  color: #ff0;
}
.section3 ul li p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 15.4252873563px + 0.001532567 * 100vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  margin-bottom: 0;
}

.section4 {
  background: #fff5d4;
}
.section4 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.section4 h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
}
.section4 h2 .red {
  color: #d70300;
}
.section4 p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.section4 p strong {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section4 p img {
  width: 257px;
}

.point {
  padding: 0 clamp(16px, 4.5057471264px + 0.030651341 * 100vw, 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.point h3 {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}
.point h3 .red {
  color: #d70300;
}
.point-text {
  color: #d70300;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 15.1264367816px + 0.0076628352 * 100vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  background: #fff5d4;
  padding: 16px;
  margin-top: 16px;
}

.section5 .section-box {
  margin-bottom: 24px;
}
.section5 .section-box:last-child {
  margin-bottom: 0;
}
.section5.section1:after {
  content: none;
}
.section5 .ttl {
  margin-bottom: 56px;
}
.section5-text {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.section5-text p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
}
.section5-text p span {
  color: #d70300;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  display: inline-block;
  background: #fff;
}
.section5-text p small {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section5-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.section5-text ul li {
  width: 252.182px;
  height: 174.91px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: rgba(217, 217, 217, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.section5-text ul li h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 17.7011494253px + 0.0061302682 * 100vw, 28px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
}
.section5-text ul li h3 .number {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: clamp(48px, 43.4022988506px + 0.0122605364 * 100vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
}
.section5-text ul li p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 17.4252873563px + 0.001532567 * 100vw, 20px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 24px */
}

.section6 {
  background: #fff5d4;
}
.section6.section1 h2 {
  margin-bottom: 32px;
}
.section6.section1:before {
  content: none;
}
.section6.section1:after {
  content: none;
}
.section6 .mb56 {
  margin-bottom: 56px;
}
.section6 .section-review__box-contents .box .text .point {
  background: #d70301;
  color: #fff5d4;
}

.section7.section1:before {
  background: url(../img/back-image4.webp) no-repeat center bottom/cover;
  top: 0;
  position: absolute;
  height: 206px;
}
@media screen and ( max-width: 768px ) {
  .section7.section1:before {
    content: none;
  }
}
.section7.section1:after {
  content: none;
}
.section7 .ttl-text {
  color: #fff !important;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px) !important;
  font-style: normal;
  font-weight: 900;
  line-height: 180%; /* 48px */
}
.section7 .ttl-text .mask {
  color: #d70300 !important;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  display: inline-block;
  background: #fff;
}
.section7 .ttl-text {
  margin-bottom: clamp(18px, 13.9770114943px + 0.0107279693 * 100vw, 32px);
}
.section7 .section-box .ttl-text {
  color: #d70300 !important;
}
.section7 p.section7-text {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section7 p.section7-text img {
  width: 568px;
  max-width: 90%;
}
.section7 .ttl-text {
  color: #d70300;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px) !important;
  font-style: normal;
  font-weight: 900;
  line-height: 180%; /* 38.4px */
}
.section7 ul.section7-list {
  padding: 0 clamp(16px, 7.9540229885px + 0.0214559387 * 100vw, 44px);
}
.section7 ul.section7-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px) 0;
  border-bottom: 1px dotted #000;
}
.section7 ul.section7-list li p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section7 ul.section7-list li p span {
  color: #d70300;
}

.section8 {
  background: #b50300;
}
.section8.section1:before {
  content: none;
}
.section8.section1:after {
  content: none;
}
.section8 .section1-cta {
  margin-top: 0;
}
.section8 h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  margin-bottom: 24px;
  margin-top: 56px;
}
.section8 h2 small {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.section8 ul.section8-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(18px, 7.0804597701px + 0.0291187739 * 100vw, 56px);
}
.section8 ul.section8-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 252px;
  height: 205px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: rgba(217, 217, 217, 0.1);
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section8 ul.section8-list li h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 24px */
}
.section8 ul.section8-list li p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.section8 .cta {
  padding-top: 0;
}

.footer {
  padding: 16px;
  text-align: center;
  color: #fff;
}

@media screen and ( max-width: 768px ) {
  .scroll-hint-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
  .scroll-hint-wrap > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .scroll-hint-wrap > ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 220px;
  }
  .scroll-hint-wrap > .section8-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    margin-bottom: 40px;
  }
  .scroll-hint-wrap > .section8-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 252px;
  }
}

@media screen and ( max-width: 768px ) {
  .scroll-hint-outer.section5-text__scroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    overflow: visible;
  }
  .scroll-hint-outer.section5-text__scroll .scroll-hint-wrap {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .scroll-hint-outer.section5-text__scroll .scroll-hint-wrap > ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    min-width: 100% !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .scroll-hint-outer.section5-text__scroll .scroll-hint-wrap > ul li {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    min-width: 220px !important;
    width: 252.182px;
  }
}

@media screen and ( max-width: 768px ) {
  .scroll-hint-wrap--img .mb56 {
    display: inline-block;
    margin-bottom: 56px;
  }
  .scroll-hint-wrap--img .mb56 img {
    width: 480px;
    max-width: none;
  }
}

@media screen and ( max-width: 768px ) {
  .scroll-hint-wrap--model img {
    display: block;
    width: 560px;
    max-width: none;
    margin: 0 auto;
  }
}

.footer-link {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.thanks .section-box .section1-cta {
  margin-top: 0;
  margin-bottom: clamp(32px, 25.1034482759px + 0.0183908046 * 100vw, 56px);
}

.thanks-text {
  padding: 0 clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
}

.section7 #mail_form .ttl-text {
  color: #222 !important;
}

form#mail_form {
  padding: clamp(24px, 17.1034482759px + 0.0183908046 * 100vw, 48px) 0;
}

.section1-area .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  height: auto;
  padding: 8px 16px;
}
.section1-area .ttl p {
  text-align: center;
}
.section1-area .ttl p span {
  background: #d70300;
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
}
@media screen and ( max-width: 768px ) {
  .section1-area .section-area__details {
    border: 2px solid #d70300;
    border-radius: 8px;
    background: #fff8f0;
    overflow: hidden;
    margin: 0 16px;
  }
}
.section1-area .section-area__summary {
  display: none;
  list-style: none;
}
@media screen and ( max-width: 768px ) {
  .section1-area .section-area__summary {
    display: block;
    padding: 14px 40px 14px 16px;
    color: #d70300;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ffe0d0;
  }
}
.section1-area .section-area__summary::-webkit-details-marker {
  display: none;
}
.section1-area .section-area__summary::marker {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .section1-area .section-area__details[open] .section1-area .section-area__summary {
    border-bottom: none;
  }
}
.section1-area .section-area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
}
@media screen and ( max-width: 768px ) {
  .section1-area .section-area__list {
    padding: 12px 16px 16px;
    border-top: none;
  }
}
.section1-area .section-area__list li {
  border-radius: 4px;
  border: 1px dashed #d70300;
  background: #fff8f0;
  gap: 16px;
  padding: 8px 16px;
  width: calc(20% - 8px);
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .section1-area .section-area__list li {
    width: calc(33.3333333333% - 8px);
    font-size: 80%;
    padding: 4px 8px;
  }
}

.section-fujita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.6rem;
}
@media screen and ( max-width: 768px ) {
  .section-fujita {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-fujita .img {
  width: 100%;
  max-width: clamp(200px, 188.5057471264px + 0.030651341 * 100vw, 240px);
}
.section-fujita .text {
  width: calc(100% - 240px);
}
@media screen and ( max-width: 768px ) {
  .section-fujita .text {
    width: 100%;
  }
}
.section-fujita .text h4 {
  color: #d70300;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  letter-spacing: 1.8px;
  text-align: left;
  margin-bottom: 1.2rem;
}
.section-fujita .text h4 span {
  color: #999;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  display: inline-block;
  margin-left: 1.6rem;
}
.section-fujita .text p {
  color: #252525;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 13.4252873563px + 0.001532567 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
  text-align: left;
}/*# sourceMappingURL=style.css.map */