@charset "utf-8";
/* ---------------------------- */
/* contact
/* ---------------------------- */
/* セカンドページ */
.second-header a{
  color: #333;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 0.1em;
  text-shadow: none;
}
.top_logo{
  fill: #333;
}

/* contents
--------------------------- */
.contact-wrapper{
	padding: 200px 0 120px;
}
.form-sec {
  max-width: 1160px;
  margin: 100px auto 0;
  padding: 0 4vw;
}
.intor-lead {
	margin-bottom: 12px;
  font-size: 1.3rem;
}

/* form
---------------------------- */
.wpcf7-form{
  padding: 100px 0 80px;
	  font-weight: 700;
}
.wpcf7-form p{
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 50px;
}
.wpcf7-form input{
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #f1f1f1;
  width: 100%;
  color: #333;
  line-height: 40px;
}
.wpcf7-form textarea{
  height: 171px;
  color: #333;
  padding: 0px 8px;
  line-height: 30px;
  box-sizing: border-box;
}

.form-list{
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 50px;
}
.form-item{
  margin-bottom: 32px;
}
.form-item:last-of-type{
  margin-bottom: 0;
}
.form-label{
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
input,textarea{
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #f1f1f1;
  width: 100%;

}
.input-text{
  color: #333;
  padding: 0px 8px;
  line-height: 40px;
  box-sizing: border-box;
}
.textarea{
  height: 171px;
  color: #333;
  padding: 0px 8px;
  line-height: 30px;
  box-sizing: border-box;
}

.submit-btn{
  display: block;
  width: 235px;
  line-height: 60px;
  margin: 0 auto 70px;
  background-color: #333;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  outline: none;
  appearance: none;
  border: none;
}
.submit-btn:hover{
  opacity: .7;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width:900px){
  /* ---------------------------- */
  /* contact_tablet
  /* ---------------------------- */

	.contact-wrapper{
    padding: 200px 4vw 0;
	}
}


@media screen and (max-width:768px){
  /* ---------------------------- */
  /* contact_sp
  /* ---------------------------- */
 /* セカンドページ ヘッダー */
.second-header nav.header-nav-second{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(255, 255, 255, 0.8)!important;
}
.second-header nav.second-header.header-nav-second.nav-list{
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.second-header nav.second-header.header-nav-second.nav-list.nav-item{
	margin: 0 0 30px;
}
.second-header nav.second-header.header-nav-second.nav-list.nav-item:last-of-type{
	margin-bottom: 0;
}
.bar-second .bar{
  display: block;
  height: 2px;
  width: 30px;
  background-color: #111;
}
.contact-wrapper{
    padding: 200px 4vw 0;
}

.wpcf7-form p{
     margin: 0 auto 20px;
     padding: 0; 
  }
















}