@charset "utf-8";

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

.now.service::before {
	content: "";
}

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0 20%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	align-items: flex-start;
	gap: 12px;
	font-size: 1.5rem;
}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {
	font-size: 1em;
}

.section_1 .heading_wrap .heading .sub {
	font-size: 0.75em;
}

.section_1 .content_wrap {
	gap: 48px;
}

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

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

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

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

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

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .content_wrap .content_1 {}

.section_1 .content_wrap .content_1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -20%);
	width: 90%;
	height: auto;
	aspect-ratio: 1700 / 982;
	background-image: url(../img/bg_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap {}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_1 {}

.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_2 {
	margin-left: auto;
}

.section_1 .content_wrap .content_1 .item_wrap .item_2 .img_wrap {}

.section_1 .content_wrap .content_1 .item_wrap .item_2 .img_wrap .img {
	width: 80%;
}

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

.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner {
	gap: 12px;
}

.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner .text_wrap {
	padding-top: 12px;
	border-top: 1px #8E9EAB solid;
}

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

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

	.section_1 .wrap {}

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

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

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

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

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

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

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_1::before {
		transform: translate(-50%, -20%);
		width: 50vw;
	}

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

	.section_1 .content_wrap .content_1 .item_wrap .item_1 {
		width: 60%;
		margin-left: auto;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner {}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .content_wrap .content_1 .item_wrap .item_2 .img_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item_2 .img_wrap .img {
		width: 100%;
	}

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

	.section_1 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content_2 .item_wrap:nth-child(even) {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner .text_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {
		width: calc((100% - (24px * 1)) * 0.4);
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		font-size: 2rem;
	}

	.section_1 .content_wrap {
		gap: 156px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}

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

	.section_1 .content_wrap .content_2 {
		gap: 60px;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .item_inner .text_wrap {
		padding-top: 24px;
	}
}

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

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