@charset "UTF-8";
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;
}
.wrapper > * > * {
  position: relative;
  height: 100%;
  background-size: cover;
}
.wrapper > * > * .cont {
  max-width: 1200px;
  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: 62.5vw;
  }
}
@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 .box1, .btn .cont .box2 {
  overflow: hidden;
  width: 718px;
  height: 198px;
  border-radius: 100px;
}
@media screen and (max-width: 1920px) {
  .btn .cont .box1, .btn .cont .box2 {
    width: 37.3958333333vw;
    height: 10.3125vw;
    border-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  .btn .cont .box1, .btn .cont .box2 {
    padding: 0;
    width: 89.0666666667vw;
    height: 23.7333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.btn .cont .shine-button {
  background: linear-gradient(to right, #ffbc32 0%, #ffb72f 10%, #ffae2a 20%, #ff9f1f 30%, #ff9416 70%, #ff880a 80%, #ff8000 100%);
  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%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
}
.btn .cont .shine-button .text .pc-only, .btn .cont .shine-button .text .sp-only, .btn .cont .shine-button .allow .pc-only, .btn .cont .shine-button .allow .sp-only {
  width: 100%;
}
.btn .cont .shine-button .text {
  width: 70%;
}
.btn .cont .shine-button .allow {
  width: 15%;
}

.header .mv {
  overflow-x: hidden;
  overflow-y: hidden;
}
.header .mv .cont, .header .mv .back {
  padding: 0;
}
.header .mv .cont {
  position: absolute;
  top: 0;
  left: 11%;
  max-height: 1086px;
  height: 56.5625vw;
}
@media screen and (max-width: 750px) {
  .header .mv .cont {
    left: 0;
    max-height: 1000px;
    height: 133.3333333333vw;
  }
}
.header .mv .cloud {
  max-width: 830px;
  width: 42.5641025641vw;
}
@media screen and (max-width: 750px) {
  .header .mv .cloud {
    margin-top: 6vw;
    margin-left: 10vw;
    max-width: 397px;
    width: 52.93vw;
  }
}
.header .mv .catch {
  position: absolute;
  left: 0;
  top: 335px;
  max-width: 1150px;
  width: 59.8958333333vw;
}
@media screen and (max-width: 1920px) {
  .header .mv .catch {
    top: 17.4479166667vw;
  }
}
@media screen and (max-width: 750px) {
  .header .mv .catch {
    top: 48vw;
    max-width: 685px;
    width: 83.4147333333vw;
  }
}
.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 {
    padding-bottom: 10px;
    max-width: 395px;
    width: 52.6666666667vw;
  }
}
@media screen and (max-width: 576px) {
  .header .mv .catch .image-block:first-child {
    padding-bottom: clamp(5px, 0.66vw, 10px);
  }
}
.header .mv .catch .image-block:nth-child(2) {
  max-width: 780px;
  padding-bottom: 10px;
  animation-duration: 1.8s;
}
@media screen and (max-width: 1920px) {
  .header .mv .catch .image-block:nth-child(2) {
    max-width: 40.625vw;
  }
}
@media screen and (max-width: 750px) {
  .header .mv .catch .image-block:nth-child(2) {
    padding-bottom: 10px;
    max-width: 465px;
    width: 62vw;
  }
}
@media screen and (max-width: 576px) {
  .header .mv .catch .image-block:nth-child(2) {
    padding-bottom: clamp(5px, 0.66vw, 10px);
  }
}
.header .mv .catch .image-block:last-child {
  animation-duration: 2.1s;
}

.jyuuman {
  background-image: url(../img/btn-back.png);
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .jyuuman {
    background-image: url(../img/btn-back-sp.png);
  }
}
.jyuuman .cont {
  padding: 5% 0;
}
@media screen and (max-width: 750px) {
  .jyuuman .cont {
    padding: 5% 2%;
  }
}
.jyuuman .btn {
  background-image: none;
}
@media screen and (max-width: 750px) {
  .jyuuman .present {
    padding: 0 2%;
  }
}

.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 .btn {
  background-image: none;
}

.kensaku {
  background: linear-gradient(to bottom, rgb(250, 248, 238) 0%, rgb(253, 252, 243) 10%, rgb(250, 248, 244) 90%, rgb(250, 248, 230) 100%);
}
.kensaku .title {
  padding: 0;
}
.kensaku .desc {
  padding: 2% 0;
}
.kensaku .box {
  padding: 2%;
  position: relative;
}
.kensaku .box .poyopoyo {
  margin-top: -90%;
}
.kensaku .box:nth-child(2) > .image-block {
  margin-top: 55%;
}
.kensaku .flex {
  align-items: center;
  justify-content: center;
  padding-bottom: 2%;
}
.kensaku .flex .image-block:first-child {
  margin-right: -120px;
}
@media screen and (max-width: 1200px) {
  .kensaku .flex .image-block:first-child {
    margin-right: -20%;
  }
}
.kensaku .flex .image-block:last-child {
  margin-left: -170px;
}
@media screen and (max-width: 1200px) {
  .kensaku .flex .image-block:last-child {
    margin-left: -25%;
  }
}
.kensaku .btn {
  background-image: none;
}
.kensaku .text_wrap .text {
  padding: 0 4%;
}

.zadankai {
  background: linear-gradient(to bottom, #faf8e6 0%, #f5f7e5 10%, #f2f5e4 30%, #edf4e2 50%, #faf7e6 70%, #faf8ee 80%, #faf9f3 100%);
  padding: 5% 0 5%;
}
@media screen and (max-width: 750px) {
  .zadankai .cont {
    padding: 2% 0;
  }
}
.zadankai .cont .title {
  padding: 0 10%;
}
.zadankai .cont > .flex {
  max-width: 1030px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex .image-block:nth-child(odd) {
    padding-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex .image-block:nth-child(even) {
    padding-left: 2%;
  }
}
.zadankai .cont > .flex .box {
  width: 50%;
  padding: 0 2%;
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex .box {
    width: 100%;
  }
}
.zadankai .cont > .flex .box .question, .zadankai .cont > .flex .box .answer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zadankai .cont > .flex .box .pc-only, .zadankai .cont > .flex .box .sp-only {
  width: 100%;
  height: 100%;
}
.zadankai .cont > .flex .box .icon {
  max-width: 50px;
  max-height: 57px;
}
@media screen and (max-width: 1200px) {
  .zadankai .cont > .flex .box .icon {
    max-width: clamp(35px, 3.57vw, 50px);
    max-height: clamp(40px, 4.08vw, 57px);
  }
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex .box .icon {
    max-width: 50px;
    max-height: 57px;
  }
}
@media screen and (max-width: 576px) {
  .zadankai .cont > .flex .box .icon {
    max-width: clamp(35px, 10vw, 50px);
    max-height: clamp(40px, 11.42vw, 57px);
  }
}
.zadankai .cont > .flex .box .text {
  width: 70%;
}
.zadankai .cont > .flex .question {
  background: linear-gradient(to right, #f7f7f4 0%, #f0f5ee 5%, #d8ecd7 10%, #9ed99e 30%, #90d592 70%, #b4e1b3 80%, #d3ebd0 90%, #f5f6f3 100%);
  width: 100%;
  min-height: 80px;
}
@media screen and (max-width: 750px) {
  .zadankai .cont > .flex .question {
    min-height: clamp(115px, 19.96vw, 130px);
  }
}
@media screen and (max-width: 576px) {
  .zadankai .cont > .flex .question {
    min-height: clamp(70px, 20vw, 115px);
  }
}
.zadankai .cont > .flex .question .text {
  padding: 0 15%;
}
.zadankai .cont > .flex .answer {
  align-items: flex-start !important;
  padding: 5% 0;
}
.zadankai .cont > .flex .answer .icon {
  padding-top: 1%;
}
.zadankai .cont > .flex .answer .text {
  padding: 0 5%;
}

.support {
  background: linear-gradient(to bottom, #faf8f8 0%, #faf9f1 5%, #fbfbe1 10%, #fdfdc1 30%, #ffff9a 50%, #ffff9a 60%, #fefeb0 70%, #fcfcd1 80%, #faf8f4 100%);
}
.support .btn {
  background-image: none;
}
.support .btn .cont {
  padding-top: 3%;
  padding-bottom: 3%;
}

.step {
  background-image: url(../img/step_back.png);
  padding: 5% 0 5%;
}
.step .pc-only {
  padding-top: 5%;
}
.step .sp-only {
  padding-top: 5%;
}
.step .sp-only .image-block:nth-child(1) {
  position: relative;
  z-index: 5;
}
.step .sp-only .image-block:nth-child(2) {
  position: relative;
  z-index: 4;
}
.step .sp-only .image-block:nth-child(3) {
  position: relative;
  z-index: 3;
}
.step .sp-only .image-block:nth-child(4) {
  position: relative;
  z-index: 2;
}
@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: -40px;
  }
}
@media screen and (max-width: 576px) {
  .step .sp-only .image-block:nth-child(n+2) {
    margin-top: -25px;
  }
}

.form-wrapper {
  padding-bottom: 6.4%;
  background-color: #faf8f8;
}
.form-wrapper .form-contents .form-layout {
  background-color: #ffffff;
  border: solid 2px #ff8000;
  border-radius: 8px;
  width: 90%;
  margin: 5% auto 10%;
  padding: 40px 20px;
}
.form-wrapper .form-contents .form-layout .form-title {
  width: fit-content;
  margin: 0 auto 30px;
  color: #ff8000;
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 576px) {
  .form-wrapper .form-contents .form-layout .form-title {
    font-size: 28px;
  }
}
.form-wrapper .form-contents .form-item {
  margin: 0 0 20px;
}
.form-wrapper .form-contents .form .input-name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .form-wrapper .form-contents .form .input-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .form-wrapper .form-contents .form .input-name {
    font-size: 16px;
  }
}
.form-wrapper .form-contents .form .input-parts {
  width: 100%;
  position: relative;
  border: solid 2px #d9dada;
  background-color: #faf8f8;
  border-radius: 5px;
}
.form-wrapper .form-contents .form .input-parts + .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  font-size: 16px;
}
.form-wrapper .form-contents .form .input-parts:before, .form-wrapper .form-contents .form .input-parts:after {
  content: "✔";
  display: block;
  display: none;
  color: #59a85c;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
}
.form-wrapper .form-contents .form .input-parts:after {
  display: block;
  display: none;
  content: "⚠";
  color: red;
}
.form-wrapper .form-contents .form .input-parts.valid:before {
  display: block;
}
.form-wrapper .form-contents .form .input-parts.invalid:after {
  display: block;
}
.form-wrapper .form-contents .form .input-parts.invalid + .error-area {
  display: block;
}
.form-wrapper .form-contents .form .input-parts .input, .form-wrapper .form-contents .form .input-parts .select {
  width: 100%;
  padding: 15px;
}
.form-wrapper .form-contents .form .input-parts .textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
}
.form-wrapper .form-contents .form .input-parts + .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .form-wrapper .form-contents .form .input-parts + .error-area {
    font-size: clamp(13px, 3.71vw, 16px);
  }
}
.form-wrapper .form-contents .form .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  position: relative;
}
.form-wrapper .form-contents .form .error-area.valid .check-icon {
  display: block;
}
.form-wrapper .form-contents .form .error-area.valid .error-icon {
  display: none;
}
.form-wrapper .form-contents .form .error-area.valid .error-message {
  display: none;
}
.form-wrapper .form-contents .form .error-area.invalid .check-icon {
  display: none;
}
.form-wrapper .form-contents .form .error-area.invalid .error-icon {
  display: block;
}
.form-wrapper .form-contents .form .error-area.invalid .error-message {
  display: block;
}
.form-wrapper .form-contents .form .error-area .check-icon,
.form-wrapper .form-contents .form .error-area .error-icon {
  color: green;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: -70px;
  bottom: 0;
  margin: auto 0;
}
.form-wrapper .form-contents .form .error-area .error-icon {
  color: red;
  top: -85px;
}
.form-wrapper .btn {
  background-image: none;
}
.form-wrapper .btn .text {
  padding: 0 4%;
}

.kiyaku-box {
  width: 80%;
  margin: 0 auto;
  overflow: scroll;
  height: 200px;
  margin: 50px auto;
  padding: 20px;
  border: solid 2px #d9dada;
  background-color: #ffffff;
}
.kiyaku-box .kiyaku {
  padding: 0 3%;
}
.kiyaku-box .kiyaku .item {
  max-width: 1200px;
  width: 100%;
}
.kiyaku-box .kiyaku .item-title {
  border-bottom: solid 4px #ff8000;
  padding: 10px 2%;
  margin: 20px 0;
}
.kiyaku-box .kiyaku .item-title .title {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.kiyaku-box .kiyaku .item-desc, .kiyaku-box .kiyaku .item-ul, .kiyaku-box .kiyaku .item-ol, .kiyaku-box .kiyaku .item-info {
  padding: 10px 2%;
}

.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 > a {
  padding: 10px 20px;
}
.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;
}

.thanks .wrapper {
  background-image: url("../img/thanks-bg-pc.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper {
    background-image: url(../img/thanks-bg-sp.png);
    min-height: 354px;
    background-size: contain;
  }
}
.thanks .wrapper > .header, .thanks .wrapper > .footer {
  width: 100%;
  position: relative;
}
.thanks .wrapper > .header > *, .thanks .wrapper > .footer > * {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.thanks .wrapper > .header .contents {
  padding: 70px 112px;
}
@media screen and (max-width: 960px) {
  .thanks .wrapper > .header .contents {
    padding: 7.5% 11%;
  }
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .header .contents {
    padding: clamp(55px, 9.54vw, 70px) 0;
  }
}
@media screen and (max-width: 576px) {
  .thanks .wrapper > .header .contents {
    padding: clamp(32px, 9.14vw, 55px) 0;
  }
}
.thanks .wrapper > .header .contents .image-block {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .header .contents .image-block {
    max-width: clamp(537px, 93.22vw, 700px);
  }
}
@media screen and (max-width: 576px) {
  .thanks .wrapper > .header .contents .image-block {
    max-width: clamp(326px, 93.14vw, 537px);
  }
}
.thanks .wrapper > .main {
  width: 100%;
}
.thanks .wrapper > .main > * {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.thanks .wrapper > .main > * > * {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.thanks .wrapper > .main .up-cont {
  max-width: 960px;
  margin: 0 auto;
}
.thanks .wrapper > .main .up-cont > .image-block:first-child {
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .thanks .wrapper > .main .up-cont {
    padding: 0 5%;
  }
}
.thanks .wrapper > .main .up-cont .image-block {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .up-cont .image-block {
    width: 100%;
  }
}
.thanks .wrapper > .main .c-cont {
  padding: 5% 0;
}
.thanks .wrapper > .main .info {
  width: 80%;
  margin: 0 auto;
  border: solid 2px #ff8000;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .info {
    width: 100%;
  }
}
.thanks .wrapper > .main .info .h2 {
  background-color: #ff8000;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .info .h2 {
    font-size: clamp(22px, 3.81vw, 28px);
  }
}
@media screen and (max-width: 576px) {
  .thanks .wrapper > .main .info .h2 {
    font-size: clamp(16px, 4.57vw, 22px);
  }
}
.thanks .wrapper > .main .info .box {
  padding: 3%;
  color: #ff8000;
  font-weight: bold;
}
.thanks .wrapper > .main .info .box .flex {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .info .box .flex {
    justify-content: flex-start;
    gap: 0px;
  }
}
.thanks .wrapper > .main .info .box .flex .h3 {
  width: 30%;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .info .box .flex .h3 {
    width: 35%;
    font-size: clamp(18px, 3.12vw, 20px);
  }
}
@media screen and (max-width: 576px) {
  .thanks .wrapper > .main .info .box .flex .h3 {
    width: 40%;
    font-size: clamp(13px, 3.71vw, 18px);
  }
}
.thanks .wrapper > .main .info .box .flex .data {
  width: 70%;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .info .box .flex .data {
    width: 65%;
    font-size: clamp(18px, 3.12vw, 20px);
  }
}
@media screen and (max-width: 576px) {
  .thanks .wrapper > .main .info .box .flex .data {
    width: 60%;
    font-size: clamp(13px, 3.71vw, 18px);
  }
}
.thanks .wrapper > .main .thanks-btn {
  padding: 5% 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .thanks-btn {
    width: 100%;
  }
}
.thanks .wrapper > .main .down-cont {
  position: relative;
}
.thanks .wrapper > .main .down-cont .image-block:first-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 689px;
}
@media screen and (max-width: 750px) {
  .thanks .wrapper > .main .down-cont .image-block:first-child {
    padding: 0 5%;
  }
}
.thanks .wrapper > .main .down-cont .image-block:last-child {
  max-width: none;
}
.thanks .wrapper > .main .down-cont .image-block:last-child .pc-only {
  object-fit: cover;
  width: 1920px;
  height: 818px;
}/*# sourceMappingURL=style.css.map */