@charset "utf-8";

/* PAGE TITLE */
#container_pagetitle {
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0 0 150px 0;
	top: 100px;
	background-image: url("../img/img_head_service.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#container_pagetitle h2 {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFFFFF;
}
@media only screen and (max-width: 400px) {
	#container_pagetitle {
		top: 90px;
	}
}
@media only screen and (max-width: 350px) {
	#container_pagetitle {
		top: 80px;
	}
}
@media screen and (min-width: 849px) {
	#container_pagetitle {
		width: auto;
		margin: 50px 50px 50px 50px;
		top: 0;
	}
}
/* Company */
#container_check {
	width: 100%;
	padding: 0;
	margin: 0;
}
#container_check .inner {
	width: 100%;
	padding: 0 5%;
}
#container_check .inner h3 {
	color: #009a53;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	margin: 0 auto 5% auto;
}
#container_check .inner .checkimage {
	width: 100%;
	padding: 0;
	margin: 0 0 7.5%;
}
#container_check .inner  h4 {
	color: #009a53;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	position: relative;
	margin: 0 auto 12% auto;
}
#container_check .inner  h4:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px; /*線の上下位置*/
	display: inline-block;
	width: 70px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009a53;
	border-radius: 2px;
}
#container_check .inner h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2em;
	margin: 0 auto;
}
#container_check .inner h5.with_character_mini {
	width: 65%;
	display: flex;
}
#container_check .inner h5 .character_mini {
	float: right;
}
@media only screen and (min-width:850px) {
	#container_check .inner  h4 {
		margin: 0 auto 50px auto;
	}
}
@media only screen and (max-width:849px) {
	#container_check .inner h5.with_character_mini {
		width: 80%;
	}
}
@media only screen and (max-width:549px) {
	#container_check .inner h5.with_character_mini {
		width: 100%;
	}
}
/* Solution */
#container_solution {
	width: 80%;
	max-width: 500px;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
#container_solution h4 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #009a53;
	width: 35%;
}
#container_solution .character {
	width: 65%;
}
@media only screen and (min-width:850px) {
	#container_solution h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}
}
/* Contact */
#container_contact {
	width: 100%;
	padding: 0;
	margin: 0 0 7.5% 0;
}
.margin150 {
	margin: 0 0 15% 0 !important;
}
#container_contact .inner {
	width: 90%;
	margin: 0 auto;
	padding: 10% 5%;
	background: #F5F5F5;
	border-radius: 10px;
}
#container_contact .inner h4 {
	color: #009a53;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	position: relative;
	margin: 0 auto 12% auto;
}
#container_contact .inner h4:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px; /*線の上下位置*/
	display: inline-block;
	width: 70px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009a53;
	border-radius: 2px;
}
#container_contact .inner a.btn-contact {
	width: 90%;
	max-width: 400px;
	padding: 0.8em;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #c4d82e;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
}
#container_contact .inner a.btn-contact:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 2px 10px 0 0;
	background: url("../img/img_icon_mail.svg") no-repeat;
	background-size: 22px;
	vertical-align: middle;
}
a.btn-green:hover {
	background: #6FB83F;
}
@media only screen and (min-width:850px) {
	#container_contact .inner h4 {
		margin: 0 auto 50px auto;
	}
	#container_contact .inner {
		width: auto;
		margin: 0 125px;
		padding: 50px 0;
	}
}
/* Service */
#container_advantage {
	width: 100%;
	padding: 0;
	margin: 0 0 7.5% 0;
}
#container_advantage .inner {
	padding: 0 5%;
}
#container_advantage .inner h4 {
	color: #009a53;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	position: relative;
	margin: 0 auto 12% auto;
}
#container_advantage .inner h4:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px; /*線の上下位置*/
	display: inline-block;
	width: 70px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009a53;
	border-radius: 2px;
}
#container_advantage .inner .advantage {
	width: 100%;
	list-style: none;
}
#container_advantage .inner .advantage li {
	width: 100%;
	padding: 5% 5% 0 5%;
	margin: 0 auto 5% auto;
	background: #f0f7f4;
	border-radius: 10px;
}
#container_advantage .inner .advantage li h6 {
	color: #009a53;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
	position: relative;
	margin: 0 auto 5% auto;
}
#container_advantage .inner .advantage li h6:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 100%;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009a53;
	border-radius: 2px;
}
#container_advantage .inner .advantage li .detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#container_advantage .inner .advantage li .detail .photo {
	width: 30%;
	max-width: 120px;
	min-width: 100px;
	margin: 2% 0;
}
#container_advantage .inner .advantage li .detail .text {
	vertical-align: top;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 5% 0 5% 5%;
}
@media only screen and (min-width:650px) {
	#container_advantage .inner .advantage li h6 {
		margin: 0 auto 3% auto;
	}
}
@media only screen and (min-width:850px) {
	#container_advantage .inner {
		padding: 0 125px;
	}
	#container_advantage .inner h4 {
		margin: 0 auto 50px auto;
	}
	#container_advantage .inner h5 {
		margin: 0 auto 50px auto;
	}
	#container_advantage .inner .advantage li {
		width: 100%;
		padding: 25px 50px 0 50px;
		margin: 0 auto 25px auto;
	}
	#container_advantage .inner .advantage li h6 {
		margin: 0 auto 10px auto;
	}
}
/* Company */
#container_casestudy {
	width: 100%;
	padding: 0;
	margin: 0 0 5%;
}
#container_casestudy .inner {
	width: 100%;
	padding: 0 5%;
}
#container_casestudy .inner  h4 {
	color: #009a53;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	position: relative;
	margin: 0 auto 12% auto;
}
#container_casestudy .inner  h4:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px; /*線の上下位置*/
	display: inline-block;
	width: 70px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #009a53;
	border-radius: 2px;
}
#container_casestudy .inner .caseimage {
	width: 100%;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width:850px) {
	#container_casestudy .inner {
		padding: 0 125px;
	}
	#container_casestudy .inner h4 {
		margin: 0 auto 50px auto;
	}
}