@charset "utf-8";
.contact .low__singleTitle {
  margin-bottom: 180px;
}
.low__inner4 {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
}

.contact__box {
  margin-bottom: 104px;
}
.contact__text {
  font-size: 12px;
  line-height: 1.75;
}
.contact__text:not(:last-child) {
  margin-bottom: 20px;
}
.contact__text a {
  background-image: linear-gradient(#c79f62, #c79f62);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;

  transition: background-size 0.4s ease, background-position 0.4s ease;
}
.contact__text a:hover {
  background-size: 0% 1px;
  background-position: right bottom;
}

/* js アコーディオン用 */
.form__accordion {
  display: none;
}
/* 確認画面 */
.mw_wp_form_confirm .form__accordion {
  display: block;
}

/* -------------------
form(共通)
-----------------------*/
/* フォームの中身 */
.form {
}
.form__box {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__box.first {
  border-top: 1px solid #e1e1e1;
}
.form__box.address,
.form__box.form__box--content {
  align-items: flex-start;
}
.form__box.form__box--content {
  border-bottom: none;
}
.form__box.start {
  padding-bottom: 71px;
}
.form__box.start .form__left {
  margin-bottom: 15px;
}
.form__box:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.form__left {
  width: 310px;
}
.form__leftWrap {
  width: 208px;
}
.form__left.form__left--age {
  padding-top: 7px;
}
.form__right {
  width: calc(100% - 310px);
  /* max-width: 516px; */
}
.form__box--1 .form__inputBox {
  max-width: 391px;
}
.form__box--2 .form__inputBox {
  max-width: 345px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.form__inputBox {
  position: relative;
}
.form__box.address .form__inputBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__box.address .form__inputBox--address1,
.form__box.address .form__inputBox--address2 {
  width: 100%;
  max-width: 209px;
}
.form__box.address .form__inputBox--address3,
.form__box.address .form__inputBox--address4 {
  width: 100%;
  max-width: 515px;
}
.form__box.address .form__inputBox--address1,
.form__box.address .form__inputBox--address2,
.form__box.address .form__inputBox--address3 {
  margin-bottom: 15px;
}
.form__box--2 .form__inputTxt {
  width: 162px;
}
.form__box .name-text {
  font-size: 13px;
  width: 73px;
  line-height: 1.75;
}
.form__input-address1,
.form__input-address2 {
  width: calc(100% - 73px);
  max-width: 136px;
}
.form__input-address3,
.form__input-address4 {
  width: calc(100% - 73px);
  max-width: 449px;
}

.form__item {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  line-height: 1.75;
}
.form__inputBox {
  position: relative;
}
.form__inputBox.kind .form__inputTxt {
  padding: 11px 20px 7px;
  cursor: pointer;
}
.form__inputBox.kind::after {
  position: absolute;
  display: block;
  content: "";
  top: 43%;
  right: 27px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 7px;
  border-color: #231815 transparent transparent transparent;
  pointer-events: none;
}
.form__inputTxt {
  width: 100%;
  padding: 9px 15px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  border-radius: 4px;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  min-height: 39px;
}

.messege textarea {
  min-height: 185px;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 18px 20px 13px;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.57;
  border-radius: 4px;
  position: relative;
  word-wrap: break-word;
}

.contact__formBtnLink {
  font-size: 15px;
  width: 100%;
  max-width: 308px;
  margin: 0 auto;
  display: block;
  color: #000;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.form__btn1,
.form__btn2 {
  width: 100%;
  max-width: 308px;
  position: relative;
}
.form__btn1 {
  display: none;
}
.form__submits-item {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 300px;
  height: 60px;
  line-height: 1.75;
  background-color: #006934;
  border: 1px solid #006934;
  margin: 0 auto;
  border-radius: 30px;
  transition: all 0.3s;
  padding: 15px 15px 15px;
  letter-spacing: 0.135em;
}

.form__btn2:after,
.form__btn1:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../imgs/common/btn_arrow_rgt_wh2.svg") center center / cover no-repeat;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1;
  transition: all 0.3s;
}
.form__btn1:after {
  right: auto;
  left: 20px;
  transform: rotate(-180deg);
}
.form__btn1:hover input,
.form__btn2:hover input {
  color: #006934;
  background-color: #fff;
}
.form__btn2:hover:after,
.form__btn1:hover:after {
  background: url("../imgs/common/btn_arrow_rgt_gre.svg") center center / cover no-repeat;
}
.form__btn1:hover:after {
  transform: rotate(-180deg);
}
.form__btn input {
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact__formBtnLink--back {
  display: none;
}
.recaptcha-text {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  padding-top: 22px;
  line-height: 1.72;
}

.grecaptcha-badge {
  visibility: hidden;
}

::placeholder {
  color: #c3c3c3;
}
/* 古いGoogle Chromeに対応する記述 */
::-webkit-input-placeholder {
  color: #c3c3c3;
}
/* IE10,IE11に対応する記述 */
:-ms-input-placeholder {
  color: #c3c3c3;
}
/* select {
  color: #C3C3C3;
} */

.mw_wp_form span.error {
  padding-top: 3px;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 10px;
}

.form__itemReq {
  text-align: center;
  display: block;
  width: 41px;
  padding: 4px 0px;
  background: #006934;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.privacy__text {
  color: #4d4d4d;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.privacy__text a {
  color: #0098cf;
  text-decoration: underline;
}

/* 確認画面 */
/* .mw_wp_form_confirm */
.form__kakuninn {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.57;
}
.mw_wp_form_confirm .form__inputBox {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
}
.mw_wp_form_confirm .messege {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
}
.mw_wp_form_confirm .form__box.address .form__inputBox--address1,
.mw_wp_form_confirm .form__box.address .form__inputBox--address2,
.mw_wp_form_confirm .form__box.address .form__inputBox--address3,
.mw_wp_form_confirm .form__box.address .form__inputBox--address4 {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.mw_wp_form_confirm .form__input-address1,
.mw_wp_form_confirm .form__input-address2,
.mw_wp_form_confirm .form__input-address3,
.mw_wp_form_confirm .form__input-address4 {
  width: calc(100% - 73px);
  max-width: 100%;
}

.mw_wp_form_confirm .form__inputBox.kind::after {
  display: none;
}
.mw_wp_form_confirm .contact__formBtnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.mw_wp_form_confirm .form__btn1 {
  display: block;
}

.mw_wp_form_confirm .contact__formBtnLink.contact__formBtnLink--back:after {
  display: none;
}
.mw_wp_form_confirm .contact__formBtnLink.contact__formBtnLink--back:before {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: url(../imgs/common/form_arrow_wh.svg) center center / cover no-repeat;
  position: absolute;
  top: 21px;
  left: 24px;
  z-index: 1;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.mw_wp_form_confirm .contact__formBtnLink.contact__formBtnLink--back:hover:before {
  background: url(../imgs/common/form_arrow_black.svg) center center / cover no-repeat;
}

/* 完了画面 */
.mw_wp_form_complete .contact__text {
  text-align: center;
}
.mw_wp_form_complete .contact__text:not(:last-child) {
  margin-bottom: 30px;
}
.mw_wp_form_complete .contact__box a {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .form__box {
    display: block;
  }
  .form__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .form__right {
    width: 100%;
  }
  .form__box--1 .form__inputBox {
    max-width: 100%;
  }
  .form__box--2 .form__inputBox {
    max-width: 100%;
    gap: 10px 0;
  }
  .form__box--2 .form__inputTxt {
    width: 49%;
  }
  .form__box.address .form__inputBox--address3,
  .form__box.address .form__inputBox--address4 {
    max-width: 100%;
  }
  .form__input-address3,
  .form__input-address4 {
    width: calc(100% - 73px);
    max-width: 100%;
  }

  .mw_wp_form_confirm .contact__formBtnLink {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .form__box--2 .form__inputBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .form__box--2 .form__inputTxt {
    width: 100%;
  }
}
