@charset "utf-8";

/* サービス業人材
-------------------- */
#temp-service .page_header h2 small {
	color: #9ac553;
}

#temp-service .page_header h2 span {
	color: #9ac553;
}

#temp-service .c_caption {
}

#temp-service .c_caption span {
	color: #9ac553;
}

@media screen and (min-width: 641px), print {

#temp-service .page_header {
	background-image: url(../images/temp-service/img01.jpg);
}

#temp-service .s1 {
	margin-bottom: 130px;
}

#temp-service .s1 img {
	width: 50%;
}

#temp-service .s1 .text {
	width: 45.83%;
}

#temp-service .s2 {
	margin-bottom: 110px;
}

#temp-service .s2 h3 {
	font-size: 1.714em;
	text-align: left;
	border-bottom: 4px solid #e5e5e5;
	padding-bottom: 20px;
}

#temp-service .s2 h3 span {
	display: block;
	font-size: 1.5em;
}

#temp-service .s2 h4 {
	font-size: 1.714em;
	color: #9ac553;
	margin-bottom: 20px;
}

#temp-service .s2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 91%;
	margin: 0 auto;
}

#temp-service .s2 ul li {
	width: 45%;
	border-top: 1px dashed #e1e1e1;
	border-bottom: 1px dashed #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 1em;
}

#temp-service .s2 ul li:last-child {
	border-top: none;
}


}

@media screen and (max-width: 640px) {

#temp-service .page_header {
	background-image: url(../images/temp-service/img01_sp.jpg);
}

#temp-service .c_caption span {
	display: block;
}

#temp-service .s1 {
	margin-bottom: 12.5vw;
}

#temp-service .s1 img {
	width: 100%;
	order: 2;
}

#temp-service .s1 .text {
	width: 100%;
	margin-bottom: 13vw;
}

#temp-service .s2 {
}

#temp-service .s2 h3 {
	font-size: 1.25em;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 3%;
	margin-bottom: 5vw;
}

#temp-service .s2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px dashed #e1e1e1;
}

#temp-service .s2 ul li {
	width: 100%;
	border-bottom: 1px dashed #e1e1e1;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 1em;
}


}
