@charset "utf-8";
/* CSS Document */

#mv_common {
  height: 432px;
  margin-top: -138px;
}
#mv_common .wrap {
    align-items: flex-end;
}
#mv_common .txt_area {
  position: relative;
}
#mv_common .txt_area::after {
  content: '';
  width: 455px;
  height: 388px;
  background: url(../img/contact/mv_bg.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  z-index: -1;
}
#mv_common .title {
  width: 236px;
  height: 236px;
  margin-bottom: 0;
}
#mv_common .title p {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  #mv_common {
    height: 54.13333333333333vw;
    margin-top: 0;
  }
  #mv_common .wrap {
    overflow: visible;
  }
  #mv_common .txt_area::after {
    width: 47.2vw;
    height: 40.26666666666667vw;
    z-index: 0;
  }
  #mv_common .title {
    width: 27.33333333333333vw;
    height: 27.33333333333333vw;
  }
  #mv_common .title p {
    font-size: 3.333333333333333vw;
  }
}

.bg_green {
  background: var(--C-green) top center no-repeat;
  background-image: url(../img/contact/bg.webp);
  background-size: 1920px auto;
}
@media screen and (min-width: 1920px) {
  .bg_green {
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  .bg_green {
    background-image: url(../img/contact/bg_sp.webp);
    background-size: contain;
  }
}

/* ===============================
	map_area
 =============================== */
#map_area {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 30px;
}
#map_area h3 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.615384615384615;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #map_area {
    text-align: left;
    padding-top: 16vw;
    padding-bottom: 2.4vw;
  }
  #map_area h3 {
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    margin-bottom: 5.33333333333333vw;
    padding-left: 6vw;
  }
  #map_area .img {
    width: calc(100% + (4% * 2));
    margin-left: -4%;
  }
}

/* ===============================

 =============================== */

@media screen and (max-width: 750px) {

}

/* ===============================
	contact_content
 =============================== */
#contact_content {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 84px;
}
#contact_content * {
  color: var(--C-white);
}
#contact_content .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
}
#contact_content .btn_area {
  display: flex;
  flex-direction: row;
  gap: 8px;
  max-width: 596px;
  margin: auto;
}
#contact_content .btn_area li {
  width: calc((100% - 8px) / 2);
}
#contact_content .btn_area strong {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}
#contact_content .btn_area a {
  background: var(--C-white);
  border-radius: 100px;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, .25));
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}
#contact_content .btn_area a img {
  margin-top: 4px;
}
#contact_content .btn_area a p {
  font-size: 23px;
  font-weight: 700;
  color: var(--C-gray);
}
#contact_content .btn_area .line a p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#contact_content .btn_area span {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.375;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  #contact_content {
    padding-top: 9.33333333333333vw;
    padding-bottom: 14.4vw;
  }
  #contact_content .txt {
    font-size: 3.33333333333333vw;
    letter-spacing: 0;
    margin-bottom: 5.86666666666667vw;
  }
  #contact_content .btn_area {
    flex-direction: column;
    gap: 5.86666666666667vw;
    max-width: 57.86666666666667vw;
  }
  #contact_content .btn_area li {
    width: 100%;
  }
    #contact_content .btn_area li:not(:last-child) {
      border-bottom: var(--C-white) 2px solid;
      padding-bottom: 4.26666666666667vw;
    }
  #contact_content .btn_area strong {
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  #contact_content .btn_area a {
    height: 13.33333333333333vw;
    gap: 1.33333333333333vw;
    padding-bottom: 2px;
  }
  #contact_content .btn_area a img {
    margin-top: 2px;
  }
  #contact_content .btn_area a p {
    font-size: 4.8vw;
  }
  #contact_content .btn_area span {
    font-size: 2.66666666666667vw;
    margin-top: 2.66666666666667vw;
  }
  #contact_content .btn_area span br {

  }
}

/* ===============================
	contact_form
 =============================== */
#contact_form {
  padding-bottom: 70px;
}
#contact_form * {
  color: var(--C-white);
}
#contact_form h3.title {
  border: var(--C-white) 2px solid;
  border-radius: 100px;
  max-width: 594px;
  height: 68px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
  margin-bottom: 34px;
}
#contact_form h3.title p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--C-white);
}
#contact_form h3.title + p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
#contact_form dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 14px;
  max-width: 750px;
}
#contact_form dt {
  width: 150px;
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
#contact_form dt p {
  font-size: 16px;
  position: relative;
  width: 8ch;
}
#contact_form dt.req p::before {
  content: '必須';
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--C-green);
  width: 60px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--C-white);
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-60px - 8px);
}
#contact_form dd {
  width: calc(100% - (150px + 14px));
}
#contact_form .annotation {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contact_form {
    padding-bottom: 10.13333333333333vw;
  }
  #contact_form .wrap {
    padding-left: 10.66666666666667vw;
    padding-right: 10.66666666666667vw;
  }
  #contact_form h3.title {
    width: 100%;
    max-width: none;
    height: 12.53333333333333vw;
    gap: 1.33333333333333vw;
    margin-bottom: 5.6vw;
  }
  #contact_form h3.title img {
    width: 6.4vw;
  }
  #contact_form h3.title p {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
  #contact_form h3.title + p {
    font-size: 3.33333333333333vw;
    letter-spacing: 0;
    margin-bottom: 5.86666666666667vw;
  }
  #contact_form dl {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 14px;
    max-width: 750px;
  }
  #contact_form dt {
    width: 100%;
    justify-content: flex-start;
    padding-top: 0;
  }
  #contact_form dt p {
    font-size: 3.33333333333333vw;
    width: 100%;
  }
  #contact_form dt.req p {
    padding-left: 16vw;
  }
  #contact_form dt.req p::before {
    font-size: 3.06666666666667vw;
    width: 12.26666666666667vw;
    height: 5.86666666666667vw;
    border-radius: 1.06666666666667vw;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #contact_form dd {
    width: 100%;
  }
}

/* radio_btn */
#contact_form .radio_1 {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  max-width: 222px;
  margin: auto;
  margin-bottom: 36px;
}
#contact_form .radio_1 span {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
}
#contact_form .radio_1 label {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  cursor: pointer;
  position: relative;
}
#contact_form .radio_1 input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--C-green);
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  transition: 0.4s;
  opacity: 0;
}
#contact_form .radio_1 input:checked::before {
  opacity: 1;
}
#contact_form .radio_1 input {
  width: 28px;
  height: 28px;
  background: var(--C-white);
  border: var(--C-gray) 3px solid;
  border-radius: 100px;
}
#contact_form .radio_1 label span {
  font-size: 18px;
}
#contact_form ::placeholder {
  color: #c3c3c4;
}
@media screen and (max-width: 750px) {
  #contact_form .radio_1 {
    gap: 6.13333333333333vw 0;
    max-width: 60vw;
    margin-bottom: 8vw;
  }
  #contact_form .radio_1 label {
    gap: 0 1.6vw;
  }
  #contact_form .radio_1 input::before {
    width: 4vw;
    height: 4vw;
    left: calc((693333333333333 - 4vw) / 2);
  }
  #contact_form .radio_1 input {
    width: 6.93333333333333vw;
    height: 6.93333333333333vw;
  }
  #contact_form .radio_1 label span {
    font-size: 4.8vw;
  }
}

/* type_text */
#contact_form .type_text {
  font-size: 18px;
  color: var(--C-gray);
  background: var(--C-white);
  height: 60px;
  padding: 0 20px;
}
#contact_form #tel.type_text {
  width: 62.62798634812287%;
}

#contact_form .add_area {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 8px;
}
#contact_form .mwform-zip-field {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
#contact_form .type_text.add_yubin {
  font-size: 18px;
  max-width: 185px;
}
/* #contact_form .add_area p {
  font-size: 14px;
} */

#contact_form .mwform-tel-field {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
#contact_form .type_text.tel {
  width: calc(100% / 3);
  max-width: 112px;
}
@media screen and (max-width: 750px) {
  #contact_form .type_text {
    font-size: 16px;
    height: 10vw;
    padding: 0 2.66666666666667vw;
  }
  #contact_form #tel.type_text {
    width: 61.06666666666667vw;
  }

  #contact_form .add_area {
    flex-wrap: wrap;
    gap: 1.06666666666667vw;
    margin-bottom: 1.06666666666667vw;
  }
  #contact_form .mwform-zip-field {
    font-size: 3.33333333333333vw;
    gap: 1vw;
  }
  #contact_form .type_text.add_yubin {
    font-size: 16px;
    max-width: 39vw;
  }
  #contact_form .add_area p {
    font-size: 2.6vw;
    width: 100%;
  }

  #contact_form .mwform-tel-field {
    font-size: 3.33333333333333vw;
    gap: 1vw;
  }
  #contact_form .type_text.tel {
    width: 20vw;
    max-width: 61.06666666666667vw;
  }
}

/* textarea */
#contact_form textarea {
  font-size: 18px;
  color: var(--C-gray);
  width: 100%;
  height: 246px;
  background: var(--C-white);
  padding: 28px 20px;
}
@media screen and (max-width: 750px) {
  #contact_form textarea {
    font-size: 16px;
    height: 46.4vw;
    padding: 2.4vw 2.66666666666667vw;
  }
}

/* 利用規約 */
#contact_form dt.rule_con {
  padding-top: 0;
}
#contact_form dd.rule_con .rule {
  background: #bbddae;
  height: 246px;
  overflow-y: scroll;
  padding: 20px 30px;
}
#contact_form dd.rule_con .rule p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.692307692307692;
  color: var(--C-gray);
}
@media screen and (max-width: 750px) {
  #contact_form dd.rule_con .rule {
    height: 70.13333333333333vw;
    padding: 2.13333333333333vw 4.8vw;
  }
  #contact_form dd.rule_con .rule p {
    font-size: 2.93333333333333vw;
    line-height: 1.590909090909091;
  }
}

/* チェックボックス */
#contact_form .content_check > label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 8px;
  position: relative;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  margin-top: 36px;
  margin-bottom: 52px;
}
#contact_form .content_check > label::before {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--C-green);
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 6px;
  margin: auto;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
#contact_form .content_check > label:has(input:checked)::before {
  opacity: 1;
}
#contact_form .content_check input {
  width: 28px;
  height: 28px;
  background: var(--C-white);
  border: var(--C-gray) 3px solid;
  border-radius: 100px;
}
#contact_form .content_check p {
  font-size: 18px;
}
#contact_form .content_check p a {
  text-decoration: underline;
}
#contact_form .content_check .mwform-checkbox-field-text {
  display: none;
}
@media screen and (max-width: 750px) {
  #contact_form .content_check > label {
    flex-wrap: wrap;
    gap: 0 1.33333333333333vw;
    margin-top: 3.46666666666667vw;
    margin-bottom: 5.33333333333333vw;
    justify-content: flex-start;
  }
  #contact_form .content_check > label::before {
    width: 3.4vw;
    height: 3.4vw;
    left: 1.5vw;
    /* left: 3vw; */
    top: 1.5vw;
    bottom: inherit;
  }
  #contact_form .content_check input {
    width: 6.4vw;
    height: 6.4vw;
  }
  #contact_form .content_check p {
    font-size: 3.6vw;
  }
}

#contact_form input[type="submit"] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--C-white);
  background: var(--C-Dgreen);
  width: 278px;
  height: 100%;
  background: url(../img/contact/btn_green.svg) center no-repeat;
  background-size: contain;
  border-radius: 100px;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .1));
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
  padding: 15px 0;
  transition: 0.4s;
  cursor: pointer;
}
#contact_form input[type="submit"]:hover {
  color: var(--C-gray);
  background-image: url(../img/contact/btn_white.svg);
}
@media screen and (max-width: 750px) {
  #contact_form input[type="submit"] {
    font-size: 3.8vw;
    width: 70vw;
    padding: 4vw;
  }
}

#contact_form .last_txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 84px;
}
@media screen and (max-width: 750px) {
  #contact_form .last_txt {
    font-size: 4vw;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 9.06666666666667vw;
  }
}

/* ===============================
	確認ページ
 =============================== */
.contact_confirm {
  margin-bottom: 130px;
}
.contact_confirm + .bg_green #contact_form {
  padding-top: 84px;
}
.mw_wp_form_confirm #contact_form .radio_1 {
  font-size: 18px;
}
.mw_wp_form_confirm #contact_form dl {
  gap: 28px 14px;
}
.mw_wp_form_confirm #contact_form dt {
  padding-top: 0;
}
.mw_wp_form_confirm #contact_form dd {
  font-size: 18px;
}
.mw_wp_form_confirm #contact_form .add_area p {
  display: none;
}
.mw_wp_form_confirm #contact_form dl + input[name="submitBack"] {
  display: inline-block;
  margin-left: 12.4%;
  margin-right: 6.5%;
}
/* .mw_wp_form_confirm #contact_form input[name="submitBtn"] {
  color: var(--C-Dgreen);
  background-image: url(../img/contact/btn_white.svg);
} */
.mw_wp_form_confirm #contact_form input[type="submit"] {
  display: inline-block;
  margin-left: 6.5%;
  margin-right: 12.4%;
}
.contact_confirm + .bg_green .mw_wp_form_confirm #contact_form dl {
  margin-bottom: 52px;
}
@media screen and (max-width: 976px) {
  .mw_wp_form_confirm #contact_form dl + input[name="submitBack"],
  .mw_wp_form_confirm #contact_form dl + input[type="submit"] + input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mw_wp_form_confirm #contact_form dl + input[type="submit"] + input[type="submit"] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .contact_confirm {
    margin-bottom: 16vw;
  }
  .contact_confirm + .bg_green #contact_form h3.title {
    height: auto;
    min-height: 12.53333333333333vw;
    padding: 3vw;
  }
  .contact_confirm + .bg_green #contact_form {
    padding-top: 14.4vw;
  }
  .mw_wp_form_confirm #contact_form .confirm_btn_area {
    display: flex;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .contact_confirm + .bg_green .mw_wp_form_confirm #contact_form dl {
    margin-bottom: 5.33333333333333vw;
  }
}

/* ===============================
	error
 =============================== */
#contact_form .error {
  font-size: 12px;
  font-weight: 700;
  color: var(--C-tel);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  display: block;
  margin-top: 2px;
}
#contact_form .add_area:has(.error) {
  position: relative;
  padding-bottom: 20px;
}
#contact_form .add_area .error {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  #contact_form .error {
    font-size: 2.8vw;
  }
  #contact_form .add_area:has(.error) {
    padding-bottom: 4.2vw;
  }
}

/* ===============================
	thanks
 =============================== */
#thanks {
  padding-top: 160px;
  padding-bottom: 100px;
}
#thanks * {
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--C-green);
  text-align: center;
}
#thanks .title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
#thanks .title span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
#thanks p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #thanks {
    padding-top: 14vw;
    padding-bottom: 12vw;
  }
  #thanks .title {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }
  #thanks .title span {
    font-size: 12vw;
    margin-bottom: 4vw;
  }
  #thanks p {
    font-size: 3.6vw;
  }
}


/* MW WP Formカスタム */
.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 0;
}
/* 入力ページ非表示 */
.mw_wp_form_input .input_disNone {
  display: none !important;
}
/* 確認ページ非表示 */
.mw_wp_form_confirm .confirm_disNone {
  display: none !important;
}