@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header_list_wrap .header_list li.deco a::after {
		content: "";
	}
}

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

.section_1 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

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

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	background-color: #eeeeee;
}

.section_1 .heading_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .heading_wrap .heading {
	padding-left: 4rem;
	font-size: 2rem;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	left: -2.3rem;
}

.section_1 .heading_wrap .heading .main::after {}

.section_1 .content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content_1 .item_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.section_1 .content_1 .item_1 .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_1 .item_1 .text_wrap .text_1 {
	font-size: 1.2rem;
}

.section_1 .content_2 {
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .content_2 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 10% 5% 5%;
	background-color: #fff;
}

.section_1 .content_2 .box .heading_wrap .heading .main {
	width: auto;
	height: 2rem;
}

.section_1 .content_2 .box .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_2 .box .list li div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_1 .content_2 .box .list li div span:nth-of-type(1) {
	position: relative;
	z-index: 1;
}

.section_1 .content_2 .box .list li div span:nth-of-type(1)::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.75em;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background-color: #fe6628;
}

@media screen and (min-width: 768px) {
	.section_1 .content_1 {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_1 .item_1 {
		flex: 1;
	}

	.section_1 .content_1 .item_2 {
		width: 47.5%;
	}

	.section_1 .content_2 {
		width: 65%;
	}

	.section_1 .content_2 .box {
		padding: 7.5% 5% 5%;
	}

	.section_1 .content_2 .heading_wrap {
		padding-left: 8%;
	}
}

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

	.section_1 .content_2 {
		width: 50%;
	}

	.section_1 .content_2 .heading_wrap {
		padding-left: 16%;
	}
}

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

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -3.5rem;
	}

	.section_1 .content_1 {
		width: 70%;
	}

	.section_1 .content_1 .item_1 {
		gap: 48px;
	}

	.section_1 .content_1 .item_1 .text_wrap .text_1 {
		font-size: 2.5rem;
	}

	.section_1 .content_1 .item_1 .text_wrap .text_2 {
		font-size: 1.125rem;
	}

	.section_1 .content_2 .box .heading_wrap .heading .main {
		height: 3.125rem;
	}

	.section_1 .content_2 .box {
		gap: 48px;
	}

	.section_1 .content_2 .box .list {
		gap: 24px;
	}

	.section_1 .content_2 .box .list li {
		font-size: 1.3125rem;
	}
}

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

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