.childpage__mainvisual-inner {
  background-color: transparent;
}

.contact {
  padding-top: 13rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 9.3rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.contact__inner {
  max-width: 96.6rem;
  margin: auto;
  width: 100%;
}
.contact .form__item-wrapper {
  display: flex;
  align-items: center;
  padding-top: 4.6rem;
  padding-bottom: 4.7rem;
  border-bottom: solid 1px #e8e8e8;
}
@media (max-width: 767px) {
  .contact .form__item-wrapper {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.contact .form__item-wrapper .error {
  font-size: 1.8rem;
  padding-top: 1.2rem;
  color: #ff9498;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact .form__item-wrapper .error {
    font-size: 1.2rem;
  }
}

.contact .form__item-wrapper label {
  width: 18.3rem;
}
@media (max-width: 767px) {
  .contact .form__item-wrapper label {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }
}
.contact .form__item-wrapper .required {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6em;
  width: 3rem;
  background-color: #ff9498;
  color: white;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .contact .form__item-wrapper .required {
    margin-left: 0.2rem;
    margin-top: 0.3rem;
  }
}
.contact .form__item-wrapper-last {
  align-items: center;
  border-bottom: none;
  padding-bottom: 6rem;
}
.contact .form__item-wrapper-last .form__item-ttl {
  padding-top: 8px;
}
.contact .form__item-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.56em;
}
@media (max-width: 767px) {
  .contact .form__item-ttl {
    font-size: 1.4rem;
  }
}
.contact .form__item-inputwrapper {
  width: calc(100% - 18.3rem);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contact .form__item-inputwrapper {
    width: 100%;
    font-size: 1.4rem;
  }
}
.contact .form__item-inputwrapper input {
  width: 100%;
  height: 6.5rem;
  border-radius: 5px;
  border: solid 1px #888;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.contact .form__item-inputwrapper input::placeholder {
  color: #cbcbcb;
}
@media (max-width: 767px) {
  .contact .form__item-inputwrapper input {
    font-size: 1.4rem;
    padding-left: 2rem;
    height: 4rem;
  }
}
.contact .form__item-inputwrapper p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact .form__item-inputwrapper p {
    font-size: 1.4rem;
  }
}
.contact .form__item-textareawrapper {
  width: calc(100% - 18.3rem);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
.contact .form__item-textareawrapper {
      font-size: 1.4rem;
  }
}
.contact .form__item-textareawrapper textarea {
  width: 100%;
  height: 28.2rem;
  border-radius: 5px;
  border: solid 1px #888;
  padding: 1.9rem 3rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  resize: none;
}
.contact .form__item-textareawrapper textarea::placeholder {
  color: #cbcbcb;
}
@media (max-width: 767px) {
  .contact .form__item-textareawrapper textarea {
    padding: 1.4rem 2rem;
    height: 20rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .contact .form__item-textareawrapper {
    width: 100%;
  }
}
.contact .form__item-textareawrapper p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .contact .form__item-textareawrapper p {
    font-size: 1.4rem;
  }
}
.contact .form__item-selectwrapper {
  width: 39.2rem;
  position: relative;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contact .form__item-selectwrapper {
    width: 100%;
    font-size: 1.4rem;
  }
}
.contact .form__item-selectwrapper select {
  width: 100%;
  height: 6.5rem;
  border-radius: 5px;
  border: solid 1px #888;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  appearance: none;
  color: #000000;
}
@media (max-width: 767px) {
  .contact .form__item-selectwrapper select {
    font-size: 1.4rem;
    height: 4rem;
    padding-left: 2rem;
  }
}
.contact .form__item-selectwrapper::before {
  content: "";
  width: 1.5rem;
  height: 0.75rem;
  background-image: url(../../img/contact/select-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 0.375rem);
}
@media (max-width: 767px) {
  .contact .form__item-selectwrapper::before {
    right: 2rem;
  }
}
.contact .form__item-selectwrapper.no-before::before {
  display: none;
}
.contact .form__item-selectwrapper p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .contact .form__item-selectwrapper p {
    font-size: 1.4rem;
  }
}
.contact .form__item-btnwrapper {
  display: flex;
  justify-content: center;
}
.contact .form__item-btnwrapper .form__item-confirmsend_btn {
  height: 7rem;
  width: 27rem;
  background-color: #ff9498;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  border-radius: 99px;
  cursor: pointer;
  border: none;
}
@media (min-width: 768px) {
  .contact .form__item-btnwrapper .form__item-confirmsend_btn {
    position: relative;
    top: 0rem;
    transition: all 0.4s;
  }
  .contact .form__item-btnwrapper .form__item-confirmsend_btn:hover {
    top: -0.1rem;
  }
}

.thanks {
  padding-bottom: 20rem;
}
.thanks h2, .thanks p {
  text-align: center;
}
.thanks h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .thanks h2 {
    font-size: 2.4rem;
  }
}
.thanks p {
  font-size: 1.8rem;
  margin-bottom: 5rem;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .thanks p {
    font-size: 1.6rem;
  }
}
.thanks__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: 27rem;
  background-color: #ff9498;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  border-radius: 99px;
  cursor: pointer;
}
.thanks__btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .thanks__btn {
    position: relative;
    top: 0rem;
    transition: all 0.4s;
  }
  .thanks__btn:hover {
    top: -0.1rem;
  }
}

/*# sourceMappingURL=style.css.map */
