@charset "utf-8";

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

.fv {
	position: relative;
	padding: 0;
}

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

.fv_text_en,
.fv_text_jp {
	display: block;
	color: #fff;
}

.fv_text_en:first-letter,
.fv_text_jp .highlight {
	color: #DF051B;
}

.fv_text_en {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
}

.fv_text_jp {
	margin-top: 5%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

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

	.fv_text {
		position: absolute;
		top: auto;
		bottom: 10%;
		left: auto;
		right: 2.5%;
		transform: none;
		width: max-content;
		font-size: 1.4rem;
	}

	.fv_text_en {
		font-size: 0.6em;
	}

	.fv_text_jp {
		margin: 0;
		font-size: 1em;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		position: absolute;
		top: auto;
		bottom: 12.5%;
		left: auto;
		right: 5%;
		font-size: 2.4rem;
	}
}

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

.section {
	padding: 15% 0;
}

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

.text {
	font-size: 1rem;
}

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

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

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

.section_1 .heading_text_1 {
	color: #DF051B;
}

.section_1 .text {
	text-align: center;
}

@media screen and (min-width: 1440px) {
	.section_1 .section_container_inner {
		width: 60%;
	}
}

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

.section_2 {
	background-color: #124EA8;
	color: #fff;
}

.section_2 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	margin: 0 auto 0;
}

.section_2 .img {
	display: block;
	width: fit-content;
	margin: 5% auto 0;
}

.section_2 .btn {
	display: block;
	width: fit-content;
	margin: 5% auto 0;
	padding: 0.5em 1.5em;
	border: 1px #fff solid;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
}

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

	.section_2 .section_content {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_2 .img {
		margin: 10% auto 0;
	}

	.section_2 .btn {
		margin: 10% auto 0;
	}
}

@media screen and (min-width: 768px) {
	.section_2 .btn {
		padding: 0.5em 2.5em;
		font-size: 1.4rem;
	}
}

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

.section_3 .heading_text_1 {
	color: #DF051B;
}

.section_3 .section_container_inner {
	width: 100%;
}

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

}

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