@charset "utf-8";
.hero-kaiso.contact {
  background-image: url(../images/contact.svg);
  background-position: -875px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_info {
  width: 90%;
  height: auto;
  max-width: 720px;
  margin: 100px auto 0;
}
.contact_info p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.Form {
  margin: 0 auto;
  max-width: 720px;
  padding: 50px 0 50px;
}
.Form > p {
  line-height: 1.8;
  margin-bottom: 50px;
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 0.9rem;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 0.8rem;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 45px;
  flex: 1;
  width: auto;
  background: #eaedf2;
  font-size: 0.9rem;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: auto;
  background: #eaedf2;
  font-size: 0.9rem;
}
.checkbox {
  text-align: center;
  margin: 0 0 50px;
}
.checkbox a {
  border-bottom: 1px dotted #333;
}
.checkbtn {
  width: 13px;
  height: 13px;
  border: #333;
  color: #333;
  text-align: center;
}
.Form-Btn {
  border-radius: 2px;
  margin: 30px auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media (hover: hover) {
  .Form-Btn:hover {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .Form {
    width: 90%;
  }
  .checkbox {
    font-size: 18px;
  }
  .Form-Item {
    display: block;
  }
  .Form-Item-Input {
    width: 100%;
    margin: 0;
  }
  .Form-Item-Textarea {
    width: 100%;
    margin: 0;
  }
  .Form-Item-Label {
    text-align: left;
    padding-bottom: 15px;
  }
}
/*確認画面 戻るボタン*/
.btn_pref{
    border: 1px solid #333;
    cursor: pointer;
    padding: 15px;
    width: 150px;
    text-align: center;
    font-size: 16px;
}
.check_page_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.Form-Btn.check_page{
    margin: 0;
}

.check_page_btn{
	margin: 50px 0 20px;
}

.btn_pref{
    color: #333;
}
.btn_pref:hover{
    opacity: 0.5;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition   : 0.2s ease-in-out;
    transition        : 0.2s ease-in-out;
}
/*フォーム完了画面***********************/
.form_confirm,
.form_comp{
    max-width: 720px;
    height: auto;
    margin: 0 auto;
}
.form_confirm h2,
.form_comp h2{
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.form_comp p{
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.5;
}
/*recapcha*/
.grecaptcha-badge { 
	visibility: hidden; 
}
.recapcha{
	font-size: 12px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1.5;
}


/**Privacy policy*****/
.hero-kaiso.p_policy {
  background-image: url(../images/p_policy.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.privacy_container {
  width: 100%;
  height: auto;
}
.privacy_contents_container {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding: 90px 0;
}
.privacy_contents_wrap {
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}
.privacy_contents_wrap .discri{
  margin: 50px 0;
}
.privacy_contents_wrap h3 {
  font-size: 1rem;
  margin-bottom: 50px;
}
.privacy_contents_wrap h4 {
  font-size: 16px;
  margin: 40px 0 15px;
}
.privacy_contents_wrap p {
  font-size: 0.9rem;
}
.privacy_contents_wrap .company_name {
  margin-top: 30px;
}
