@charset "utf-8";

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

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

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

.section_1 {}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.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 {
	width: 90%;
	max-width: 1680px;
	padding: 24px 0 24px;
	border-radius: 20px;
	background-color: #ffffff;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .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 .item_wrap .item_flex .item_inner {
	gap: 12px;
}

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

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 10px 20px 10px 0;
	border-left: 20px #FEB55B solid;
	border-bottom: 1px #FEB55B solid;
	font-size: 1.25rem;
	font-weight: 500;
	color: #AD7D42;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0 5%;
	}

	.section_1 .heading_wrap {
		left: auto;
		right: 5%;
		transform: translate(0, -62.5%);
		width: 45%;
	}

	.section_1 .content_wrap .content {
		padding: 5% 0 5%;
	}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 36px 24px;
		width: 90%;
		max-width: 1280px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex {
		width: calc((100% - (24px * 1)) / 2);
	}

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

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

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

	.section_1 .content_wrap .content .item_wrap .item_flex {
		width: calc((100% - (80px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner {
		gap: 40px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .title {
		font-size: 2.25rem;
	}

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

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

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