@font-face {
  font-family: "GenJyuuGothicL";
  src: url("../fonts/GenJyuuGothicL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GenJyuuGothicL";
  src: url("../fonts/GenJyuuGothicL-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.formThanks .section__formThanks {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .formThanks .section__formThanks {
    margin-top: 47px;
  }
}
.formThanks .thanks__message {
  position: relative;
  margin-bottom: 262px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .formThanks .thanks__message {
    margin-bottom: 211px;
    margin-inline: auto;
    max-width: 510px;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.formThanks .thanks__message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -209px;
  left: 50%;
  translate: -50% 0;
  width: 98px;
  height: auto;
  aspect-ratio: 89/150;
  background: url("../img/common/img-fukumin-bow.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .formThanks .thanks__message::after {
    bottom: -163px;
    left: 49.5%;
    width: 71px;
  }
}
.formThanks .toTopPage__link {
  position: relative;
  display: block;
  margin-inline: auto;
  margin-bottom: 51px;
  width: 300px;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #004097;
  border-radius: 50vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .formThanks .toTopPage__link {
    width: 290px;
    height: 44px;
  }
}
.formThanks .toTopPage__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .formThanks .toTopPage__link {
    font-size: 14px;
    line-height: 44px;
  }
}
@media (any-hover: hover) {
  .formThanks .toTopPage__link:hover {
    opacity: 0.7;
  }
  .formThanks .toTopPage__link:hover::before {
    left: 110%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/*# sourceMappingURL=common-form-thanks.css.map */