@charset "utf8";


/*----------------------------------------------------
	* strength.html *
	* 人材派遣のメリットと仕組み *
----------------------------------------------------*/

/* 下層ページ見出し */
/*
.page-strength .heading {
    background-image: url(../images/heading-bg-strength.png);
    background-size: cover;
	background-position: center;
}
.page-strength .heading .heading-title {
    height: 230px;
}

@media screen and (max-width: 650px) {
	.page-strength .heading .heading-title {
		height: 100px;
	}
	
}
*/

#strength {}
#strength .text {
    font-size: 15px;
    line-height: 1.7em;
}

#strength .container {
    margin: 60px auto;
}
#strength .container:last-of-type {
    margin: 60px auto 0;
}

@media screen and (max-width: 650px) {
	#strength .text {
		font-size: 14px;
		line-height: 1.6em;
	}
	
	#strength .container {
		margin: 30px auto;
	}
	#strength .container:last-of-type {
		margin: 30px auto 0;
	}
}


#strength .box {
	padding-top: 30px;
	margin-bottom: 60px;
    min-height: 350px;
    position: relative;
}
#strength .box:last-child {margin-bottom: 0;}
#strength .box-1 {
    background: url(../images/strength-img-01.png) no-repeat left top;
    background-size: 50% auto;
}
#strength .box-2 {
    background: url(../images/strength-img-02.png) no-repeat right top;
    background-size: 50% auto;
}
#strength .box-3 {
    background: url(../images/strength-img-03.png) no-repeat left top;
    background-size: 50% auto;
}

#strength .box h3 {
	display: flex;
    align-items: center;
	position: relative;
}
#strength .box h3::before {
	content: "";
	display: inline-block;
	width: 93px;
	height: 52px;
	margin-right: 20px;
}
#strength .box.box-1 h3::before {
	background: url(../images/strength-01.png) no-repeat center;
    background-size: contain;
	width: 40px;
}
#strength .box.box-2 h3::before {
	background: url(../images/strength-02.png) no-repeat center;
    background-size: contain;
}
#strength .box.box-3 h3::before {
	background: url(../images/strength-03.png) no-repeat center;
    background-size: contain;
}

#strength .box .text-wrap {
	width: 50%;
    max-width: 610px;
    background: #fff;
    padding: 0 0 30px 50px;
}
#strength .box:nth-child(odd) .text-wrap {
    padding: 0 50px 30px 0;
}
#strength .box-1 .text-wrap,
#strength .box-3 .text-wrap {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 650px) {
	#strength .box {
		padding-top: 60%;
		min-height: auto;
	}
	#strength .box-1,
	#strength .box-2,
	#strength .box-3 {
		background-size: contain;
		background-position: center top;
	}
	#strength .box-1::before,
	#strength .box-2::before,
	#strength .box-3::before {content: none;}
	
	#strength .box h3::before {
		width: 50px;
		height: 40px;
	}

	#strength .box .text-wrap,
	#strength .box:nth-child(odd) .text-wrap {
		width: 100%;
		padding: 10px 0 0;
		position: relative;
	}

	
	
	
}

