body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  cursor: pointer;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.wrapper > * {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.wrapper > * > * {
  position: relative;
  height: 100%;
  background-size: cover;
}
.wrapper > * > * .cont {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 2% 0;
}
@media screen and (max-width: 1920px) {
  .wrapper > * > * .cont {
    width: 57.2916666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper > * > * .cont {
    max-width: none;
    width: 100%;
    padding: 2%;
  }
}
.wrapper > * > * .cont > * {
  z-index: 1;
}
.wrapper .main .cont, .wrapper .btn .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-block img {
  display: block;
  width: 100%;
}

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

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

.flex {
  display: flex;
}

.title {
  padding: 0 20%;
}

.inlineblock {
  display: inline-block;
}

.fadeInUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.in-view {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.show {
  opacity: 1;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.btn {
  background-image: url(../img/btn-back.png);
}
@media screen and (max-width: 750px) {
  .btn {
    background-image: url(../img/btn-back-sp.png);
  }
}
.btn .cont {
  padding: 5% 0;
}
@media screen and (max-width: 750px) {
  .btn .cont {
    padding: 5% 2%;
  }
}
.btn .cont .image-block:first-child {
  z-index: 2;
}
.btn .cont .flex {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .btn .cont .flex > .image-block:first-child {
    padding: 10px 11%;
  }
}
.btn .cont .flex > .image-block:last-child {
  padding: 15px 13%;
}
@media screen and (max-width: 750px) {
  .btn .cont .flex > .image-block:last-child {
    padding: 15px 12%;
  }
}
.btn .cont .box1, .btn .cont .box2 {
  margin-top: -5%;
  overflow: hidden;
  width: 645px;
  height: 172px;
  border-radius: 100px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .box1, .btn .cont .box2 {
    width: 33.59375vw;
    height: 8.9583333333vw;
    border-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .box1, .btn .cont .box2 {
    margin-top: -9%;
    padding: 0;
    width: 89.0666666667vw;
    height: 23.7333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.btn .cont .shine-button {
  background: #06c755;
  text-align: center;
  display: block;
  max-width: inherit;
  width: 98%;
  height: 95%;
  border-radius: inherit;
  border: solid 2px #ffffff;
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(80, 80, 80, 0.4);
  overflow: hidden;
}
.btn .cont .shine-button::after {
  content: "";
  width: 97%;
  height: 90%;
  border: solid 5px #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .shine-button::after {
    border-width: 0.2604166667vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .shine-button::after {
    border-width: 0.6666666667vw;
  }
}
.btn .cont .shine-button .text_wrap {
  color: white;
  width: 100%;
  height: 100%;
  padding: 4% 0 3%;
  display: block;
  text-decoration: none;
}
.btn .cont .shine-button .text_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  background-image: url(../img/line_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .shine-button .text_wrap::before {
    width: 3.8020833333vw;
    height: 3.8020833333vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .shine-button .text_wrap::before {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.btn .cont .shine-button .text1 {
  padding-top: 1%;
  display: block;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .shine-button .text1 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .shine-button .text1 {
    font-size: 4.6666666667vw;
  }
}
.btn .cont .shine-button .text2 {
  padding-top: 1%;
  display: inline-block;
  font-weight: bold;
  font-size: 45px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .shine-button .text2 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .shine-button .text2 {
    font-size: 6.4vw;
  }
}
.btn .cont .shine-button .text2 .small_word {
  display: inline-block;
  font-size: 32px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .shine-button .text2 .small_word {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .shine-button .text2 .small_word {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .box1 .shine-button .text_wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    transform: translateY(-50%);
    background-image: url(../img/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    width: 15.4666666667vw;
    height: 14.4vw;
    top: 15.3333333333vw;
  }
}
.btn .cont .box2 .text2 {
  padding-left: 8%;
}
@media screen and (max-width: 750px) {
  .btn .cont .box2 .text2 {
    padding-left: 12%;
  }
}

.header .mv {
  overflow-x: hidden;
  overflow-y: hidden;
}
.header .mv .cont, .header .mv .back {
  padding: 0;
}
.header .mv .cont {
  position: absolute;
  top: 0;
  left: 20%;
  max-height: 905px;
  height: 47.1354166667vw;
}
@media screen and (max-width: 750px) {
  .header .mv .cont {
    left: 0;
    max-height: 941px;
    height: 125.4666666667vw;
  }
}
.header .mv .catch {
  position: absolute;
  left: 0;
  max-width: 780px;
  top: 200px;
}
@media screen and (max-width: 1920px) {
  .header .mv .catch {
    width: 40.625vw;
    top: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .header .mv .catch {
    width: 70.6666666667vw;
    top: 28vw;
  }
}
.header .mv .catch .image-block:first-child {
  padding-bottom: 10px;
  animation-duration: 1.5s;
  max-width: 690px;
}
@media screen and (max-width: 1920px) {
  .header .mv .catch .image-block:first-child {
    width: 35.9375vw;
  }
}
@media screen and (max-width: 750px) {
  .header .mv .catch .image-block:first-child {
    width: 62.6666666667vw;
  }
}
.header .mv .catch .image-block:last-child {
  animation-duration: 1.8s;
}
.header .mv .money {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header .mv .money .box {
  max-width: 580px;
  width: 100%;
  padding: 0 2% 2% 0;
  box-sizing: initial;
}
@media screen and (max-width: 1920px) {
  .header .mv .money .box {
    width: 31.25vw;
    padding: 0 0 2%;
  }
}
@media screen and (max-width: 750px) {
  .header .mv .money .box {
    width: 53.3333333333vw;
    padding: 0 2% 2% 0;
  }
}
.header .mv .money .box .image-block {
  padding: 0 25% 8% 0;
}
@media screen and (max-width: 750px) {
  .header .mv .money .box .image-block {
    padding: 0 15% 13% 0;
  }
}

.step + .btn .cont {
  padding: 5% 0 3%;
}

.nayami {
  background-image: url(../img/nayami-back.png);
}
@media screen and (max-width: 750px) {
  .nayami {
    background-image: url(../img/nayami-back-sp.png);
  }
}

.kasegu {
  background: linear-gradient(to bottom, #fefffe 0%, #fefce8 10%, #fefce6 30%, #fefce6 70%, #fefdf0 90%, #FAF8EE 100%);
  padding: 5% 0 5%;
}
@media screen and (max-width: 750px) {
  .kasegu .cont {
    padding: 2% 0;
  }
}
.kasegu .cont > .flex {
  max-width: 1030px;
  padding-top: 5%;
}
@media screen and (max-width: 750px) {
  .kasegu .cont > .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .kasegu .cont > .flex .image-block:nth-child(odd) {
    padding-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .kasegu .cont > .flex .image-block:nth-child(even) {
    padding-left: 2%;
  }
}
.kasegu .cont .osatu {
  padding: 5% 11%;
}
@media screen and (max-width: 750px) {
  .kasegu .cont .osatu {
    padding: 5% 0;
  }
}
.kasegu .cont .osatu .flex {
  width: 100%;
  align-items: center;
}
.kasegu .cont .osatu .flex .image-block:first-child {
  margin-right: -10%;
}
.kasegu .cont .osatu .flex .image-block:last-child {
  margin-left: -10%;
}

.step {
  padding: 5% 0 5%;
  background-image: url(../img/step-back.png);
}
@media screen and (max-width: 750px) {
  .step {
    background-image: url(../img/step-back-sp.png);
  }
}
.step .pc-only {
  padding-top: 5%;
}
@media screen and (max-width: 750px) {
  .step .sp-only .image-block:nth-child(odd) {
    padding-right: 10%;
  }
  .step .sp-only .image-block:nth-child(even) {
    padding-left: 10%;
  }
  .step .sp-only .image-block:nth-child(n+2) {
    margin-top: -50px;
  }
  .step .sp-only .image-block:nth-child(1) {
    position: relative;
    z-index: 3;
  }
  .step .sp-only .image-block:nth-child(2) {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 576px) {
  .step .sp-only .image-block:nth-child(n+2) {
    margin-top: -35px;
  }
}

.banner {
  padding: 3% 0;
}
@media screen and (max-width: 750px) {
  .banner {
    padding: 5% 2%;
  }
}

.top .main {
  padding: 0;
}

.footer {
  padding: 20px 0 30px;
  background-color: #59a85c;
  color: #ffffff;
  text-align: center;
}
.footer .lists {
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .footer .lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  .footer .lists .list {
    margin-bottom: 10px;
  }
}
.footer .lists .list > .link {
  padding: 10px 19px;
}
.footer .lists .list:nth-child(2) > .link {
  position: relative;
}
.footer .lists .list:nth-child(2) > .link::before, .footer .lists .list:nth-child(2) > .link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .footer .lists .list:nth-child(2) > .link::before, .footer .lists .list:nth-child(2) > .link::after {
    display: none;
  }
}
.footer .lists .list:nth-child(2) > .link::before {
  top: 13px;
  left: 0;
}
.footer .lists .list:nth-child(2) > .link::after {
  top: 13px;
  left: 197px;
}
.footer .copyright {
  font-size: 16px;
}

.policy, .sctl, .tos {
  line-height: 1.8;
}
.policy .wrapper, .sctl .wrapper, .tos .wrapper {
  background-color: #fdffa6;
}
.policy .header .cont, .policy .main .cont, .sctl .header .cont, .sctl .main .cont, .tos .header .cont, .tos .main .cont {
  max-width: none;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  padding: 20px 30px;
}
@media screen and (max-width: 960px) {
  .policy .header .cont, .policy .main .cont, .sctl .header .cont, .sctl .main .cont, .tos .header .cont, .tos .main .cont {
    padding: 2% 3%;
  }
}
.policy .header .box, .sctl .header .box, .tos .header .box {
  padding: 2% 3% 0;
}
.policy .header .title, .sctl .header .title, .tos .header .title {
  max-width: 1100px;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .policy .header .title, .sctl .header .title, .tos .header .title {
    font-size: clamp(22px, 6.28vw, 30px);
  }
}
.policy .header .text, .sctl .header .text, .tos .header .text {
  padding: 10% 0 20px;
  font-weight: bold;
  text-align: center;
}
.policy .main .kiyaku, .sctl .main .kiyaku, .tos .main .kiyaku {
  padding: 0 3%;
}
.policy .main .kiyaku .item, .sctl .main .kiyaku .item, .tos .main .kiyaku .item {
  max-width: 1100px;
  width: 100%;
}
.policy .main .kiyaku .item-title, .sctl .main .kiyaku .item-title, .tos .main .kiyaku .item-title {
  border-bottom: solid 4px #fdffa6;
  padding: 10px 2%;
  margin: 20px 0;
}
.policy .main .kiyaku .item-title .title, .sctl .main .kiyaku .item-title .title, .tos .main .kiyaku .item-title .title {
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .policy .main .kiyaku .item-title .title, .sctl .main .kiyaku .item-title .title, .tos .main .kiyaku .item-title .title {
    font-size: clamp(18px, 5.14vw, 20px);
  }
}
.policy .main .kiyaku .item-desc, .policy .main .kiyaku .item-ul, .policy .main .kiyaku .item-ol, .policy .main .kiyaku .item-ol2, .policy .main .kiyaku .item-info, .sctl .main .kiyaku .item-desc, .sctl .main .kiyaku .item-ul, .sctl .main .kiyaku .item-ol, .sctl .main .kiyaku .item-ol2, .sctl .main .kiyaku .item-info, .tos .main .kiyaku .item-desc, .tos .main .kiyaku .item-ul, .tos .main .kiyaku .item-ol, .tos .main .kiyaku .item-ol2, .tos .main .kiyaku .item-info {
  padding: 10px 2%;
}
.policy .main .kiyaku .item-ul, .sctl .main .kiyaku .item-ul, .tos .main .kiyaku .item-ul {
  list-style-type: disc;
}
.policy .main .kiyaku .item-ul .list, .sctl .main .kiyaku .item-ul .list, .tos .main .kiyaku .item-ul .list {
  margin-left: 17px;
}
.policy .footer, .sctl .footer, .tos .footer {
  background-color: #fdffa6;
  color: #222222;
}
.policy .footer .lists .list:nth-child(2) .link::before, .policy .footer .lists .list:nth-child(2) .link::after, .sctl .footer .lists .list:nth-child(2) .link::before, .sctl .footer .lists .list:nth-child(2) .link::after, .tos .footer .lists .list:nth-child(2) .link::before, .tos .footer .lists .list:nth-child(2) .link::after {
  background-color: #222222;
}

.sctl .header .title {
  border-bottom: solid 4px #fdffa6;
}
.sctl .hyou {
  padding: 0 3%;
}
.sctl .hyou .overview {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 2%;
}
.sctl .hyou .overview .dl {
  width: 100%;
  border: solid 1px #dbdbdb;
}
.sctl .hyou .overview .dl_flex {
  display: flex;
  align-items: center;
  border-collapse: collapse;
  border-top: solid 1px #dbdbdb;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sctl .hyou .overview .dl_flex .dt_wrap {
  width: 30%;
  font-weight: normal;
  background-color: #f5f5f5;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dt_wrap {
    width: 100%;
    padding: 10px 0;
  }
}
.sctl .hyou .overview .dl_flex .dt_wrap .dt {
  margin-left: 8%;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dt_wrap .dt {
    width: 100%;
    font-size: clamp(0.75rem, 0.545rem + 0.94vw, 1.125rem);
    margin-left: 0;
    padding-left: 5%;
  }
}
.sctl .hyou .overview .dl_flex .dd {
  width: 70%;
  margin: 0;
  margin-left: 5%;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dd {
    width: 100%;
    font-size: clamp(0.75rem, 0.545rem + 0.94vw, 1.125rem);
    padding: 15px 0;
    margin-left: 0;
    padding-left: 5%;
  }
}

.tos .kiyaku .item .end {
  text-align: right;
}
.tos .kiyaku .item .days, .tos .kiyaku .item .company {
  padding: 3% 2% 4%;
}/*# sourceMappingURL=style.css.map */