@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.section-contact form {
  margin-top: 80px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section-contact form {
    margin-top: 50px;
  }
}
.section-contact .contact-wrapper {
  margin-bottom: 120px;
}
.section-contact .contact-title {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .section-contact .contact-title {
    margin-bottom: 27px;
  }
}
.section-contact .contact-subtitle {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-contact .contact-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-contact .contact-attn {
  color: #AB2525;
}
.section-contact .contact-attn_black {
  color: #2B2B2B;
  text-align: center;
}
.section-contact .contact-dl {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-contact .contact-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-contact .contact-dl_wrapper + .contact-dl_wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dl_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-contact .contact-dt {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.section-contact .contact-dt_label {
  margin-right: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dt_label {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-contact .contact-dt_label .contact-dt_label_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dt_label .contact-dt_label_br {
    display: none;
  }
}
.section-contact .contact-dt_attn {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: #AB2525;
  padding: 3px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dt_attn {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-contact .contact-dt_attn_optional {
  background-color: #707070;
}
.section-contact .contact-dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dd {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
.section-contact .contact-dd_input {
  width: 100%;
  height: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
}
.section-contact .contact-dd_input_postcode {
  max-width: 300px;
}
.section-contact .contact-dd_textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #000000;
}
.section-contact .contact-dd_attn {
  margin-top: 10px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #AB2525;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dd_attn {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-contact .contact-dd_attn span {
  color: #000000;
}
.section-contact .contact-dd .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #AB2525;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dd .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-contact .contact-dd .wpcf7-list-item-label {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-dd .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-contact .contact-arrow {
  width: 300px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-arrow {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-contact .contact-arrow:after {
  content: "";
  width: 15px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-contact .contact-arrow:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-arrow:after {
    right: 20px;
  }
}
.section-contact .contact-arrow p {
  height: 100%;
}
.section-contact .contact-select {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 3px 10px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-select {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-contact .contact-select option {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-select option {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-contact .contact-policy {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.section-contact .contact-policy .policy-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-contact .contact-policy .policy-wrapper p .wpcf7-form-control-wrap {
  margin-top: 3px;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .section-contact .contact-policy .policy-wrapper p .wpcf7-form-control-wrap {
    margin-top: 0;
    margin-right: 5px;
  }
}
.section-contact .contact-policy .policy-wrapper .policy-text {
  display: block;
  margin-bottom: 35px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #2B2B2B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-policy .policy-wrapper .policy-text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-policy .policy-wrapper .policy-text br {
    display: block;
  }
}
.section-contact .contact-policy .policy-label {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-policy .policy-label {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-contact .contact-policy .policy-label br {
  display: block;
  padding-left: 30px;
}
.section-contact .contact-policy .policy-attn {
  padding: 3px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: #AB2525;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-policy .policy-attn {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .contact-policy .policy-attn {
    margin-right: 3px;
  }
}
.section-contact .contact-policy .policy-linebreak {
  margin-left: 60px;
}
@media screen and (max-width: 575px) {
  .section-contact .contact-policy .policy-linebreak {
    margin-left: 40px;
  }
}
.section-contact .contact-policy .policy-link {
  -webkit-text-decoration: #6AABFB underline;
  text-decoration: #6AABFB underline;
  color: #6AABFB;
  display: inline;
}
.section-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-contact .contact-btn {
  max-width: 300px;
  width: 100%;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-btn + .contact-btn {
    margin-top: 10px;
  }
}
.section-contact .contact-btn p {
  height: 100%;
}
.section-contact .contact-input_reset {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #2B2B2B;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-contact .contact-input_reset {
    font-size: 14px;
    line-height: 18px;
  }
}
.section-contact .contact-input_reset:hover {
  background-color: #6AABFB;
  border: 1px solid #6AABFB;
  color: #FFFFFF;
}
.section-contact .wpcf7-submit {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2B2B2B;
  border-radius: 28px;
  border: 1px solid #2B2B2B;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section-contact .wpcf7-submit {
    font-size: 14px;
    line-height: 18px;
  }
}
.section-contact .wpcf7-submit:hover {
  background-color: #6AABFB;
  border: 1px solid #6AABFB;
}
.section-contact .wpcf7-list-item {
  margin: 0;
}
.section-contact .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.section-contact .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.section-thanks {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section-thanks {
    margin-bottom: 80px;
  }
}
.section-thanks .thanks-title {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 34px;
  color: #222222;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks-title {
    margin-bottom: 30px;
  }
}
.section-thanks .thanks-text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-thanks .thanks-inner_first {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks-inner_first {
    margin-bottom: 20px;
  }
}
.section-thanks .thanks-inner_last {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks-inner_last {
    margin-bottom: 50px;
  }
}

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