.page_mv {
  background: #00163B;
}

.section_contact {
  padding: 100px 0;
  padding-bottom: 160px;
}
.section_contact .section_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_contact .section_main .title h2 {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
}
.section_contact .section_main .title p {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.12px;
}
.section_contact .section_main .title .sp_only {
  display: none;
}
.section_contact .section_main .contact_form {
  margin-top: 50px;
  display: flex;
  width: 100%;
  max-width: 700px;
  justify-content: center;
  background: rgba(17, 17, 17, 0.04);
}
.section_contact .section_main .contact_form .wpcf7 {
  width: 95%;
}
.section_contact .section_main .contact_form .wpcf7-form {
  max-width: 700px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
  align-items: center;
}
.section_contact .section_main .contact_form .wpcf7-form div {
  max-width: 508px;
}
.section_contact .section_main .contact_form .wpcf7-form .select_infors_chk .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_contact .section_main .contact_form .wpcf7-form .privacy_txtbox {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.96px;
}

@media screen and (max-width: 880px) {
  .section_contact {
    padding: 50px 0;
    padding-bottom: 0px;
    padding-top: 88px;
  }
  .section_contact .section_main .title h2 {
    font-size: 20px;
  }
  .section_contact .section_main .title .sp_only {
    display: block;
  }
  .section_contact .section_main .contact_form {
    margin-top: 24px;
  }
  .section_contact .section_main .contact_form .wpcf7 {
    width: 87.204%;
  }
  .section_contact .section_main .contact_form .wpcf7-form .select_infors_chk .wpcf7-form-control {
    flex-wrap: wrap;
    gap: 6px;
  }
}

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