@charset "UTF-8";

.section_data {
	background-color: #EAEAEA;
	padding-bottom: 100px;
	overflow: hidden;
}
.section_data_wrapper {
	max-width: 1512px;
	margin: auto;
	position: relative;
	padding: 30px 20px 0;
}
.section_data_wrapper + .section_data_wrapper {
	margin-top: 100px;
}
.section_data_bg_title {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 220px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: rgb(255 255 255 / .5);
	position: absolute;
	top: -30px;
	left: 0;
	margin-left: -10px;
}
.section_data_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.section_data_title {
	font-size: 36px;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
.odometer-value {
	width: 61.2px;
}
.section_data_box {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.section_data_box_item {
	border-radius: 20px;
	border: 1px solid #B3B3B3;
	background-color: rgb(222 222 229 / .4);
	padding: 25px;
	display: flex;
	flex-direction: column;
	min-height: 383px;
}
.section_data_box_item_title {
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.section_data_box_item_title:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #11D7DB;
}
.section_data_box_item_flex {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin-top: 50px;
	white-space: nowrap;
}
.section_data_box_item_flex_number {
	font-family: "Oswald", sans-serif !important;
	font-size: 120px;
	color: #11D7DB;
	line-height: 1;
}
.section_data_box_item_flex_text {
	font-size: 38px;
}
.section_data_box_item_flex_text_small {
	font-size: 28px;
	width: 50px;
	height: 50px;
	border: 1px solid #11D7DB;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.section_data_box_item_flex_text_big {
	font-size: 60px;
	margin: 0 20px;
}
.section_data_box_item_text {
	line-height: calc(21/16);
	text-align: center;
	    font-size: 15px;
}
.section_data_box_item_text_small {
	font-size: 12px;
	color: rgb(0 0 0 / .4);
	text-align: right;
	margin-top: auto;
}
.section_data_box_item_flex_text_medium {
	font-size: 28px;
	margin-right: 20px;
}
.section_data_box_item_flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_data_box_item_flex_box_item {
	width: 48%;
}
.section_data_box_item_flex_box_item_image {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
	margin-top: 50px;
}
.section_data_box_item_link {
	width: 246px;
	max-width: 100%;
	height: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	padding: 0 13px;
	border-radius: 100vmax;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-top: 15px;
}
.section_data_box_item_link_arrow_box {
	width: 35px;
	height: 35px;
	background-color: #373737;
	display: grid;
	place-items: center;
	border-radius: 50%;
}
.section_data_box_item_link_arrow {
    width: 8px;
    margin-left: 2px;
    margin-top: 2px;
}
.odometer_demical2 span{
	display: inline-block;
}
.odometer_demical2 div{
	display: inline-block;
}
/*
.odometer_demical2:before {
	content: "0.";
	display: inline-block;
	transform: translateY(10px);
} 
*/
.section_data_box_item_img_health {
	width: 79%;
	margin: auto;
}
.section_data_box_item_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-top: 80px;
	    max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.section_data_box_item_list::after{
  content:"";
  display: block;
  width: calc((100% - 30px) / 2);
}
.section_data_box_item_list_item {
	font-size: 28px;
	width: calc((100% - 30px) / 2);
	display: flex;
}
.section_data_box_item_list_item p {
	flex: 1;
}
.section_data_box_item_list_item span {
	color: #11D7DB;
}
.section_data_box_item_list_item::before {
	content: "";
	width: 25px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/recruit/numbers/icon_check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-top: 7px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(4) {
	grid-column: 1 / 3;
}
.section_data_box_environment .section_data_box_item:nth-of-type(2) .section_data_box_item_flex:first-of-type {
	margin-top: 30px;
	align-items: center;
	gap: 70px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(2) .section_data_box_item_flex + .section_data_box_item_flex {
	margin-top: 0;
	align-items: center;
}
.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_flex:first-of-type {
	margin-top: 0;
}
.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_flex + .section_data_box_item_flex {
	margin-top: -20px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_flex_number {
	font-size: 92px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(3) .odometer-value {
	width: 50px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(4) .section_data_box_item_flex {
	margin-top: 20px;
}
.section_data_box_environment .section_data_box_item:nth-of-type(8) {
	grid-column: 1 / 4;
}
@media (max-width:1050px) {
	.section_data_box {
		grid-template-columns: repeat(2,1fr);
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(4) {
		grid-row: 3 / 4;
		grid-column: 1 / 3;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(10) {
		grid-row: 6 / 7;
		grid-column: 1 / 3;
	}
}
@media (max-width:768px) {
	.section_data {
		padding-bottom: 40px;
	}
	.section_data_wrapper + .section_data_wrapper {
    margin-top: 50px;
	}
	.section_data_box {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.section_data_bg_title {
		font-size: 80px;
		top: 10px;
		margin-left: -5px;
	}
	.section_data_title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.section_data_box_item {
		min-height: 280px;
	}
	.section_data_box_item_title {
		font-size: 20px;
	}
	.section_data_box_item_flex {
		margin-top: 15px;
	}
	.section_data_box_item_flex_number {
		font-size: 92px;
	}
	.section_data_box_item_flex_text {
		font-size: 24px;
	}
	.section_data_box_item_text {
		font-size: 14px;
		text-align: center;
	}
	.odometer-value {
		width: 47px;
	}
	.section_data_box_item_flex_text_small {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
	.section_data_box_item_flex_text_big {
		font-size: 40px;
		margin: 0 15px;
	}
	.section_data_box_item_flex_text_medium {
		font-size: 20px;
		margin-right: 15px;
	}
	.odometer_demical2:before {
		transform: translateY(9px);
	}
	.section_data_box_item_flex_box_item {
		width: 100%;
	}
	.section_data_box_item_link {
		font-size: 14px;
		width: 200px;
		height: 54px;
		gap: 20px;
		padding: 0 10px;
	}
	.section_data_box_item_flex_box_item_image {
		margin-top: 30px;
	}
	.section_data_box_item_link_arrow_box {
		width: 30px;
		height: 30px;
	}
	.section_data_box_item_link_arrow {
		width: 6.5px;
	}
	.section_data_box_item_img_health {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section_data_box_item_list {
		max-width: inherit;
		margin-top: 40px;
	}
	.section_data_box_item_list_item {
		font-size: 18px;
		width: 100%;
	}
	.section_data_box_item_list_item::before {
		width: 21px;
    height: 15px;
		margin-top: 4px;
		margin-right: 8px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(2) .section_data_box_item_flex:first-of-type {
    margin-top: 20px;
    align-items: center;
    gap: 60px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_text_small {
		margin-top: 20px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_flex + .section_data_box_item_flex {
		margin-top: -20px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(3) .section_data_box_item_flex_number {
		font-size: 72px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(3) .odometer-value {
		width: 40px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(4) {
		grid-row: auto;
		grid-column: auto;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(4) .section_data_box_item_flex {
    margin-top: 10px;
	}
	.section_data_box_environment .section_data_box_item:nth-of-type(8) {
		grid-row: auto;
		grid-column: auto;
	}
}