@charset "UTF-8";


h3 {
	text-align: center;
	font-size: 4.4rem;
	color: #459e58;
	margin-bottom: 30px;
}


.dot li {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.dot li::before {
	display: inline-block;
	content: "";
	margin-top: 6px;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #459e58;
}


#mainTitle {
	padding-top: 100px;
	padding-bottom: 200px;
	background: url("../img/service/mainimage.webp") no-repeat center;
	background-size: cover;
}
	#mainTitle p img {
		width: 480px;
		height: auto;
	}
		#mainTitle h2 {
			font-weight: 700;
			font-size: 2rem;
			color: #FFF;
			margin-top: 30px;
		}
	#mainTitle dl {
		font-weight: 900;
		color: #FFF;
		margin-top: 80px;
	}
		#mainTitle dl dt {
			font-size: 5rem;
			margin-top: 80px;
		}
		#mainTitle dl dd {
			font-size: 3rem;
			margin-top: 20px;
			text-shadow: 1px 2px 3px #333;
		}


#read  {
	padding: 60px;
	background: #FFF;
	border-radius: 10px;
	position: relative;
	padding-bottom: 300px;
	margin-bottom: 250px;
}
	#read li {
		width: 32%;
		margin-right: 2%;
		text-align: center;
		background: #dce4e6;
		border-radius: 10px;
		padding: 30px 10px;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.4;
	}
		#read li span {
			display: block;
			font-size: 1.8rem;
		}
	#read li:last-child {
		margin-right: 0%;
	}
	#read p {
		position: absolute;
		bottom: -100px;
		left: 50%;
		margin-left: -255px;
		width: 510px;
	}



#data {
	margin-bottom: 80px;
}
	#data .box {
		width: 32%;
		margin-right: 2%;
		background: #FFF;
		border-radius: 10px;
		position: relative;
		
		padding: 30px;
	}
		#data .box:last-child {
			margin-right: 0%;
		}

	#data .box p {
		width: 100px;
		position: absolute;
		top: -20px;
		left: 10px;
	}

	#data dt {
		text-align: center;
		color: #459e58;
		font-size: 2.2rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	#data .img {
		margin-top: 30px;
	}
	#data .img img {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 510px;
	}



#merit {
	margin-bottom: 80px;
}
	#merit .box {
		background: #FFF;
		border-radius: 10px;
		padding: 20px;
		position: relative;
	}
		#merit .box h4 {
			font-weight: 700;
			text-align: center;
			font-size: 4rem;
			color: #459e58;
			padding: 0 0 30px 0;
		}
	#merit .box dl {
		background: #dce4e6;
		border-radius: 10px;
		padding: 40px;
	}
		#merit .box dl dt {
			font-weight: 700;
			font-size: 3rem;
			color: #459e58;
			margin-bottom: 10px;
		}
		#merit .box dl dd {
			font-size: 2.2rem;
		}

	#merit .box.last {
		background: #459e58;
	}
		#merit .box.last h4 {
			color: #FFF;
			margin: 0;
		}
		#merit .box.last h4 span {
			font-size: 2.4rem;
		}



	#merit .box p {
		height: 290px;
		position: absolute;
		bottom: 20px;
		right: 30px;
	}
	#merit .box p img {
		width: auto;
		height: 100%;
	}

	#merit .arrow {
		margin: 0 auto;
		width: 170px;
		margin-bottom: 10px;
	}




#demo {
	background: #FFF;
	padding: 60px;
}
	#demo p {
		text-align: center;
		font-size: 2rem;
	}
	#demo dl {
		width: 32%;
		margin-right: 2%;
		margin-top: 2%;
		text-align: center;
	}
		#demo dl:nth-child(3n) {
			margin-right: 0%;
		}
	#demo dl dt {
		margin-bottom: 10px;
	}
		#demo dl dt img {
			width: 100%;
			height: auto;
		}


.hide-area {
	display: none;
}
.modaal-container {
	text-align: center !important;
}
.modaal-container img {
	width: 100%;
	height: auto;
}
.modaal-container dt {
	margin-bottom: 20px !important;
}

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



}





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



h3 {
	text-align: center;
	font-size: 2rem;
	color: #459e58;
	margin-bottom: 5%;
}


.dot li {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.dot li::before {
	display: inline-block;
	content: "";
	margin-top: 6px;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #459e58;
}


#mainTitle {
	padding-top: 30px;
	padding-bottom: 200px;
	background: #8dc28a url("../img/service/mainimage.webp") no-repeat bottom right;
	background-size: 160%;
}
	#mainTitle p img {
		width: auto;
		height: 80px;
	}
		#mainTitle h2 {
			font-weight: 700;
			font-size: 1.6rem;
			color: #FFF;
			margin-top: 30px;
		}
	
	
	
	
	#mainTitle dl {
		font-weight: 700;
		color: #FFF;
		margin-top: 20px;
	}
		#mainTitle dl dt {
			font-size: 3rem;
			margin-top: 0px;
		}
		#mainTitle dl dd {
			font-size: 1.6rem;
			margin-top: 20px;
		}


#read  {
	padding: 5%;
	background: #FFF;
	border-radius: 10px;
	position: relative;
	padding-bottom: 5%;
	margin-bottom: 10%;
}
	#read li {
		width: 100%;
		margin-right: 0%;
		text-align: center;
		background: #dce4e6;
		border-radius: 10px;
		padding: 30px 10px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#read li br {
		display: none;
	}
		#read li span {
			display: block;
			font-size: 1.4rem;
		}
	#read li:last-child {
		margin-right: 0%;
	}
	#read p {
		position: relative;
		bottom: 0;
		left: 0;
		margin-left: 0;
		width: 80%;
		margin: 0 auto;
	}



#data {
	margin-bottom: 10%;
}
	#data .box {
		width: 100%;
		margin-right: 0%;
		background: #FFF;
		border-radius: 10px;
		position: relative;
		
		padding: 30px;
		margin-bottom: 5%;
	}
		#data .box:last-child {
			margin-right: 0%;
		}

	#data .box p {
		width: 80px;
		position: absolute;
		top: -10px;
		left: 10px;
	}

	#data dt {
		text-align: center;
		color: #459e58;
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	#data .img {
		margin-bottom: 5%;
	}
	#data .img img {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 60%;
	}



#merit {
	margin-bottom: 10%;
}
	#merit .box {
		background: #FFF;
		border-radius: 10px;
		padding: 20px;
		position: relative;
	}
		#merit .box h4 {
			font-weight: 700;
			text-align: center;
			font-size: 2rem;
			color: #459e58;
			margin-bottom: 20px;
		}
	#merit .box dl {
		background: #dce4e6;
		border-radius: 10px;
		padding: 20px;
	}
		#merit .box dl dt {
			font-weight: 700;
			font-size: 2rem;
			color: #459e58;
			margin-bottom: 10px;
		}

	#merit .box.last {
		background: #459e58;
	}
		#merit .box.last h4 {
			color: #FFF;
			margin: 0;
		}
		#merit .box.last h4 span {
			font-size: 1.6rem;
		}



	#merit .box p {
		width: 80%;
		height: auto;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 10px;
	}
	#merit .box p img {
		width: 100%;
		height: auto;
	}

	#merit .arrow {
		margin: 0 auto;
		width: 60px;
		margin-bottom: 10px;
	}




#demo {
	background: #FFF;
	padding: 10% 5%;
}
	#demo p {
		text-align: center;
		font-size: 1.6rem;
	}
	#demo dl {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
		text-align: center;
	}
		#demo dl:nth-child(2n) {
			margin-right: 0% !important;
		}
		#demo dl:nth-child(3n) {
			margin-right: 4%;
		}
	#demo dl dt {
		margin-bottom: 5px;
	}
		#demo dl dt img {
			width: 100%;
			height: auto;
		}
	#demo dl dd {
		font-size: 1.2rem;
	}

}