/*********************************/
/*          MainVisual           */
/*********************************/
.fixedBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.fixedBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv {
  height: 100vh;
}

.mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept {
  position: relative;
  background-image: url(../img/top/hero_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.concept__inner {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-top: 16vw;
  padding-bottom: 60.6666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .concept__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 344px;
    padding-bottom: 455px;
    max-width: 1640px;
  }
}

.concept__contents {
  max-width: 106.6666666667vw;
  width: 100%;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 8vw 6.6666666667vw;
  border-radius: 0;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .concept__contents {
    max-width: 800px;
    padding: 60px 80px;
    border-radius: 20px;
  }
}

.concept__title {
  font-size: 5.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .concept__title {
    font-size: 50px;
  }
}

.concept__text {
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  .concept__text {
    font-size: 20px;
    margin-top: 60px;
  }
}

.concept__en {
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .concept__en {
    font-size: 20px;
    margin-top: 40px;
  }
}

.concept__bottom {
  position: absolute;
  bottom: 13.3333333333vw;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .concept__bottom {
    bottom: 100px;
  }
}
.concept__bottom p {
  font-size: 26.6666666667vw;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .concept__bottom p {
    font-size: 200px;
  }
}

.concept__bottomInner {
  display: flex;
  width: max-content;
  animation: scrollTextright 100s linear infinite;
}

@keyframes scrollTextleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollTextright {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.service__inner {
  margin: 0 auto;
  max-width: 100%;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  padding-top: 13.3333333333vw;
  padding-bottom: 28.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .service__inner {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 214px;
    max-width: 1240px;
  }
}
.service__description {
  text-align: center;
  margin-top: 10.6666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .service__description {
    margin-top: 80px;
    font-size: 20px;
  }
}
.service__items {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .service__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    gap: 80px;
  }
}
.service__item {
  margin-top: 4vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .service__item {
    margin-top: 0;
    padding: 40px;
  }
}
.service__item h3 {
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 4.8vw;
}
@media screen and (min-width: 1025px) {
  .service__item h3 {
    font-size: 24px;
    margin-top: 36px;
  }
}
.service__item p {
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .service__item p {
    font-size: 20px;
    margin-top: 30px;
  }
}

.work {
  position: relative;
  background-image: url(../img/top/work_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/light.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 1025px) {
  .work::before {
    background-size: cover;
  }
}

.work__inner {
  position: relative;
  padding-top: 16vw;
  padding-bottom: 16vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .work__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1480px;
  }
}

.work__swiper {
  max-width: 1200px;
  margin-inline: auto;
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .work__swiper {
    width: 90%;
  }
}

.work__swiper .swiper-wrapper {
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  .work__swiper .swiper-wrapper {
    margin-top: 60px;
  }
}

.work__swiper .swiper-slide p {
  font-weight: 900;
  text-align: center;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .work__swiper .swiper-slide p {
    margin-top: 20px;
    font-size: 24px;
  }
}

.work .swiper-button-next,
.work .swiper-button-prev {
  top: 60%;
}

.work .swiper-button-next:after,
.work .swiper-button-prev:after {
  display: none;
}

.work .swiper-button-prev img,
.work .swiper-button-next img {
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 1025px) {
  .work .swiper-button-prev img,
  .work .swiper-button-next img {
    width: 40px;
    height: 40px;
  }
}

.work .swiper-button-next {
  right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .work .swiper-button-next {
    right: clamp(10px, -0.03352vw + 74.41px, 40px);
  }
}

.work .swiper-button-prev {
  left: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .work .swiper-button-prev {
    left: clamp(10px, -0.03352vw + 74.41px, 40px);
  }
}

.family__inner {
  padding-top: 16vw;
  padding-bottom: 16vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .family__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 1240px;
    margin-inline: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.family__items {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .family__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 80px;
  }
}

.family__item {
  padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  margin-top: 4vw;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1025px) {
  .family__item {
    margin-top: 0;
    padding: 30px 30px 50px;
  }
}
.family__item h3 {
  font-size: 3.7333333333vw;
  margin-top: 4vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .family__item h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}
.family__item p {
  font-size: 3.7333333333vw;
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .family__item p {
    margin-top: 20px;
    font-size: 20px;
  }
}

.company {
  background-color: #000000;
}

.company__inner {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .company__inner {
    max-width: 1040px;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.company__map {
  margin-top: 10.6666666667vw;
  aspect-ratio: 670/400;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .company__map {
    margin-top: 80px;
    aspect-ratio: 1000/400;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.company__img {
  margin-top: 5.3333333333vw;
  aspect-ratio: 670/400;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .company__img {
    margin-top: 60px;
    aspect-ratio: 1000/400;
  }
}
.company__img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__data {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .company__data {
    margin-top: 20px;
  }
}
.company__data dl {
  position: relative;
  display: grid;
  grid-template-columns: 26.6666666667vw 1fr;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
.company__data dl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, #bebebe 48%, #ffffff 100%);
  box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.6), 0px -2px 4px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  .company__data dl {
    grid-template-columns: 154px 1fr;
    gap: 29px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company__data dl dt {
  font-weight: 700;
  font-size: 3.7333333333vw;
  letter-spacing: 1px;
  line-height: 1.6428571429;
}
@media screen and (min-width: 1025px) {
  .company__data dl dt {
    font-size: 20px;
    line-height: 2;
  }
}
.company__data dl dd {
  font-weight: 700;
  font-size: 3.7333333333vw;
  letter-spacing: 1px;
  line-height: 1.6428571429;
}
@media screen and (min-width: 1025px) {
  .company__data dl dd {
    font-size: 20px;
    line-height: 2;
  }
}

.faq__inner {
  width: 100%;
  margin-inline: auto;
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .faq__inner {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 668px;
  }
}

.faq__list {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .faq__list {
    margin-top: 80px;
  }
}

.faq__q {
  cursor: pointer;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  padding: 2.6666666667vw;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .faq__q {
    padding: 20px 23px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq__q:first-child {
  margin-top: 0;
}

.faq__a {
  display: none;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  padding: 2.6666666667vw;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .faq__a {
    padding: 20px 23px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.faq__q[data-open=true] img {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.faq__q[data-open=false] img {
  transform: rotate(0);
  transition: transform 0.3s;
}

.faq__q p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__q img {
  max-width: 2.4vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .faq__q img {
    max-width: 16px;
  }
}

.contact {
  background-color: #000000;
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .contact__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact__body {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .contact__body {
    margin-top: 80px;
  }
}

.contact-text {
  text-align: center;
}

.contact-text--top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 4vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .contact-text--top {
    gap: 30px;
    font-size: 24px;
  }
}
.contact-text--top img {
  max-width: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .contact-text--top img {
    max-width: 30px;
  }
}

.contact-text--bottom {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 3.7333333333vw;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .contact-text--bottom {
    font-size: 18px;
    margin-top: 30px;
  }
}

.contact__telBtn a {
  position: relative;
  display: block;
  margin-top: 6.6666666667vw;
  font-size: 8vw;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 900;
  color: #000000;
  border-radius: 14.6666666667vw;
  background-color: #fff;
  z-index: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (min-width: 1025px) {
  .contact__telBtn a {
    margin-top: 50px;
    font-size: 50px;
    border-radius: 110px;
    max-width: 488px;
    width: 100%;
    margin-inline: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact__telBtn a span {
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .contact__telBtn a span {
    font-size: 18px;
  }
}

.contact__telBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: blur(8px);
  border-radius: 110px;
  z-index: -1;
}

.contact__mail {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .contact__mail {
    margin-top: 80px;
  }
}

.contact__mail .contact-text {
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .contact__mail .contact-text {
    font-size: 24px;
  }
}

.contact__form {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .contact__form {
    margin-top: 80px;
    max-width: 880px;
    margin-inline: auto;
  }
}

.form__body {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .form__body {
    margin-top: 0;
  }
}

.form__fieldset {
  border: none;
}

@media screen and (min-width: 1025px) {
  .form__fieldset .c-form-control {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

.c-form-control + .c-form-control {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control + .c-form-control {
    margin-top: 40px;
  }
}
.c-form-control__label {
  font-weight: 700;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control__label {
    font-size: 18px;
    max-width: 240px;
    width: 100%;
  }
}
.c-form-control__label sup {
  position: relative;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.4vw;
  padding-bottom: 0vw;
  font-weight: 500;
  font-size: 2.6666666667vw;
  line-height: 1.6;
  vertical-align: middle;
  background-color: #fff;
  color: #000000;
  margin-left: 2.1333333333vw;
  border-radius: 2.8vw;
  max-width: 10.6666666667vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-form-control__label sup {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 30px;
    font-size: 14px;
    border-radius: 13px;
    max-width: 70px;
  }
}
.c-form-control__box {
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control__box {
    margin-top: 0;
    max-width: 600px;
    width: 100%;
  }
}
.c-form-control__box div {
  display: flex;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control__box div {
    gap: 32px;
  }
}
.c-form-control__option {
  display: flex;
  align-items: center;
}
.c-form-control__option input[type=radio] {
  display: none;
}
.c-form-control__option input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #437fee;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .c-form-control__option input[type=radio]:checked + label::after {
    left: 7px;
    width: 16px;
    height: 16px;
  }
}
.c-form-control__option label {
  position: relative;
  padding-left: 10.6666666667vw;
  font-size: 3.7333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .c-form-control__option label {
    padding-left: 40px;
    font-size: 16px;
  }
}
.c-form-control__option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  border: 1px solid #cdd6dd;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .c-form-control__option label::before {
    width: 30px;
    height: 30px;
  }
}
.c-form-control__input {
  color: #191919;
  background-color: #E6E6E6;
  border: none;
  width: 100%;
  height: 8vw;
  padding: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-form-control__input {
    line-height: 1.75;
    height: 60px;
    padding: 1rem;
  }
}
.c-form-control__input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.c-form-control__textarea {
  color: #191919;
  background-color: #E6E6E6;
  border: none;
  width: 100%;
  height: 26.6666666667vw;
  padding: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-form-control__textarea {
    line-height: 1.75;
    height: 200px;
    padding: 1rem;
  }
}
.c-form-control__textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.c-form-control__special-box > .confirm {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control__special-box > .confirm {
    margin-top: 40px;
  }
}

.c-form-control__label.--message sup {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .c-form-control__label.--message sup {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .c-form-control__wrapper {
    max-width: 820px !important;
    margin-inline: auto;
  }
}

.form-privacy-textarea {
  width: 100%;
  background: transparent;
  color: #000000;
  background-color: #fff;
  margin-top: 10.6666666667vw;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .form-privacy-textarea {
    margin-top: 40px;
    padding: 8px;
    font-size: 12px;
  }
}

.c-form-acceptance {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 9px;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-acceptance {
    margin-top: 40px;
  }
}
.c-form-acceptance__checkbox {
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .c-form-acceptance__checkbox {
    height: 20px;
    width: 20px;
    border-radius: 4px;
  }
}
.c-form-acceptance__checkbox:checked {
  background: #fff;
}
.c-form-acceptance__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 1.3333333333vw;
  top: 0vw;
  width: 2.4vw;
  height: 4vw;
  border-right: 0.5333333333vw solid #000000;
  border-bottom: 0.5333333333vw solid #000000;
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .c-form-acceptance__checkbox:checked::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
.c-form-acceptance__label {
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .c-form-acceptance__label {
    font-size: 20px;
  }
}

.form-honeypot {
  display: none;
}

.form__submit-area {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .form__submit-area {
    justify-self: center;
    margin-top: 40px;
  }
}
.form__submit-area .c-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5333333333vw solid #ffffff;
  font-weight: 700;
  letter-spacing: 0.05rem;
  width: 100%;
  height: 14.9333333333vw;
  font-size: 4.8vw;
  border-radius: 8vw;
  box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.6), 0px -2px 4px rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .form__submit-area .c-form-btn {
    width: 380px;
    height: 85px;
    font-size: 24px;
    border-radius: 46px;
    border: 4px solid #ffffff;
  }
}
.form__submit-area .c-form-btn:hover {
  background-color: #fff;
  color: #000000;
}
.form__submit-area__btns {
  display: flex;
  gap: 4vw;
}
@media screen and (min-width: 1025px) {
  .form__submit-area__btns {
    gap: 30px;
  }
}

.c-form-btn.--default {
  background-color: #fff;
  color: #000000;
}
.c-form-btn.--default:hover {
  background-color: #494949;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(73, 73, 73, 0.6), 0px -2px 4px rgba(73, 73, 73, 0.6);
  border: 0.5333333333vw solid #494949;
}
@media screen and (min-width: 1025px) {
  .c-form-btn.--default:hover {
    border: 4px solid #494949;
  }
}

.c-form-btn.--backward:hover {
  background-color: #494949;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(73, 73, 73, 0.6), 0px -2px 4px rgba(73, 73, 73, 0.6);
  border: 0.5333333333vw solid #494949;
}
@media screen and (min-width: 1025px) {
  .c-form-btn.--backward:hover {
    border: 4px solid #494949;
  }
}

.l-form-btn-block {
  width: 100%;
}

/**************************************************************
* States
**************************************************************/
.is-hidden {
  display: none;
}

.is-fadeout {
  opacity: 0;
}

.is-parallax-img {
  display: block;
}

.js-fadein-fx {
  opacity: 0;
}

/* form-*
**************************************/
.form-processing-status {
  position: relative;
}
.form-processing-status__msg {
  position: relative;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .form-processing-status__msg {
    font-size: 20px;
  }
}

.form-processing-animation {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  /* animations */
}
.form-processing-animation .form-spinner-icn,
.form-processing-animation .form-checkmark-icn {
  display: block;
}
.form-processing-animation .form-spinner-icn {
  position: relative;
  display: block;
  width: 37.3333333333vw;
  height: 37.3333333333vw;
  margin: auto;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .form-processing-animation .form-spinner-icn {
    width: 250px;
    height: 250px;
  }
}
.form-processing-animation .form-checkmark-icn {
  display: block;
  max-width: 100%;
  margin: auto;
  opacity: 0;
}
.form-processing-animation .form-checkmark-icni {
  opacity: 0;
  transform: translateY(15%);
}
.form-processing-animation.is-loading .form-spinner-icn {
  border: 1rem dotted #ffffff;
  animation: form-spinner-rotation-fx 2s linear backwards infinite;
}
.form-processing-animation:not(.is-loading) .form-spinner-icn {
  border-color: transparent;
  box-shadow: none;
}
.form-processing-animation[class*=is-animated] .form-checkmark-icn {
  animation: form-checkmark-animation-fx 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

/* keyframes */
@keyframes form-spinner-rotation-fx {
  to {
    transform: rotate(360deg);
  }
}
@keyframes form-checkmark-animation-fx {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.form__comfirm {
  text-align: center;
  margin-bottom: 4vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .form__comfirm {
    margin-bottom: 30px;
    font-size: 20px;
  }
}/*# sourceMappingURL=top.css.map */