@charset "UTF-8";
.contact {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10rem;
  overflow: hidden;
  container-type: inline-size;
}
.contact .breadcrumb {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto 1.5rem;
}
.contact .page-banner {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.contact_lead {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 5rem auto 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #707070;
}
.contact_lead p {
  margin: 0;
}
.contact_lead_tel {
  margin-top: 1.5rem !important;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_lead_tel_link {
  color: #202020;
  text-decoration: none;
}
.contact_lead_tel_link:hover {
  color: #4CACE2;
}
.contact_lead_hours {
  margin-top: 0.5rem !important;
  font-size: 1.4rem;
  color: #707070;
}
.contact_card {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
  padding: 6rem;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: -5px 5px 10px rgba(76, 172, 226, 0.2);
}
@container (max-width: 70rem) {
  .contact_card {
    padding: 4rem 3rem;
  }
}
.contact_card[hidden] {
  display: none;
}
.contact_field {
  margin-bottom: 2.5rem;
}
.contact_field_label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #202020;
}
.contact_field_required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding: 0 0.8rem;
  background: #E04343;
  color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact_field_error {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #E04343;
}
.contact_field_row {
  display: flex;
  gap: 1.5rem;
}
.contact_field_row--name > .contact_input {
  flex: 1;
  min-width: 0;
}
@container (max-width: 70rem) {
  .contact_field_row {
    flex-direction: column;
  }
}
.contact_input {
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #202020;
  letter-spacing: 0.05em;
  transition: border-color 0.2s, background 0.2s;
}
.contact_input::-moz-placeholder {
  color: #B0B0B0;
}
.contact_input::placeholder {
  color: #B0B0B0;
}
.contact_input:focus {
  outline: none;
  background: #FFFFFF;
  border-color: #4CACE2;
  box-shadow: 0 0 0 3px rgba(76, 172, 226, 0.15);
}
.contact_input:invalid:not(:-moz-placeholder) {
  border-color: #E04343;
}
.contact_input:invalid:not(:placeholder-shown) {
  border-color: #E04343;
}
.contact_textarea {
  resize: vertical;
  min-height: 12rem;
  line-height: 1.6;
}
.contact_privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 2rem;
  padding: 2.5rem 3.5rem;
}
@container (max-width: 70rem) {
  .contact_privacy {
    padding: 1.5rem;
  }
}
.contact_privacy {
  border: 1px solid #B0B0B0;
  border-radius: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #202020;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_privacy p {
  margin: 0;
}
.contact_privacy p + p {
  margin-top: 0.8rem;
}
@container (max-width: 65rem) {
  .contact_privacy p br {
    display: none;
  }
}
.contact_privacy_link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #4CACE2;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
}
.contact_privacy_link:hover {
  opacity: 0.7;
}
.contact_privacy_link_icon {
  font-size: 1.6rem;
}
.contact_agree {
  text-align: center;
  margin-bottom: 3rem;
}
.contact_agree_label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #202020;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact_agree_label:has(.contact_agree_checkbox:disabled) {
  cursor: not-allowed;
}
.contact_agree_label:has(.contact_agree_checkbox:disabled) .contact_agree_text {
  color: #B0B0B0;
}
.contact_agree_label:has(.contact_agree_checkbox:disabled) .contact_agree_box {
  background: #f0f0f0;
  border-color: #B0B0B0;
}
.contact_agree_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact_agree_box {
  width: 2rem;
  height: 2rem;
  border: 2px solid #4CACE2;
  border-radius: 0.3rem;
  background: #FFFFFF;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}
.contact_agree_box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
.contact_agree_checkbox:checked + .contact_agree_box {
  background: #4CACE2;
}
.contact_agree_checkbox:checked + .contact_agree_box::after {
  opacity: 1;
}
.contact_agree_checkbox:focus-visible + .contact_agree_box {
  outline: 2px solid #4CACE2;
  outline-offset: 2px;
}
.contact_agree_hint {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #707070;
  letter-spacing: 0.05em;
}
.contact_agree_hint[hidden] {
  display: none;
}
.contact_submit {
  text-align: center;
}
.contact_submit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  height: 5rem;
  padding: 0 1.6rem 0 4rem;
  background: #FFFFFF;
  border: none;
  border-radius: 2.5rem;
  box-shadow: 0 0 5px rgba(80, 80, 80, 0.4);
  font-size: 1.8rem;
  font-weight: 700;
  color: #707070;
  letter-spacing: 0.05em;
  line-height: 1.444;
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.contact_submit_btn:hover:not(:disabled) {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.4rem 1rem rgba(80, 80, 80, 0.25);
}
.contact_submit_btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.contact_submit_btn_icon {
  font-size: 2.4rem;
  color: #4CACE2;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.contact_submit_btn:hover:not(:disabled) .contact_submit_btn_icon {
  transform: translateX(0.4rem);
}
.contact_confirm_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #202020;
  margin-bottom: 1rem;
  text-align: center;
}
.contact_confirm_lead {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #707070;
  margin-bottom: 3rem;
  text-align: center;
}
.contact_confirm_list {
  margin: 0 0 4rem;
}
.contact_confirm_list dt, .contact_confirm_list dd {
  margin: 0;
}
.contact_confirm_list dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
  letter-spacing: 0.05em;
  padding: 1.5rem 0 0.5rem;
  border-top: 1px solid #B0B0B0;
}
.contact_confirm_list dd {
  font-size: 1.6rem;
  color: #202020;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-bottom: 1.5rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.contact_confirm_list dd:last-child {
  border-bottom: 1px solid #B0B0B0;
}
.contact_confirm_list dd:empty::before {
  content: "—";
  color: #B0B0B0;
}
.contact_confirm_recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.contact_confirm_error {
  text-align: center;
  color: #d32f2f;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.contact_confirm_actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
@container (max-width: 70rem) {
  .contact_confirm_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .contact_confirm_actions .contact_confirm_back {
    order: 2;
  }
}
.contact_confirm_back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  color: #707070;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-family: inherit;
  justify-self: start;
  transition: color 0.2s;
}
.contact_confirm_back:hover {
  color: #4CACE2;
}
.contact_confirm_back:hover .contact_confirm_back_text {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.contact_confirm_back .material-symbols-outlined {
  font-size: 1.8rem;
}
.contact_complete {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: none;
  box-shadow: none;
  margin-top: 3rem;
}
.contact_complete_icon {
  font-size: 6rem;
  color: #4CACE2;
  margin-bottom: 2rem;
}
.contact_complete_title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.contact_complete_body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #707070;
  margin-bottom: 4rem;
}
.contact_complete_back {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2.5rem;
  color: #4CACE2;
  border: 1px solid #4CACE2;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}
.contact_complete_back:hover {
  background: rgba(76, 172, 226, 0.1);
}/*# sourceMappingURL=contact.css.map */