@charset "UTF-8";
/*
	common
-----------------------------------------------------------------------------------------------*/
#header [href="../numbers/"]{
	color: var(--color-blue);
}
/*
	KV
-----------------------------------------------------------------------------------------------*/
.numbers .page-head__img::before{
	background: url(../images/deco_numbers_kv_01.png) no-repeat center / cover;
	bottom: 0;
	content: '';
	height: 136px;
	left: -198px;
	position: absolute;
	width: 161px;
}
/*
	NISSEIの働き方／NISSEIの商品
-----------------------------------------------------------------------------------------------*/
#works,
#products{
	background: var(--background-blue);
}
#works .container{
	padding-bottom: 0;
}
.numbers__list{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
[class^="numbers__item"]{
	align-items: center;
	background: #fff;
	border-radius: 8px;
	color: var(--color-blue);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-weight: var(--bold);
	height: 320px;
	justify-content: center;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-align: center;
	width: calc((100% - 64px)/3);
}
.numbers__img{
	align-items: center;
	display: flex;
	height: 125px;
	justify-content: center;
	text-align: center;
}
.numbers__img img{
	max-width: 45%;
}
.numbers__txt{
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	min-height: 45px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 110%;
	margin: 0 0 5px;
}
.numbers__txt--sub{
	display: block;
	font-size: 1.4rem;
}
.numbers__record{
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 80%;
	min-height: 93px;
}
.numbers__record--endword{
	font-size: 3.5rem;
	font-weight: var(--black);
	line-height: 120%;
	vertical-align: bottom;
}
.numbers__record--note{
	font-size: 1.4rem;
}
.numbers__lead{
	background: rgb(var(--color-blue-rgb) / 90%);
	color: #fff;
	backdrop-filter: blur(4px);
	font-size: 1.4rem;
	font-weight: var(--medium);
	height: 100%;
	left: 0;
	line-height: 200%;
	opacity: 0;
	padding: 32px;
	position: absolute;
	text-align: justify;
	transition: .3s;
	top: 0;
}
.numbers__lead--note{
	display: inline-block;
	font-size: 1.0rem;
	line-height: 160%;
	margin-top: 7px;
	padding-left: 1em;
	text-indent: -1em;
}
.numbers__item--13 .numbers__img img{
	max-width: 60%;
}
.numbers__item--14 .numbers__img img{
	max-width: 40%;
}
.numbers__item--15 .numbers__img img{
	max-width: 68%;
}
.numbers__item--16 .numbers__img img{
	max-width: 65%;
}
[class^="numbers__item"]:hover .numbers__lead{
	opacity: 1;
	transition: .3s;
}
.odometer-radix-mark{
	line-height: 100%;
	vertical-align: bottom;
}
/*
	NISSEIを知る
-----------------------------------------------------------------------------------------------*/
#company{
	background: transparent;
}
#company .container{
	padding-bottom: 0;
}
#aside-include .container{
	padding-top: 35px;
}
@media screen and (max-width: 812px){
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	#header [href="../numbers/"]{
		color: var(--color-txt);
	}
	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	.numbers .page-head__img::before{
		height: 80px;
		left: auto;
		right: 20px;
		width: 95px;
	}
	/*
		NISSEIの働き方／NISSEIの商品
	-----------------------------------------------------------------------------------------------*/
	#products .container{
		padding-top: 60px;
	}
	.numbers__list{
		/* gap: 12px; */
		gap: 0;
		margin: 0 auto;
		max-width: 500px;
	}
	[class^="numbers__item"]{
		aspect-ratio: 1 / 1;
		border-radius: 8px;
		height: auto;
		margin: 12px 12px 0 0;
		padding: 10px 10px 15px;
		width: calc((100% - 12px)/2);
	}
	[class^="numbers__item"]:nth-child(even){
		margin-right: 0;
	}
	[class^="numbers__item"]:first-child,
	[class^="numbers__item"]:nth-child(2){
		margin-top: 0;
	}
	.numbers__img{
		height: 130px;
	}
	.numbers__img img{
		max-width: 35%;
	}
	.numbers__txt{
		font-size: 1.4rem;
		line-height: 110%;
		margin: 0;
		min-height: auto;
	}
	.numbers__txt--sub{
		font-size: 1.0rem;
	}
	.numbers__record{
		font-size: 3.2rem;
		line-height: 100%;
		min-height: fit-content;
	}
	.numbers__record--endword{
		font-size: 1.7rem;
	}
	.numbers__record--note{
		font-size: 1.2rem;
	}
	.numbers__lead{
		font-size: 1.0rem;
		letter-spacing: 0;
		line-height: 160%;
		padding: 10px;
	}
	.numbers__lead--note{
		font-size: .9rem;
		line-height: 140%;
		margin-top: 7px;
	}
	.numbers__item--11 .numbers__img img{
		max-width: 23%;
	}
	.numbers__item--14 .numbers__img img{
		max-width: 35%;
	}
	.numbers__item--15 .numbers__img img{
		max-width: 58%;
	}
	.numbers__item--15 .numbers__txt{
		letter-spacing: -0.12rem;
	}
	.numbers__item--16 .numbers__img img{
		max-width: 60%;
	}
	/*
		NISSEIを知る
	-----------------------------------------------------------------------------------------------*/
	#company{
		background: transparent;
	}
	#company .container{
		padding-bottom: 0;
	}
	#aside-include .container{
		padding-top: 35px;
	}
}