@charset "UTF-8";
/**
 * cf7 style
 */
/**
 * page components
 */
.p-contact-input[hidden],
.p-contact-confirm[hidden],
.p-contact-complete[hidden],
.l-intro[hidden] {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.p_c-fields {
  background: white;
  border-radius: 2rem;
  box-shadow: 0 0 10px 0 rgba(69, 176, 53, 0.25);
  padding: 3.2rem 7.3rem 8.3rem;
}
@media screen and (max-width: 767px) {
  .p_c-fields {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    padding: 2.2rem 2.4rem 6rem;
  }
}
.p_c-field {
  display: grid;
  grid-template-columns: 24rem 1fr;
  border-top: 1px solid #D1CFCF;
}
@media screen and (max-width: 767px) {
  .p_c-field {
    border: none;
    display: flex;
    flex-direction: column;
  }
}
.p_c-field:first-child {
  border: none;
}
.p_c-field-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p_c-field-head {
    gap: 1.8rem;
    justify-content: start;
    padding: 0 0 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_c-field-head > div {
    display: contents;
  }
}
.p_c-field-head .label {
  line-height: 1.75;
}
.p_c-field-head .required {
  align-items: center;
  background: var(--red);
  color: white;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2.4rem;
  line-height: 1;
  justify-content: center;
  width: 4rem;
}
.p_c-field-head .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p_c-field-head .note {
    order: 2;
    transform: translateY(0.5rem);
  }
}
.p_c-field-head .note:before {
  content: "※";
}
.p_c-field-body {
  padding: 3.15rem 0 3.15rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_c-field-body {
    padding: 0;
  }
}
.p_c-field-body:before {
  background-color: #D1CFCF;
  content: " ";
  display: inline-block;
  height: calc(100% - 4rem);
  left: 0;
  position: absolute;
  top: 2rem;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p_c-field-body:before {
    display: none;
  }
}
.p_c-field-body input[type=text],
.p_c-field-body input[type=email],
.p_c-field-body input[type=tel],
.p_c-field-body textarea {
  background: #F8F8F8;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  height: 5.8rem;
  padding: 0 2rem;
  width: 100%;
}
.p_c-field-body input[type=text]::placeholder,
.p_c-field-body input[type=email]::placeholder,
.p_c-field-body input[type=tel]::placeholder,
.p_c-field-body textarea::placeholder {
  opacity: 0.3;
}
.p_c-field-body input[type=text].is-error,
.p_c-field-body input[type=email].is-error,
.p_c-field-body input[type=tel].is-error,
.p_c-field-body textarea.is-error {
  background-color: #F8E3E3;
  border: 1px solid var(--red);
}
.p_c-field-body input[type=text]:-webkit-autofill, .p_c-field-body input[type=text]:-webkit-autofill:hover, .p_c-field-body input[type=text]:-webkit-autofill:focus,
.p_c-field-body input[type=email]:-webkit-autofill,
.p_c-field-body input[type=email]:-webkit-autofill:hover,
.p_c-field-body input[type=email]:-webkit-autofill:focus,
.p_c-field-body input[type=tel]:-webkit-autofill,
.p_c-field-body input[type=tel]:-webkit-autofill:hover,
.p_c-field-body input[type=tel]:-webkit-autofill:focus,
.p_c-field-body textarea:-webkit-autofill,
.p_c-field-body textarea:-webkit-autofill:hover,
.p_c-field-body textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #F8F8F8 inset;
  -webkit-text-fill-color: inherit;
  transition: background-color 5000s ease-in-out 0s;
}
.p_c-field-body input[type=text].is-error:-webkit-autofill, .p_c-field-body input[type=text].is-error:-webkit-autofill:hover, .p_c-field-body input[type=text].is-error:-webkit-autofill:focus,
.p_c-field-body input[type=email].is-error:-webkit-autofill,
.p_c-field-body input[type=email].is-error:-webkit-autofill:hover,
.p_c-field-body input[type=email].is-error:-webkit-autofill:focus,
.p_c-field-body input[type=tel].is-error:-webkit-autofill,
.p_c-field-body input[type=tel].is-error:-webkit-autofill:hover,
.p_c-field-body input[type=tel].is-error:-webkit-autofill:focus,
.p_c-field-body textarea.is-error:-webkit-autofill,
.p_c-field-body textarea.is-error:-webkit-autofill:hover,
.p_c-field-body textarea.is-error:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #F8E3E3 inset;
}
.p_c-field-body textarea {
  height: 26.1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p_c-field-body textarea {
    height: 34.1rem;
  }
}
.p_c-field-body p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p_c-field-body p {
    font-size: 1.5rem;
  }
}
.p_c-field-body .radios {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p_c-field-body .radios {
    gap: 1.4rem;
  }
}
.p_c-field-body .radios .wpcf7-list-item {
  align-items: center;
  display: flex;
  margin: 0;
}
.p_c-field-body .radios label {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
.p_c-field-body .radios input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  aspect-ratio: 1/1;
  border: 1.5px solid #B2B2B2;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  transform: translateY(0.1rem);
  width: 1.8rem;
}
.p_c-field-body .radios input[type=radio]:checked:before {
  background: #868686;
  border-radius: 50%;
  content: " ";
  height: 1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
}
.p_c-field .error {
  bottom: 0.5rem;
  color: var(--red);
  font-size: 1.3rem;
  position: absolute;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p_c-field .error {
    bottom: unset;
    position: relative;
    left: unset;
  }
}
.p_c-field .error:before {
  content: "※";
}
.p_c-sub-fields {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p_c-sub-fields {
    gap: 1.8rem;
  }
}
.p_c-sub-field {
  border-top: 1px solid #D1CFCF;
  padding-top: 1.9rem;
}
.p_c-sub-field:first-child {
  border: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p_c-sub-field:first-child {
    border-top: 1px solid #D1CFCF;
    margin-top: 0.5rem;
    padding-top: 1.6rem;
  }
}
.p_c-sub-field .label {
  margin-bottom: 1.1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_c-sub-field .label {
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
.p_c-sub-field .radios {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_c-sub-field .radios {
    padding: 0;
  }
}

/**
 * page style
 */
.p-contact .l-intro {
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .l-intro {
    padding-bottom: 3.2rem;
  }
}
.p-contact-input {
  background-color: var(--gray-green);
  border-radius: 6rem 6rem 0 0;
  padding: 9.9rem 0 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-input {
    border-radius: 3rem 3rem 0 0;
    padding: 3.3rem 0 6.5rem;
  }
}
.p-contact-input .c-btns {
  padding: 4.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-input .c-btns {
    padding: 1.3rem 0 0;
  }
}
.p-contact-confirm {
  background-color: var(--gray-green);
  border-radius: 6rem 6rem 0 0;
  padding: 9.9rem 0 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm {
    border-radius: 3rem 3rem 0 0;
    padding: 3.3rem 0 6.5rem;
  }
}
.p-contact-confirm .p_c-fields {
  padding: 3.2rem 7.3rem 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-fields {
    gap: 1.3rem;
    padding: 3rem 2.4rem 8.3rem;
  }
}
.p-contact-confirm .p_c-field-body {
  padding: 4.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-field-body {
    padding: 0.5rem 2.4rem 0;
  }
}
.p-contact-confirm .p_c-field-body:has(.p_c-sub-field) {
  padding: 2.7rem 1rem 2.7rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-field-body:has(.p_c-sub-field) {
    padding: 0;
  }
}
.p-contact-confirm .p_c-sub-fields {
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-sub-fields {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-sub-field {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-sub-field:first-child {
    border-top: 1px solid #D1CFCF;
    margin-top: 1.2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-sub-field .label {
    margin-bottom: 2.2rem;
  }
}
.p-contact-confirm .p_c-sub-field p {
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .p_c-sub-field p {
    padding: 0 0 0 2.2rem;
  }
}
.p-contact-confirm .c-btns {
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .c-btns {
    padding: 6.5rem 0 0;
  }
}
.p-contact-complete {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 9.8rem 0 9.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-complete {
    padding: 6rem 0 5rem;
  }
}
.p-contact-complete .ttl {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete .ttl {
    font-size: 1.6rem;
    margin: 0 0 4rem;
  }
}
.p-contact-complete .c-link-3 {
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete .c-link-3 {
    margin-left: 0;
  }
}

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