/* ==============================
	Data
	（数字でみるオープンアップコンストラクション）
============================== */

/* ------------------------------
	Page Heading
------------------------------ */
.page-heading--data {
	background-image: url("../img/data/data-heading-bg_sp.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.page-heading--data .page-heading__inner {
	color: #fff;
}
.page-heading--data .page-heading__title {
	margin-bottom: 15px;
	padding: 3px 10px 2px;
	background: #EF8125;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.page-heading--data .page-heading__lead {
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1rem;
}
.page-heading--data .page-heading__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
}

/* ------------------------------
	Data Section
------------------------------ */
.data-section {
	margin-bottom: 40px;
}
.data-section__heading {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.data-section__num {
	display: inline-block;
	padding-right: 10px;
	color: #EF8125;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.4;
}
.data-section__title {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.5;
}
.data-section__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
}
.data-section__text {
	display: contents;
	font-size: 1.4rem;
	font-weight: 400;
}
.data-section__chart {
}
.data-section__image {
}

/* ------------------------------
	Data Metric
------------------------------ */
.data-metric {
}
.data-metric__heading {
	margin-bottom: 10px;
}
.data-metric__label {
	margin-right: 5px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05rem;
}
.data-metric__label-en {
	color: #ED6C00;
	font-size: 1rem;
	font-weight: 400;
}
.data-metric__media {
}

/* ------------------------------
	Data Summary
------------------------------ */
.data-summary {
	margin-bottom: 80px;
}
.data-summary__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.data-summary__list .data-metric__heading {
	margin-bottom: 3px;
}

/* ------------------------------
	Utility
------------------------------ */
.ib {
	display: inline-block;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {

	/* ------------------------------
		Page Heading
	------------------------------ */
	.page-heading--data {
		background-image: url("../img/data/data-heading-bg.jpg");
		margin-bottom: 80px;
		padding: 80px 40px;
	}
	.page-heading--data .page-heading__inner {
	}
	.page-heading--data .page-heading__title {
		margin-bottom: 20px;
		padding: 1px 10px 0;
		font-size: 1.7rem;
	}
	.page-heading--data .page-heading__lead {
		font-size: 3.2rem;
		letter-spacing: .1rem;
	}
	.page-heading--data .page-heading__text {
		font-size: 1.6rem;
		text-align: center;
	}

	/* ------------------------------
		Data Section
	------------------------------ */
	.data-section {
		margin-bottom: 80px;
	}
	.data-section__heading {
	}
	.data-section__num {
		padding-right: 12px;
		font-size: 3rem;
	}
	.data-section__title {
		font-size: 2.7rem;
		letter-spacing: .1rem;
	}
	.data-section__content {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 60px;
		padding-top: 60px;
		padding-right: 60px;
		border-top: 2px solid #707070;
		border-right: 2px solid #707070;
	}
	.data-section__text {
		order: 1;
		display: block;
		width: calc((100% - 60px) / 2);
		font-size: 1.6rem;
	}
	.data-section__chart {
		order: 0;
		width: calc((100% - 60px) / 2);
	}
	.data-section__image {
		order: 2;
		width: calc((100% - 60px) / 2);
	}
	.data-section__content .data-metric {
		order: -1;
		width: calc((100% - 60px) / 2);
	}

	/* ------------------------------
		Data Metric
	------------------------------ */
	.data-metric {
	}
	.data-metric__heading {
		margin-bottom: 15px;
	}
	.data-metric__label {
		margin-right: 8px;
		font-size: 2.2rem;
	}
	.data-metric__label-en {
		font-size: 1.3rem;
	}
	.data-metric__media {
	}

	/* ------------------------------
		Data Summary
	------------------------------ */
	.data-summary {
		margin-bottom: 160px;
	}
	.data-summary__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 80px;
	}
	.data-summary__list .data-metric {
		width: calc((100% - 80px) / 2);
	}
	.data-summary__list .data-metric__heading {
		margin-bottom: 3px;
	}
}
