@charset "UTF-8";
/*====================================================
section#contact
====================================================*/
section#contact {
  padding-top: 3vw;
  margin-top: -3vw;
}

section#contact .inner {
  padding-top: 6vw;
  padding-bottom: 12vw;
}

section#contact .txt-h2 {
  text-align: center;
  font-size: clamp(20px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

section#contact .box {
  width: 65%;
  margin: 5vw auto 0;
}

section#contact .lp_form {
  margin-bottom: 3vw;
}

section#contact .lp_form:last-child {
  margin-bottom: 0;
}

section#contact .lp_form dt, section#contact .lp_form dd {
  font-size: clamp(14px, 1.25vw, 24px);
  margin: 0;
  width: 100%;
}

section#contact .lp_form dt {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

section#contact .lp_form dt.required:before {
  content: "必須";
  display: flex;
  width: 48px;
  height: 25px;
  background: #FF6262;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-radius: 8px;
  margin-right: 15px;
}

section#contact .lp_form dd {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 3.5vw;
  min-height: 35px;
}

section#contact .lp_form dd span {
  font-size: clamp(12px, 0.85vw, 16px);
}

section#contact .lp_form dd input {
  width: 100%;
  height: 100%;
  border: solid 1px #E3E3E3;
  padding: 0px 15px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

section#contact .lp_form dd select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.35vw;
  min-height: 35px;
  padding: 0px 20px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

section#contact .lp_form dd textarea {
  width: 100%;
  height: 100%;
  border: solid 1px #E3E3E3;
  padding: 10px 15px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

section#contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

section#contact .lp_form.lp_form03 dd .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section#contact .lp_form.lp_form03 {
  margin-bottom: 15px;
}

section#contact .lp_form.lp_form03 dd {
  width: 100%;
  height: auto;
  min-height: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section#contact .lp_form.lp_form03 dd input {
  width: 220px;
  height: 3.35vw;
  min-height: 35px;
  margin: 0px 15px;
}

section#contact .lp_form.lp_form04 dd {
  width: 100%;
  height: auto;
  min-height: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5vw;
}

section#contact .lp_form.lp_form04 dd .wforms_images {
  width: 162px;
  height: 45px;
  cursor: pointer;
}

section#contact .lp_form.lp_form04 dd .wforms_images:hover {
  opacity: 0.8;
}

section#contact .lp_form.lp_form04 dd span {
  margin-top: 0;
  display: block;
}

section#contact .lp_form.lp_form10 dd {
  height: 25vw;
  min-height: 250px;
}

section#contact .mw_wp_form_preview .lp_form {
  margin: 0 0 30px;
}

section#contact .mw_wp_form_preview .lp_form dt {
  margin-bottom: 5px;
}

section#contact .mw_wp_form_preview .lp_form dd {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: initial;
}

section#contact .mw_wp_form_preview .lp_form dd span {
  display: none;
}

section#contact .mw_wp_form_preview .lp_form.lp_form04 {
  display: none;
}

section#contact .mw_wp_form_preview .lp_form.lp_form10 dd {
  min-height: initial;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

section#contact .btns {
  text-align: center;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}

section#contact .btns input {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12vw;
  height: 3.4vw;
  min-width: 150px;
  min-height: 45px;
  background: #00A29A;
  color: #ffffff;
  border-radius: 70px;
  border: solid 2px #00A29A;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  cursor: pointer;
  pointer-events: painted;
  transition: 1s;
}

section#contact .btns input:hover {
  background: #ffffff;
  color: #00A29A;
}

section#contact .wpcf7 form .wpcf7-response-output {
  width: 65%;
  margin: 2em auto 1em;
  text-align: center;
}

section#contact .wpcf7 form .wpcf7-spinner {
  display: none;
}

section#contact .wpcf7 form .wpcf7-turnstile.cf-turnstile {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#contact .box {
    width: 85%;
  }
  section#contact .lp_form dd {
    width: 100%;
  }
  section#contact .lp_form.lp_form10 dd {
    width: 100%;
  }
  section#contact .btns input.btn {
    width: 230px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  section#contact {
    padding-top: 80px;
    margin-top: -40px;
  }
  section#contact .inner {
    padding: 40px 0 80px;
  }
  section#contact .box {
    width: 85%;
    margin: 30px auto 0;
  }
  section#contact .lp_form {
    margin-bottom: 30px;
  }
  section#contact .lp_form dt {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
  }
  section#contact .lp_form dt.required:before {
    font-size: 10px;
    width: 40px;
    height: 20px;
    border-radius: 7px;
  }
  section#contact .lp_form dd {
    width: 100%;
  }
  section#contact .lp_form dd input {
    padding: 0 5px;
    border-radius: 5px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd select {
    padding: 0 20px 0 5px;
    border-radius: 5px;
    height: 100%;
    min-height: initial;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd textarea {
    padding: 5px;
    border-radius: 5px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd span {
    display: block;
    margin-top: 4px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form.lp_form03 {
    margin-bottom: 10px;
  }
  section#contact .lp_form.lp_form03 dd input {
    width: 150px;
    margin: 0px 10px;
  }
  section#contact .lp_form.lp_form04 dd .wforms_images {
    width: 110px;
    height: 32px;
  }
  section#contact .lp_form.lp_form04 dd span {
    margin-top: 0px;
  }
  section#contact .lp_form.lp_form10 dd {
    width: 100%;
  }
  section#contact .btns {
    margin-top: 50px;
    gap: 20px;
  }
  section#contact .btns input.btn {
    width: 150px;
    height: 45px;
    font-size: 16px;
    padding: 0;
  }
  section#contact .wpcf7 form .wpcf7-turnstile.cf-turnstile iframe {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */