@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #2d211c;
}
body.is-fixed {
  overflow: hidden;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  color: #2d211c;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 34px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.button-type2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc825), color-stop(40%, #ffc825), color-stop(60%, #ffb730), to(#ffb730));
  background: linear-gradient(180deg, #ffc825 0%, #ffc825 40%, #ffb730 60%, #ffb730 100%);
}

.button2 {
  background-color: #1a1919;
  padding: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px) clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
  color: #f5f5f5;
  text-decoration: none;
  font-size: clamp(16px, 13.8873239437px + 0.5633802817vw, 22px);
  font-weight: 700;
  border-radius: 50px;
  width: clamp(250px, 232.3943661972px + 4.6948356808vw, 300px);
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.button2-type2 {
  background-color: #bf0000;
}

.fv__btn .button:hover,
.button:hover,
.button-type2:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.section-ttl {
  text-align: center;
  margin-bottom: clamp(32px, 20.7323943662px + 3.0046948357vw, 64px);
  line-height: 1.6;
}
.section-ttl__en {
  display: block;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
  color: #c96b6c;
}
.section-ttl__ja {
  display: block;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 700;
  color: #2d211c;
}
.section-ttl__desc {
  display: block;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  color: #2d211c;
  margin-top: 8px;
}
.section-ttl__red {
  color: #bf0000;
  font-weight: 700;
}

.ttl-white .section-ttl__en {
  color: #999;
}
.ttl-white .section-ttl__ja,
.ttl-white .section-ttl__desc {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: -webkit-gradient(linear, left top, right top, from(#c14f42), to(#b22222));
  background: linear-gradient(90deg, #c14f42 0%, #b22222 100%);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 8px 16px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 50px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__logo p {
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}
.header__logo img {
  width: clamp(100px, 82.3943661972px + 4.6948356808vw, 150px);
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 0;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, -31.3846153846px + 3.8461538462vw, 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.header__link {
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .header__link {
    display: none;
  }
}
.header__link:hover {
  opacity: 0.7;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
}
@media (max-width: 1100px) {
  .header__buttons {
    display: none;
  }
}
.header__button {
  font-size: 13px;
  padding: 10px 24px;
}
.header__open {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .header__open {
    position: relative;
    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;
    gap: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 110;
  }
}
.header__open span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__open:hover {
  opacity: 0.7;
}
.header__open.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.header__open.is-active span:nth-child(2) {
  opacity: 0;
}
.header__open.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 79, 66, 0.9)), to(rgba(178, 34, 34, 0.9)));
  background: linear-gradient(90deg, rgba(193, 79, 66, 0.9) 0%, rgba(178, 34, 34, 0.9) 100%);
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
  padding-top: 80px;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  padding: 32px 60px;
}
.drawer-content__link {
  text-decoration: none;
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.drawer-content__link:hover {
  opacity: 0.7;
}
.drawer-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.drawer-content__buttons .button {
  width: 220px;
}

.fv {
  position: relative;
  margin-top: 60px;
  padding-top: clamp(40px, 32.9577464789px + 1.8779342723vw, 60px);
  padding-bottom: clamp(40px, 32.9577464789px + 1.8779342723vw, 60px);
  overflow: hidden;
  background-image: url("../img/bg-fv-pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: clamp(420px, 60vh, 700px);
}
@media (max-width: 1200px) {
  .fv {
    background-position: 70% center;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 0;
    background: none;
    margin-top: 50px;
  }
}
.fv__inner {
  max-width: none;
  padding-left: clamp(20px, -8.1690140845px + 7.5117370892vw, 100px);
  padding-right: clamp(8px, -10.3098591549px + 4.882629108vw, 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 380px;
}
@media (max-width: 1200px) {
  .fv__inner {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.fv__visual {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .fv__visual {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-image-set(url("../img/bg-fv-sp.webp") 1x) center center/cover no-repeat;
    background: image-set(url("../img/bg-fv-sp.webp") 1x) center center/cover no-repeat;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: clamp(20px, -56.5306122449px + 20.4081632653vw, 100px);
    padding-right: clamp(20px, -56.5306122449px + 20.4081632653vw, 100px);
  }
}
.fv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
}
@media screen and (max-width: 767px) {
  .fv__copy {
    padding-top: 20px;
  }
}
.fv__ttl {
  color: #ffffff;
  font-size: clamp(26px, 18.2535211268px + 2.0657276995vw, 48px);
  font-weight: 700;
  letter-spacing: 2.2px;
}
.fv__ttl-big {
  font-size: clamp(40px, 32.9577464789px + 1.8779342723vw, 60px);
  font-weight: 700;
  letter-spacing: 2.6px;
}
.fv__text {
  color: #ffffff;
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 1.7;
  font-weight: 700;
  padding-bottom: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
  letter-spacing: 0.7px;
}
.fv__btn {
  margin-top: 48px;
  width: 300px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fv__btn .button {
  padding: 16px 60px;
}
.fv__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .fv__btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .fv__btn {
    margin-top: 130px;
  }
}
.fv__img {
  position: absolute;
  bottom: 0;
  left: clamp(110px, -152.8571428571px + 34.2261904762vw, 340px);
  z-index: 0;
}
.fv__img img {
  width: clamp(600px, 28.5714285714px + 74.4047619048vw, 1100px);
  max-width: none;
}
@media (max-width: 767px) {
  .fv__img img {
    width: clamp(440px, 334.7704081633px + 28.0612244898vw, 550px);
  }
}
@media (max-width: 767px) {
  .fv__img {
    top: 180px;
    bottom: auto;
    left: clamp(120px, 24.3367346939px + 25.5102040816vw, 220px);
    --fv-img-transform: scaleX(-1);
  }
}
@media (max-width: 500px) {
  .fv__img {
    top: 200px;
    left: clamp(20px, -86.6666666667px + 33.3333333333vw, 80px);
  }
}
.fv__batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
}
.fv__batch img {
  width: clamp(110px, 64.2253521127px + 12.20657277vw, 240px);
}
@media (max-width: 1024px) {
  .fv__batch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .fv__batch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact__box {
  background: #f5f5f5;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  margin-top: clamp(32px, 20.7323943662px + 3.0046948357vw, 64px);
  max-width: 500px;
  margin: 0 auto;
}
.contact__title {
  text-align: center;
  margin-bottom: 16px;
  background-color: #bf0000;
  padding: 12px clamp(8px, 3.7746478873px + 1.1267605634vw, 20px);
  font-size: clamp(13px, 11.9436619718px + 0.2816901408vw, 16px);
  color: #ffffff;
  white-space: nowrap;
  border-radius: 20px 20px 0px 0px;
}
.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0 16px clamp(16px, 13.1830985915px + 0.7511737089vw, 24px) 16px;
  margin: 0 auto;
}
.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.contact__privacy {
  text-align: center;
}
.contact__button {
  text-align: center;
  white-space: nowrap;
}
.contact__button input[type=submit],
.contact__button button {
  width: 260px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-submit {
  border: none;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.form__field__label {
  line-height: 1.5;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.form__field__label span {
  color: #bf0000;
  padding-left: 2px;
}
.form__field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form__field__item input,
.form__field__item textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  background: #fff;
  padding: 8px 16px;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form__field__item input:hover, .form__field__item input:focus,
.form__field__item textarea:hover,
.form__field__item textarea:focus {
  border-color: #bf0000;
  outline: none;
}
.form__field__item textarea {
  height: 100px;
  resize: vertical;
}

.form-checkbox {
  position: relative;
}
.form-checkbox .wpcf7-list-item > label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
}
.form-checkbox .form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox .form-checkbox__input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-checkbox .form-checkbox__input:focus + .wpcf7-list-item-label::before {
  border-color: #bf0000;
}
.form-checkbox .wpcf7-list-item-label {
  display: inline;
}
.form-checkbox .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #2d211c;
}
.form-checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #111;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icon-check.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.worries {
  padding-top: 64px;
  padding-bottom: 80px;
  background: no-repeat bottom/cover -webkit-image-set(url("../img/bg-worries-pc.webp") 1x);
  background: no-repeat bottom/cover image-set(url("../img/bg-worries-pc.webp") 1x);
}
@media screen and (max-width: 767px) {
  .worries {
    background: no-repeat center bottom/cover -webkit-image-set(url("../img/bg-worries-sp.webp") 1x);
    background: no-repeat center bottom/cover image-set(url("../img/bg-worries-sp.webp") 1x);
  }
}
.worries__top {
  color: #645b57;
  font-size: clamp(18px, 14.4788732394px + 0.9389671362vw, 28px);
  font-weight: 700;
  text-align: center;
}
.worries__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, -3.2676056338px + 3.0046948357vw, 40px);
  row-gap: 0px;
  margin: 32px auto;
  width: min(100%, 900px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .worries__lists {
    row-gap: 12px;
  }
}
.worries__list {
  border: 2px solid #e6dcd8;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  width: clamp(150px, 125.3521126761px + 6.5727699531vw, 220px);
  height: clamp(150px, 125.3521126761px + 6.5727699531vw, 220px);
  font-size: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 6.5915492958px + 0.3755868545vw, 12px);
}
.worries__list img {
  width: clamp(32px, 29.1830985915px + 0.7511737089vw, 40px);
}

.solution {
  padding-top: clamp(32px, 20.7323943662px + 3.0046948357vw, 64px);
  padding-bottom: clamp(40px, 31.5492957746px + 2.2535211268vw, 64px);
}
.solution__title {
  text-align: center;
}
.solution__catch {
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
.solution__logo img {
  width: clamp(120px, 91.8309859155px + 7.5117370892vw, 200px);
}
.solution__service {
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
}
.solution__service span {
  font-weight: 700;
  color: #c96b6c;
  padding-right: 8px;
}
.solution__highlight {
  font-size: clamp(20px, 18.5915492958px + 0.3755868545vw, 24px);
  letter-spacing: 2.4px;
  font-weight: 700;
  line-height: 1.8;
}
.solution__highlight span {
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-right: 8px;
}
.solution__highlight span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #ffc825;
  z-index: -1;
}

.reasons {
  padding-top: clamp(32px, 20.7323943662px + 3.0046948357vw, 64px);
  padding-bottom: clamp(32px, 15.0985915493px + 4.5070422535vw, 80px);
  position: relative;
  background: #f5f5f5;
  z-index: -1;
}
.reasons::after {
  position: absolute;
  content: "";
  background: radial-gradient(circle, #4d4d4d 0%, #2d211c 100%);
  top: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reasons::after {
    height: 100%;
  }
}
.reasons__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
}
@media (max-width: 900px) {
  .reasons__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .reasons__list {
    grid-template-columns: 1fr;
  }
}

.reason-card {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.reason-card__media {
  text-align: center;
}
.reason-card__media img {
  width: clamp(160px, 138.8732394366px + 5.6338028169vw, 220px);
}
.reason-card__body {
  padding: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  display: grid;
  row-gap: 12px;
}
.reason-card__title {
  font-size: clamp(18px, 17.2957746479px + 0.1877934272vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.2px;
}
.reason-card__title span {
  display: inline-block;
  position: relative;
  font-size: clamp(20px, 18.5915492958px + 0.3755868545vw, 24px);
  font-weight: 700;
  z-index: 1;
}
.reason-card__title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #ffc825;
  z-index: -1;
}
.reason-card__text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  line-height: 1.8;
  margin: 0;
}

.themes {
  padding: clamp(64px, 44.2816901408px + 5.2582159624vw, 120px) 0;
}
.themes__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.themes .section-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .themes .section-ttl {
    text-align: center;
  }
}
.themes__top {
  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: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .themes__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.themes__graph img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.themes__list {
  margin-top: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, -6.0845070423px + 3.7558685446vw, 48px);
  text-align: left;
}
@media (max-width: 1024px) {
  .themes__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .themes__list {
    grid-template-columns: 1fr;
  }
}

.theme-card {
  background: #fff;
  border: 2px solid #e6dcd8;
  border-radius: 20px;
  padding: clamp(20px, 15.7746478873px + 1.1267605634vw, 32px) clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
}
.theme-card__img {
  text-align: center;
}
.theme-card__img img {
  width: clamp(40px, 32.9577464789px + 1.8779342723vw, 60px);
}
.theme-card__num {
  font-size: clamp(24px, 18.3661971831px + 1.5023474178vw, 40px);
  font-weight: 700;
  opacity: 0.8;
}
.theme-card__title {
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.theme-card__text {
  font-size: clamp(13px, 11.9436619718px + 0.2816901408vw, 16px);
  line-height: 1.8;
}

.cta {
  height: clamp(350px, 332.3943661972px + 4.6948356808vw, 400px);
  background: url(../img/bg-cta-pc.webp) no-repeat center center/cover;
  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;
  gap: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
}
@media screen and (max-width: 767px) {
  .cta {
    background: url(../img/bg-cta-sp.webp) no-repeat center center/cover;
  }
}
.cta__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cta__logo img {
  width: clamp(120px, 84.7887323944px + 9.3896713615vw, 220px);
}
.cta__logo p {
  color: #ffffff;
  font-size: clamp(14px, 9.0704225352px + 1.3145539906vw, 28px);
  font-weight: 700;
}
.cta__text {
  text-align: center;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  color: #ffffff;
  line-height: 1.8;
}
.cta__btn {
  width: clamp(230px, 205.3521126761px + 6.5727699531vw, 300px);
}

.comparison {
  padding-top: clamp(48px, 42.3661971831px + 1.5023474178vw, 64px);
  padding-bottom: clamp(48px, 42.3661971831px + 1.5023474178vw, 64px);
  /* ====== テーブル本体 ====== */
}
.comparison__tableWrap {
  overflow-x: auto;
  padding: 8px;
}
.comparison__table {
  width: 100%;
  border-spacing: 8px 0;
  min-width: 720px;
  text-align: center;
}
.comparison__table thead th {
  background: #e3e3e3;
  font-weight: 700;
  padding: 10px 12px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.comparison__table tbody th {
  text-align: left;
  background: #e3e3e3;
  font-weight: 700;
  padding: 20px 12px;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
  margin-right: 4px;
  width: clamp(80px, 44.7887323944px + 9.3896713615vw, 180px);
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
@media screen and (max-width: 767px) {
  .comparison__table tbody th {
    padding: 16px 8px;
  }
}
.comparison__table td {
  padding: 14px 12px;
  border-bottom: 2px solid #ffffff;
  background: #fbfbfb;
  white-space: nowrap;
  width: clamp(80px, 44.7887323944px + 9.3896713615vw, 180px);
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
@media screen and (max-width: 767px) {
  .comparison__table td {
    padding: 14px 8px;
  }
}
.comparison__table tbody tr:nth-child(1) td,
.comparison__table tbody tr:nth-child(3) td,
.comparison__table tbody tr:nth-child(5) td {
  background: #f4f4f4;
}
.comparison__table th.is-mine {
  background: #ffffff;
}
.comparison__table th.is-mine img {
  width: clamp(100px, 78.8732394366px + 5.6338028169vw, 160px);
}
.comparison__table td.is-mine {
  color: #fff;
  background: #bf0000 !important;
  font-weight: 700;
  width: clamp(80px, 23.661971831px + 15.0234741784vw, 240px);
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
}
.comparison__table th.is-mine,
.comparison__table td.is-mine {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.comparison__table thead th {
  border-radius: 12px 12px 0 0;
}
.comparison__table thead th:first-child {
  background: transparent;
}
.comparison__table tbody tr:first-child th {
  border-radius: 12px 12px 0 0;
}
.comparison__table tbody tr:last-child td:nth-child(2) {
  border-bottom: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .comparison__tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }
  .comparison__table {
    display: table !important;
    min-width: auto;
    border-spacing: 3px 0;
  }
  .comparison__table thead {
    display: table-header-group !important;
  }
  .comparison__table tbody {
    display: table-row-group !important;
  }
  .comparison__table tr {
    display: table-row !important;
  }
  .comparison__table th,
  .comparison__table td {
    display: table-cell !important;
    white-space: nowrap;
  }
  .comparison__table td::before {
    content: none !important;
  }
}
.price {
  background: #f5f5f5;
  padding-top: clamp(48px, 42.3661971831px + 1.5023474178vw, 64px);
  padding-bottom: clamp(48px, 42.3661971831px + 1.5023474178vw, 64px);
}
.price__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 15.5492957746px + 2.2535211268vw, 48px);
  margin-top: clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
}
@media (max-width: 767px) {
  .price__list {
    grid-template-columns: 1fr;
  }
}

.price-card {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.price-card__name {
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  background: #e3e3e3;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  padding: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  text-align: center;
}
.price-card__content {
  padding: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  width: 100%;
}
.price-card__lead {
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 1.8;
  margin-bottom: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-weight: 700;
}
.price-card__subtitle {
  font-weight: 700;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  margin-bottom: 8px;
}
.price-card__features {
  margin-bottom: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
}
.price-card__features li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  color: #555;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.price-card__features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #bf0000;
}
.price-card__price {
  font-size: clamp(18px, 17.2957746479px + 0.1877934272vw, 20px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4px;
  letter-spacing: 1px;
}
.price-card__price span {
  font-size: clamp(32px, 26.3661971831px + 1.5023474178vw, 48px);
  color: #bf0000;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
}
.price-card.is-accent .price-card__name {
  background: #bf0000;
  color: #ffffff;
}

.flow {
  padding: clamp(48px, 36.7323943662px + 3.0046948357vw, 80px) 0;
  background: radial-gradient(circle, #4d4d4d 0%, #2d211c 100%);
}
.flow__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow__list {
    max-width: 500px;
  }
}
.flow__buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.flow__buttons .button {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flow-step {
  position: relative;
  padding: 12px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
}
.flow .flow-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #bf0000;
}
@media screen and (max-width: 767px) {
  .flow .flow-step::after {
    right: 50%;
    top: 110%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #bf0000;
  }
}
.flow .flow-step:last-child::after {
  display: none;
}
.flow .flow-step__icon {
  text-align: center;
}
.flow .flow-step__icon img {
  width: clamp(30px, 22.9577464789px + 1.8779342723vw, 50px);
  height: auto;
  margin-bottom: 8px;
}
.flow .flow-step__num {
  font-weight: 700;
  color: #bf0000;
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
  margin-bottom: 4px;
  text-align: center;
  line-height: 1.2;
}
.flow .flow-step__num span {
  display: block;
  font-size: clamp(13px, 11.9436619718px + 0.2816901408vw, 16px);
}
.flow .flow-step__title {
  font-weight: 700;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  margin-bottom: 6px;
  text-align: center;
}
.flow .flow-step__text {
  font-size: clamp(13px, 12.6478873239px + 0.0938967136vw, 14px);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .flow__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .flow .flow-step {
    clip-path: none;
    border-radius: 10px;
    min-height: initial;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #bf0000;
}

.cases {
  background: #f5f5f5;
  padding: clamp(40px, 25.9154929577px + 3.7558685446vw, 80px) 0;
}
.cases .section-ttl {
  margin-bottom: 24px;
}
.cases .case {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  gap: clamp(16px, 7.5492957746px + 2.2535211268vw, 40px);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cases .case {
    max-width: 500px;
  }
}
.cases .case__inner {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.cases .case::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100%;
  max-width: 800px;
  height: 87%;
  z-index: -1;
  right: 0;
  top: 64px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .cases .case::after {
    top: 76px;
  }
}
.cases .case--reverse {
  grid-template-columns: 1fr 0.8fr;
}
.cases .case--reverse::after {
  left: 0;
}
.cases .case--reverse .case__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cases .case--reverse .case__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 80px 0 24px 16px;
}
@media screen and (max-width: 767px) {
  .cases .case--reverse .case__body {
    padding: 16px;
  }
}
.cases .case__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cases .case__body {
  padding: 80px 0px 24px 0;
}
@media screen and (max-width: 767px) {
  .cases .case__body {
    padding: 16px;
  }
}
.cases .case__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 8px;
}
.cases .case__tags li {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #bf0000;
  color: #bf0000;
  border-radius: 4px;
  padding: 6px 8px;
}
.cases .case__title {
  font-size: clamp(18px, 17.2957746479px + 0.1877934272vw, 20px);
  font-weight: 700;
  margin: 6px 0 12px;
  border-bottom: 0.5px solid #888;
  padding-bottom: 10px;
}
.cases .case__facts {
  margin: 0;
}
.cases .case__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cases .case__row + .case__row {
  margin-top: 10px;
}
.cases .case__result, .cases .case__task {
  font-size: 13px;
  color: #333;
  background: #f2f2f2;
  border: 1px solid #666;
  border-radius: 999px;
  padding: 6px 10px;
  line-height: 1;
  white-space: nowrap;
}
.cases .case__task {
  color: #ffffff;
  background: #1a1919;
}
.cases .case dd {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: clamp(13px, 1.4vw, 14px);
}
.cases .case span {
  color: #c01a24;
  font-weight: 700;
  padding: 0 2px;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
}
.cases .cases__cta {
  text-align: center;
  margin-top: clamp(28px, 4vw, 40px);
}

/* ボタン共通（既存btnがあれば省略OK） */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.btn--black {
  background: #222;
  color: #fff;
}
.btn--black:hover {
  background: #444;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .cases .case,
  .cases .case.case--reverse {
    grid-template-columns: 1fr;
  }
  .cases .case__media,
  .cases .case.case--reverse .case__media {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .cases .case__body,
  .cases .case.case--reverse .case__body {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.faq {
  background: #fff;
  padding-top: clamp(40px, 25.9154929577px + 3.7558685446vw, 80px);
  padding-bottom: clamp(40px, 25.9154929577px + 3.7558685446vw, 80px);
}
.faq .faq-item {
  border: 2px solid #e6dcd8;
  border-radius: 20px;
  margin-bottom: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  /* ======== 開閉アニメーション部分 ======== */
}
.faq .faq-item:hover {
  background-color: #f9f9f9;
}
.faq .faq-item__q {
  position: relative;
  margin: 0;
}
.faq .faq-item__btn {
  padding: 16px 40px 16px 16px;
  display: block;
  width: 100%;
  color: #2d211c;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.faq .faq-item__icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #bf0000;
  border-bottom: 2px solid #bf0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  margin-right: 6px;
}
.faq .faq-item__badge {
  display: inline-grid;
  border-radius: 999px;
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: #bf0000;
}
.faq .faq-item__a {
  max-height: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: max-height 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px 12px;
  line-height: 1.8;
  font-size: clamp(14px, 13.6478873239px + 0.0938967136vw, 15px);
}
.faq .faq-item__a__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.faq .faq-item.is-open .faq-item__btn {
  color: #bf0000;
}
.faq .faq-item.is-open .faq-item__icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq .faq-item.is-open .faq-item__a {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 16px 40px 16px 16px;
}

/* アニメーション中の高さtransition対策 */
@media (prefers-reduced-motion: reduce) {
  .faq-item__a {
    -webkit-transition: none;
    transition: none;
  }
}
.footer {
  background: #1a1919;
  padding: 8px 0;
  text-align: center;
}
.footer .footer__copyright {
  color: #f5f5f5;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
}

.thanks {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c14f42), to(#b22222));
  background: linear-gradient(90deg, #c14f42 0%, #b22222 100%);
  gap: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  color: #ffffff;
  min-height: 100vh;
}
.thanks-top {
  font-size: clamp(20px, 15.7746478873px + 1.1267605634vw, 32px);
  padding-bottom: 24px;
}
.thanks-text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.thanks__buttons {
  margin-top: clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 7.7746478873px + 1.1267605634vw, 24px);
}
@media screen and (max-width: 767px) {
  .thanks__buttons {
    -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;
  }
}
.thanks__buttons .button {
  width: 240px;
}

.not {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c14f42), to(#b22222));
  background: linear-gradient(90deg, #c14f42 0%, #b22222 100%);
  gap: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  color: #ffffff;
  min-height: 100vh;
}
.not-top {
  font-size: clamp(20px, 15.7746478873px + 1.1267605634vw, 32px);
  padding-bottom: 24px;
}
.not-text {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.not__buttons {
  margin-top: clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 7.7746478873px + 1.1267605634vw, 24px);
}
@media screen and (max-width: 767px) {
  .not__buttons {
    -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;
  }
}
.not__buttons .button {
  width: 240px;
}

.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_scroll {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}

.logos {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_parent ul li > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider_parent ul li > a img {
  max-width: 100% !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    -webkit-animation: scroll 30s linear infinite;
            animation: scroll 30s linear infinite;
  }
}
/* --- FVのアニメーション --- */
.fv-animate-item {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fv-fade-in-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fv-fade-in-right {
  -webkit-transform: translateX(-20px) var(--fv-img-transform, "");
          transform: translateX(-20px) var(--fv-img-transform, "");
}

.fv-fade-in-left {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.fv-animate-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) var(--fv-img-transform, "");
          transform: translateY(0) translateX(0) var(--fv-img-transform, "");
}

/* --- ヘッダーのスクロール用 --- */
.header {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.header.is-scrolled {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* --- スクロール連動アニメーション (FV以外) --- */
.scroll-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scroll-fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --- 悩みリストの時間差 --- */
.worries__top.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.worries__list:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.worries__list:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.worries__list:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.worries__list:nth-child(4).scroll-fade-in-up {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.worries__list:nth-child(5).scroll-fade-in-up {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* --- 解決セクションの時間差 --- */
.solution__catch.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.solution__logo.scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.solution__service.scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.solution__highlight.scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* --- 選ばれる理由セクションの時間差 --- */
.reasons .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.reason-card:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.reason-card:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.reason-card:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* --- 支援テーマセクションの時間差 --- */
.themes .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.themes__graph.scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.theme-card:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.theme-card:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.theme-card:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* --- 比較表セクションの時間差 --- */
.comparison .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.comparison__tableWrap.scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* --- 料金プランセクションの時間差 --- */
.price .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.price-card:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.price-card:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* --- 利用の流れセクションの時間差 --- */
.flow .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.flow-step:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.flow-step:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.flow-step:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.flow-step:nth-child(4).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.flow-step:nth-child(5).scroll-fade-in-up {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.flow__buttons.scroll-fade-in-up {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* --- 支援事例セクションの時間差 --- */
.cases .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cases .case:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cases .case:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cases .case:nth-child(4).scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* --- FAQセクションの時間差 --- */
.faq .section-ttl.scroll-fade-in-up {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.faq-item:nth-child(1).scroll-fade-in-up {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.faq-item:nth-child(2).scroll-fade-in-up {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.faq-item:nth-child(3).scroll-fade-in-up {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.faq-item:nth-child(4).scroll-fade-in-up {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.faq-item:nth-child(5).scroll-fade-in-up {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.faq-item:nth-child(6).scroll-fade-in-up {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.faq-item:nth-child(7).scroll-fade-in-up {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}