@charset "utf-8";

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

.section_1 {}

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

.section_1 .section_container {}

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

.section_1 .heading_area .heading_2 {
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .heading_area .heading_2 .main {
	margin: 0 auto 0;
}

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

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

.section_1 .content_area .content .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_1 .content_area .content .text_area .text {}

.section_1 .content_area .content .img_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_area .content .img_area .img {
	width: 100%;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area .heading_2 {}

	.section_1 .heading_area .heading_2 .main {}

	.section_1 .content_area {}

	.section_1 .content_area .content {
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.section_1 .content_area .content .text_area {}

	.section_1 .content_area .content .text_area .text {}

	.section_1 .content_area .content .img_area {}

	.section_1 .content_area .content .img_area .img {}
}

@media screen and (min-width: 1280px) {
	.section_1 .heading_area .heading_2 {
		width: 70%;
	}

	.section_1 .content_area .content {
		width: 70%;
	}
}

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

	.section_1 .heading_area .heading_2 {
		padding-bottom: 24px;
	}

	.section_1 .content_area .content {
		gap: 36px;
	}

	.section_1 .content_area .content .text_area .text {
		font-size: 1.125rem;
	}
}

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

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

.section_2 {}

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

.section_2 .section_container {}

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

.section_2 .heading_area .heading_2 {
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .heading_area .heading_2 .main {
	margin: 0 auto 0;
}

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

.section_2 .content_area .content {
	width: 100%;
	margin: 0 auto;
}

.section_2 .content_area .content table {
	width: 100%;
	margin: 0 auto;
}

.section_2 .content_area .content table tr {}

.section_2 .content_area .content table tr th,
.section_2 .content_area .content table tr td {
	display: block;
	border: 0;
}

.section_2 .content_area .content table tr th {
	background-color: #B4045F;
	color: #fff;
}

.section_2 .content_area .content table tr td {
	border: 1px #B4045F solid;
	color: #B4045F;
}

.section_2 .content_area .content .map {
	width: 100%;
	margin: 0 auto 0;
}

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

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_area .heading_2 {}

	.section_2 .heading_area .heading_2 .main {}

	.section_2 .content_area {
		flex-direction: row;
		align-items: stretch;
	}

	.section_2 .content_area .content {}

	.section_2 .content_area .content table {}

	.section_2 .content_area .content table tr {}

	.section_2 .content_area .content table tr th,
	.section_2 .content_area .content table tr td {}

	.section_2 .content_area .content table tr th {}

	.section_2 .content_area .content table tr td {}

	.section_2 .content_area .content .map {
		width: 100%;
		height: 100%;
	}

	.section_2 .content_area .content .map iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .heading_area .heading_2 {
		width: 70%;
	}

	.section_2 .content_area {
		width: 70%;
	}

	.section_2 .content_area .content table {
		margin: -12px 0;
		border-collapse: separate;
        border-spacing: 0 12px;
	}

	.section_2 .content_area .content table tr th,
	.section_2 .content_area .content table tr td {
		display: table-cell;
	}

	.section_2 .content_area .content table tr th {
		width: 25%;
	}

	.section_2 .content_area .content table tr td {
		width: 75%;
	}
}

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

	.section_2 .heading_area .heading_2 {
		padding-bottom: 24px;
	}

	.section_2 .content_area {
		gap: 36px;
	}

	.section_2 .content_area .content table tr th,
	.section_2 .content_area .content table tr td {
		padding-left: 2em;
	}
}

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

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

.section_3 {}

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

.section_3 .section_container {}

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

.section_3 .heading_area .heading_2 {
	width: 90%;
	margin: 0 auto 0;
}

.section_3 .heading_area .heading_2 .main {
	margin: 0 auto 0;
}

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

.section_3 .content_area .content {
	width: 100%;
	margin: 0 auto;
}

.section_3 .content_area .content table {
	width: 100%;
	margin: 0 auto;
}

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

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .heading_area .heading_2 {}

	.section_3 .heading_area .heading_2 .main {}

	.section_3 .content_area {}

	.section_3 .content_area .content {}

	.section_3 .content_area .content table {}
}

@media screen and (min-width: 1280px) {
	.section_3 .heading_area .heading_2 {
		width: 70%;
	}

	.section_3 .content_area {
		width: 70%;
	}
}

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

	.section_3 .heading_area .heading_2 {
		padding-bottom: 24px;
	}
}

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

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