/* 250528 /corporation/recruit/newgraduate/infographics/用override */
@media only screen and (max-width: 768px) {
	.maternity-head-box{
		width: 50%;
	}
	.maternity-number {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.maternity .number-num span.is-num{
		font-size: 10vw;
	}
	.maternity-title span{
		display: block;
		width: 2.5em;
	}
	.maternity-image{
		width: 30%;
		display: flex;
		align-items: center;
	}
	.maternity-head .is-block-mobile{
		display: flex!important;
		align-items: center;
	}
	.maternity-note {
		margin-top: 1vw
	}
	.maternity-note-headline {
		padding-bottom: 1.5vw
	}
	.maternity-note-wrap {
		margin-top: 1.5vw
	}
	.maternity-note-column .number-body {
		margin-top: 1.5vw
	}
	.maternity-note-headline span {
		font-size: 2.6vw
	}
	.maternity-note-title span {
		font-size: 2.6vw
	}
	.maternity-note-column .number-body p {
		font-size: 2.6vw
	}
}

/* 250703 採用者数からキャリアの削除 */
.adopters-image>div{
	padding-top:1.3333333333vw;
}
@media only screen and (min-width: 1499px){
	.adopters-image>div{
		padding-top:1.5rem;
	}
}