@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) {}

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

.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 {
	background-color: #F2F2F2;
}

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

.section_2 .heading_text_1 {
	color: #DF051B;
}

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

.section_2 .section_content {
	width: 100%;
}

.section_2 .section_content_2 {
	margin: 0 auto 0;
}

.section_2 .section_content_inner {
	margin: 5% 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;
}

.section_2 table {
	width: 100%;
	border-bottom: 2px #F2F2F2 solid;
}

.section_2 th,
.section_2 td {
	display: block;
	padding: 0.5em 0;
	border: 0;
	border-top: 2px #F2F2F2 solid;
}

.section_2 .access_address {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}

.section_2 .access_address img {
	width: auto;
	height: 1em;
}

.section_2 .access_map iframe {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
	margin: 5% auto 0;
}

@media screen and (min-width: 768px) {
	.section_2 .heading {
		flex-direction: row;
		margin: 0 auto 0 0;
	}

	.section_2 .section_container_inner {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

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

	.section_2 .section_content_1 .section_content_inner {
		max-width: 90%;
		margin: 5% auto 0 0;
	}

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

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

@media screen and (min-width: 1440px) {
	.section_2 .section_content_1 .section_content_inner {
		max-width: 80%;
	}

	.section_2 th, .section_2 td {
		display: table-cell;
		padding: 1em 0;
		font-size: 1.2rem;
	}

	.section_2 .access_address {
		font-size: 1.2rem;
	}
}

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

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