@charset "UTF-8";
.contact .desc {
  margin-top: -1%;
}
.contact .desc p {
  line-height: 1.8em;
}
.contact .desc p:nth-child(2) {
  position: relative;
  margin-top: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .contact .desc p:nth-child(2) {
    padding-left: 20px;
  }
}
.contact .desc p:nth-child(2):before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact .top-back {
  margin-top: 50px;
  -moz-text-align-last: center;
       text-align-last: center;
}
.contact .top-back a {
  position: relative;
  display: block;
  padding: 15px 0;
  border: 3px solid #0F3092;
}
.contact .top-back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0F3092;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .contact .top-back a {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact .top-back a:hover:before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .contact .top-back a:hover span {
    color: #fff;
  }
}
.contact .top-back a span {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-family: "Anton", sans-serif;
  color: #0F3092;
  font-size: clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem);
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact .form-style {
  margin-top: 50px;
}
.contact .btn--back {
  display: none;
}

.confirm .btn--back {
  display: block;
}