@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#employee_benefits .benefits_about::after {
	content: "EMPLOYEE BENEFITS";
}
#employee_benefits .benefits_about h3.sub {
	margin-bottom: 10px;
}
#employee_benefits .benefits_about h3.sub::after {
	width: 50%;
}
#employee_benefits .benefits_about .txt {
	line-height : 34px;
}
#employee_benefits .benefits_about .box {
	margin: 50px 0;
}
#employee_benefits .benefits_about .box:last-of-type {
	margin-bottom: 0;
}
#employee_benefits .benefits_about .box .tbl {
	width: 50%;
}
#employee_benefits .benefits_about .box .tbl:first-of-type td {
	border-right: 0;
}
#employee_benefits .benefits_about .box tr {
	line-height : 34px;
}
#employee_benefits .benefits_about .box th {
	background: #f9f4a7;
	vertical-align: top;
	width: 160px;
}
#employee_benefits .benefits_about .box td {
	vertical-align: top;
}
#employee_benefits .benefits_system .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#employee_benefits .benefits_system .box dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
#employee_benefits .benefits_system .box dt {
	background: #f9f4a7;
	width: 88px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 1.5em;
}
#employee_benefits .benefits_system .box dt img {
	padding: 10px;
}
#employee_benefits .benefits_system .box dd {
	font-size : 40px;
	line-height : 34px;
}
#employee_benefits .benefits_system .box .txt_box {
	background: #f7f7f7;
	border-radius: 25px;
	padding: 30px 35px;
	line-height : 34px;
}
#employee_benefits .benefits_system .box .txt_box .box_flex_sp {
	justify-content: flex-start;
}
#employee_benefits .benefits_system .box .txt_box ul {
	margin-right: 3em;
}
#employee_benefits .benefits_system .box .txt_box li {
	position: relative;
	line-height: 42px;
	padding-left: 30px;
}
#employee_benefits .benefits_system .box .txt_box li::before{
	content: "";
	position: absolute;
	background: url("../img/employee-benefits/chk.png") no-repeat center/100%;
	width: 23px;
	height: 22px;
	top: 10px;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#employee_benefits .benefits_about h3.sub::after {
		width: 38%;
	}
	#employee_benefits .benefits_about .txt {
		font-size: 110%;
		line-height: 1.8em;
	}
	#employee_benefits .benefits_about .box .tbl {
		width: 100%;
	}
	#employee_benefits .benefits_about .box tr {
		font-size: 110%;
		line-height: 1.8em;
	}
	#employee_benefits .benefits_about .box .tbl:first-of-type th {
		border-bottom: none;
	}
	#employee_benefits .benefits_about .box .tbl:first-of-type td {
		border-right: 1px solid var(--color-tbl-border);
		border-bottom: none;
	}
	#employee_benefits .benefits_system .box dt {
		width: 66px;
		height: 66px;
	}
	#employee_benefits .benefits_system .box dt img {
		padding: 15px;
	}
	#employee_benefits .benefits_system .box:nth-of-type(3) dt img,#employee_benefits .benefits_system .box:nth-of-type(5) dt img {
		padding: 10px;
	}
	#employee_benefits .benefits_system .box dd {
		font-size: 23px;
		line-height: 1.8em;
	}
	#employee_benefits .benefits_system .box .txt_box {
		padding: 15px;
		font-size: 110%;
		line-height: 1.8em;
	}
	#employee_benefits .benefits_system .box .txt_box li {
		line-height: 1.8em;
		padding-left: 20px;
	}
	#employee_benefits .benefits_system .box .txt_box li::before {
		width: 17px;
		height: 20px;
		top: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#employee_benefits .benefits_about h3.sub::after {
		width: 75%;
	}
	#employee_benefits .benefits_about .box th {
		width: 100%;
	}
	#employee_benefits .benefits_about .box table {
		margin-bottom: -1px;
	}
	#employee_benefits .benefits_system .box dd {
		font-size: 5.2vw;
	}
}