@charset "UTF-8";
.banner{
	background-image: url(../images/about/banner.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #9fa5a3;
	padding-top: 15%;
}
.Aboutinfo{
	background-image: url(../images/about/banner.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 20%;
	/*background-image: linear-gradient(rgba(159, 165, 163, 0), #9fa5a3);*/
	background-color: #9fa5a3;
}
.Aboutinfo>div{
	z-index: 9;
	position: relative;
	background-color: #ebe9e6;
	padding-bottom: 5%;
}
.Aboutinfo .TxtBox{
	padding: 5% 10% 1%;  
}
.Aboutinfo .title{
	text-align: center;
	margin-bottom: 5%;
}
.Aboutinfo .title span{
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.Aboutinfo .Txt{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.9);
	padding:5% 3%;
	color: #3e3c3b;
	text-align: center;
}
.Aboutinfo .Txt:before{
	content: '';
	position: absolute;
	border: 1px solid #ad9869;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
}


/*ServiceArea*/
.ServiceArea{
	padding: 5% 10% 1%;  
	background-color: #3e3c3b;
	color: #fff;
}
.ServiceArea h3.title{text-align: center; color: #ad9869;line-height: 2;}
.ServiceArea h3.title span:after{content: '，';}

.ServiceArea h3.title b{
	display: block;
	text-align: center;
	font-weight: 400;
	color: #ccc;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.ServiceArea h3.title b i{
	font-style: normal;
}

.ServiceList{
	padding-top: 4rem;
    padding-bottom: 4rem;
	border-bottom: 1px solid #5c5b59;
    border-top: 1px solid #5c5b59;
    text-align: center;
}
.ServiceList .Item{color: #c5c5c5; }
.ServiceList .Item:after{content: '-';}
.ServiceList .Item .title{letter-spacing: 2px; padding-bottom: 10px;}
.ServiceList .Item .title b{display: block;font-size: 10px;font-weight: 300;margin:5px 10px;}

.ServiceImg{
	padding-top: 4rem;
    padding-bottom: 4rem;
    
}
.ServiceImg .Img{
	background-image: url(../images/about/service.jpg);
	background-size: cover;
	padding-top: 30%;
}

.UrbanArea{
	padding-top: 4rem;
    padding-bottom: 4rem;
	background-color: #d9d2cc;
}

.UrbanArea .Txt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.UrbanArea .Txt .title h3{
	margin: 10px 0 1.3rem;
}
.UrbanArea .title span{
	color: #ad9869;
	font-size: 1.6rem;
	line-height: 1.2;
	display: block;
	margin-bottom: 1.3rem;
}
.UrbanArea .Txt p{
	text-align: justify;
}


@media(max-width: 991px){
	.Aboutinfo .title h2{font-size: 1.5rem;}
	.Aboutinfo .Txt{display: none; position: relative;top: 0;right: 0;    transform: translate(0);    padding: 10%;}
	.Aboutinfo>div{padding-bottom: 0;}

	.ServiceArea{padding:3rem 20px 5%;}
	.ServiceArea h3.title span{display: none;}
	.ServiceList{    
	 	padding-top: 3rem;
    	padding-bottom: 2rem;
	}
	.ServiceList .Item{margin-bottom: 3rem;}
	.ServiceImg{
		padding-top: 1rem;
    	padding-bottom: 1rem;
	}
}
@media(max-width: 768px){
	.Aboutinfo{padding-top: 30%;}
	.Aboutinfo .TxtBox{padding-top: 10%;}
	.ServiceArea{padding:10% 0;}
	.ServiceList{padding-bottom: 1rem;}
	.ServiceArea h3.title b{font-size: 1rem;}

	.ServiceImg .Img{
		padding-top: 60%;
	}
}
@media(max-width: 480px){
	.ServiceArea h3.title b i{display: block;}
	.ServiceArea h3.title b i:before{content: '｜';}
	.ServiceArea{padding:20% 0;}

}