@charset "utf-8";
.system_section {
		padding: 80px 30px 120px;
		background-repeat: repeat;
		background-position: 0 0;
		background-size: 100px;
		background-image: url(../images/bg_texture.png);
		background-color: #328C5F;
		position: relative;
		z-index: 5;
		color: #fff;
		margin-bottom: 120px;
}
.about_service_section {
		padding: 0 30px 120px;
}
.about_service_wrap {
		max-width: 1180px;
		margin: 0 auto;
		border-radius: 16px;
		background-repeat: repeat;
		background-position: 0 0;
		background-size: 100px;
		background-image: url(../images/bg_texture.png);
		background-color: #328C5F;
		position: relative;
		padding: 80px 20px;
}
.about_service_wrap p {
		line-height: 2.0;
		text-align: justify;
}
.about_service_wrap .service_hd {
		text-align: center;
		margin: 0 0 35px;
}
.about_service_wrap p {
		line-height: 2.0;
		text-align: justify;
		color: #fff;
}
.system_section p {
		line-height: 2.0;
		text-align: justify;
}
@media(max-width: 767px) {
		.system_section p {
				line-height: 1.8;
				text-align: justify;
		}
}
.service_figure-1_wrap {
		max-width: 980px;
		background: #fff;
		padding: 60px 0;
		border-radius: 16px;
		margin: 60px auto 80px;
}
.service_figure-1_wrap h4 {
		text-align: center;
		font-size: 22px;
		font-weight: 500;
		margin: 0 0 15px;
		color: #1e1e1e;
}
.service_figure-1_wrap .service_figure-1 {
		max-width: 850px;
		margin: 0 auto;
}
.service_figure-1 img {
		width: 100%;
		height: auto;
}
.service_figure-2 {
		max-width: 780px;
		margin: 40px auto 80px;
}
.service_figure-3 {
		max-width: 835px;
		margin-left: auto;
		margin-right: auto;
}
.service_figure-1 img, .service_figure-2 img, .service_figure-3 img {
		width: 100%;
		height: auto;
}
.service_figure_col {
		background: #fff;
		color: #1e1e1e !important;
		border-radius: 16px;
		padding: 60px 30px;
		margin-top: 40px;
}
.service_figure_hd {
		font-size: 24px;
		font-weight: 500;
		margin: 0 auto 15px;
		max-width: 780px;
		position: relative;
		padding-left: 1em;
}
.service_figure_hd::before {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		color: #3DAE35;
}
.service_figure_lead {
		line-height: 2.0;
		margin: 0 auto 40px;
		max-width: 780px;
}
.service_sb {
		text-align: center;
		line-height: 1.6;
		font-size: 24px;
		font-weight: 500;
		margin: 0px 0 30px
}
.service_sb span {
		font-size: 180%;
		letter-spacing: 0
}
.service_sb + p {
		max-width: 780px;
		margin: 0 auto 50px;
		text-align: justify;
}
.about_service_flex {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
}
.about_service_item {
		width: calc(calc(100% - 50px) / 3);
		box-sizing: border-box;
		background: #fff;
		padding: 35px;
		border-radius: 16px;
}
.about_figure {
		max-width: 225px;
		margin: 0 auto 20px;
}
.about_figure img {
		width: 100%;
		height: auto;
}
.about_service_item h4 {
		text-align: center;
		font-size: 24px;
		font-weight: 500;
		margin: 0 0 15px;
}
.about_service_wrap .about_service_item p {
		text-align: justify;
		line-height: 1.8;
		margin-bottom: 25px;
		color: #1e1e1e;
}
.about_service_item .linkBtn {
		margin-left: auto;
		margin-right: auto;
}
@media(max-width: 1200px) {
		.about_service_item {
				width: calc(calc(100% - 30px) / 3);
				padding: 20px;
		}
		.about_service_item h4 {
				font-size: 20px;
		}
}
@media(max-width: 960px) {
		.page_lead {
				font-size: 18px;
				margin: 0 0 80px;
		}
		.about_service_section .wrap780, .system_section .wrap780, .system_section .wrap980, .about_service_section .wrap980 {
				padding-left: 0;
				padding-right: 0;
		}
		.about_service_item .linkBtn {
				width: auto;
		}
		.about_service_item h4 {
				font-size: 18px;
		}
}
@media(max-width: 767px) {
		.page_lead {
				line-height: 2.0;
				text-align: justify;
				font-size: 16px;
				margin: 0 0 80px
		}
		.about_service_section {
				padding: 0 20px 80px;
		}
		.about_service_wrap {
				padding: 60px 20px
		}
		.about_service_wrap p:not(.en) {
				text-align: justify;
				line-height: 1.8;
				margin-bottom: 35px;
		}
		.about_service_flex {
				display: block
		}
		.about_service_item {
				width: 100%;
				padding: 30px 15px;
				box-sizing: border-box;
				margin: 0 0 20px
		}
		.about_service_flex .about_service_item:last-child {
				margin-bottom: 0;
		}
		.about_service_item .linkBtn {
				width: auto;
				max-width: 185px;
				margin-left: auto;
				margin-right: auto;
		}
		.system_section {
				padding: 60px 20px;
				margin-bottom: 80px;
		}
		.service_figure-1 {
				margin: 40px auto 80px;
				padding: 15px;
		}
		.service_figure_col {
				padding: 40px 20px;
				margin-top: 40px;
		}
		.service_sb {
				font-size: 22px;
		}
		.service_sb span {
				font-size: 30px;
		}
		.service_figure_hd {
				font-size: 18px;
				margin: 0 0 15px;
		}
		.service_figure_lead {
				text-align: justify !important;
				line-height: 1.8 !important;
				margin: 0 0 40px;
		}
		.service_figure-1_wrap {
				padding: 30px 0;
				margin: 40px auto 60px;
		}
		.service_figure-1_wrap h4 {
				font-size: 18px;
				margin: 0 0 15px;
		}
		.service_figure-2 {
				margin: 25px auto 60px;
		}
}