@charset "utf-8";

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

.section_1 {
	background-color: #f5f2ea;
}

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

.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_1 {
	width: 45%;
}

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

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

.section_1 .content table tr th,
.section_1 .content table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #929292 solid;
}

.section_1 .content table tr th {}

.section_1 .content table tr td {}

.section_1 .content table tr th span,
.section_1 .content table tr td span {
	display: block;
}

.section_1 .content table tr th span {}

.section_1 .content table tr td span {}

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

.section_1 .content .flex .img {
	display: block;
	width: 100%;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {
		gap: 48px;
	}

	.section_1 .heading_1 {}

	.section_1 .content {
		gap: 48px;
	}

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

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

	.section_1 .content table tr.fitst_line th,
	.section_1 .content table tr.fitst_line td {
		padding-top: 0;
	}

	.section_1 .content table tr th {
		width: 35%;
	}

	.section_1 .content table tr td {
		width: 65%;
	}

	.section_1 .content table tr th span,
	.section_1 .content table tr td span {}

	.section_1 .content table tr th span {}

	.section_1 .content table tr td span {}

	.section_1 .content .flex {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .content .flex .img {
		width: calc((100% - (24px * 2)) / 3);
	}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .heading_1 {}

	.section_1 .content {
		width: 70%;
	}

	.section_1 .content table {}

	.section_1 .content table tr th,
	.section_1 .content table tr td {}

	.section_1 .content table tr th {}

	.section_1 .content table tr td {}

	.section_1 .content table tr th span,
	.section_1 .content table tr td span {}

	.section_1 .content table tr th span {}

	.section_1 .content table tr td span {}

	.section_1 .content .flex {}

	.section_1 .content .flex .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {
		gap: 96px;
	}

	.section_1 .heading_1 {}

	.section_1 .content {
		gap: 96px;
	}

	.section_1 .content table {}

	.section_1 .content table tr th,
	.section_1 .content table tr td {}

	.section_1 .content table tr th {}

	.section_1 .content table tr td {}

	.section_1 .content table tr th span,
	.section_1 .content table tr td span {
		font-size: 1.125rem;
	}

	.section_1 .content table tr th span {}

	.section_1 .content table tr td span {}

	.section_1 .content .flex {
		gap: 48px;
	}

	.section_1 .content .flex .img {
		width: calc((100% - (48px * 2)) / 3);
	}
}

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

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

.section_2 {}

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

.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_1 {
	width: 100%;
}

.section_2 .heading_1 .textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .heading_1 .textarea .text {
	text-align: center;
	line-height: 1.5;
}

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

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

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

	.section_2 .heading_1 {}

	.section_2 .heading_1 .textarea {}

	.section_2 .heading_1 .textarea .text {}

	.section_2 .content {}

	.section_2 .content .map {}

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

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

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

	.section_2 .heading_1 {
		gap: 24px;
	}

	.section_2 .heading_1 .textarea {}

	.section_2 .heading_1 .textarea .text {
		font-size: 1.125rem;
	}
}

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

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