@charset "UTF-8";
/* Sass Document */
#contact_page {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 840px) {
  #contact_page {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
#contact_page .wrap {
  max-width: 77rem;
}
#contact_page .s_ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
}
@media screen and (max-width: 840px) {
  #contact_page .s_ttl {
    font-size: 4.1025641026vw;
  }
}
#contact_page .intro {
  text-align: center;
  margin: 0 0 7rem;
}
@media screen and (max-width: 840px) {
  #contact_page .intro {
    margin: 0 0 8.9743589744vw;
  }
}
#contact_page .intro .t_text {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 3rem;
}
@media screen and (max-width: 840px) {
  #contact_page .intro .t_text {
    font-size: 3.8461538462vw;
    margin: 0 0 5.1282051282vw;
  }
}
#contact_page .intro .p_text {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
}
@media screen and (max-width: 840px) {
  #contact_page .intro .p_text {
    font-size: 4.1025641026vw;
    margin: 5.1282051282vw 0;
  }
}
#contact_page .intro .btn_area {
  display: flex;
  justify-content: center;
}
#contact_page .intro .btn_area .btn_a {
  width: 37.8rem;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a {
    width: 39.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a {
    width: 100%;
  }
}
#contact_page .intro .btn_area .btn_a a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 8rem;
  border-radius: 0.5rem;
  color: #fff;
  background: #e4292f;
  box-shadow: 0 0.5rem 0 0 #b60202;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a a {
    height: 6.6666666667vw;
    border-radius: 0.4166666667vw;
    box-shadow: 0 0.4166666667vw 0 0 #b60202;
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a a {
    height: 17.9487179487vw;
    border-radius: 1.2820512821vw;
    box-shadow: 0 1.2820512821vw 0 0 #b60202;
  }
}
#contact_page .intro .btn_area .btn_a a img {
  width: 2rem;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a a img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a a img {
    width: 4.6153846154vw;
  }
}
#contact_page .intro .btn_area .btn_a a p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1.24;
  font-weight: 700;
  gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a a p {
    font-size: 1.9166666667vw;
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a a p {
    gap: 3.0769230769vw;
    font-size: 4.8717948718vw;
  }
}
#contact_page .intro .btn_area .btn_a a .arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.7rem;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a a .arrow {
    right: 1.25vw;
    border-width: 0.5833333333vw 0 0.5833333333vw 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a a .arrow {
    right: 4.1538461538vw;
    border-width: 1.7948717949vw 0 1.7948717949vw 1.7948717949vw;
  }
}
#contact_page .intro .btn_area .btn_a a:hover {
  transform: translateY(0.5rem);
  opacity: 1;
  box-shadow: 0 0 0 #b60202;
}
@media screen and (max-width: 1200px) {
  #contact_page .intro .btn_area .btn_a a:hover {
    transform: translateY(0.4166666667vw);
  }
}
@media screen and (max-width: 840px) {
  #contact_page .intro .btn_area .btn_a a:hover {
    transform: translateY(1.2820512821vw);
  }
}

.contact-form .s_ttl {
  margin: 0 0 3rem;
}
.contact-form .input_area {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area {
    margin-bottom: 5.1282051282vw;
  }
}
.contact-form .input_area .label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area .label {
    gap: 2.0512820513vw;
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.contact-form .input_area .label p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-form .input_area .label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 2rem;
  padding: 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: #ef2b2d;
  border-radius: 0.2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area .label span {
    min-width: 7.6923076923vw;
    height: 4.6153846154vw;
    padding: 0 1.5384615385vw;
    font-size: 3.0769230769vw;
  }
}
.contact-form .input_area {
  /* 入力欄 */
}
.contact-form .input_area input,
.contact-form .input_area textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f4f4f4;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  color: #111;
  box-sizing: border-box;
}
.contact-form .input_area input::-moz-placeholder, .contact-form .input_area textarea::-moz-placeholder {
  color: #b8b8b8;
}
.contact-form .input_area input::placeholder,
.contact-form .input_area textarea::placeholder {
  color: #b8b8b8;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area input,
  .contact-form .input_area textarea {
    font-size: 3.5897435897vw;
  }
}
.contact-form .input_area input {
  height: 7rem;
  padding: 0 2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area input {
    height: 14.1025641026vw;
    padding: 0 4.1025641026vw;
  }
}
.contact-form .input_area textarea {
  min-height: 16rem;
  padding: 2.2rem 2rem;
  resize: vertical;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area textarea {
    min-height: 41.0256410256vw;
    padding: 3.5897435897vw 4.1025641026vw;
  }
}
.contact-form {
  /* ===============================
     プライバシーポリシー
  =============================== */
}
.contact-form .cation {
  margin: 6rem 0 0;
}
@media screen and (max-width: 840px) {
  .contact-form .cation {
    margin: 8.9743589744vw 0 0;
  }
}
.contact-form .cation .ttl {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .ttl {
    margin-bottom: 3.0769230769vw;
    font-size: 4.6153846154vw;
  }
}
.contact-form .cation .precautions {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  height: 20rem;
  overflow: auto;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .precautions {
    margin-top: 4.1025641026vw;
    padding: 3.5897435897vw;
  }
}
.contact-form .cation .precautions .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .contact-form .cation .precautions .txt {
    font-size: 3.5897435897vw;
  }
}
.contact-form {
  /* ===============================
     同意チェック
  =============================== */
}
.contact-form .check {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 840px) {
  .contact-form .check {
    margin-top: 4.1025641026vw;
  }
}
.contact-form .check .wpcf7-list-item {
  margin: 0;
}
.contact-form .check label {
  font-size: 1.6rem;
  line-height: 1.7;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .contact-form .check label {
    font-size: 3.3333333333vw;
  }
}
.contact-form .check input[type=checkbox] {
  margin-right: 0.8rem;
  transform: translateY(0.1rem);
}
@media screen and (max-width: 840px) {
  .contact-form .check input[type=checkbox] {
    margin-right: 1.5384615385vw;
  }
}
.contact-form {
  /* ===============================
     エラーメッセージ
  =============================== */
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #d6001c;
}
@media screen and (max-width: 840px) {
  .contact-form .wpcf7-not-valid-tip {
    font-size: 2.8205128205vw;
  }
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.sent .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  border-radius: 0.4rem;
}
.contact-form {
  /* ===============================
     送信ボタン（既存btn_wrap流用）
  =============================== */
}
.contact-form .btn_wrap {
  width: 35rem;
  margin: auto;
  height: 7.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap {
    width: 29.1666666667vw;
    height: 6.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap {
    width: 73.0769230769vw;
    height: 15.3846153846vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit,
.contact-form .btn_wrap button,
.contact-form .btn_wrap input[type=submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem !important;
  height: 7rem !important;
  margin: 3.5rem auto 0;
  font-size: 2rem !important;
  font-weight: 700;
  color: #000 !important;
  background: #fff03a !important;
  box-shadow: 0 0.3rem 0 #cbbe28;
  border-radius: 0.5rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap .wpcf7-submit,
  .contact-form .btn_wrap button,
  .contact-form .btn_wrap input[type=submit] {
    width: 29.1666666667vw !important;
    height: 5.8333333333vw !important;
    margin: 0.8333333333vw auto 0;
    font-size: 1.6666666667vw !important;
    box-shadow: 0 0.25vw 0 #cbbe28;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap .wpcf7-submit,
  .contact-form .btn_wrap button,
  .contact-form .btn_wrap input[type=submit] {
    width: 73.0769230769vw !important;
    height: 15.3846153846vw !important;
    margin: 2.5641025641vw auto 0;
    font-size: 4.8717948718vw !important;
    box-shadow: 0 0.7692307692vw 0 #cbbe28;
    border-radius: 1.2820512821vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit:hover,
.contact-form .btn_wrap button:hover,
.contact-form .btn_wrap input[type=submit]:hover {
  box-shadow: 0 0 0 #cbbe28;
  transform: translateY(0.3rem);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap .wpcf7-submit:hover,
  .contact-form .btn_wrap button:hover,
  .contact-form .btn_wrap input[type=submit]:hover {
    transform: translateY(0.25vw);
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap .wpcf7-submit:hover,
  .contact-form .btn_wrap button:hover,
  .contact-form .btn_wrap input[type=submit]:hover {
    transform: translateY(0.7692307692vw);
  }
}
.contact-form .btn_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.7rem;
  border-color: transparent transparent transparent #000;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .contact-form .btn_wrap::after {
    top: calc(50% + 0.4166666667vw);
    right: 1.6666666667vw;
    border-width: 0.5833333333vw 0 0.5833333333vw 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .contact-form .btn_wrap::after {
    top: 50%;
    right: 4.358974359vw;
    border-width: 1.2820512821vw 0 1.2820512821vw 1.2820512821vw;
  }
}
.contact-form .input_area.check {
  margin-top: 2rem;
  text-align: center;
}
.contact-form .input_area.check .wpcf7-form-control-wrap {
  display: inline;
}
.contact-form .input_area.check .wpcf7-list-item {
  margin: 0;
}
.contact-form .input_area.check .wpcf7-list-item-label {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #111;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area.check .wpcf7-list-item-label {
    font-size: 3.3333333333vw;
  }
}
.contact-form .input_area.check input[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem 0 0;
  vertical-align: middle;
  transform: none;
}
@media screen and (max-width: 840px) {
  .contact-form .input_area.check input[type=checkbox] {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 1.5384615385vw;
  }
}
.contact-form .btn_wrap .wpcf7-submit {
  background: #fff03a;
  box-shadow: 0 0.3rem 0 #cbbe28;
  color: #000;
  transition: 0.2s;
}
.contact-form .btn_wrap .wpcf7-submit.is-disabled {
  background: #ccc !important;
  box-shadow: 0 0.3rem 0 #aaa !important;
  color: #666 !important;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.contact-form .btn_text {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .contact-form .btn_text {
    margin: 2.5641025641vw 0 0;
    font-size: 3.5897435897vw;
  }
}

.btn_no_mail {
  position: relative;
  width: 100%;
  margin: 6.5rem 0 0;
}
@media screen and (max-width: 840px) {
  .btn_no_mail {
    margin: 7.6923076923vw 0 0;
  }
}
.btn_no_mail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77rem;
  height: 4.7rem;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .btn_no_mail a {
    width: 64.1666666667vw;
    height: 3.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_no_mail a {
    width: 89.7435897436vw;
    height: 12.0512820513vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
.btn_no_mail a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 2rem;
  font-weight: 900;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .btn_no_mail a:after {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_no_mail a:after {
    right: 4.358974359vw;
  }
}
.btn_no_mail.is-open a:after {
  content: "−";
}

.more_no_mail {
  display: none;
  margin: 2rem 0 0;
}
@media screen and (max-width: 840px) {
  .more_no_mail {
    margin: 3.8461538462vw 0 0;
  }
}
.more_no_mail.is-open {
  display: block;
}
.more_no_mail p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .more_no_mail p {
    font-size: 3.8461538462vw;
  }
}