html {
  font-size: calc(10 / 1280 * 100vw);
  font-family: "Noto Sans JP";
}
.header{
  height:20rem;
  background-image:url(../img/u_main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  text-align:center;
}
.header_title{
  padding-top:5rem;
  padding-bottom:1.5rem;
  color:white;
  font-size:3rem;
  letter-spacing:0.3rem;
  
}
.header_title::after{
  content:'';
  width: 8rem;
  padding-bottom:1.5rem;
  display:block;
  border-bottom: 0.1rem solid white;
  margin:0 auto;
  
}
.header_sub_title{
  color:white;
  font-size: 1.6rem;
  font-family: "Nova Round", system-ui;
  letter-spacing:0.3rem;
}
.contact_download_title{
  font-size:2rem;
  text-align:center;
  margin-top:5rem;
  margin-bottom:3rem;
  letter-spacing:0.3rem;
}
.tel_title{
  font-size:2rem;
  text-align:center;
  color:#8bc01f;
  margin-bottom:3rem;
  letter-spacing:0.3rem;
}
.contact_link{
  margin:0 auto 2rem;
  display:block;
  width:37.3rem;

}
.contact_link img{
  width:37.3rem;
  height:6.9rem;
}
.contact_download_text{
  text-align:center;
  font-size:1.4rem;

}
.contact_download{
  padding:5rem 7rem;
  border-radius:1.5rem;
  border:0.3rem solid #8bc01f;
  width:90rem;
  margin:0 auto 16rem;
}
.form{
  width:118rem;
  margin:0 auto;

}
.form_title{
  font-size:2rem;
  text-align:center;
  padding:4rem;
  background-color: #8bc01f;
  border-radius:1.5rem;
  color:white;
}
.form_main{
  border:0.3rem solid #8bc01f;
  border-radius: 1.5rem;
  padding:5rem 7rem; 
  margin-bottom:30rem;
}
.form_text{
  font-size:1.6rem;
  text-align:center;
  margin-bottom:8rem;
  font-weight:bold;
}
.box p{
  display:flex;
  gap:3rem;
  padding:3rem 0;
}
.box{
  display:flex;
  gap:5rem;
  justify-content:center;
}

.box label{
  width:25%;
  font-size:1.8rem;
  font-weight:bold;
  display:flex;
  margin-bottom:1rem;
  justify-content:space-between;

}
.box input{
  width:55.4rem;
  height:4.8rem;
  font-size:1.8rem;
  border-radius:1rem;
  background-color:#ededed;
  padding-left:2rem;
  margin-bottom:4rem;
}
.red{
  font-size:1.4rem;
  background-color:#c9001d;
  border:0.1rem solid #c9001d;
  color:white;
  text-align:center;
  line-height:2rem;
  border-radius:5rem;
  width:5rem;
  height:2rem;
  display:inline-block;
  font-weight:normal;
}
.form_wrapper{
  width:83.7rem;
  margin:0 auto;
}
.submit{
  display:block;
  margin:3rem auto 0;
  width:23.9rem;
  padding:0 2rem;
  text-align:center;
  height:5.6rem;
  line-height:5.6rem;
  color:white;
  background-color:#8bc01f;
  border-radius:5rem;
  font-size:1.8rem;
  font-weight:bold;
}
fieldset{
  border:none;
}
.sp_br{
  display:none;
}
.screen-reader-response{
  display:none;
}
.wpcf7-response-output{
  display:none;
}
@media screen and (max-width:699.98px) {
  html{
    font-size: calc(10 / 375 * 100vw);
    font-family: "Noto Sans JP";
  }
  .sp_br{
    display:block;
  }
  .pc_br{
    display:none;
  }
  .contact_download{
    width:33.8rem;
    padding:2rem;
  }
  .contact_download_title{
    font-size:1.6rem;
    margin-top:3rem;
    font-weight:600;
  }
  .tel_title{
    font-size:1.6rem;
  }
  .form{
    width:35.6rem;
  }
  .form_title{
    font-size:1.6rem;
    padding:2rem;
  }
  .form_text{
    font-size:1.4rem;
    
  }
  .form_main{
    padding:2rem;
    margin-bottom:20rem;
  }
  .form_wrapper{
    width:auto;
  }
  .box p{
    display:block;
    padding:0;
    margin-bottom:2rem;
  }
  .contact_link{
    width:19.2rem;
  }
  .contact_link img{
    width:19.2rem;
    height:3.5rem;
  }
  .box{
    display:block;
  }
  .box input{
    width:100%;
    height:4.3rem;
    font-size:1.44rem;
    margin:0 auto 1rem;
  
  }
  .box label{
    width:60%;
    font-size:1.6rem;
    margin-left:2rem;
  }
  .red{
    font-size:1.2rem;
    line-height:1.7rem;
  }
  .submit{
    margin-bottom:1rem;
  }
  
}