@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	/*background-image: url("../img/privacy/main_bg.jpg");*/
}
.ttlArea .inner .h1Area h1:before {
	content: "SERVICE";
}
/*serviceArea*/
.serviceArea .inner {
  padding: 60px 20px 40px;
  text-align: center;
}
/*serviceArea01*/
.serviceArea01 {
	width: 100%;
	padding: 50px 6vw 0;
}
.serviceArea01 .inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background-image: url("../img/service/service_building.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}
.serviceArea01 .inner h2.tit01 {
    padding: 150px 0 50px;
	font-size: 38px;
	font-weight: 700;
    display: inline-block;
    letter-spacing: .05em;
    position: relative;
}
.serviceArea01 .inner h2.tit01:before {
    position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	content: "professional";
    display: block;
	font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .19em;
    font-style: normal;
	font-size: 22px;
    color: #2b73ba;
	text-align: center;
}
.serviceArea01 .inner .txt01 {
    padding: 30px 0 100px;
	font-size: 16px;
    font-weight: 700;
}
.serviceArea02 {
	padding: 60px 0 100px;
	position: relative;
	background-color: #ebeef2;
}
.serviceArea02 .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.serviceArea02 .inner h2 {
	padding-top: 10px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.serviceArea02 .inner h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 20px;
	height: 4px;
	background-color: #53a7d1;
}
.serviceArea02 .inner .serviceList {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-top: 10px;
}
.serviceArea02 .inner .serviceList li {
	width: calc(100% / 3);
	padding: 0 15px;
	text-align: left;
}
.serviceArea02 .inner .serviceList li h3 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-top: 60px;
	padding-left: 20px;
	color: #53a7d1;
}
.serviceArea02 .inner .serviceList li h3:before {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Bebas Neue', cursive;
    font-weight: 700;
    font-style: normal;
	font-size: 45px;
	color: #FFF;
}
.serviceArea02 .inner .serviceList li h3.tit01:before {
	content: "01";
}
.serviceArea02 .inner .serviceList li h3.tit02:before {
	content: "02";
}
.serviceArea02 .inner .serviceList li h3.tit03:before {
	content: "03";
}
.serviceArea02 .inner .serviceList li .img {
	width: 90%;
	margin: 20px auto 5px;
	min-height: 120px;
	border-radius: 10px;
	overflow: hidden;
}
.serviceArea02 .inner .serviceList li .listTxt01 {
	padding: 15px 25px;
    font-size: 15px;
	font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.serviceArea02 .inner .serviceList li .listTxt02 {
	padding: 0 25px;
    font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
    color: #eba800;
	text-align: right;
}

@media screen and (max-width: 1000px) {
}	

@media screen and (max-width: 767px) {
	.serviceArea01 .inner {
		background-size: 200%;
	}
	.serviceArea01 .inner h2.tit01 {
		font-size: 6vw;
		padding: 40px 0;
	}
	.serviceArea01 .inner h2.tit01:before {
		position: absolute;
		top: -10px;
	}
	.serviceArea01 .inner .txt01 {
		padding: 15px 0 200px;
	}
	.serviceArea02 {
		margin-top: -150px;
	}
	.serviceArea02 .inner h3 {
		font-size: 20px;
		padding: 20px 4vw;
	}
	.serviceArea02 .inner h3:before {
	}
	.serviceArea02 .inner .serviceList li {
		width: 100%;
	}
	.serviceArea02 .inner .serviceList li .img {
		min-height: 80px;
	}
	.serviceArea02 .inner .serviceList li h3 {
		font-size: 21px;
	}
	.serviceArea02 .inner .serviceList li .listTxt01 {
		font-size: 14px;
	}
}	
@media screen and (max-width: 400px) {
	.serviceArea01 .inner .txt01 {
		text-align: left;
	}
}
