@charset "UTF-8";

.p-main__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media print, screen and (min-width: 46.9375em) {
	.p-main__data {
		margin-left: 50px;
		margin-bottom: 240px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-main__data {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 100px;
	}
}

.p-main__data-item {
	background-color: #fff;
	text-align: center;
}
@media print, screen and (min-width: 46.9375em) {
	.p-main__data-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-line-pack: center;
		align-content: center;
		padding-top: 35px;
		margin-left: -50px;
		width: 300px;
		aspect-ratio: 1/1;
		border-radius: 50%;
	}
}
@media screen and (max-width: 46.875em) {
	.p-main__data-item {
		max-width: 334px;
		border-radius: 100vh;
		width: 100%;
		padding: 20px 50px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50px 170px;
		grid-template-columns: 50px 170px;
		-ms-grid-rows: -webkit-max-content -webkit-max-content;
		-ms-grid-rows: max-content max-content;
		grid-template-rows: -webkit-max-content -webkit-max-content;
		grid-template-rows: max-content max-content;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	.p-main__data-item:not(:first-child) {
		margin-top: -5px;
	}
}

.p-data__num {
	display: inline-block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 90px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 46.875em) {
	.p-data__num {
		font-size: 8rem;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

.p-data__num-2 {
	display: inline-block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 70px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1;
}
@media screen and (max-width: 46.875em) {
	.p-data__num-2 {
		font-size: 7rem;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

.p-data__num-s {
	line-height: 1.4;
	margin-top: 4px;
	color: #fff;
}

.p-data__icon {
	margin-bottom: 5px;
}
.p-data__icon img {
	width: 158px;
	height: auto;
}
@media screen and (max-width: 46.875em) {
	.p-data__icon {
		margin-bottom: 5px;
	}
	.p-data__icon img {
		width: 154px;
		height: auto;
		margin-left: -10px;
	}
}

.p-main__data-txt {
	display: inline-block;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 46.875em) {
	.p-main__data-txt {
		font-size: 4.6rem;
	}
}

.p-main__data-txt-2 {
	display: inline-block;
	font-size: 37px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 46.875em) {
	.p-main__data-txt-2 {
		font-size: 2.6rem;
	}
}

.p-main__cnts {
	background: -webkit-gradient(linear, left top, left bottom, from(#E68432), color-stop(30%, #D66A30));
	background: linear-gradient(180deg, #E68432 0%, #D66A30 30%);
	padding-bottom: 180px;
}
@media screen and (max-width: 46.875em) {
	.p-main__cnts {
		padding-bottom: 80px;
	}
}

.p-main__cnt + .p-main__cnt {
	margin-top: 140px;
	padding-top: 140px;
	border-top: 2px solid #fff;
}
@media screen and (max-width: 46.875em) {
	.p-main__cnt + .p-main__cnt {
		margin-top: 60px;
		padding-top: 60px;
	}
}

.p-main__cnt-num {
	text-align: center;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 10rem;
	line-height: 0.8;
	margin-bottom: 40px;
}
@media screen and (max-width: 46.875em) {
	.p-main__cnt-num {
		font-size: 6rem;
		margin-bottom: 20px;
	}
}

.p-main__cnt-img {
	border-radius: 10px;
	overflow: hidden;
}

.p-data__txt {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	padding-left: 25px;
	position: relative;
	top: -20px;
	line-height: 1.4;
}
.p-data__txt::before {
	content: "";
	background-color: #fff;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
}
@media screen and (max-width: 46.875em) {
	.p-data__txt {
		font-size: 1.8rem;
		padding-left: 25px;
	}
	.p-data__txt::before {
		top: 5px;
	}
}

.p-data__list {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
@media screen and (max-width: 46.875em) {
	.p-data__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
		justify-items: center;
	}
}

.p-data__box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-bottom: 16px;
	margin-left: 38px;
	margin-top: 10px;
}
@media screen and (max-width: 46.875em) {
	.p-data__box-row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 27px;
		justify-items: center;
		margin-left: 35px;
	}
	.p-data__box-row .p-data__box-row {
		margin-left: 35px;
		margin-right: 0;
	}
}

.p-data__box-row img[src*="icon04.svg"] {
	width: 116px;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 46.875em) {
	.p-data__box-row img[src*="icon04.svg"] {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		justify-items: center;
	}
}
.p-data__box-row img[src*="icon03.svg"],
.p-data__box-row img[src*="icon04.svg"] {
	width: 116px;
	height: auto;
	margin-bottom: 10px;
}

.p-data__box-sub img[src*="icon11.svg"] {
	width: 116px;
	height: auto;
	margin-bottom: 10px;
}
.p-data__box-sub img[src*="icon07.svg"],
.p-data__box-sub img[src*="icon08.svg"] {
	width: 136px;
	height: auto;
}
.p-data__box-sub img[src*="icon10.svg"],
.p-data__box-sub img[src*="icon15.svg"] {
	width: 164px;
	height: auto;
}
.p-data__box-sub img[src*="icon12.svg"] {
	width: 164px;
	height: auto;
	margin-bottom: 15px;
}
.p-data__box-sub img[src*="icon09.svg"] {
	margin-bottom: 20px;
}
.p-data__box-sub img[src*="icon16.svg"] {
	margin-top: -18px;
}
.p-data__box-sub img[src*="icon13.svg"] {
	width: 270px;
	height: auto;
	margin: 12px 0px 20px;
}
.p-data__box-sub img[src*="icon14.svg"] {
	width: 184px;
	height: auto;
	margin: 0px 0px 5px 13px;
}
.p-data__box-sub img[src*="icon18.svg"] {
	width: 316px;
	height: auto;
	margin: -19px 0px 0px;
}

.p-data__box-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
	white-space: nowrap;
}

.p-data__box-text p {
	margin: 0;
}

.p-data__box-sub {
	background-color: transparent;
	border: 4px solid #fff;
	border-radius: 10px;
	padding: 45px 10px 35px;
	text-align: center;
	min-width: 376px;
}
@media screen and (max-width: 46.875em) {
	.p-data__box-sub {
		min-width: auto;
		width: 100%;
		padding: 40px 20px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 46.875em) {
	.p-data__box-row {
		margin-left: 35px;
		margin-right: 0;
	}
}
.p-data__box {
	background-color: transparent;
	border: 4px solid #fff;
	border-radius: 10px;
	padding: 45px 10px 15px;
	text-align: center;
	min-width: 376px;
}
@media screen and (max-width: 46.875em) {
	.p-data__box {
		min-width: auto;
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 46.875em) {
	.p-wrapper.c-box {
		width: 560px;
	}
}