@charset "utf-8";

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

.section_1 {}

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

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

.section_1 .heading_wrap {}

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

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.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 .content_1 .item_wrap .item .text {
	font-weight: 600;
}

.section_1 .content_wrap .content_2 .item_wrap .item {
	box-shadow: 8px 8px 0px 0px rgba(217, 217, 217, 1);
}

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

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

	.section_1 .content_wrap {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_1 {
		width: 60%;
	}

	.section_1 .content_wrap .content_2 {
		width: 40%;
	}
}

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

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

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {}

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

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

.section_2 .content_wrap .content_1 .item_wrap .item .text {}

.section_2 .content_wrap .content_2 .item_wrap .item {}

.section_2 .content_wrap .content_1 .item_wrap .item .table_common {
	width: 100%;
}

.section_2 .content_wrap .content_2 .item_wrap .item .btn {
	display: block;
	width: 240px;
	padding: 12px;
	text-align: center;
	background-color: #20386C;
	font-weight: 600;
	color: #ffff;
}

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

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

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content_2 .item_wrap .item .btn {
		width: 500px;
		padding: 36px;
		font-size: 2.25rem;
	}
}

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

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

.section_2 .table_common tr td .flex_wrap {
	align-items: flex-start;
}

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

@media screen and (min-width: 1280px) {
	.section_2 .table_common tr td .flex_wrap {
		align-items: flex-start;
	}
}

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

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

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