@charset "utf-8";

/* ユーティリティ（このページで使用） */
.txt-b {
	font-size: 120% !important;
}

.txt-12 {
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.tal {
	text-align: left !important;
}

/* 働く環境：数字で見るエリア（count-content） */
.count-content-outer {
	width: 100%;
	margin: 40px auto;
	padding: 0 0 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.count-content-inner {
	width: 30%;
	margin: 20px 0 20px 0;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.count-content-inner-s {
	width: 22%;
	margin: 20px 0 20px 0;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.icon-com-num-in1 {
	width: 100%;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 4px 12px;
	text-align: center;
}

.icon-com-num-in2 {
	width: 100%;
	padding: 8px;
	text-align: center;
}

.icon-com-num-in2 img {
	width: 30%;
}

.icon-com-num-in3 {
	font-size: 14px;
	font-weight: 500;
}

.icon-com-num-in3 span {
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 300;
	font-size: 80px;
	line-height: 1.1;
	color: #346596;
}

.icon-com-num-in4 {
	font-size: 16px;
	font-weight: 500;
}

.num-txt-s {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
}

.note {
	font-size: 11px;
	color: #bb5f7e;
	top: -8px;
}

/* 働く環境：コンテンツレイアウト */
.content-inner-100 {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
	text-align: center;
}

/* 働く環境：データテーブル */
.data-tbl-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.data-tbl {
	width: 90%;
	margin: 0 auto 40px auto;
	line-height: 1.8;
}

.data-tbl-s {
	width: auto;
}

.data-tbl .tbl-one {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 12px 0;
	border-bottom: 1px solid #c2d7f4;
	font-size: 16px;
}

.data-tbl .tbl-one:first-child {
	border-top: 1px solid #c2d7f4;
}

.data-tbl dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	color: #346596;
	font-weight: 700;
	line-height: 1.4;
}

.data-tbl-s dt {
	width: 240px;
	padding: 4px 0 0 0;
}

.data-tbl dd {
	box-sizing: border-box;
	width: calc(100% - 200px);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #505050;
	line-height: 1.8;
}

.data-tbl-s dd {
	width: calc(100% - 240px) !important;
}



/* 働く環境：研修チャート */
.edu-cha {
	width: 100%;
	padding: 20px;
}

.edu-cha img {
	width: 100%;
}

/* メディアクエリ */
@media screen and (max-width:899px) {
	.count-content-inner-s {
		width: 49%;
	}
}

@media screen and (max-width:699px) {
	.content-inner-100 {
		padding: 20px 0px;
	}

	.count-content-outer {
		margin: 20px 0 20px 0;
		padding: 0 0 0px 0;
		flex-direction: column;
	}

	.count-content-inner {
		width: 100%;
		margin: 20px 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: #ccc 1px solid;
	}

	.count-content-inner:last-child {
		border-bottom: none;
	}

	.count-content-inner-s {
		width: 100%;
	}

	.data-tbl {
		width: 100%;
	}

	.data-tbl dt {
		width: 94px;
		font-size: 14px;
	}

	.data-tbl dd {
		width: calc(100% - 94px);
	}

	.skk {
		width: 140px !important;
	}

	.skk2 {
		width: calc(100% - 140px) !important;
	}
}

@media screen and (max-width:499px) {
	.data-tbl-s dt {
		width: 70px !important;
		font-size: 13px;
	}

	.data-tbl-s dd {
		width: calc(100% - 70px) !important;
		letter-spacing: 0.05em;
	}
}