/**
/* LP CSS
----------------------------------------------- */
/*　　about　　*/
.about-guide{
	background: #FFF;
	padding: 120px 0 240px 0;
}
.about-guide .about-grid{
	max-width: 910px;
}
.about-guide .about-grid h2{
	text-align: center;
	margin-bottom: 80px;
}
.about-guide .about-grid h2 span{
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 0.15em;
	border-bottom: 8px solid #A79066;
	line-height: 1;
	padding: 0 0.15em;
}
.about-guide .about-grid .p-text{
	letter-spacing: 0.15em;
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 60px;
}
.about-guide .about-grid .p-name{
	text-align: right;
	letter-spacing: 0.15em;
	font-size: 20px;
}
@media only screen and (max-width: 735px) {
	.about-guide{
		padding: 15% 0 120px 0;
	}
	.about-guide .about-grid h2{
		margin-bottom: 10%;
	}
	.about-guide .about-grid h2 span{
		font-size: 9vw;
		border-bottom: 4px solid #A79066;
	}
	.about-guide .about-grid .p-text{
		font-size: 3.6vw;
		margin-bottom: 40px;
	}
	.about-guide .about-grid .p-name{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.about-guide{
		padding: 120px 0 180px 0;
	}
	.about-guide .about-grid h2{
		margin-bottom: 60px;
	}
	.about-guide .about-grid h2 span{
		font-size: 50px;
		border-bottom: 6px solid #A79066;
	}
	.about-guide .about-grid .p-text{
		font-size: 16px;
		margin-bottom: 40px;
	}
	.about-guide .about-grid .p-name{
		font-size: 18px;
	}
}
/*　　service　　*/
.service-guide{
	background: #F5F4F4;
	position: relative;
	z-index: 100;
	padding: 0 0 40px 0;
}
.service-guide:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 240px;
	margin: -220px -10% 0;
	background: #F5F4F4;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: -1;
}
.service-guide:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 240px;
	margin: 0 -10% 0;
	background: #F5F4F4;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: -1;
}
.service-guide .service-grid h2{
	position: relative;
	font-family: 'Lato', sans-serif;
	color: #A79066;
	font-size: 45px;
	padding: 0 0 0 100px;
	margin-bottom: 70px;
}
.service-guide .service-grid h2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #A79066;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.service-guide .service-list{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service-guide .service-list li{
	max-width: 566px;
	width: 47%;
	margin-bottom: 50px;
}
.service-guide .service-list li:nth-child(2n){
	margin-right: 0;
}
.service-guide .service-list li h3{
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px;
}
.service-guide .service-list li p{
	font-size: 15px;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin-top: 26px;
}
@media only screen and (max-width: 735px) {
	.service-guide{
		padding: 0;
	}
	.service-guide:before{
		height: 240px;
		margin: -70px -10% 0;
	}
	.service-guide:after{
		height: 240px;
		margin: 0 -10% 0;
	}
	.service-guide .service-grid h2{
		font-size: 9vw;
		padding: 0 0 0 50px;
		margin-bottom: 10%;
	}
	.service-guide .service-grid h2:before{
		width: 55px;
		height: 1px;
	}
	.service-guide .service-list{
		display: block;
	}
	.service-guide .service-list li{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15%;
	}
	.service-guide .service-list li:nth-child(2n){
		margin: 0 auto;
		margin-bottom: 15%;
	}
	.service-guide .service-list li h3{
		font-size: 4.4vw;
		margin-bottom: 8%;
	}
	.service-guide .service-list li p{
		font-size: 3.4vw;
		margin-top: 8%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.service-guide{
		padding: 0;
	}
	.service-guide:before{
		height: 240px;
		margin: -140px -10% 0;
	}
	.service-guide:after{
		height: 240px;
		margin: 0 -10% 0;
	}
	.service-guide .service-grid h2{
		font-size: 40px;
		padding: 0 0 0 80px;
		margin-bottom: 50px;
	}
	.service-guide .service-grid h2:before{
		width: 90px;
		height: 1px;
	}
	.service-guide .service-list{
		display: block;
	}
	.service-guide .service-list li{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.service-guide .service-list li:nth-child(2n){
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.service-guide .service-list li h3{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.service-guide .service-list li p{
		font-size: 15px;
		margin-top: 26px;
	}
}
/*　　company　　*/
.company-guide{
	padding: 240px 0 200px 0;
	background: url("../image/bg_company.png");
	background-size: cover;
	background-position: center
}
.company-guide .company-grid h2{
	position: relative;
	font-family: 'Lato', sans-serif;
	color: #A79066;
	font-size: 45px;
	padding: 0 0 0 100px;
	margin-bottom: 70px;
}
.company-guide .company-grid h2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #A79066;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.company-guide .company-grid dl{
	display: table;
	width: 48.5%;
	margin: 5px 3% 5px 0;
}
.company-guide .company-grid dl:nth-child(2n){
	margin: 5px 0;
}
.company-guide .company-grid dt,
.company-guide .company-grid dd{
	display: table-cell;
	padding: 11px 20px;
	font-size: 14px;
    letter-spacing: 0.1em;
}
.company-guide .company-grid dt{
	width: 30%;
	background: #C2B59D;
}
.company-guide .company-grid dd{
	background: #ffffff;
	width: 70%;
}
@media only screen and (max-width: 735px) {
	.company-guide{
		padding: 70px 0 10% 0;
	}
	.company-guide .company-grid h2{
		font-size: 9vw;
		padding: 0 0 0 50px;
		margin-bottom: 10%;
	}
	.company-guide .company-grid h2:before{
		width: 55px;
		height: 1px;
	}
	.company-guide .company-grid dl{
		display: block;
		width: 100%;
		margin: 0;
	}
	.company-guide .company-grid dl:nth-child(2n){
		margin: 0;
	}
	.company-guide .company-grid dt,
	.company-guide .company-grid dd{
		width: 100%;
		display: block;
		padding: 3%;
		font-size: 3.26vw;
		text-align: center;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.company-guide{
		padding: 140px 0 100px 0;
	}
	.company-guide .company-grid h2{
		font-size: 40px;
		padding: 0 0 0 80px;
		margin-bottom: 50px;
	}
	.company-guide .company-grid h2:before{
		width: 90px;
		height: 1px;
	}
	.company-guide .company-grid dl{
		display: table;
		width: 100%;
		margin: 3px 0;
	}
	.company-guide .company-grid dl:nth-child(2n){
		margin: 3px 0;
	}
	.company-guide .company-grid dt,
	.company-guide .company-grid dd{
		padding: 11px 20px;
		font-size: 14px;
	}
	.company-guide .company-grid dt{
		width: 30%;
	}
	.company-guide .company-grid dd{
		width: 70%;
	}
}
/*　　お問い合わせフォーム　　*/
.contact-guide{
	background: #F5F4F4;
	padding: 100px 0;
}
.contact-guide .contact-grid h2{
	font-family: 'Lato', sans-serif;
	color: #A79066;
	font-size: 45px;
	margin-bottom: 30px;
	text-align: center;
}
.contact-guide .contact-grid p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 60px;
}
.contact-guide .form-box{
	max-width: 850px;
	margin: auto;
}
.contact-guide .form-box dt{
	margin: 18px 0 0;
	font-size: 14px;
}
.contact-guide .form-box dd{
	margin: 10px 0 0;
	font-size: 14px;
}
.form-box input.text{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: none;
	background: #FFF;
}
.form-box textarea{
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: none;
	background: #FFF;
}
.form-box .submit_btn{
	margin-top: 26px;
}
.form-box input[type="submit"] {
	-webkit-appearance: none;
	width: 100%;
	display: block;
	background: #222222;
	color: #FFF;
	font-family: 'Noto Serif JP', sans-serif;
	cursor:pointer;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border: #222222 1px solid;
	font-size: 16px;
    padding: 10px;
}
@media only screen and (max-width: 735px) {
	.contact-guide{
		padding: 10% 0;
	}
	.contact-guide .contact-grid h2{
		font-size: 9vw;
		margin-bottom: 10%;
	}
	.contact-guide .contact-grid p{
		font-size: 3.4vw;
		margin-bottom: 10%;
	}
	.contact-guide .form-box dt{
		margin: 5% 0 0;
		font-size: 3.4vw;
	}
	.contact-guide .form-box dd{
		margin: 3% 0 0;
		font-size: 3.4vw;
	}
	.form-box input.text{
		font-size: 3.4vw;
		padding: 3%;
	}
	.form-box textarea{
		font-size: 3.4vw;
		padding: 3%;
	}
	.form-box .submit_btn{
		margin-top: 5%;
	}
	.form-box input[type="submit"] {
		font-size: 3.6vw;
	    padding: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contact-guide{
		padding: 100px 0;
	}
	.contact-guide .contact-grid h2{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.contact-guide .contact-grid p{
		font-size: 14px;
		margin-bottom: 60px;
	}
	.contact-guide .form-box dt{
		margin: 18px 0 0;
		font-size: 14px;
	}
	.contact-guide .form-box dd{
		margin: 10px 0 0;
		font-size: 14px;
	}
	.form-box input.text{
		font-size: 14px;
		padding: 10px;
	}
	.form-box textarea{
		font-size: 14px;
		padding: 10px;
	}
	.form-box .submit_btn{
		margin-top: 26px;
	}
	.form-box input[type="submit"] {
		font-size: 16px;
	    padding: 10px;
	}
}
