@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-color: #D0F5FD;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 0.5em;
	color: #009AB7;
}

.fv_text > *:nth-of-type(2) {
	font-size: 1em;
}

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

@media screen and (min-width: 1280px) {
	.fv {
		height: 360px;
	}
}

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

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

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

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

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

.section_1 {
	position: relative;
}

.section_1 .section_inner {
	padding: 10% 0 10%;
}

.section_1 .section_container {}

.section_1 .section_container_inner {}

.section_1 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .flex .text {
	font-weight: 500;
}

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

	.section_1 .deco {
		position: absolute;
		top: 30%;
		right: 0;
		width: 25%;
	}

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		width: 80%;
	}

	.section_1 .flex .text {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		width: 70%;
	}

	.section_1 .flex .text {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		gap: 48px;
		width: 60%;
	}

	.section_1 .flex .text {
		font-size: 1.25rem;
	}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {}

	.section_1 .flex .text {}
}

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

.section_2 {
	position: relative;
}

.section_2 .section_inner {
	padding: 10% 0 10%;
}

.section_2 .section_container {}

.section_2 .section_container_inner {}

.section_2 .heading_1 {
	color: #364246;
}

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

.section_2 .flex table {
	width: 100%;
}

.section_2 .flex table tr {}

.section_2 .flex table th,
.section_2 .flex table td {
	display: block;
	border: 0;
	font-weight: 500;
}

.section_2 .flex table th {
	border-bottom: 1px #83A4D4 solid;
}

.section_2 .flex table td {
	border-bottom: 1px #D0F5FD solid;
}

.section_2 .flex table th span,
.section_2 .flex table td span {
	display: block;
}

.section_2 .flex .map {
	width: 100%;
}

.section_2 .flex .map iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

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

	.section_2 .deco {
		position: absolute;
		top: 30%;
		left: 0;
		width: 25%;
	}

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_1 {}

	.section_2 .flex {
		width: 80%;
	}

	.section_2 .flex table {}

	.section_2 .flex table tr {}

	.section_2 .flex table th,
	.section_2 .flex table td {
		display: table-cell;
	}

	.section_2 .flex table th {
		width: 25%;
		padding-left: 0;
	}

	.section_2 .flex table td {
		width: 75%;
		padding-right: 0;
	}

	.section_2 .flex table th span,
	.section_2 .flex table td span {}

	.section_2 .flex .map {}

	.section_2 .flex .map iframe {
		aspect-ratio: 2 / 1;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_1 {}

	.section_2 .flex {
		width: 70%;
	}

	.section_2 .flex table {}

	.section_2 .flex table tr {}

	.section_2 .flex table th,
	.section_2 .flex table td {}

	.section_2 .flex table th {}

	.section_2 .flex table td {}

	.section_2 .flex table th span,
	.section_2 .flex table td span {}

	.section_2 .flex .map {}

	.section_2 .flex .map iframe {}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_1 {}

	.section_2 .flex {
		gap: 48px;
		width: 60%;
	}

	.section_2 .flex table {
		width: 70%;
	}

	.section_2 .flex table tr {}

	.section_2 .flex table th,
	.section_2 .flex table td {}

	.section_2 .flex table th {}

	.section_2 .flex table td {}

	.section_2 .flex table th span,
	.section_2 .flex table td span {}

	.section_2 .flex .map {}

	.section_2 .flex .map iframe {}
}

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

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