/*   about   */

.about .wrap{
}
.about .wrap::before{
	/*
	content:"";
	width: 100%;
	height: 320px;
	display: block;
	background: #FFFFFF;
	position: absolute;
	z-index: 0;
	*/
}
/*
.about .ab_bg{
	height: 474px;
	position: relative;
	background-color: #D1CAC8;
	max-width: 1000px;
	width: 90%;
	margin: 60px auto 0;
	z-index: 10;

}
*/


.about .topArea{
	position: relative;
	margin-bottom: 0;
}
.about .topArea .wbg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 320px;
	z-index: 0;
}
.about .topArea h2{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/*
.about .topArea::before{
	content:"";
	display: block;
	width: 90%;
	max-width: 1000px;
	height: 447px;
	background-color: #D1CAC8;
	position: absolute;
	top:15px;
	left:0;
	right:0;
	z-index: 0;
	margin: 0 auto;
	
}

.about .topArea .caption{
	position: relative;
	z-index: 1;	
}

.about .topArea .imgArea{
	max-width: 373px;
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 20px;
	z-index: 10;
}

.about .topArea .copy{
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
}
*/
.left{
	float: left;
}

.right{
	float: right;
}


.right .txt_inner{
	max-width: 500px;
	margin-right: auto;
	margin-left: 150px;
}

.left .txt_inner{
	max-width: 500px;
	margin-right: 150px;
	margin-left: auto;
}


.service_sec{
	width: 100%;
	position: relative;
	z-index: 1;
}

.pearlBeautyArea{
	padding-top: 120px;
	/*margin-top: -100px;*/
	position: relative;
	border-bottom: 10px solid #FFFFFF;
}

.service_sec .service_txt{
	width: 60%;
	background-color: #fff;
	position: relative;
	padding: 50px 0;
	z-index: 10;
	margin-bottom: 110px;
}

.service_sec .service_txt h3{
	font-size: 6.28em;
	position: absolute;
	line-height: 0.9em;
	z-index: -1;
	
}

.service_sec .service_txt .caption{
	text-align: left;
}

.service_sec .service_txt h4{
	font-size: 1.75em;
	margin-top: 0;
	padding-top: 0;
	font-weight: 400;
}

.service_sec .service_txt p{
	font-size: 0.813em;
	line-height: 1.8;
	letter-spacing: 1px;
}

.service_sec .service_txt p .kaigyo{
	display: block;
	margin-bottom: 15px;
}

.service_img{
	width: 90%;
	height: auto;
	position: absolute;
	z-index: 10;
}

.pearlBeautyArea .service_img{
	max-width: 494px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -555px;
}

.pearlBeautyArea .service_txt h3{
	top: -60px;
	left: 200px;
	color: rgba(170,185,185,0.6);
}

.jwerlyArea{
	background-color: #D1CAC8;
	padding-top: 130px;
	border-bottom: 10px solid #FFFFFF;
	position: relative;
}

.jwerlyArea .service_txt h3{
	top: -60px;
	right: 350px;
	color: #C1ADA8;
	font-size: 6em;
}


.jwerlyArea .service_img{
	max-width: 420px;
	position: absolute;
	top: 250px;
	right: 15%;
	transform: translateX(-15%);
}

.beautyArea{
	background-color: #CECED3;
	padding-top: 80px;
	position:relative; 
}

.beautyArea .service_img{
	max-width: 489px;
	position: absolute;
	top: 100px;
	left: 10%;
}

.beautyArea .service_txt h3{
	bottom: -30px;
	left: 350px;
	color: #BEBBC1;
	font-size: 6em;
}

.service_sec .beautyArea .service_txt{
	padding: 80px 0;
}


.company_sec{
	width: 100%;
	background: #FFFFFF;
	padding-top: 60px;
}

.company_sec h3{
	text-align: center;
	font-size: 3.18em;
	margin-bottom: 10px;
}

.company_sec .caption{
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.company_top_img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 0;
}

.company_top_img::before{
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	background-color: #D9D9D9;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.company_top_img .imgArea{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

.company_sec h4{
	text-align: center;
	font-size: 1.75em;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: normal;
}

.company_sec .copy-en{
	color: #B9A889;
	letter-spacing: 4px;
}

.company_sec .logoArea{
	width: 170px;
	margin: 60px auto;
}

.company_index{
	text-align: center;
	font-size: 1.125em;
	margin-bottom: 100px;
	letter-spacing: 2px;
	font-weight: normal;
}

.company_index::before{
	content: "";
	display: inline-block;
	width: 195px;
	height: 1px;
	background-color: #727171;
	vertical-align: middle;
	margin-right: 30px;
}

.company_index::after{
	content: "";
	display: inline-block;
	width: 195px;
	height: 1px;
	background-color: #727171;
	vertical-align: middle;
	margin-left: 30px;
}

.rinen .copy{
	text-align: center;
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 5px;
	font-weight: normal;
	
}

.rinen .caption{
	font-size: 1.125em;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 3px;
}

.rinen_txt{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
	position: relative;
}

.rinen_txt dt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size:  1.1em;
}

.rinen_txt dt::before{
	content: "";
	width: 1000px;
	height: 120px;
	background-color: #D9D9D9;
	position: absolute;
	z-index: -1;
	left: -880px;
	top: -40px;
}

.rinen_txt dt::after{
	content: "";
	display: inline-block;
	width: 88px;
	height: 1px;
	background-color: #727171;
	vertical-align: middle;
	margin-left: 30px;
	z-index: 20;
}

.rinen_txt dd{
	vertical-align: middle;
	margin-left: 230px;
	line-height: 2;
	
}

.rinen_txt dd .rinen_txt_inner{
	font-size: 0.813em;
}

.gaiyou{
	margin-top: 200px;
}


.gaiyou_table{
	margin: 60px auto 80px;
	max-width: 800px;
	width: 90%;
	border: 1px solid #727171;
	border-bottom: none;
	font-size: 0.9em;
}

.gaiyou_table dl{
	border-bottom: 1px solid #727171;
	display: flex;
	font-size: 0.813em;
}

.gaiyou_table dl dt{
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #727171;
	padding: 20px 0;
	line-height: 2.1;
}

.gaiyou_table dl dd{
	width: 70%;
	padding: 20px 0;
	box-sizing: border-box;
	padding-left: 50px;
	line-height: 2.1;
	
}

.moreBtn{
	margin-bottom: 100px;
}

@media screen and (max-width:1199px){
	
	.about .topArea .wbg{
		height: auto;
		top:-30%;
	}

	.left{
		float: none;
	}
	
	.right{
		float: none;
	}
	
	
	.service_sec .service_txt{
		width: 80%;
		margin: 0 auto;
		background-color: #fff;
		position: relative;
		padding: 50px 0 100px;
		z-index: 10;
		margin-bottom: 80px;
	}
	
	.right .txt_inner{
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	
	.left .txt_inner{
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	
	.pearlBeautyArea .service_img{
		position: relative;
		top: -100px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.jwerlyArea .service_img{
		position: relative;
		top: 80px;
		right: 0;
		left: 0;
		margin: auto;
		transform: none;
	}
	
	.beautyArea{
	}
	
	.beautyArea .service_img{
		position: relative;
		top: 100px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: none;
	}
	
	.pearlBeautyArea .service_txt h3{
		top: -110px;
		left: 0;
		right: 0;
		margin: auto;
		width: 303px;
		
	}
	
	.jwerlyArea .service_txt h3{
		top:-110px;
		left: 0;
		right: 0;
		margin: auto;
		width: 60%;
		
	}
	
	.beautyArea .service_txt h3{
		bottom: auto;
		top: -120px;
		left: 0;
		right: 0;
		margin: auto;
		width: 60%;
	}
	
	
}


/* SP
---------------------------------------*/ 


@media screen and (max-width:768px){
	
	
	.about .wrap::before{
		height: 23%;
	}
	
	.about .topArea::before{
		width: 100%;
		height: 70%;
	}
	
	.about .topArea .wbg{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: auto;
		z-index: 0;
	}	
	
	.about .topArea .copy{
		font-size: 1.6em;
		position: relative;
		bottom: 110px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 11;
	}
	
	.about .ab_bg{
		height: auto;
		padding-bottom: 10px;
	}
	
	.topArea{
		margin-bottom: 40px;
	}
	
	.pearlBeautyArea .service_img{
		position: static;
		margin-top: -80px;
	}
	
	.jwerlyArea .service_img{
		position: static;
		margin-top: -80px;
	}
	
	.pearlBeautyArea{
		padding-top: 70px;
		position: relative;
	}
	
	.beautyArea {
    	padding-top: 120px;
    }
    
    .service_sec .beautyArea .service_txt{
	    padding: 60px 0 80px;
    }
    
    .service_sec .beautyArea .service_img{
	    z-index: 0;
	    top:-70px;
    }
	
	.service_sec .service_txt{
		width: 90%;
		position: static;
		padding: 90px 0 100px;
	}
	
	.service_sec .service_txt h3{
		width: 303px;
		font-size: 6.2em;
		top: -150px;
	}
	
	.service_sec .service_txt .caption{
		text-align: center;
		letter-spacing: 4px;
		margin-bottom: 20px;
	}
	
	.service_sec .beautyArea .service_txt h3{
		width: 303px;
		font-size: 6.2em;
		top: -120px;
	}
	
	.service_sec .service_txt h3
	
	.service_sec .service_txt .caption{
		text-align: center;
		margin-bottom: 25px;
		padding-top: 40px;
		letter-spacing: 3px;
		font-size: 1em;
	}
	
	.service_sec .service_txt h4{
		text-align: center;
		line-height: 1.6em;
		letter-spacing: 2px;
		font-weight: normal;
		margin-bottom: 20px;
		font-size: 1.5em;
	}
	
	.service_sec .service_txt p .kaigyo{
		margin-bottom: 10px;
	}
	
	.service_img{
		width: 80%;
	}
	
	.company_top_img::before{
		content: "";
		display: block;
		width: 100%;
		height: 90px;
	}
	
	.company_index::before{
		content: "";
		display: inline-block;
		width: 100px;
		height: 1px;
		background-color: #727171;
		vertical-align: middle;
		margin-right: 30px;
	}
	
	.company_index::after{
		content: "";
		display: inline-block;
		width: 100px;
		height: 1px;
		background-color: #727171;
		vertical-align: middle;
		margin-left: 30px;
	}	
	
	.gaiyou_table dl dt{
		padding: 10px 0;
		
	}
	
	
	.gaiyou_table dl dd{
		padding: 10px 0;
		padding-left: 15px;
	}
	
	.company_top_img{
		margin-bottom: 0;
	}
	
	.rinen_txt{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 60px;
		position: relative;
	}
	
	.rinen_txt dt{
		position: relative;
		top: 0;
		transform: none;
		width: 50%;
		margin: 0 auto 20px;
		text-align: center;
		background-color: #D9D9D9;
		padding: 15px 0;
		font-size: 0.8em;
	}
	
	.rinen_txt dt::before{
		content: "";
		display: none;
	}
	
	.rinen_txt dt::after{
		content: "";
		display: none;
	}
	
	.rinen_txt dd{
		width: 90%;
		margin: 0 auto 40px;
		
		
	}

}