@charset "utf-8";

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

.section_1 {}

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

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

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	flex-direction: column;
	gap: 0;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	gap: 12px;
}

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

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

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

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

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

	.section_1 .inner {}

	.section_1 .wrap {
		width: 80%;
	}

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

	.section_1 .heading_wrap .heading {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 12px;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {
		gap: 60px;
	}

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

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

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

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

	.section_1 .content_wrap .content:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content .item_wrap_1 {
		flex: 1;
	}

	.section_1 .content_wrap .content .item_wrap_2 {
		width: 40%;
	}
}

@media screen and (min-width: 1440px) {
    .section_1 .wrap {
		width: 70%;
	}

	.section_1 .content_wrap {
		gap: 96px;
	}

	.section_1 .content_wrap .content .item_wrap .item .text {
		font-size: 1.25rem;
		line-height: 2;
	}

	.section_1 .content_wrap .content .item_wrap_1 {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
    .section_1 .content_wrap .content {
		gap: 60px;
	}
}

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