@charset "UTF-8";

/*================================================
 *  TOPページ + 数字で知る魅力や強み（number）共通
 ================================================*/



/*===============共通===============*/
section .num_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.2rem;
}
section .num_item_list > li {
	background-color: #fff;
	border-radius: 2rem;
	text-align: center;
	position: relative;
	padding: 5rem 0 4.5rem;
	width: calc((100% - 2.2rem * 2) / 3);
	overflow: hidden;
}
section .num_item_list > li .unit_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12rem;
	width: 24rem;
	margin: 0 auto 2.5rem;
}
section .num_item_list > li .unit_img img {
	width: 100%;
}
section .num_item_list > li h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.8em;
}
section .num_item_list > li .txt_counter,
section .num_item_list > li .txt_only {
	color: var(--color-main);
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}
section .num_item_list > li .txt_counter {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
section .num_item_list > li .txt_only.lineHeight_m {
	margin-top: -0.25em;
}
section .num_item_list > li .txt_counter.direction_column {
	align-items: center;
}
section .num_item_list > li .txt_counter.direction_column div + div {
	margin-top: 0.3em;
}
section .num_item_list > li .txt_counter em {
	font-size: 5rem;
}
section .num_item_list > li .txt_counter em  + span {
	margin: 0 0 0.05em 0.5rem;
}
section .num_item_list > li .txt_counter > span + em {
	margin-left: 0.5rem;
}
section .num_item_list > li .txt_counter span {
	align-self: flex-end;
}
section .num_item_list > li .js-count {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-variant-numeric: proportional-nums;
	font-kerning: normal;
	letter-spacing: -0.01em;
	opacity: 0;
}
section .num_item_list > li .js-count::before,
section .num_item_list > li .js-count::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
section .num_item_list > li .js-count::before {
	margin-bottom: -0.11em;
}
section .num_item_list > li .js-count::after {
	margin-top: -0.13em;
}
section .num_item_list > li .txt_only em {
	font-size: 4rem;
}
section .num_item_list > li .txt_notes {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1em;
}






/*******特定項目*******/
/*男女比*/
section .num_item_list > li.ce_item04 .inr_chart canvas {
	width: 12rem;
	height: 12rem!important;
	margin: 0 auto 2.5rem;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 21rem;
	margin: 0 auto 0;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list li > p {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	padding-left: 0.15em;
	text-align: center;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list li.unit_femalem,
section .num_item_list > li.ce_item04 .inr_chart .between_list li.unit_female *{
	color: #2096d5;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list li .txt_counter {
	margin-top: 0.5rem;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list li .txt_counter span {
	margin-left: 0;
}








/*===============TOPページ用===============*/













/*===============数字で知る魅力や強み用（number）===============*/
#number section.number_area {
	background-color: #F4F4F4;
	position: relative;
}
@media screen and (min-width: 800.1px) {
	#number section.number_area {
		border-radius: 2rem;
		width: 132rem;
		margin: 0 auto;
		padding: 0 11rem 7rem;
	}
}
#number section.number_area:nth-of-type(n+2) {
	margin-top: 13.5rem;
}

#number section.number_area h3 {
	position: relative;
	top: -3rem;
	margin-bottom: -3rem;
	padding-bottom: 7rem;
}
#number section.number_area h3 > span {
	font-size: 6.5rem;
	font-weight: 800;
	letter-spacing: 0.025em;
}
#number section.number_area h3 > em {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 1.35em;
}
















/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



/*===============共通===============*/
section .num_item_list {
	gap: 2.6vw;
	width: 92vw;
	margin: 0 auto;
}
section .num_item_list > li {
	border-radius: 2vw;
	padding: 5vw 0;
	min-height: inherit;
	width: calc((100% - 2.6vw) / 2);
}

section .num_item_list > li .unit_img {
	height: 16vw;
	width: 32vw;
	margin-bottom: 2.5vw;
}
section .num_item_list > li h4 {
	font-size: 3.7vw;
}
section .num_item_list > li .txt_counter,
section .num_item_list > li .txt_only {
	font-size: 4.2vw;
	letter-spacing: 0;
}
section .num_item_list > li .txt_counter em {
	font-size: 8vw;
}
section .num_item_list > li .txt_counter em  + span {
	margin-left: 0.05em;
}
section .num_item_list > li .txt_counter > span + em {
	margin-left: 0.05em;
}
section .num_item_list > li .txt_only em {
	font-size: 7vw;
}
section .num_item_list > li .txt_notes {
	font-size: 2.9vw;
}






/*******特定項目*******/
/*年間売上高*/
section .num_item_list > li.ce_item03 .txt_counter em {
	font-size: 7.4vw;
}
	
/*男女比*/
section .num_item_list > li.ce_item04 .inr_chart canvas {
	width: 16vw;
	height: 16vw!important;
	margin-bottom: 2.5vw;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list {
	width: 35vw;
}
section .num_item_list > li.ce_item04 .inr_chart .between_list li > p {
	font-size: 3.2vw;
}








/*===============TOPページ用===============*/
#index section#company_area .num_item_list {
	width: 85vw;
}
	
	

/*===============数字で知る魅力や強み用（number）===============*/
#number section.number_area {
	padding: 0 0 8vw;
}
#number section.number_area:nth-of-type(n+2) {
	margin-top: 32vw;
}

#number section.number_area h3 {
	top: -3.5vw;
	margin-bottom: -3.5vw;
	padding: 0 0 6.5vw 8vw;
}
#number section.number_area h3 > span {
	font-size: 7vw;
}
#number section.number_area h3 > em {
	font-size: 3.7vw;
}









}