@charset "UTF-8";


/* ----------------------------------------------
 * 人材をお探しの企業様 *
 ---------------------------------------------- */
.client-btn-list {
    padding-top: 50px;
}
.client-btn-list li {
    width: 18%;
    margin-right: 20px;
}
.client-btn-list li:nth-child(4) {
    margin-right: 0;
}
.client-btn-list li a {
    height: 60px;
    color: #004896;
    text-align: center;
    border: 1px solid #004896;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.client-btn-list {
		padding-top: 20px;
	}
	.client-btn-list li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}



.support-title {
    height: 100px;
    padding: 22px 0;
    letter-spacing: 0.08em;
}
.support-title:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #004896 transparent transparent transparent;
    border-width: 30px 40px 0 40px;
}

.support-box {
	width: 31.33%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 30%);
}
.support-box figure {}
.support-box figure img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.support-box .text-wrap {
    padding: 20px 20px 30px;
}
.support-box .support-ex-text {
    padding-top: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
}
.support-box .support-ex-text span {
	text-align: center;
    padding: 18px 10px;
    min-width: 85px;
    min-height: 85px;
    border-radius: 8px;
    box-sizing: border-box;
}
.support-box .support-ex-text p {
	font-size: 15px;
    line-height: 1.6em;
    padding-left: 15px;
}

/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.support-title {
		height: auto;
		padding: 20px 0;
	}
	.support-title:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -28px;
		left: 0;
	}
	
	.support-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.support-box .support-ex-text span {
		min-width: inherit;
		min-height: inherit;
		padding: 10px 10px;
		margin-bottom: 15px;
	}
	
}


/* お客様のメリット */
.client-merit {
    padding: 0;
    border: 3px solid #f18300;
    box-sizing: border-box;
}
.client-merit h3 {
    padding-bottom: 2px;
}
.client-merit ul {
    padding: 30px 50px;
}
.client-merit ul li {
    width: 50%;
	background: url("../images/icon-check.png") no-repeat;
	background-position: left top;
	background-size: 47px auto;
	padding-left: 60px;
    margin: 13px 0;
}

/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.client-merit ul {
		padding: 20px 20px;
	}
	.client-merit ul li {
		width: 100%;
		background: url(../images/icon-check.png) no-repeat;
		background-size: 35px auto;
		padding-left: 45px;
	}
	
}



/* 面倒な工程は～ */
.client-flow-list {}
.client-flow-list ul li {}
/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.client-flow-list li {
		margin-bottom: 20px;
	}
	
}



/* 弊社スタッフの特徴 */
.graph-box {
    width: 70%;
    margin: 0 auto 30px;
}

.client-feature {
    padding: 0 30px;
}
.client-feature-box {
    width: 50%;
    padding: 15px 15px;
    box-sizing: border-box;
}
.client-feature-box p {
	font-size: 16px;
    line-height: 1.8em;
	font-weight: bold;
	height: 105px;
    padding: 20px 20px;
    border: 3px solid #004896;
    border-radius: 20px;
}

/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.graph-box {
		width: 65%;
		margin: 0 auto 30px;
	}
	
	.client-feature {
		padding: 0 0;
	}
	.client-feature-box {
		width: 100%;
		padding: 0 0;
		margin-bottom: 20px;
	}
	.client-feature-box p {
		font-size: 3vw;
		line-height: 1.6em;
		height: auto;
		padding: 10px 15px;
	}

}



/* サービスライン */
.client-serviice {
	justify-content: space-between;
    align-items: stretch;
}
.client-serviice-box {
	width: 30.33%;
    padding: 30px 30px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.client-serviice-box:nth-child(4) {
	width: 65.33%;
}
.client-serviice-title {
	
}

.client-serviice-list {}
.client-serviice-list li {
    width: 50%;
    margin: 5px 0;
    font-size: 14px;
	font-feature-settings: "palt";
}
.client-serviice-list li.par100 {
    width: 100%;
}
.client-serviice-box:nth-child(4) li {
    width: 25%;
}

/**
 * スマートフォン端末用
**/
@media only screen and (max-width: 680px) {
	.client-serviice-box,
	.client-serviice-box:nth-child(4) {
		width: 100%;
		padding: 30px 15px;
	}
	.client-serviice-box:nth-child(4) li {
		width: 50%;
	}
	.client-serviice-box:nth-child(4) li.sp-w100 {
		width: 100%;
	}
	
}



/* リスト個々の横線 */
.list-line {
    display: flex;
    align-items: center;
}
.list-line::before {
	content: "";
    border-top: 1px solid #000;
    flex-grow: 1;
    max-width: 8px;
    margin-right: 5px;
}
/* リスト個々の横線 */















