@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;
}

.section_1 .text {
	color: #fff;
}

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

.section_1 .section_content_1 {
	background-color: #DF051B;
}

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

.section_1 .section_content_1 .section_content_inner_1 .img {
	margin: 5% auto 0;
}

.section_1 .section_content_2 {
	background-color: #F2F2F2;
}

.section_1 .section_content_2 .section_content_inner_1 {
	width: 90%;
	margin: 0 auto 0;
	padding: 15% 0;
}

.section_1 .section_content_2 .section_content_inner_1 .heading_text_1 {
	color: #DF051B;
}

.section_1 .section_content_2 .section_content_inner_1 .table_container {
	width: 100%;
	margin: 5% auto 0;
}

.section_1 .section_content_2 .section_content_inner_1 .table_container table {
	width: 100%;
	border: 0;
	border-bottom: 2px #DCDCDC solid;
}

.section_1 .section_content_2 .section_content_inner_1 .table_container th,
.section_1 .section_content_2 .section_content_inner_1 .table_container td {
	display: block;
	padding: 0.5em 0;
	border: 0;
	border-top: 2px #DCDCDC solid;
}

.section_1 .section_content_2 .section_content_inner_1 .table_container span {
	display: block;
}

@media screen and (min-width: 768px) {
	.section_1 .section_content_1 {
		background-color: #DF051B;
	}

	.section_1 .section_content_1 .section_content_inner_1 {
		position: relative;
		padding: 5% 5% 10%;
	}

	.section_1 .section_content_1 .section_content_inner_1 .text {
		width: 50%;
	}

	.section_1 .section_content_1 .section_content_inner_1 .img {
		position: absolute;
		top: -10%;
		right: 5%;
		width: 40%;
		margin: 0;
	}

	.section_1 .section_content_1 .section_content_inner_1 .bg_img {
		position: absolute;
		bottom: 12px;
		left: 12px;
		width: 60%;
	}

	.section_1 .section_content_2 .section_content_inner_1 {
		width: 75%;
	}

	.section_1 .section_content_2 .section_content_inner_1 .table_container th,
	.section_1 .section_content_2 .section_content_inner_1 .table_container td {
		display: table-cell;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.section_1 .section_content_1 .section_content_inner_1 .text {
		width: 55%;
	}

	.section_1 .section_content_1 .section_content_inner_1 .img {
		position: absolute;
		top: -10%;
		right: 5%;
		width: 35%;
		margin: 0;
	}

	.section_1 .section_content_1 .section_content_inner_1 .bg_img {
		position: absolute;
		bottom: 12px;
		left: 12px;
		width: 60%;
	}

	.section_1 .section_content_2 .section_content_inner_1 {
		width: 60%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .section_content_1 .section_content_inner_1 .text {
		width: fit-content;
		margin: 0 auto 0 0;
	}

	.section_1 .section_content_1 .section_content_inner_1 .img {
		position: absolute;
		top: -10%;
		right: 2.5%;
		width: 35%;
		margin: 0;
	}

	.section_1 .section_content_1 .section_content_inner_1 .bg_img {
		position: absolute;
		bottom: 24px;
		left: 24px;
		width: 55%;
	}

	.section_1 .section_content_2 .section_content_inner_1 {
		width: 50%;
	}

	.section_1 .section_content_2 .section_content_inner_1 .table_container {
		margin: 10% auto 0;
	}

	.section_1 .section_content_2 .section_content_inner_1 .table_container th,
	.section_1 .section_content_2 .section_content_inner_1 .table_container td {
		padding: 1em 0;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .section_content_1 .section_content_inner_1 .img {
		position: absolute;
		top: -10%;
		right: 2.5%;
		width: 30%;
		margin: 0;
	}

	.section_1 .section_content_1 .section_content_inner_1 .bg_img {
		position: absolute;
		bottom: 24px;
		left: 24px;
		width: 65%;
	}

	.section_1 .section_content_2 .section_content_inner_1 {
		width: 35%;
	}
}
