@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header {
		padding: 0 4%;
	}
}

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

.fv {
	position: relative;
	width: 100%;
	padding: 0;
	aspect-ratio: 1 / 1;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	z-index: 1;
}

.fv .heading_text_1 {
	color: #DF051B;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		padding: 0;
		aspect-ratio: 3 / 1;
	}

	.fv_text {
		top: 55%;
		width: max-content;
	}
}

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

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

.heading_3 {
	width: 100%;
	margin: 0 auto 0;
	padding: 1em;
	font-size: 1.4rem;
	background-color: #000;
}

.heading_3_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.heading_4 {
	width: fit-content;
	margin: 0 auto 0 0;
	font-size: 1.4rem;
}

.heading_4_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #124EA8;
	line-height: 1
}

.heading_5 {
	width: fit-content;
	margin: 0 auto 0 0;
	font-size: 1.4rem;
}

.heading_5_text_1 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	line-height: 1
}

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

@media screen and (min-width: 1440px) {
	.heading_3 {
		font-size: 2.4rem;
	}

	.heading_4 {
		font-size: 2.4rem;
	}

	.heading_5 {
		font-size: 2.4rem;
	}
}

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

.section {
	padding: 15% 0;
}

.section_container_inner {
	width: 90%;
	margin: 5% auto 0;
}

.text {
	font-size: 1rem;
}

.bg_b {
	background-color: #124EA8;
}

.bg_r {
	background-color: #DF051B;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1440px) {
	.text {
		font-size: 1.2rem;
	}
}

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

.section_1 {
	padding: 0;
	background-color: #F2F2F2;
}

.section_1 .section_container_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.section_1 .section_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
}

.section_1 .section_content_1 {}

.section_1 .section_content_2 {
	margin: 0 auto 0;
	padding: 5%;
}

.section_1 .section_content_3 {
	margin: 0 auto 0;
	padding: 5%;
}

.section_1 .text {
	margin: 5% auto 0;
}

.section_1 .section_content_2 .text {
	color: #fff;
}

.section_1 .section_content_3 .text {
	color: #fff;
}

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

	.section_1 .section_content_1 .section_content_inner_1 {
		flex: 6;
		padding-right: 10%;
	}

	.section_1 .section_content_1 .section_content_inner_2 {
		flex: 4;
	}

	.section_1 .section_content_2 {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
		padding: 0;
	}

	.section_1 .section_content_2 .section_content_inner_1 {
		flex: 5;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.section_1 .section_content_2 .section_content_inner_2 {
		flex: 5;
	}

	.section_1 .section_content_2 .section_content_inner_inner {
		padding: 5% 5% 0;
	}

	.section_1 .section_content_3 {
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 0;
		padding: 0;
	}

	.section_1 .section_content_3 .section_content_inner_1 {
		flex: 5;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.section_1 .section_content_3 .section_content_inner_2 {
		flex: 5;
	}

	.section_1 .section_content_3 .section_content_inner_inner {
		padding: 5% 5% 0;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .section_content_1 .section_content_inner_1 {
		flex: 6;
		padding-right: 15%;
	}

	.section_1 .section_content_1 .section_content_inner_2 {
		flex: 4;
	}

	.section_1 .section_content_2 .section_content_inner_inner {
		padding: 10% 10% 0;
	}

	.section_1 .section_content_3 .section_content_inner_inner {
		padding: 10% 10% 0;
	}
}

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

.section_2 {}

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

}

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

}

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

.section_3 {
	background-color: #F2F2F2;
}

.section_3 .heading_text_1 {
	color: #DF051B;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 5% auto 0;
}

.section_3 .section_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5%;
	background-color: #fff;
}

.section_3 .section_content_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	margin: 5% auto 0 0;
}

.section_3 .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
}

@media screen and (min-width: 768px) {
	.section_3 .section_container_inner {
		flex-direction: row;
		align-items: stretch;
	}

	.section_3 .section_content {
		justify-content: flex-start;
		width: calc((100% - (12px * 2)) / 3);
		padding: 2.5%;
	}

	.section_3 .section_content_inner {
		gap: 48px;
		margin: 10% auto 0 0;
	}

	.section_3 .list {
		gap: 12px;
	}
}

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