@charset "utf-8";


body{
  color: #4c5142;
}

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

contact

===================*/
.contact{
  margin-top: 99px;
  padding-bottom: 83px;
  padding-top: 53px;
  overflow: hidden;
}
.contact__top{
  margin-bottom: clamp(50px,7.971vw,110px);
  padding: 45px 65px;
  border: 1px solid #ddd9d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:7.8%;
}
.contact__topImg{
  width: 61px;
}
.contact__topBox{
  width: calc((100% - 7.8%) - 61px);
}
.contact__topText{
  margin-bottom: 25px;
  font-size: 16px;
  line-height:1.75 ;
}
.contact__topText:last-child{
  margin-bottom: 0;
}
.contact__topText a{
  color: #c65c26;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__wrap{
  margin-top: clamp(60px,7.608vw,105px);
}
.form-wrap{
  max-width: 558px;
  margin: 0 auto;
}

.agree__title{
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.agree{
margin-bottom: 40px;
padding: 22px 20px;
font-size: 14px;
line-height: 1.75;
border: 1px solid #ddd9d3;
background-color: #f2f2eb;
border-radius: 5px;
height: 274px;
overflow-y: scroll;
}
.agree li{
  margin-bottom:20px ;
}
.agree__check{
  margin: 0 auto clamp(20px,5.434vw,75px) auto;
  position: relative;
  width: fit-content;
}
.gree__checkText{
  font-size: 16px;
  line-height: 1.75;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}


@media screen and (max-width: 750px) {
  .contact__top{
    padding: 35px 20px;
    gap: 20px;
  }
  .contact__topBox{
    width: calc(100% - 81px);
  }
  .contactPage__txt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .low__contentInner {
    padding: 0 15px;
  }
  .gree__checkText{
    font-size: 14px;
    gap:5px;
  }
}





/*===================
mwwpform
===================*/
.contact__formBtnLink {
  display: block;
  width: 308px;

  margin: 0 auto;
  letter-spacing: 0.24em;
  text-align: center;
}
.contact__formBtnLink input {
  width: 100%;
  height: 100%;
  padding: 21px 5px;
  font-size: 14px;
  letter-spacing: 0.135em;
  border: 1px solid rgba(88,163,186,0.8);
  border-radius: 999px;
  background: rgba(88,163,186,0.8);
  color: #fff;
  cursor: pointer;
  transition: .2s;
}
.contact__formBtnLink input:hover{
  color: rgba(88,163,186);
  background-color: #fff;
}
.form {
  margin-bottom: clamp(30px,7.246vw,100px);
}
.form__box {
  padding: 0 0 36px 0;
}
.form__box:last-child{
  padding-bottom: 0;
}
.form__left {
  width: 341px;
  min-width: 341px;
}
.form__rightflex {
  max-width: 346px;
  display: flex;
  gap: 20px;
}
.form__right {
 width: 100%;
}
.form__right.half {
  width: calc((100% - 341px - 48px) / 2);
  min-width: 340px;
}
.form__right.select01 {
  width: 150px;
}
.form__right.select02 {
  width: 250px;
}
.form__right.select-date {
  width: 150px;
}
.form__right.select-date input {
  padding-left: 10px;
}
.form__item {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: flex;
  justify-content: start;
  align-items: center;
  gap:15px;
}
.form__itemReq {
  display: block;
  width: fit-content;
  padding: 0 18px;
  background: #c65c26;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
}
.form__inputTxt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  min-height: 33px;
  border: 1px solid #ddd9d3;
  border-radius: 5px;
}

.form__inputTxt input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
.form__inputTxt input

.form__inputTxt.messege {
  min-height: 236px;
}
.form__inputTxt.messege textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 395px;
  padding: 8px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.mw_wp_form span.error {
  position: absolute;
  display: block;
  font-size: 10px;
  padding-top: 5px;
  letter-spacing: 0.05em;
  color: #ff0909;
}
.mw_wp_form span.error:nth-of-type(n+2) {
  padding-top: 18px;
}
.error-privacy{
  width: 100%;
  position:absolute;
  bottom: 0;
  left: 23px;
}
.preview__text {
  display: none;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
.contact__policyCheck .mwform-checkbox-field label[for]{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact__policyCheck .mwform-checkbox-field .privacy-check{
  display: block;
}

/* 確認画面 */

/* #confirm {
  padding-top: 210px;
} */

#confirm .contact__title{
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#confirm .attension__text {
  font-size: 16px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.75;
}
#confirm .confirm__wrap {
  padding: 30px 0 0;
}

#confirm .form {
  margin-bottom: 20px;
}
#confirm .form__inputTxt {
  padding-left: 0;
  border: none;
  background: none;
  padding-top: 6px;
}
#confirm .form__inputTxt.messege {
  min-height: 60px;
  line-height: 1.5;
  word-wrap: break-word;
}
#confirm .agree__title{
  display: none;
}
#confirm .agree{
  display: none;
}
#confirm .contact__formBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
}
#confirm .contact__formBtnLink {
  margin: 0 auto;
  
}

/* 完了画面 */

#comp .contact{
  padding-bottom: clamp(60px,8.69vw,120px);
}
#comp .contact__title{
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#comp .attension__text {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
  margin: 0 4%;
  line-height: 1.75;
}


@media screen and (max-width: 920px) {
  /* .form__left {
    width: 270px;
    min-width: 270px;
  }
  .form__right {
    width: calc(100% - 270px - 48px);
  } */
  .form__inputTxt input {
    width: 100%;
    min-width: auto;
  }
  .form__inputTxt.messege textarea {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .contact__formBtnLink {
    width: 100%;
    max-width: 240px;
  }
  .contact__formBtnLink input {
    padding: 17px 5px;
  }
  .contact__btnBox {
    margin: 0 4%;
  }
  .contact__btnBox .box-outer {
    width: 100%;
    min-width: auto;
  }
 
  .form__box {
    display: block;
    padding: 15px 10px;
  }
  .form__item {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .form__left {
    width: 100%;
    min-width: auto;
    margin-bottom: 5px;
  }
  .form__right,
  .form__right.half {
    width: 100%;
    min-width: auto;
  }
  .form__rightflex {
    gap: 10px;
  }
  .form__itemReq {
    padding: 0 10px;
  }
  .form__inputTxt {
    letter-spacing: 0.04em;
  }
  .form__inputTxt input {
    letter-spacing: 0.04em;
  }
    .form__inputTxt input {
    letter-spacing: 0.04em;
  }
  .form__inputTxt.messege textarea {
    letter-spacing: 0.04em;
    min-height: 260px;
  }
  .agree__title{
    margin-bottom: 15px;
    font-size: 14px;
  }
  .agree{
    margin-bottom: 25px;
  }
  .error-privacy span.error{
    padding-top: 0;
  }

  /* 確認画面 */

  #confirm .contact__title{
    font-size: 16px;
  }
  #confirm  .attension__text{
    font-size: 14px;
    margin-bottom: 30px;
  }


  /* 完了画面 */
  #comp .contact__title{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #comp .attension__text{
    font-size: 14px;
    margin-bottom: 30px;
  }


}



@media screen and (max-width: 480px) {
  .contact__top{
    display: block;
  }
  .contact__topImg{
    margin: 0 auto 20px auto;
  }
  .contact__topBox{
    width: 100%;
  }

}