@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.kuyou-intro {
  background-image: url(../../img/common/bg_paper.webp);
  padding-top: 90px;
  padding-bottom: 70px;
}
@media (max-width: 428px) {
  .kuyou-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.kuyou-intro > .m-inner:after {
  content: "";
  display: block;
  width: 182px;
  aspect-ratio: 364/372;
  margin: 16px auto 0;
  background-image: url(../../img/kuyou/deco_intro.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 428px) {
  .kuyou-intro > .m-inner:after {
    width: 160px;
  }
}
.kuyou-intro > .m-inner > .ttl {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
@media (max-width: 428px) {
  .kuyou-intro > .m-inner > .ttl {
    font-size: 18px;
  }
}
.kuyou-intro > .m-inner > .desc {
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 428px) {
  .kuyou-intro > .m-inner > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}
.kuyou-intro > .m-inner > .desc:nth-child(2) {
  margin-top: 20px;
}

.kuyou-eidai {
  padding-top: 132px;
}
@media (max-width: 428px) {
  .kuyou-eidai {
    padding-top: 80px;
  }
}
.kuyou-eidai > .lead {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .lead {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
.kuyou-eidai > .listReason {
  width: 397px;
  margin: 19px auto 0;
  position: relative;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listReason {
    width: fit-content;
  }
}
.kuyou-eidai > .listReason:after {
  content: "";
  display: block;
  width: 81px;
  aspect-ratio: 162/212;
  background-image: url(../../img/kuyou/deco_eidai.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .kuyou-eidai > .listReason:after {
    position: static;
    margin: 20px auto 0;
    transform: none;
  }
}
.kuyou-eidai > .listReason > li {
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listReason > li {
    font-size: 14px;
  }
}
.kuyou-eidai > .listReason > li:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/16;
  margin-top: 0.6em;
  margin-right: 9px;
  background-image: url(../../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.kuyou-eidai > .desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.kuyou-eidai > .listPlan {
  margin: 50px auto 0;
  background-color: #F5F5F5;
  width: 1080px;
  max-width: 100%;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  gap: 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan {
    gap: 30px;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.kuyou-eidai > .listPlan > .group {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group {
    width: 100%;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type {
  width: 100%;
  position: relative;
  aspect-ratio: 980/300;
  position: relative;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type {
    aspect-ratio: auto;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type:before {
  content: "";
  display: block;
  width: 137px;
  aspect-ratio: 274/250;
  background-image: url(../../img/kuyou/deco_goudoukuyou.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 29px;
  left: 296px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type:before {
    content: none;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type > dt {
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type > dt {
    max-width: 100%;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type > dt > img {
  width: 470px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type > dt > img {
    width: 100%;
    position: static;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type > dt > .wrap {
  margin-top: 0;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type > dt > .wrap {
    margin-top: 12px;
  }
}
.kuyou-eidai > .listPlan > .group:first-of-type > dd {
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:first-of-type > dd {
    max-width: 100%;
  }
}
.kuyou-eidai > .listPlan > .group:last-of-type > dd {
  width: calc(100% + 1em);
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group:last-of-type > dd {
    width: 100%;
  }
}
.kuyou-eidai > .listPlan > .group > dt > img {
  display: block;
  width: 100%;
}
.kuyou-eidai > .listPlan > .group > dt > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dt > .wrap {
    margin-top: 12px;
    padding-right: 0;
  }
}
.kuyou-eidai > .listPlan > .group > dt > .wrap > .txt {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.4333333333;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dt > .wrap > .txt {
    font-size: 20px;
  }
}
.kuyou-eidai > .listPlan > .group > dd {
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dd {
    margin-top: 10px;
  }
}
.kuyou-eidai > .listPlan > .group > dd > .desc {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dd > .desc {
    font-size: 14px;
  }
}
.kuyou-eidai > .listPlan > .group > dd .m-strong {
  color: #897764;
}
.kuyou-eidai > .listPlan > .group > dd > .checkList {
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dd > .checkList {
    margin-top: 12px;
  }
}
.kuyou-eidai > .listPlan > .group > dd > .checkList > li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  color: #897764;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dd > .checkList > li {
    font-size: 14px;
    margin-top: 4px;
  }
}
.kuyou-eidai > .listPlan > .group > dd > .checkList > li:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 16/16;
  margin-top: 0.4em;
  margin-right: 11px;
  background-image: url(../../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 428px) {
  .kuyou-eidai > .listPlan > .group > dd > .checkList > li:before {
    width: 16px;
    margin-top: 0.2em;
  }
}
.kuyou-eidai > .listPlan > .group > dd > .checkList > li:first-of-type {
  margin-top: 0;
}

.kuyou-hakazimai {
  padding-top: 132px;
}
@media (max-width: 428px) {
  .kuyou-hakazimai {
    padding-top: 80px;
  }
}
.kuyou-hakazimai > .list {
  margin: 50px auto 0;
  background-color: #F5F5F5;
  width: 1080px;
  max-width: 100%;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
  gap: 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list {
    margin-top: 30px;
    gap: 30px;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.kuyou-hakazimai > .list > .group {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group {
    width: 100%;
  }
}
.kuyou-hakazimai > .list > .group > dt > img {
  display: block;
  width: 100%;
}
.kuyou-hakazimai > .list > .group > dt > .txt {
  margin-top: 20px;
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.4333333333;
  text-align: center;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dt > .txt {
    font-size: 20px;
    margin-top: 12px;
  }
}
.kuyou-hakazimai > .list > .group > dd {
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dd {
    margin-top: 10px;
  }
}
.kuyou-hakazimai > .list > .group > dd > .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dd > .desc {
    font-size: 14px;
    margin-top: 12px;
  }
}
.kuyou-hakazimai > .list > .group > dd > .desc:first-of-type {
  margin-top: 0;
}
.kuyou-hakazimai > .list > .group > dd > .checkList {
  margin: 20px auto 0;
  width: fit-content;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dd > .checkList {
    margin-top: 12px;
  }
}
.kuyou-hakazimai > .list > .group > dd > .checkList > li {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dd > .checkList > li {
    font-size: 14px;
    margin-top: 4px;
  }
}
.kuyou-hakazimai > .list > .group > dd > .checkList > li:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 16/16;
  margin-top: 0.4em;
  margin-right: 11px;
  background-image: url(../../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .list > .group > dd > .checkList > li:before {
    width: 16px;
    margin-top: 0.2em;
  }
}
.kuyou-hakazimai > .list > .group > dd > .checkList > li:first-of-type {
  margin-top: 0;
}
.kuyou-hakazimai > .note {
  margin: 50px auto 0;
  border: 1px solid #897764;
  padding: 30px;
  width: fit-content;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .note {
    width: 100%;
    margin-top: 30px;
    padding: 20px 15px;
  }
}
.kuyou-hakazimai > .note > .txt {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .kuyou-hakazimai > .note > .txt {
    font-size: 14px;
  }
}

.kuyou-other {
  padding-top: 132px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .kuyou-other {
    padding-top: 80px;
  }
}
.kuyou-other:after {
  content: "";
  display: block;
  width: 155px;
  aspect-ratio: 155/116;
  background-image: url(../../img/kuyou/deco_other.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 24px auto 0;
}
@media (max-width: 428px) {
  .kuyou-other:after {
    width: 140px;
  }
}
.kuyou-other > .desc {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .kuyou-other > .desc {
    font-size: 14px;
    margin-top: 1.8em;
  }
}
.kuyou-other > .desc:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 428px) {
  .kuyou-other > .desc:nth-child(2) {
    margin-top: 30px;
  }
}

.kuyou-faq {
  padding-top: 80px;
  padding-bottom: 137px;
  position: relative;
}
@media (max-width: 428px) {
  .kuyou-faq {
    padding-bottom: 0;
  }
}
.kuyou-faq:before {
  content: "";
  display: block;
  width: 86.75%;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .kuyou-faq:before {
    width: 100%;
  }
}

/*# sourceMappingURL=kuyou.css.map */
