@charset "utf-8";
/*////////////////////////////////////
service
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#service_top {
	position: relative;
	width: 100%;
	padding: 150px 0 50px 0;
	background:#2DA427;
}
#service_top_img {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#service_top {
	position: relative;
	width: 100%;
	padding: 100px 0 30px 0;
	background:#2DA427;
}
#service_top_img {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}


@media screen and (min-width: 768px) {
#service1 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}
.service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_word_area {
	position: relative;
	width: 50%;
}
.service_subtitle {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,2vw,2rem);
	font-weight: 700;
	color: #1EC31B;
	line-height: 0;
}
.service_title {
	position: relative;
}
.service_title h2 {
	font-size: clamp(1.8rem,3vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #333;
}
.service_word {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #333;
}
.service_img1 {
	position: relative;
	width: 46%;
	margin:0 2%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#service1 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}
.service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_word_area {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.service_subtitle {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,4vw,2rem);
	font-weight: 700;
	color: #1EC31B;
	line-height: 0;
}
.service_title {
	position: relative;
}
.service_title h2 {
	font-size: clamp(1.8rem,5vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #333;
}
.service_word {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #333;
}
.service_img1 {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


@media screen and (min-width: 768px) {
#service2 {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 100px 0;
}
.service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_word_area {
	position: relative;
	width: 50%;
}
.service_subtitle2 {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,2vw,2rem);
	font-weight: 700;
	color: #FFF;
	line-height: 0;
}
.service_title2 {
	position: relative;
}
.service_title2 h2 {
	font-size: clamp(1.8rem,3vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #FFF;
}
.service_word2 {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #FFF;
}
.service_img2 {
	position: relative;
	width: 36%;
	margin:0 2%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#service2 {
	position: relative;
	width: 100%;
	background:rgba(51,185,37,1.00);
	padding: 100px 0;
}
.service_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_word_area {
	position: relative;
	width: 100%;
}
.service_subtitle2 {
	position: relative;
	width: 100%;
	font-size: clamp(1.4rem,4vw,2rem);
	font-weight: 700;
	color: #FFF;
	line-height: 0;
}
.service_title2 {
	position: relative;
}
.service_title2 h2 {
	font-size: clamp(1.8rem,5vw,4rem);
	line-height: 1.6;
	font-weight: 700;
	color: #FFF;
}
.service_word2 {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	color: #FFF;
}
.service_img2 {
	position: relative;
	width: 80%;
	margin:0 auto;
}
}

@media screen and (min-width: 768px) {
#service3 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#service3 {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}
}