/* fonts */
/* color */
/* gradation */
.contact .section__inner {
  width: 79.5%;
  margin: 0 auto;
}
.contact .section--01 {
  background: url("../img/news/fv-bg.webp") no-repeat center center/cover;
}
@media only screen and (max-width:960px) {
  .contact .section--01 {
    background: url("../img/news/fv-bg-sp.webp") no-repeat center center/cover;
  }
}
.contact .section--01 .section__inner {
  margin: 125px auto 0;
  padding: 96px 0;
}
@media only screen and (max-width:960px) {
  .contact .section--01 .section__inner {
    width: 80.5%;
    margin: 74px auto 0;
    padding: 52.5px 0;
  }
}
.contact .section--02 {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width:960px) {
  .contact .section--02 {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.contact .section--02 .section__inner {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  padding: 62px 100px 80px;
}
@media only screen and (max-width:960px) {
  .contact .section--02 .section__inner {
    padding: 23px 14px 50px;
  }
}
.contact .section--02 .section__inner form p {
  margin-bottom: 10px;
}
.contact .section--02 .section__inner form p input,
.contact .section--02 .section__inner form p textarea {
  margin-bottom: 0;
}
.contact .section--02 .section__inner form p:has(.wpcf7-submit) {
  margin-top: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width:960px) {
  .contact .section--02 .section__inner form p:has(.wpcf7-submit) {
    margin-top: 40px;
  }
}
.contact .section--02 .section__inner .wpcf7-submit,
.contact .section--02 .section__inner .home-link {
  background-color: #162a89;
  color: #fff;
  width: 262px;
  height: 68px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
  border: 0;
}
@media only screen and (max-width:960px) {
  .contact .section--02 .section__inner .wpcf7-submit,
  .contact .section--02 .section__inner .home-link {
    font-size: 16px;
    height: 59px;
    margin-top: 50px;
  }
}
.contact .section--02 .section__inner .wpcf7-submit:hover,
.contact .section--02 .section__inner .home-link:hover {
  opacity: 0.7;
}
.contact .section--02 .section__inner .wpcf7 form p input[type=submit] {
  display: block;
  margin: 0 auto;
}
.contact .section--02 .section__inner .wpcf7-spinner {
  display: none;
}

.thanks .section--02 .section__inner {
  text-align: center;
}
.thanks .section--02 .section__inner > h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.thanks .section--02 .section__inner > p {
  font-size: 18px;
}