@charset "UTF-8";
_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.fade-in.visible {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

@media print, screen and (min-width: 769px) {
  .spShow {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pcShow {
    display: none !important;
  }
}
body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
}

.download {
  margin-top: 0;
}

.EatMo25 {
  position: relative;
}

.bnr-sticky {
  position: fixed;
  width: 117.334px;
  height: 117.334px;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .bnr-sticky {
    width: 90px;
    height: 90px;
    right: 15px;
    bottom: 15px;
  }
}
.bnr-sticky a {
  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;
  width: 100%;
  height: 100%;
}
.bnr-sticky a img {
  width: 100%;
  -webkit-filter: drop-shadow(0 10px 20px rgba(63, 45, 21, 0.25));
          filter: drop-shadow(0 10px 20px rgba(63, 45, 21, 0.25));
}
.bnr-sticky.is-small {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr-sticky.is-small:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wave {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.wave::before {
  position: absolute;
  top: 70%;
  left: -80%;
  width: 260%;
  aspect-ratio: 1/1;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFBA59), color-stop(50%, #FF9432), to(#FC532B));
  background-image: linear-gradient(90deg, #FFBA59 0%, #FF9432 50%, #FC532B 100%);
  border-radius: 80% 50%/65% 80%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 2s ease;
  transition: top 2s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: wave linear 30s infinite;
          animation: wave linear 30s infinite;
  content: "";
}
@media only screen and (max-width: 768px) {
  .wave::before {
    border-radius: 80% 50%/65% 80%;
    -webkit-animation: wave_sp linear 30s infinite;
            animation: wave_sp linear 30s infinite;
    top: 86%;
  }
}

.wave2 {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.wave2::before {
  position: absolute;
  top: 72%;
  left: -80%;
  width: 260%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 80% 50%/65% 80%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 2s ease;
  transition: top 2s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: wave linear 30s infinite;
          animation: wave linear 30s infinite;
  content: "";
}
@media only screen and (max-width: 768px) {
  .wave2::before {
    border-radius: 80% 50%/65% 80%;
    -webkit-animation: wave_sp linear 30s infinite;
            animation: wave_sp linear 30s infinite;
    top: 88%;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0) translate3d(0, 0 0);
            transform: rotate(0) translate3d(0, 0 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate3d(0, 25px, 0);
            transform: rotate(90deg) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: rotate(160deg) translate3d(0, 0, 0);
            transform: rotate(160deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(280deg) translate3d(0, 25px, 0);
            transform: rotate(280deg) translate3d(0, 25px, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
            transform: rotate(360deg) translate3d(0, 0, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(0) translate3d(0, 0 0);
            transform: rotate(0) translate3d(0, 0 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate3d(0, 25px, 0);
            transform: rotate(90deg) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: rotate(160deg) translate3d(0, 0, 0);
            transform: rotate(160deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(280deg) translate3d(0, 25px, 0);
            transform: rotate(280deg) translate3d(0, 25px, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
            transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wave_sp {
  0% {
    -webkit-transform: rotate(0) translate3d(0, 0 0);
            transform: rotate(0) translate3d(0, 0 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate3d(0, 8px, 0);
            transform: rotate(90deg) translate3d(0, 8px, 0);
  }
  50% {
    -webkit-transform: rotate(160deg) translate3d(0, 0, 0);
            transform: rotate(160deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(280deg) translate3d(0, 8px, 0);
            transform: rotate(280deg) translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
            transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@keyframes wave_sp {
  0% {
    -webkit-transform: rotate(0) translate3d(0, 0 0);
            transform: rotate(0) translate3d(0, 0 0);
  }
  25% {
    -webkit-transform: rotate(90deg) translate3d(0, 8px, 0);
            transform: rotate(90deg) translate3d(0, 8px, 0);
  }
  50% {
    -webkit-transform: rotate(160deg) translate3d(0, 0, 0);
            transform: rotate(160deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(280deg) translate3d(0, 8px, 0);
            transform: rotate(280deg) translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
            transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
.about {
  margin-top: 0;
  padding-top: 5px;
}

@-webkit-keyframes anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* showクラスが付いたら表示 */
.show {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.mv {
  width: 100%;
  position: relative;
}
.mv__bg {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.mv__bg img {
  width: 100%;
}
.mv__inr {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 9.53125vw;
  left: 10.625vw;
}
@media only screen and (max-width: 768px) {
  .mv__inr {
    top: 48.5333333333vw;
    left: 5.8666666667vw;
  }
}
.mv__inr .title .txt0 {
  width: 21.5625vw;
  margin-bottom: 2.96875vw;
}
@media only screen and (max-width: 768px) {
  .mv__inr .title .txt0 {
    width: 49.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.mv__inr .title .txt0 img {
  width: 100%;
}
.mv__inr .title .txt1 {
  width: 35.4166666667vw;
  margin-bottom: 1.1458333333vw;
}
@media only screen and (max-width: 768px) {
  .mv__inr .title .txt1 {
    width: 66.6666666667vw;
  }
}
.mv__inr .title .txt1 img {
  width: 100%;
}
.mv__inr .title .txt2 {
  width: 29.0104166667vw;
}
@media only screen and (max-width: 768px) {
  .mv__inr .title .txt2 {
    width: 54.6666666667vw;
  }
}
.mv__inr .title .txt2 img {
  width: 100%;
}
.mv__inr .title .txt0, .mv__inr .title .txt1, .mv__inr .title .txt2 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -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;
}

.merits {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5.5729166667vw;
  margin-bottom: -9.6354166667vw;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .merits {
    border-radius: 0 0 40px 40px;
    margin-bottom: -19.4666666667vw;
  }
}
.merits__inr {
  padding-top: 186px;
}
@media only screen and (max-width: 768px) {
  .merits__inr {
    padding-top: 75px;
  }
}
.merits__inr .merits01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merits__inr .merits01 .img {
  position: relative;
}
.merits__inr .merits01 .img .fukidasi {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 9.375vw;
  bottom: 9.6875vw;
  padding: 20px;
  width: 37.5vw;
  padding: 3.3854166667vw 1.7708333333vw;
  background: url("../images/bg-fukidasi01.png") no-repeat center/cover;
}
.merits__inr .merits01 .img .fukidasi h4 {
  color: #FF9432;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.25;
}
.merits__inr .merits01 .img .fukidasi h4 span {
  font-size: 1.875vw;
}
.merits__inr .merits01 .img .fukidasi p {
  color: #333;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.8;
}
.merits__inr .merits01 .img img {
  width: 100%;
}
.merits__inr .merits02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merits__inr .merits02 .img {
  position: relative;
}
.merits__inr .merits02 .img .fukidasi {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #d47b14;
  padding: 20px;
  width: 30.8333333333vw;
  border-radius: 12px;
  background-color: #fff;
}
.merits__inr .merits02 .img .fukidasi h4 {
  color: #FF9432;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.25;
}
.merits__inr .merits02 .img .fukidasi h4 span {
  font-size: 1.875vw;
}
.merits__inr .merits02 .img .fukidasi p {
  color: #333;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.8;
}
.merits__inr .merits02 .img img {
  width: 100%;
}
.merits__inr .merits03 {
  background: url("../images/img-merits03.png") no-repeat center/cover;
  padding-bottom: 18.2291666667vw;
}
@media only screen and (max-width: 768px) {
  .merits__inr .merits03 {
    padding-top: 22.6666666667vw;
  }
}
.merits__inr .merits03 .img {
  position: relative;
}
.merits__inr .merits03 .img img {
  width: 100%;
}
.merits__inr .merits03 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.875vw;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .merits__inr .merits03 .link {
    width: calc(100% - 60px);
  }
}
.merits__inr .merits03 .link .merits03-txt {
  width: 36.4583333333vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 768px) {
  .merits__inr .merits03 .link .merits03-txt {
    width: 75.2vw;
    -webkit-transform: translateX(-5.3333333333vw);
            transform: translateX(-5.3333333333vw);
  }
}
.merits__inr .merits03 .link .merits03-txt img {
  width: 100%;
}
.merits__inr .merits03 .link .tiktok-embed {
  margin: 0 auto;
}
.merits__inr .merits03 .link .caution {
  font-size: 12px;
  text-align: right;
  color: #4C4C4C;
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 3px auto 0;
}
@media only screen and (max-width: 768px) {
  .merits__inr .merits03 .link .caution {
    font-size: 11px;
  }
}
.merits__icon {
  text-align: center;
  margin-bottom: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  .merits__icon img {
    width: 25.6vw;
  }
}
.merits__title {
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5.2083333333vw;
}
@media only screen and (max-width: 768px) {
  .merits__title {
    font-size: 8.5333333333vw;
    letter-spacing: -1.28px;
    line-height: 1.3;
    margin-bottom: 22.9333333333vw;
  }
}

.bg-image__inr .img {
  width: 100%;
  position: relative;
}
.bg-image__inr .img img {
  width: 100%;
}
.bg-image__inr .img p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 2.5vw;
  width: 100%;
  bottom: 14.84375vw;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 768px) {
  .bg-image__inr .img p {
    font-size: 6vw;
    line-height: 1.5;
    letter-spacing: -0.5px;
    bottom: 31.4666666667vw;
  }
}

.howto {
  padding: 100px 50px 218px;
  margin-top: -11.1458333333vw;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 80px 80px 0 0;
}
@media only screen and (max-width: 768px) {
  .howto {
    padding: 50px 0 145px;
    margin-top: -26.6666666667vw;
    border-radius: 40px 40px 0 0;
  }
}
.howto__inr {
  background-color: #fff;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.howto__icon {
  text-align: center;
  margin-bottom: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  .howto__icon {
    margin-bottom: 3.4666666667vw;
  }
}
.howto__title {
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .howto__title {
    font-size: 32px;
    margin-bottom: 4.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .howto__note {
    max-width: 100%;
    margin-bottom: 10.6666666667vw;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
  }
}
.howto__step {
  /* Swiper */
  /* カードスタイル */
  /* ナビゲーションボタン */
}
@media only screen and (max-width: 768px) {
  .howto__step {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .howto__step {
    margin: 0 auto;
    max-width: 500px;
  }
}
.howto__step .step-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.howto__step .stepSwiper {
  overflow: visible;
}
.howto__step .swiper-slide-active .card {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.howto__step .swiper-slide {
  z-index: 2;
}
.howto__step .swiper-wrapper {
  background-color: #fff;
  border-radius: 33.21px;
}
.howto__step .stepSwiper {
  position: relative;
}
.howto__step .stepSwiper::before {
  content: "";
  width: 10%;
  right: -13px;
  bottom: 2px;
  height: calc(100% - 15px);
  position: absolute;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  border-radius: 33.21px;
  border: 5px solid #FFD3AE;
  -webkit-box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
          box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
}
@media only screen and (max-width: 768px) {
  .howto__step .stepSwiper::before {
    border-radius: 17.5px;
    border: 4px solid #FFD3AE;
    -webkit-box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
            box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
    height: calc(100% - 20px);
    right: -6px;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
.howto__step .stepSwiper::after {
  content: "";
  width: 10%;
  right: -25px;
  bottom: 2px;
  height: calc(100% - 25px);
  position: absolute;
  z-index: 0;
  background-color: #fff;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  border-radius: 33.21px;
  border: 5px solid #FFD3AE;
  -webkit-box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
          box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
}
@media only screen and (max-width: 768px) {
  .howto__step .stepSwiper::after {
    border-radius: 17.5px;
    border: 4px solid #FFD3AE;
    -webkit-box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
            box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
    height: calc(100% - 35px);
    right: -12px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.howto__step .stepSwiper:has(.card-2nd.active)::after {
  content: none;
}
.howto__step .stepSwiper:has(.card-3rd.active)::before, .howto__step .stepSwiper:has(.card-3rd.active)::after {
  content: none;
}
.howto__step .card {
  padding: 40px 43px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 361px;
  border-radius: 33.21px;
  border: 5px solid #FFD3AE;
  -webkit-box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
          box-shadow: 17.079px 18.977px 26.568px -5.541px rgba(180, 140, 102, 0.27);
}
@media (max-width: 935px) {
  .howto__step .card {
    height: 12vw;
    min-height: 400px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 23.5px 21px;
    border-radius: 17.5px;
    border: 4px solid #FFD3AE;
    -webkit-box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
            box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
  }
}
@media only screen and (max-width: 768px) {
  .howto__step .card {
    height: 126.6666666667vw;
    max-height: 630px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 23.5px 21px;
    border-radius: 17.5px;
    border: 4px solid #FFD3AE;
    -webkit-box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
            box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
  }
}
@media (max-width: 374px) {
  .howto__step .card {
    height: 155vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 23.5px 21px;
    border-radius: 17.5px;
    border: 4px solid #FFD3AE;
    -webkit-box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
            box-shadow: 9px 10px 14px -2.92px rgba(180, 140, 102, 0.27);
  }
}
.howto__step .card-inr {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 935px) {
  .howto__step .card-inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .howto__step .card-inr {
    gap: 3.7333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.howto__step .card-left {
  width: calc(100% - 20px - 339px);
}
@media only screen and (max-width: 768px) {
  .howto__step .card-left {
    width: 100%;
  }
}
.howto__step .card-right {
  width: 339px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-right {
    width: 100%;
  }
}
.howto__step .card-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28.5px;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-step {
    margin-bottom: 5.0666666667vw;
  }
}
.howto__step .card-step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #ACACAC;
  width: 122px;
  height: 43px;
  border-radius: 23px;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-step li {
    width: 85px;
    height: 32.5px;
    border-radius: 17.25px;
  }
}
.howto__step .card-step li.is-active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.88%, #FC8E22), color-stop(99.18%, #FF5A30));
  background: linear-gradient(90deg, #FC8E22 0.88%, #FF5A30 99.18%);
}
.howto__step .card-step li p {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-step li p {
    font-size: 12px;
  }
}
.howto__step .card-step li span {
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-step li span {
    font-size: 24px;
  }
}
.howto__step .card-text {
  color: #000;
}
.howto__step .card-text h3 {
  font-size: 25px;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-text h3 {
    font-size: 18px;
  }
}
.howto__step .card-text p {
  font-size: 19.8px;
  line-height: 1.98;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-text p {
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.howto__step .card-img {
  width: 100%;
  border-radius: 33.21px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .howto__step .card-img {
    border-radius: 17.5px;
  }
}
.howto__step .card-img img {
  width: 100%;
  vertical-align: top;
}
.howto__step .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  bottom: -90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .howto__step .nav-buttons {
    gap: 10px;
    bottom: -80px;
  }
}
.howto__step .swiper-button-prev,
.howto__step .swiper-button-next {
  position: static; /* デフォルトのabsolute解除 */
  color: #f57c00;
  width: 60px;
  height: 60px;
  border: 3px solid #FF9432;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .howto__step .swiper-button-prev,
  .howto__step .swiper-button-next {
    border: 2.4px solid #FF9432;
    width: 46px;
    height: 46px;
  }
}
.howto__step .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 10px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2218%22%20viewBox%3D%220%200%2012%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.84961%202.20508L8.47973%209.07199L1.84961%2015.9389%22%20stroke%3D%22%23FF9432%22%20stroke-width%3D%223.65333%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat center/contain;
}
.howto__step .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2218%22%20viewBox%3D%220%200%2012%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.84961%202.20508L8.47973%209.07199L1.84961%2015.9389%22%20stroke%3D%22%23FF9432%22%20stroke-width%3D%223.65333%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat center/contain;
}
.howto__step .swiper-button-prev:hover,
.howto__step .swiper-button-next:hover {
  background: #FF9432;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.howto__step .swiper-button-prev:hover::after,
.howto__step .swiper-button-next:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.howto__step .card {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.howto__step .card.prev {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg); /* 時計回り */
}
.howto__step .card.next {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); /* 反時計回り */
}
.howto__step .card.active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); /* 真っすぐ */
}

.navigation {
  background: #F4F5F8;
  border-radius: 80px 80px 0 0;
  padding: 100px 20px 180px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .navigation {
    border-radius: 40px 40px 0 0;
    padding: 50px 0 24vw;
  }
}
.navigation__container {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .navigation__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.navigation__icon {
  max-width: 142px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .navigation__icon {
    max-width: 146.5px;
  }
}
.navigation__icon img {
  width: 100%;
}
.navigation__title {
  max-width: 358px;
  margin: auto;
  padding-top: 10px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .navigation__title {
    max-width: 280px;
    padding-top: 15px;
  }
}
.navigation__title img {
  width: 100%;
}
.navigation__item {
  max-width: 576px;
  margin: auto;
  padding-top: 50px;
}
.navigation__item img {
  width: 100%;
  vertical-align: top;
}
.navigation__list {
  margin: 25px auto 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (max-width: 1024px) {
  .navigation__list {
    margin: 26.5px auto 0;
    font-size: 1.35rem;
    line-height: 190%;
    letter-spacing: -0.35px;
  }
}
.navigation__list li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .navigation__list li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.navigation__list__target {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .navigation__list__target {
    letter-spacing: -0.5px;
  }
}
.navigation__note {
  margin: 24px auto 0;
  text-align: left;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .navigation__note {
    margin: 23px auto 0;
    font-size: 1.2rem;
    letter-spacing: -0.35px;
  }
}
.navigation__note__link {
  color: #FF9432;
  text-decoration-line: underline;
}

.info {
  width: 100%;
  background: #fff;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
}
@media only screen and (max-width: 768px) {
  .info {
    border-radius: 40px 40px 0 0;
    margin-top: -10.6666666667vw;
  }
}
.info__container {
  max-width: 1012px;
  margin: 0 auto;
  padding: 100px 0 165px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .info__container {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.info__icon {
  max-width: 162px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .info__icon {
    max-width: 165px;
  }
}
.info__title {
  max-width: 359px;
  padding-top: 10px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .info__title {
    max-width: 282px;
    padding-top: 15px;
  }
}
.info__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 56px;
  width: 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .info__article {
    gap: 65px 0;
    margin-top: 30px;
    padding: 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.info__article__item {
  max-width: 300px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .info__article__item {
    width: 100%;
    max-width: 100%;
  }
}
.info__article__img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq {
  position: relative;
  padding: 80px 20px 160px;
  margin-top: -65px;
  z-index: 2;
  text-align: center;
  background: #F4F5F8;
  border-radius: 80px 80px 0 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding: 13.3333333333vw 5.3333333333vw 17.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq__container {
    margin-top: 0px;
  }
}
.faq__icon {
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .faq__icon {
    padding-bottom: 3.4666666667vw;
  }
}
.faq__icon img {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .faq__icon img {
    width: 64.5px;
  }
}
.faq__title {
  padding-bottom: 60px;
  font-size: 40px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Std";
}
@media only screen and (max-width: 768px) {
  .faq__title {
    font-size: 8.5333333333vw;
    letter-spacing: -1.28px;
    padding-bottom: 6.6666666667vw;
  }
}
.faq__title img {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .faq__title img {
    width: 216px;
  }
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 60px 140px 50px;
  background-color: #fff;
  -webkit-filter: drop-shadow(12px 12px 21px rgba(126, 110, 88, 0.1));
          filter: drop-shadow(12px 12px 21px rgba(126, 110, 88, 0.1));
  border-radius: 40px;
  max-width: 920px;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .faq__list {
    padding: 60px 90px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .faq__list {
    border-radius: 20px;
    padding: 15px 20px 30px;
  }
}
.faq__list .faq__item {
  display: none;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item {
    padding: 0;
  }
}
.faq__list .faq__item .faq__question {
  font-size: 2rem;
  font-weight: 400;
  padding: 24px 15px 17px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .faq__list .faq__item .faq__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__question {
    padding: 21px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.faq__list .faq__item .faq__question p {
  width: 650px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__question p {
    width: 100%;
    margin-right: 10px;
  }
}
.faq__list .faq__item .faq__question p:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq__list .faq__item .faq__question::before {
  content: "";
  display: inline-block;
  min-width: 19px;
  min-height: 21px;
  background-image: url("../images/faq_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .faq__list .faq__item .faq__question::before {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__question::before {
    min-width: 17px;
    min-height: 19px;
    margin-top: 0;
    margin-right: 15px;
  }
}
.faq__list .faq__item .faq__question::after {
  content: "";
  display: inline-block;
  min-width: 19px;
  min-height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 10px;
  background-image: url("../images/faq_plus.svg");
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__question::after {
    min-width: 18px;
    min-height: 18px;
    margin-top: 10px;
    margin-right: 0;
  }
}
.faq__list .faq__item .faq__question.collapsed::after {
  background-image: url("../images/faq_plus.svg");
}
.faq__list .faq__item .faq__question:not(.collapsed)::after {
  background-image: url("../images/faq_minus.svg");
}
.faq__list .faq__item .faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 0;
  font-size: 2rem;
  text-align: left;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px 0 30px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__answer {
    padding: 0;
    margin-right: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.faq__list .faq__item .faq__answer.open {
  padding: 15px 15px 20px 30px;
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__answer.open {
    padding: 0 0 20px 0;
  }
}
.faq__list .faq__item .faq__answer::before {
  content: "";
  display: inline-block;
  min-width: 18px;
  min-height: 19px;
  background-image: url("../images/faq_answer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 40px;
  margin-top: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .faq__list .faq__item .faq__answer::before {
    min-width: 14.5px;
    min-height: 15.5px;
    margin-top: 3px;
    margin-right: 15px;
  }
}
.faq__list .faq__item .faq__answer__text {
  display: inline-grid;
}
.faq__list .faq__item .faq__answer__text p.none_icon::before {
  background-image: none;
}
.faq__list .faq__item .faq__answer__text p a {
  color: #FC6A45;
  text-decoration: none;
  border-bottom: 1px solid #FC6A45;
  opacity: 1;
}
.faq__list .faq__item .faq__answer__text p a:hover {
  opacity: 0.7;
}
.faq__more {
  background-color: #f0f0f5;
  border: none;
  padding: 10px 20px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 26px;
  cursor: pointer;
  color: #333;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .faq__more {
    font-size: 15px;
    padding: 10px 22px;
    margin-top: 20px;
  }
}
.faq__more:hover {
  background-color: #e0e0e5;
}
.faq.-is-faq {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .faq.-is-faq .faq__container {
    margin-top: 0;
    padding: 50px 20px 65px;
  }
}

.contact {
  text-align: center;
  background-color: #f9f9fb;
  padding: 100px 80px;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 15.4666666667vw 0 13.3333333333vw;
  }
}
.contact__title {
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 20px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .contact__title {
    padding-bottom: 6.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .contact__title img {
    width: 168px;
  }
}
.contact__text {
  font-size: 1.3rem;
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}
.contact__buttonWrapper {
  max-width: 225px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contact__buttonWrapper {
    max-width: 300px;
  }
}
.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625vw;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background: linear-gradient(135deg, #828282 0%, #4C4C4C 60%, #4C4C4C 100%);
  background-size: 200% 200%;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
@media print, screen and (min-width: 769px) {
  .contact__button {
    height: 43px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .contact__button {
    width: 290px;
    gap: 15px;
    font-size: 1.8rem;
    padding: 9px 5px;
    letter-spacing: 0;
  }
}
.contact__button:hover {
  background-position: 100% 0;
}
.contact__buttonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact__buttonIcon {
    width: 42px;
    height: 42px;
    margin-left: 9px;
  }
}
.contact__buttonIcon img {
  width: 13.5px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  .contact__buttonIcon img {
    width: 18px;
    height: 14px;
  }
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .contact__list {
    margin-top: 5.8666666667vw;
  }
}
.contact__list li a {
  color: #000;
  font-size: 12.275px;
  font-weight: 400;
  line-height: 130%; /* 15.957px */
  text-decoration: underline;
}