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

/*----- contact-fv-pc -----*/
.contact-fv-section{
  background-image: url("../img/others/contact_fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 380px;
  position: relative;
}
.contact-fv-section h2{
  position: absolute;
  z-index: 999;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.0rem;
  color:#fff;
}

/*----- contact-fv-sp -----*/
@media(max-width:650px){
  .contact-fv-section{
  background-image: url("../img/others/contact_fv_sp@2x.jpg");
  height: 200px;
  background-position: center 30px;
  }
  .contact-fv-section h2{
    font-size:2.0rem;
    position: relative;
    text-align: center;
    top:65%;
  }
}


/*---------------------------*/
/*----- form-section-sp -----*/
.form-section{
  width:90%;
}
.form-midashi p{
  padding-bottom:100px;
}
.form-nyuryoku{
  margin-bottom:30px;
}
.form-label{
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.hissu{
  

  font-size: 1.0rem;
  padding-left:5px;
}
input:focus ,textarea:focus{
  outline:#75726d 1px solid;
}
.name, .hurigana,.postal-code,.email,.phone{
  width: 300px;
  height: 40px;
  background-color: #f6f3ee;
  padding:0 10px;
  color:#75726d;
  font-size:1.4rem;
}
.address{
  width: 500px;
  height: 50px;
  background-color: #f6f3ee;
  padding:0 10px;
  color:#75726d;
  font-size:1.4rem;
}
.inquiry-content{
  width: 500px;
  height: 150px;
  background-color: #f6f3ee;
  padding:0 10px;
  color:#75726d;
  font-size:1.4rem;
  resize: none;
}
.agree, .privacy{
  vertical-align: inherit;
}
.checkbox{
  text-align: center;
}
.policy-box{
  margin:0 auto;
  width: 50%;
}

.policy{
  margin-top:50px;
  margin-bottom:10px;
}

.privacy-text{
  height: 150px;
  overflow-y: scroll;
  font-size: 1.4rem;
  padding:10px 0 0 20px;
}
.privacy-text h3{
  font-size:1.6rem;
  padding:30px 0 10px;
}
.privacy-text p{
  line-height: 1.1;
}
.form-submit{
  margin: 50px auto 100px;
  font-size: 2.0rem;
  display: block;
  width: 315px;
  height: 70px;
  background-color: #4782af;
  color: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgb(117 114 109 / 20%);
  transition: .4s;
}
.form-submit:hover{
  background-color: #66a8d0;
}
.checkbox label{
    pointer-events: none;
}

/*----- form-section-sp -----*/
@media(max-width:950px){
  .form-midashi p {
    padding-bottom: 80px;
  }
  .form-label{
    display: block;
    margin-bottom:10px;
  }
  .name, .hurigana,.postal-code,.email,.phone,.address,.inquiry-content{
    width: 100%;  
  }
  .policy-box{
    width: 100%;
  }
  .form-submit{
    margin: 50px auto 80px;
    font-size: 1.6rem;
    width: 315px;
    height: 50px;
    line-height: 50px;
  }
  .checkbox label{
    font-size:1.4rem;
    letter-spacing: -1px;
}

}



/*---------------------------*/
/*----- phone-section-pc -----*/
.phone-section{
  background-color:#f6f3ee;
}
.phone-content{
   width: 90%;
}
.phone-content ul{
  display: flex;
  justify-content: center;
  gap:60px;
  padding:70px 0 100px;
}

/*----- phone-section-sp -----*/
@media(max-width:950px){
  .phone-content ul{
  display: flex;
  justify-content: center;
  gap:30px;
  flex-wrap: wrap;
  padding:40px 0 80px;
}  
}




