@charset "utf-8";

/* -----------------------------------------------------------
    client-top
-------------------------------------------------------------- */

#client.client-top .client-area {
	position: relative;
	padding: 150px 0;
}

#client.client-top .client-area::before {
	background: url("../img/bg-top-underlogo.png") no-repeat center / cover;
	position: absolute;
	content: "";
	width: 763px;
	height: 676px;
	left: 0;
	top: 50px;
}

#client.client-top .client-area .top-box {
	background: #f7f7f7;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 100px 100px 40px;
}

#client.client-top .client-area .top-box li {
	position: relative;
	z-index: 1;
	width: 440px;
	margin: 0 20px 40px 0;
}

#client.client-top .client-area .top-box li:nth-of-type(2n) {
	margin: 0 0 40px 0;
}

#client.client-top .client-area .top-box li a {
	box-shadow: 7px 7px 30px -10px rgba(0,0,0,0.3);
	background: #fff;
	display: block;
	padding: 230px 30px 30px;
	position: relative;
}

#client.client-top .client-area .top-box li a:hover {
	box-shadow: none;
}

#client.client-top .client-area .top-box li a::before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
}

#client.client-top .client-area .top-box .message-btn a::before {
	background-image: url("../img/img-client-outsourcing-pc.jpg");
}

#client.client-top .client-area .top-box .profile-btn a::before {
	background-image: url("../img/img-client-staffing-pc.jpg");
}

#client.client-top .client-area .top-box .sdgs-btn a::before {
	background-image: url("../img/img-client-recruitment-pc.jpg");
}

#client.client-top .client-area .top-box .plan-btn a::before {
	background-image: url("../img/img-client-case-pc.jpg");
}

#client.client-top .client-area .top-box li a i {
	top: auto;
	bottom: 50px;
}

@media screen and (max-width: 667px){
	
	#client.client-top .client-area {
		padding: 50px 10px;
	}

	#client.client-top .client-area::before {
		display: none;
	}

	#client.client-top .client-area .top-box {
		width: 100%;
		display: block;
		padding: 50px 10px 30px;
	}

	#client.client-top .client-area .top-box li {
		width: 100%;
		margin: 0 0 20px;
	}

	#client.client-top .client-area .top-box li:nth-of-type(2n) {
		margin: 0 0 20px;
	}

	#client.client-top .client-area .top-box li a {
		padding: 170px 15px 20px;
	}

	#client.client-top .client-area .top-box li a::before {
		height: 150px;
	}

	#client.client-top .client-area .top-box .message-btn a::before {
		background-image: url("../img/img-client-outsourcing-sp.jpg");
	}

	#client.client-top .client-area .top-box .profile-btn a::before {
		background-image: url("../img/img-client-staffing-sp.jpg");
	}

	#client.client-top .client-area .top-box .sdgs-btn a::before {
		background-image: url("../img/img-client-recruitment-sp.jpg");
	}

	#client.client-top .client-area .top-box .plan-btn a::before {
		background-image: url("../img/img-client-case-sp.jpg");
	}

	#client.client-top .client-area .top-box li a i {
		top: auto;
		bottom: 35px;
	}

}


/* -----------------------------------------------------------
    client
-------------------------------------------------------------- */

#client .outsourcing-area,
#client .staffing-area,
#client .recruitment-area{
	margin: 140px 0 0;
}

#client.ci-com .service-area {
	position: relative;
	padding: 290px 0 80px;
}

#client.ci-com .service-area::before {
	position: absolute;
	content: "";
	width: 1200px;
	height: 500px;
	left: 0;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

#client.ci-outsourcing .service-area::before {
	background-image: url("../img/bg-client-outsourcing-mv-pc.jpg")
}

#client.ci-com .service-area .service-box {
	background: #fff;
	width: 750px;
	padding: 60px 50px 0 0;
	position: relative;
	z-index: 2;
}

#client.ci-com .service-area .service-box h3 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	background: #1569c1;
	display: inline-block;line-height: 1.7;
	padding: 5px 20px;
	margin: 0 0 20px;
}

#client.ci-com .service-area .service-box p {
	padding: 20px 0 0;
}

#client.ci-com .merit-area {
	background: url("../img/bg-client.jpg") no-repeat center top / cover;
	padding: 80px 0 100px;
}

#client.ci-com .merit-area .inner {
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.3);
	background: #fff;
	padding: 70px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#client.ci-com .merit-area .merit-box {
	width: 550px;
	margin: 0 0 0 50px;
}

#client.ci-com .merit-area .inner figure {
	width: 400px;
}

#client.ci-com .merit-area .inner figure img {
	width: 100%;
}

#client.ci-com .merit-area .inner figure img {
	width: 100%;
}

#client.ci-com .merit-area .inner .merit-box > .ttl-m {
	padding: 0 0 20px;
}

#client.ci-com .merit-area .inner .merit-box > p {
	padding: 20px 0 0
}

@media screen and (max-width: 667px){
	#client .outsourcing-area,
	#client .staffing-area,
	#client .recruitment-area{
		margin: 0;
	}

	#client .out-box,
	#client .sta-box,
	#client .rec-box,
	#client .case-box{
		margin: 2px 0;
	}
	
	#client.ci-com .service-area {
		position: relative;
		padding: 300px 0 0;
	}

	#client.ci-com .service-area::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 250px;
		background-position: right center;
	}

	#client.ci-com .service-area .service-box {
		width: 100%;
		padding: 0 20px 50px;
	}

	#client.ci-com .service-area .service-box h3 {
		font-size: 2.0rem;
		padding: 5px 10px;
		margin: 0 0 5px;
	}

	#client.ci-com .service-area .service-box p {
		padding: 10px 0 0;
	}

	#client.ci-com .merit-area {
		padding: 40px 0 40px;
	}
	
	#client.ci-com .merit-area .inner {
		padding: 50px 20px;
		display: block;
		justify-content: flex-start;
	}

	#client.ci-com .merit-area .merit-box {
		width: 100%;
		margin: 0;
	}

	#client.ci-com .merit-area .inner figure {
		width: 100%;
		margin: 20px 0 0;
	}
	
	#client.ci-com .merit-area .inner .merit-box > .ttl-m {
		padding: 0 0 0px;
	}

	#client.ci-com .merit-area .inner .merit-box > p {
		padding:10px 0 0;
	}

}





/*アウトソーシング*/

#client .out-service-top .service-title-01{
	padding: 0 0 5px;
}

/*人材派遣*/
#client.ci-staffing .service-area::before {
	background-image: url("../img/bg-client-staffing-mv-pc.jpg")
}

#client .service-top{
	background: #fff;
    width: 750px;
    padding: 60px 50px 0 0;
    position: relative;
    z-index: 2;
}

#client .service-title-01{
	color: transparent;
	background: repeating-linear-gradient( 90deg, #1569c1 0, #90CAF9 100% );
	-webkit-background-clip: text;
	font-weight: bold;
	font-size: 6.0rem;
}

#client .service-title-02{
	color: #1569c1;
	padding-bottom: 30px;
}


#client.ci-com .block-01{
	background: url(../img/bg-client.jpg) no-repeat center top / cover;
    padding: 80px 0 100px;
}

#client.ci-com .block-01 .inner {
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.3);
	background: #fff;
	padding: 70px 100px;
}

#client.ci-staffing .block-01 ul{
	display: flex;
}

#client.ci-staffing .block-01 li{
	width: calc(100%/2);
}

#client.ci-staffing .block-01 li:last-child{
	margin-right:0;
}

#client.ci-staffing .block-01 h3{
	font-size: 2.7rem;
	color: #1569c1;
	font-weight: bold;
	margin-bottom: 30px;
}

#client.ci-staffing .block-01 .box-01{
	margin-bottom: 80px;
}

#client.ci-staffing .block-01 img{
	width: 100%;
}

#client.ci-staffing .block-01 .box-02 img{
	width: 85%;
}

#client.ci-staffing .block-01 .box-02 .list-01{
	text-align: center;
}

#client.ci-staffing .block-01 .list-02{
	padding: 100px 0 0 50px;
}


#client .flow-area {
	padding-top:60px;
}

#client .flow-area h3 {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 100px;
	height: 100px;
	padding: 0 40px;
	background: linear-gradient(to right, #1569c1, #69bbec);
	color: #fff;
}

#client .flow-area .flow-sta ol {
    display: flex;
	flex-wrap: wrap;
	padding: 60px 0 30px;
}
	
#client .flow-area .flow-sta ol li {
    background-color: #f6f9fb;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    /*width: 224px;*/
    /*height: 260px;*/
	width:calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 30px;
    padding: 190px 0 50px;
}

#client .flow-area .flow-sta ol li:nth-child(3n),
#client .flow-area .flow-sta ol li:last-child{
	margin-right: 0; 
}

#client .flow-area .flow-sta ol li::before {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: auto 46px;
	background-position: center;
	top: 55px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	content: "";
}

#client .flow-area .flow-sta ol .list-01::before {
	background-image: url("../img/icon-job-flow01.svg");
}

#client .flow-area .flow-sta ol .list-02::before {
	background-image: url("../img/icon-job-flow02.svg");
}

#client .flow-area .flow-sta ol .list-03::before {
	background-image: url("../img/icon-job-flow03.svg");
}

#client .flow-area .flow-sta ol .list-04::before {
	background-image: url("../img/icon-job-flow10.svg");
}

#client .flow-area .flow-sta ol .list-05::before {
	background-image: url("../img/icon-job-flow04.svg");
}

#client .flow-area .flow-sta ol li::after {
	content: "";
	background: url("../img/arrow-yellow-right.png") no-repeat center / auto;
	width: 20px;
	height: 23px;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

#client .flow-area .flow-sta ol .list-05::after {
	display: none;
}

#client .flow-area li em {
	font-size: 5.0rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #1569c1;
	position: absolute;
	top: -20px;
	left: 20px;
	opacity: 0.3;
}

#client .flow-area .flow-txt {
	font-weight: normal;
	text-align: left;
	padding: 30px 20px 0;
}

@media screen and (max-width: 667px){
	
	#client .service-top{
		width: 100%;
    	padding: 0 20px 50px;
	}

	#client .service-title-01{
		font-size: 3.0rem;
	}
	
	#client .service-title-02{
		padding-bottom: 15px;
	}
	
	

	#client.ci-staffing .block-01 ul{
		display: block;
	}
	
	#client.ci-com .block-01{
	padding: 40px 0 40px;
	}
	
		#client.ci-staffing .block-01 ul{
		display: block;
	}

	#client.ci-staffing .block-01 li{
		width: 100%;
	}

	#client.ci-staffing .block-01 li:last-child{
		margin-right:0;
	}

	#client.ci-staffing .block-01 h3{
		font-size: 2.5rem;
		line-height: 1.5;
		margin: 30px 0 10px;
	}
	
	#client.ci-staffing .block-01 .inner{
		padding: 50px 20px;
	}
	
	#client.ci-staffing .block-01 .box-01{
		margin-bottom: 50px;
	}

	#client.ci-staffing .block-01 .box-02 img{
		width: 100%;
	}
	#client.ci-staffing .block-01 .list-02{
		padding: 0;
	}
	
	#client .flow-area {
    	padding: 0 20px;
	}
	
	#client .flow-area h3 {
		font-size: 2.0rem;
    	line-height: 50px;
    	height: 50px;
    	padding: 0 10px;
	}
	
	#client .flow-area .flow-sta ol {
    	flex-direction: column;
		padding: 30px 0 0;
	}
	
	#client .flow-area .flow-sta ol li {
		text-align: left;
		width: 100%;
		height: 80px;
		padding:0 0 0 100px;
		margin: 0 0 10px;
		display: flex;
		align-items: center;
}

	#client .flow-area .flow-sta ol li p{
    display: none;
}
	
	#client .flow-area .flow-sta ol li::before {
		width: 60px;
		height: 60px;
		background-size: auto 20px;
		top: 10px;
		left: 20px;
		right: auto;
		margin: 0;
	}
	
	#client .flow-area .flow-sta ol li::after {
		background: url("../img/arrow-yellow-bottom.png") no-repeat center / 100% auto;
		width: 12px;
		height: 10px;
		right: auto;
		left: 45px;
		top: auto;
		bottom: -5px;
		margin: 0;
	}

	#client .flow-area li em {
		font-size: 2.4rem;
		top: 5px;
		left: 10px;
		opacity: 0.3;
	}
	
	
	#client .rec-box{
	margin: 0;
}
	
	
}



/*人材紹介*/
#client.ci-recruitment .service-area::before {
	background-image: url("../img/bg-client-recruitment-mv-pc.jpg")
}

#client .rec-flex .box-01 ul{
	display: flex;
}

#client .rec-flex .box-01 ul li{
width: calc(100%/2);
}

#client .rec-flex .list-02 {
    padding-left: 50px;
	padding-top: 50px;
}

#client .rec-flex .box-01 h3,
#client .rec-flex .box-02 .en,
#client .rec-flex .box-02 h3{
	font-size: 2.7rem;
	color: #1569c1;
	font-weight: bold;
}

#client .rec-flex .box-01 h3{
	margin-bottom: 30px;
}

#client .rec-flex .box-02{
	margin-top: 80px;
}

#client .rec-flex .box-02 h3{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#client .rec-flex .box-02 ul{
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}

#client .rec-flex .box-02 li{
	width:calc((100% - 20px) / 2);
	background: #f6f9fb;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left:1em;
	text-indent:-1em;
	margin: 0 20px 10px 0;
	padding: 20px 20px 20px 30px;
}

#client .rec-flex .box-02 li:nth-child(2n){
	margin-right: 0;
}

#client .rec-flex .box-02 li .check-y{
	color: #FFE500;
}

#client .rec-flex .box-02 li span{
	font-weight: 600;
}

#client .rec-flex img{
	width: 100%;
}

#client .flow-area .flow-rec ol {
    display: flex;
	flex-wrap: wrap;
	padding: 60px 0 30px;
}
	
#client .flow-area .flow-rec ol li {
    background-color: #f6f9fb;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
	width:calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 30px;
    padding: 190px 0 50px;
}

#client .flow-area .flow-rec ol li:nth-child(4n),
#client .flow-area .flow-rec ol li:last-child{
	margin-right: 0; 
}

#client .flow-area .flow-rec ol li::before {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: auto 46px;
	background-position: center;
	top: 55px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	content: "";
}

#client .flow-area .flow-rec ol .list-01::before {
	background-image: url("../img/icon-job-flow01.svg");
}

#client .flow-area .flow-rec ol .list-02::before {
	background-image: url("../img/icon-job-flow11.svg");
}

#client .flow-area .flow-rec ol .list-03::before {
	background-image: url("../img/icon-job-flow10.svg");
}

#client .flow-area .flow-rec ol .list-04::before {
	background-image: url("../img/icon-job-flow12.svg");
}

#client .flow-area .flow-rec ol .list-05::before {
	background-image: url("../img/icon-job-flow03.svg");
}

#client .flow-area .flow-rec ol .list-06::before {
	background-image: url("../img/icon-job-flow02.svg");
}

#client .flow-area .flow-rec ol .list-07::before {
	background-image: url("../img/icon-job-flow08.svg");
}

#client .flow-area .flow-rec ol li::after {
	content: "";
	background: url("../img/arrow-yellow-right.png") no-repeat center / auto;
	width: 20px;
	height: 23px;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

#client .flow-area .flow-rec ol .list-07::after {
	display: none;
}

@media screen and (max-width: 667px){
	
	#client.ci-recruitment .block-01 .inner{
		padding: 50px 20px;
	}
	
	#client  .rec-flex .box-01{
		padding: 40px 20px 0;
	}
	
	#client .rec-flex .box-01 ul{
		flex-direction: column;
	}

	#client .rec-flex .box-01 ul li{
		width:100%;
	}
	
	#client .rec-flex .list-02 {
    	padding-left: 0;
		padding-top: 0;
	}

	#client .rec-flex .box-01 h3{
		font-size: 2.5rem;
    	line-height: 1.5;
    	margin: 30px 0 10px;
	}

	#client .rec-flex .box-02{
		margin-top: 30px;
		padding: 0  20px 40px;
	}
	
	#client .rec-flex .box-02 ul{
		flex-direction: column;
	}

	#client .rec-flex .box-02 li{
		width:100%;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	#client .flow-area {
    	padding: 20px 20px;
	}
	
	#client .flow-area h3 {
		font-size: 2.0rem;
    	line-height: 50px;
    	height: 50px;
    	padding: 0 10px;
	}
	
	#client .flow-area .flow-rec ol {
    	flex-direction: column;
		padding: 30px 0 0;
	}
	
	#client .flow-area .flow-rec ol li {
		text-align: left;
		width: 100%;
		height: 80px;
		padding:0 0 0 100px;
		margin: 0 0 10px;
		display: flex;
		align-items: center;
	}

	#client .flow-area .flow-rec ol li p{
    	display: none;
	}
	
	#client .flow-area .flow-rec ol li::before {
		width: 60px;
		height: 60px;
		background-size: auto 20px;
		top: 10px;
		left: 20px;
		right: auto;
		margin: 0;
	}
	
	#client .flow-area .flow-rec ol li::after {
		background: url("../img/arrow-yellow-bottom.png") no-repeat center / 100% auto;
		width: 12px;
		height: 10px;
		right: auto;
		left: 45px;
		top: auto;
		bottom: -5px;
		margin: 0;
	}

	#client .flow-area .flow-rec li em {
		font-size: 2.4rem;
		top: 5px;
		left: 10px;
		opacity: 0.3;
	}
	
	
	#client .rec-box{
	margin: 0;
}

	
	
}





