@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	padding: 10% 0;
	background-image: url(../img/top_concept_bg_sp.webp);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}

.section_1::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #303030;
}

.section_1 .inner {}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
	color: #ffffff;
}

.section_1 .content_wrap .content_1 {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text {
	font-size: 1.5rem;
	font-weight: 700;
}

.section_1 .content_wrap .content_1 .item_wrap .item_2 .text_wrap .text {
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-image: url(../img/top_concept_bg_pc.webp);
		background-size: 45%;
	}

	.section_1::before {
		width: 90%;
		height: 100%;
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	}

	.section_1 .content_wrap {
		height: max-content;
	}

	.section_1 .content_wrap .content_1 {
		padding-right: 45%;
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_2 {
		position: absolute;
		top: 50%;
		right: 2.5%;
		transform: translate(0, -50%);
		width: auto;
		max-width: none;
		height: 85%;
		max-height: none;
		aspect-ratio: 1328 / 1384;
		background-image: url(../img/top_concept_1_pc.webp);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item img {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content_1 {
		padding-right: 50%;
	}

	.section_1 .content_wrap .content_2 {
		right: 5%;
		height: 137.5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content_1 {
		gap: 36px;
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text {
		font-size: 2.5rem;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_2 .text_wrap .text {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap .content_1 {
		gap: 72px;
		padding-right: 25%;
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		gap: 72px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 10% 0;
}

.section_2 .wrap {
	gap: 24px;
	width: 80%;
	max-width: 1280px;
	margin: 0 auto 0;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	flex-direction: column-reverse;
}

.section_2 .heading_wrap .heading .main {
	font-size: 0.625em;
}

.section_2 .heading_wrap .heading .sub {
	font-family: "Poppins", sans-serif;
	font-size: 1em;
}

.section_2 .heading_wrap .heading .sub::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translate(-100%, 0);
	width: 100vw;
	height: 1px;
	background-color: #303030;
}

.section_2 .content_wrap {
	gap: 12px;
}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {
	position: relative;
}

.section_2 .content_wrap .content .item_wrap .item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	gap: 12px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .text::after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: auto;
	height: 0.75rem;
	aspect-ratio: 45 / 33;
	background-image: url(../img/top_service_arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .content_wrap .content .item_wrap .item .text .num {
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {}

	.section_2 .wrap {
		width: 90%;
	}

	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .heading_wrap .heading .sub::before {}

	.section_2 .content_wrap {
		flex-direction: row;
		gap: 0;
	}

	.section_2 .content_wrap .content {
		width: 50%;
	}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text {
		align-items: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .text::after {
		top: 50%;
		bottom: auto;
		transform: translate(0, -50%);
	}

	.section_2 .content_wrap .content .item_wrap .item .text .num {}
}

@media screen and (min-width: 1280px) {
	.section_2 .wrap {
		gap: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 72px;
	}

	.section_2 .content_wrap .content .item_wrap .item .text {
		font-size: 2.25rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .text::after {
		right: 36px;
		height: 1rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .text .num {
		font-size: 2.67em;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 20% 0 10%;
}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	position: relative;
	font-size: 1.5rem;
}

.section_3 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 92.5vw;
	height: auto;
	aspect-ratio: 791 / 139;
	background-image: url(../img/top_about_text.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_3 .content_wrap .content_1 {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.section_3 .content_wrap .content_1 .item_wrap .item_2 .text_wrap .text {
	line-height: 2;
}

.section_3 .content_wrap .content_1 .item_wrap .item_3 .text_wrap .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-weight: 700;
	color: #0093EE;
}

.section_3 .content_wrap .content_1 .item_wrap .item_3 .text_wrap .text img {
	width: auto;
	height: 2.4rem;
}

.section_3 .content_wrap .content_2 {
	width: 85%;
}

@media screen and (min-width: 768px) {
	.section_3 {}

	.section_3 .inner {
		padding: 10% 0;
	}

	.section_3 .heading_wrap {
		align-items: flex-start;
		width: max-content;
		max-width: 100%;
	}

	.section_3 .heading_wrap .heading::before {
		left: auto;
		right: 0;
		transform: translate(0, 0);
		width: auto;
		height: 137.5%;
	}

	.section_3 .content_wrap {
		height: max-content;
	}

	.section_3 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_3 .content_wrap .content_1 {
		align-items: flex-start;
		padding-right: 47.5%;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text {
		text-align: left;
		font-size: 2rem;
	}

	.section_3 .content_wrap .content_2 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 50%;
		max-width: none;
		height: auto;
		max-height: none;
		aspect-ratio: 735 / 542;
		background-image: url(../img/top_about_1.webp);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_3 .content_wrap .content_2 .item_wrap {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item img {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .heading_wrap .heading::before {
		height: 162.5%;
	}

	.section_3 .content_wrap .content_1 {
		padding-right: 45%;
	}

	.section_3 .content_wrap .content_2 {
		width: auto;
		height: 100%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .content_wrap .content_1 {
		gap: 36px;
		padding-right: 50%;
	}

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 36px;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text {
		font-size: 2.5rem;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item_2 .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item_3 .text_wrap .text {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .heading_wrap .heading::before {
		height: 325%;
	}

	.section_3 .content_wrap .content_1 {
		gap: 72px;
		padding-right: 25%;
	}

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 72px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
