@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: 84px;
}

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

.section_1 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

.section_1 .content_wrap_1 .content_1 .item_wrap_1 {
	gap: 24px;
}

.section_1 .content_wrap_1 .content_1 .item_wrap_1 .item_1 .text_1 {
	text-align: center;
}

.section_1 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	font-size: 1.25rem;
	line-height: 1;
}

.section_1 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text_1 .small {
	font-size: 0.625em;
	color: #37A3F2;
}

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

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

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

	.section_1 .content_wrap_1 .content_1 .item_wrap_1 {
		gap: 36px;
	}

	.section_1 .content_wrap_1 .content_1 .item_wrap_1 .item_1 .text_1 {
		font-size: 1.25rem;
		line-height: 2;
	}

	.section_1 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text_1 {
		gap: 12px;
		font-size: 2rem;
	}
}

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {}

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

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

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

.section_2 .content_wrap .content .item_wrap .item .table {
	width: 100%;
}

.section_2 .content_wrap_1 .content_2 {
    width: 295px;
}

.section_2 .content_wrap_1 .content_2 .item_wrap_1 .item_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_2 .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text_1 {
    color: #ffffff;
}

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

@media screen and (min-width: 1280px) {
    .section_2 .wrap {
		width: 50%;
	}
}

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

	.section_2 .content_wrap {
		gap: 72px;
	}

	.section_2 .content_wrap_1 .content_2 {
		width: 395px;
	}

	.section_2 .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text_1 {
		font-size: 1.25rem;
	}
}

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