@charset "utf-8";

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

.section_1 {}

.section_1 .inner {
	padding-top: 20%;
	padding-bottom: 10%;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.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 {
	gap: 12px;
}

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

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

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

.section_1 .content_wrap .content .item_wrap .item_1 {}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

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

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
	position: relative;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
	color: #4A9104;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
	font-weight: 500;
	line-height: 1.8;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_3 {
	font-weight: 500;
	line-height: 1.8;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_3 .highlight {
	margin-right: 12px;
	padding: 4px 12px;
	border-radius: 4px;
	background-color: #4A9104;
	color: #ffffff;
}

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

	.section_1 .inner {
		padding-top: 10%;
		padding-bottom: 5%;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.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 {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
	}

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

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

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

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

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.65);
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.35);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .inner {
		padding-top: 10%;
	}

	.section_1 .wrap {
		gap: 48px;
	}

	.section_1 .content_wrap {
		gap: 96px;
	}

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

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

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
		font-size: 2.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_3 {
		font-size: 1.25rem;
	}
}

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

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

.section_2 {
	background-color: #F1EAFF;
}

.section_2 .inner {
	padding-top: 10%;
	padding-bottom: 5%;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

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

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

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

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

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

	.section_2 .inner {
		padding-top: 5%;
		padding-bottom: 2.5%;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

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

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

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

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

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

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

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

.section_3 {
	background-color: #F1EAFF;
}

.section_3 .inner {
	padding-top: 5%;
	padding-bottom: 20%;
}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

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

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

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

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
	position: relative;
	width: 100%;
	padding-left: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text::before {
	content: "";
	position: absolute;
	top: 0.75rem;
	left: 0.25rem;
	width: auto;
	height: 0.25rem;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #000000;
}

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

	.section_3 .inner {
		padding-top: 2.5%;
		padding-bottom: 10%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.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 {}

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

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

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

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

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

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

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