@charset "utf-8";

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

.section_a {}

.section_a .inner {
	padding-top: 35%;
	padding-bottom: 5%;
}

.section_a .wrap {
	gap: 24px;
}

.section_a .heading_wrap {
	width: 90%;
	max-width: 1280px;
}

.section_a .heading_wrap .heading {}

.section_a .heading_wrap .heading .main {}

.section_a .heading_wrap .heading .sub {}

.section_a .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1024px;
}

.section_a .content_wrap .content {}

.section_a .content_wrap .content .item_wrap {
	gap: 24px;
}

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

.section_a .content_wrap .content .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 24px;
}

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

.section_a .content_wrap .content .item_wrap .item .text_wrap .text_1 {
	width: 100%;
	padding: 12px 24px;
	background-color: #B94091;
	font-weight: 600;
	color: #ffffff;
}

.section_a .content_wrap .content .item_wrap .item .link_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.section_a .content_wrap .content .item_wrap .item .link_wrap .link {}

.section_a .btn {
	display: block;
	width: 240px;
	padding: 12px;
	background-color: #D00003;
	text-align: center;
	color: #ffffff;
}

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

	.section_a .content_wrap {
		width: 80%;
	}

	.section_a .content_wrap .content .item_wrap .item .link_wrap {
		flex-direction: row;
	}
}

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

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

	.section_a .content_wrap {
		gap: 48px;
	}

	.section_a .content_wrap .content .item_wrap .item .text_wrap .text_1 {
		font-size: 1.25rem;
	}

	.section_a .content_wrap .content .item_wrap .item .text_wrap .text_2 {
		font-size: 1.25rem;
	}

	.section_a .btn {
		width: 325px;
		padding: 24px;
		font-size: 1.25rem;
	}
}

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

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

.section_1 {}

.section_1 .inner {}

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

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

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

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

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

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

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

.section {}

.section .inner {}

.section .wrap {}

.section .heading_wrap {}

.section .heading_wrap .heading {}

.section .heading_wrap .heading .main {}

.section .heading_wrap .heading .sub {}

.section .content_wrap {}

.section .content_wrap .content {}

.section .content_wrap .content .item_wrap {}

.section .content_wrap .content .item_wrap .item {}

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

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

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

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

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

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

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