@charset "UTF-8";

.infoGraph {
	font-family: "Noto Sans JP", sans-serif;
}

/* メインビジュアル */
.infoGraph__header {
	padding: 12vw 3.1vw 6.2vw;
}

@media screen and (min-width: 769px) {
	.infoGraph__header {
		padding: 3.5vw 0 1.4vw;
	}
}

.infoGraph__heading {
	width: 80vw;
	margin: 0 auto 5.5vw;
}

@media screen and (min-width: 769px) {
	.infoGraph__heading {
		width: 70vw;
		margin-bottom: 4.7vw;
	}
}

.subHeader {
	position: relative;
}

.subHeader__main {
	width: 42vw;
}

@media screen and (min-width: 769px) {
	.subHeader__main {
		width: 29vw;
		margin-left: 14.2vw;
	}
}

.subHeader__heading {
	height: 3.1vw;
	display: flex;
}

@media screen and (min-width: 769px) {
	.subHeader__heading {
		height: 2vw;
	}
}

.subHeader__date {
	font-size: 2.1vw;
	font-weight: 400;
	line-height: 1 !important;
	margin-top: 1.5vw;
}

@media screen and (min-width: 769px) {
	.subHeader__date {
		font-size: 1vw;
		margin-top: 1.2vw;
	}
}

.infoGraph__subHeading {
	width: 51.5vw;
	position: absolute;
	right: 0;
	bottom: -9.3vw;
}

@media screen and (min-width: 769px) {
	.infoGraph__subHeading {
		width: 41.7vw;
		right: 10.7vw;
		bottom: -3vw;
	}
}

/* コンテンツ */
.graph {
	background-color: rgba(51, 86, 117, 0.15);
	padding: 18.7vw 0 10vw;
}

@media screen and (min-width: 769px) {
	.graph {
		padding: 7.8vw 14.2vw 5.7vw;
	}
}

.graph__upper {
	display: grid;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 769px) {
	.graph__upper {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
	}
}

.graph__lower {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
}

@media screen and (min-width: 769px) {
	.graph__lower {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: 1fr;
		margin-top: 4.2vw;
	}
}

.graph__item {
	width: 100vw;

	> picture {
		display: block;
	}
}

.graph__item--5 {
	grid-column: 1/3;
	grid-row: 1/2;
}

.graph__item--6 {
	width: 50vw;
	grid-column: 1/2;
	grid-row: 2/3;
}

.graph__item--7 {
	width: 50vw;
	grid-column: 2/3;
	grid-row: 2/3;
}

@media screen and (min-width: 769px) {
	.graph__item {
		width: auto;
	}

	.graph__item--1 {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.graph__item--2 {
		float: left;
		grid-column: 1/2;
		grid-row: 2/4;
	}

	.graph__item--3 {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.graph__item--4 {
		grid-column: 2/3;
		grid-row: 3/4;
	}

	.graph__item--5 {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.graph__item--6 {
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.graph__item--7 {
		grid-column: 3/4;
		grid-row: 1/2;
	}

	.graph__item--14,
	.graph__item--15 {
		display: inline-block;
		vertical-align: top;
	}
}

.staffData {
	margin: 10vw 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.staffData {
		margin: 0;
		justify-content: left;
	}

	.staffData--1 {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.staffData--1 .staffData__heading {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}

	.staffData--1 .staffData__pict {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}

	.staffData--1 .staffData__data {
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		margin-top: auto;
	}
}

.staffData__heading {
	font-size: 4.3vw;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 5.1vw;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.staffData__heading {
		font-size: 1.4vw;
		margin-bottom: 0;
		text-align: left;
		min-height: 2em;
	}
}

.staffData__pict {
	width: 34.6vw;
	display: inline-block;
	margin-right: 5.9vw;
}

@media screen and (min-width: 769px) {
	.staffData__pict {
		width: 10.9vw;
		margin: 0 2.8vw 0 6vw;
	}
}

.staffData__data {
	display: inline-block;
	margin: 0;
}

.numData__data {
	display: flex;
	align-items: baseline;
	margin: 0;
}

.numData__num {
	> ._l {
		font-size: 19vw;
		font-weight: 500;
		color: #00a0e9;
		line-height: 1;
	}

	> ._s {
		font-size: 13vw;
		font-weight: 500;
		color: #00a0e9;
		line-height: 1;
	}
}

@media screen and (min-width: 769px) {
	.numData__num {
		> ._l {
			font-size: 6.2vw;
		}

		> ._s {
			font-size: 4.5vw;
		}
	}
}

.numData__unit {
	font-size: 4.3vw;
	font-weight: 500;
	line-height: 1;
}

@media screen and (min-width: 769px) {
	.numData__unit {
		font-size: 1.4vw;
	}
}

.recruitRatio {
	margin: 14.8vw 0 10.3vw;
}

@media screen and (min-width: 769px) {
	.recruitRatio {
		margin: 7vw 0;
	}
}

.recruitRatio__heading {
	text-align: center;
	font-size: 4.3vw;
	font-weight: 400;
	line-height: 6.2vw;
}

@media screen and (min-width: 769px) {
	.recruitRatio__heading {
		font-size: 1.4vw;
		text-align: left;
		line-height: 2.1vw;
		margin-left: 3.2vw;
	}
}

.recruitRatio__subHeading {
	font-size: 3.4vw;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 7.8vw;
}

@media screen and (min-width: 769px) {
	.recruitRatio__subHeading {
		font-size: 1.1vw;
		text-align: left;
		margin-bottom: 2.5vw;
		margin-left: 3.2vw;
	}
}

.recruitRatio__image {
	display: none;
}

@media screen and (min-width: 769px) {
	.recruitRatio__image {
		display: flex;
		flex-direction: column;
		margin: 0 2.5vw 0 4.4vw;
		gap: 4vw;

		> ._pict-1 {
			width: 8vw;
			margin-top: 2.7vw;
		}

		> ._pict-2 {
			width: 7.1vw;
		}
	}
}

.recruitRatio__body {
	display: grid;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 769px) {
	.recruitRatio__body {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
	}
}

.recruitYearly {
	text-align: center;
}

@media screen and (min-width: 769px) {
	.recruitYearly {
		margin-right: 6.4vw;
		text-align: left;
	}
}

.recruitYearly__heading {
	font-size: 5vw;
	font-weight: 400;
	color: #00a0e9;
	line-height: 1;
	margin-bottom: 6.5vw;
}

@media screen and (min-width: 769px) {
	.recruitYearly__heading {
		font-size: 1.6vw;
		margin-bottom: 2.1vw;
	}
}

.recruitYearly__body {
	display: flex;
	justify-content: center;
	margin-bottom: 12.5vw;
	gap: 7vw;
}

@media screen and (min-width: 769px) {
	.recruitYearly__body {
		flex-direction: column;
		margin-bottom: 0;
		gap: 2.8vw;
	}
}

.numData {
	margin: 0;
	display: inline-block;
	text-align: center;
}

.numData__title {
	font-size: 4.3vw;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 3.1vw;
}

@media screen and (min-width: 769px) {
	.numData__title {
		font-size: 1.4vw;
		margin-bottom: 0;
		text-align: left;
	}
}

.balance {
	display: grid;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 769px) {
	.balance {
		grid-template-columns: repeat(2, 1fr);
	}
}

.attendance {
	margin: 0 0 21.2vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: end;
}

@media screen and (min-width: 769px) {
	.attendance {
		margin: 0 0 0 5vw;
		justify-content: left;
		align-items: start;
	}
}

.attendance__heading {
	text-align: center;
	font-size: 4.3vw;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 7.3vw;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.attendance__heading {
		font-size: 1.4vw;
		text-align: left;
		margin-bottom: 0.5vw;
	}
}

.attendance__data {
	margin: 0;
}

.attendance__date {
	margin: 0;
	margin-top: 2.5vw;

	> ._num {
		font-size: 7.8vw;
		font-weight: 500;
		color: #00a0e9;
		line-height: 1;
	}

	> ._unit {
		font-size: 4.3vw;
		font-weight: 500;
		line-height: 1;
	}
}

@media screen and (min-width: 769px) {
	.attendance__date {
		margin: 0;

		> ._num {
			font-size: 2.1vw;
		}

		> ._unit {
			font-size: 1.1vw;
		}
	}
}

.attendance__pict {
	display: inline-block;
}

.attendance__pict--1 {
	width: 22vw;
	margin-left: 7.3vw;
}

@media screen and (min-width: 769px) {
	.attendance__pict--1 {
		width: 6.9vw;
		margin: -2vw 0 0 0.8vw;
	}
}

.attendance--2 {
	position: relative;

	> .attendance__data {
		margin-top: 13vw;
	}
}

@media screen and (min-width: 769px) {
	.attendance--2 {
		> .attendance__data {
			margin-top: 0;
		}
	}
}

.attendance__pict--2 {
	width: 24.3vw;
	position: absolute;
	top: 11vw;
	right: 23vw;
}

@media screen and (min-width: 769px) {
	.attendance__pict--2 {
		width: 7.7vw;
		top: -1.4vw;
		right: unset;
		left: 15.2vw;
	}
}

.attendance__year {
	display: inline-block;
	font-size: 4.3vw;
	font-weight: 500;
	line-height: 1;
}

@media screen and (min-width: 769px) {
	.attendance__year {
		font-size: 1.1vw;
	}
}
