@charset "UTF-8";
.contact {
  margin-top: 16.2rem;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 0;
    padding-top: 8rem;
  }
}
.contact-inner {
  width: 100%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
}
.contact-desc {
  margin-top: 10rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .contact-desc {
    margin-top: 4.8rem;
    letter-spacing: -0.02em;
  }
}
.contact-form {
  margin-top: 12.4rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 5.4rem;
    padding-bottom: 12rem;
  }
}
.contact label, .contact .label {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  min-height: 9.6rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .contact label, .contact .label {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.2rem;
    font-size: 1.6rem;
  }
}
.contact label:not(:last-of-type), .contact .label:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}
.contact label label, .contact .label label {
  padding-top: 0;
  height: auto;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .contact label label, .contact .label label {
    justify-content: flex-start;
  }
}
.contact label:has(textarea), .contact .label:has(textarea) {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contact label:has(textarea), .contact .label:has(textarea) {
    padding-bottom: 2.4rem;
  }
}
.contact label:has(.wpcf7-validates-as-required)::before, .contact .label:has(.wpcf7-validates-as-required)::before {
  margin-left: 12rem;
  position: absolute;
  content: "必須";
  width: 4.8rem;
  height: 2rem;
  display: block;
  background-color: #FA5655;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .contact label:has(.wpcf7-validates-as-required)::before, .contact .label:has(.wpcf7-validates-as-required)::before {
    font-size: 1.2rem;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  width: 54.6rem;
  height: 4.2rem;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: -1.4rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
  color: #D9D9D9;
}
.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder {
  color: #D9D9D9;
}
.contact textarea {
  width: 54.6rem;
  height: 15rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.24;
}
@media screen and (max-width: 768px) {
  .contact textarea {
    margin-top: 1.6rem;
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact textarea::placeholder {
  color: #D9D9D9;
}
.contact .value {
  width: 54.6rem;
  display: flex;
  gap: 5.8rem;
}
@media screen and (max-width: 768px) {
  .contact .value {
    width: 100%;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.contact input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2.5rem;
  background-color: #75ACCD;
  margin-top: 7.6rem;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contact input[type=submit] {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
.contact input[type=submit]:hover {
  opacity: 0.6;
}
.contact .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 0rem;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7 form .wpcf7-response-output {
    margin-top: -3rem;
  }
}
.contact .wrap-area.is-hidden,
.contact .wrap-result.is-hidden {
  display: none;
}
/*# sourceMappingURL=contact.css.map */
