@charset "utf-8";

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

.section_1 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

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

.section_1 .section_container {}

.section_1 .section_container_inner {}

.section_1 .band {
    width: 100%;
    height: 150%;
	top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: -1;
}

.section_1 .band::before {
    top: 660px;
    left: 0px;
    width: 130%;
    height: 70px;
    transform: rotate(50deg);
}

.section_1 .band:nth-of-type(2) {
    width: 100%;
    height: 150%;
	top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: -1;
}

.section_1 .band:nth-of-type(2)::before {
    top: 800px;
    left: 0px;
    width: 130%;
    height: 35px;
    transform: rotate(50deg);
	background-color: #00b9ef;
}

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

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

.section_1 .heading_area .heading_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	font-size: 2.4rem;
}

.section_1 .heading_area .heading_1 .main,
.section_1 .heading_area .heading_1 .sub {
	width: 100%;
	font-weight: 700;
	color: #333;
}

.section_1 .heading_area .heading_1 .main {
	font-size: 0.5em;
}

.section_1 .heading_area .heading_1 .sub {
	font-size: 1em;
}

.section_1 .heading_area .heading_1 .sub::first-letter {
	color: #007cef;
}

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

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

.section_1 .content .text_area .text {
	width: max-content;
	max-width: 100%;
}

.section_1 .content .text_area .text_1 {
	position: relative;
	width: 100%;
	margin: 0 auto 0 0;
	font-size: 1.5rem;
}

.section_1 .content .text_area .text_1::after {
	/* content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20%;
	height: 2px;
	background-color: #333; */
}

.section_1 .content .text_area .text_2 {}

.section_1 .content .text_area .text_3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	margin: 0 0 0 auto;
	font-size: 1rem;
}

.section_1 .content .text_area .text_3 > *:nth-of-type(2) {
	font-size: 1.5em;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {
		top: 590px;
	}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {
		top: 730px;
	}

	.section_1 .inner {
		gap: 48px;
	}

	.section_1 .heading_area {}

	.section_1 .heading_area .heading_1 {}

	.section_1 .heading_area .heading_1 .main,
	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .main {}

	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .sub::first-letter {}

	.section_1 .content {
		width: 80%;
	}

	.section_1 .content .text_area {
		gap: 24px;
	}

	.section_1 .content .text_area .text {
		line-height: 1;
	}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_1::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 35%;
		height: 2px;
		background-color: #333;
	}

	.section_1 .content .text_area .text_2 {
		line-height: 1.5;
	}

	.section_1 .content .text_area .text_3 {
		gap: 8px;
	}

	.section_1 .content .text_area .text_3 > *:nth-of-type(2) {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {
		top: 360px;
		height: 100px;
	}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {
		top: 560px;
		height: 50px;
	}

	.section_1 .inner {}

	.section_1 .heading_area {
		width: 80%;
	}

	.section_1 .heading_area .heading_1 {}

	.section_1 .heading_area .heading_1 .main,
	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .main {}

	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .sub::first-letter {}

	.section_1 .content {
		width: 70%;
	}

	.section_1 .content .text_area {}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_1::after {
		width: 55%;
	}

	.section_1 .content .text_area .text_2 {}

	.section_1 .content .text_area .text_3 {}

	.section_1 .content .text_area .text_3 > *:nth-of-type(2) {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .band {}

	.section_1 .band::before {
		top: 510px;
		height: 200px;
	}

	.section_1 .band:nth-of-type(2) {}

	.section_1 .band:nth-of-type(2)::before {
		top: 880px;
		height: 100px;
	}

	.section_1 .inner {
		gap: 108px;
	}

	.section_1 .heading_area {}

	.section_1 .heading_area .heading_1 {
		font-size: 3.75rem;
	}

	.section_1 .heading_area .heading_1 .main,
	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .main {}

	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .sub::first-letter {}

	.section_1 .content {}

	.section_1 .content .text_area {
		gap: 60px;
	}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {
		font-size: 1.875rem;
	}

	.section_1 .content .text_area .text_1::after {
		width: 50%;
	}

	.section_1 .content .text_area .text_2 {
		font-size: 1.125rem;
		line-height: 2;
	}

	.section_1 .content .text_area .text_3 {
		gap: 12px;
		font-size: 1.5rem;
	}

	.section_1 .content .text_area .text_3 > *:nth-of-type(2) {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .inner {}

	.section_1 .heading_area {
		width: 70%;
	}

	.section_1 .heading_area .heading_1 {}

	.section_1 .heading_area .heading_1 .main,
	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .main {}

	.section_1 .heading_area .heading_1 .sub {}

	.section_1 .heading_area .heading_1 .sub::first-letter {}

	.section_1 .content {
		width: 60%;
	}

	.section_1 .content .text_area {}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_1::after {
		width: 55%;
	}

	.section_1 .content .text_area .text_2 {}

	.section_1 .content .text_area .text_3 {}

	.section_1 .content .text_area .text_3 > *:nth-of-type(2) {}
}

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

.section_2 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

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

.section_2 .section_container {}

.section_2 .section_container_inner {}

.section_2 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
	padding: 10% 0;
	background-color: #fff;
}

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

.section_2 .heading_area .heading_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	font-size: 2.4rem;
}

.section_2 .heading_area .heading_1 .main,
.section_2 .heading_area .heading_1 .sub {
	width: 100%;
	font-weight: 700;
	color: #333;
}

.section_2 .heading_area .heading_1 .main {
	font-size: 0.5em;
}

.section_2 .heading_area .heading_1 .sub {
	font-size: 1em;
}

.section_2 .heading_area .heading_1 .sub::first-letter {
	color: #007cef;
}

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

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

.section_2 .content .table tr {
	
}

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

.section_2 .content .table tr th {
	
}

.section_2 .content .table tr th div {
	
}

.section_2 .content .table tr th div span {
	display: block;
}

.section_2 .content .table tr td {
	
}

.section_2 .content .table tr td div {
	
}

.section_2 .content .table tr td div span {
	display: block;
}

.section_2 .content .table_1 tr th,
.section_2 .content .table_1 tr td {
	display: block;
	border-bottom: 1px #333 solid;
}

.section_2 .content .table_2 tr th,
.section_2 .content .table_2 tr td {
	display: table-cell;
	border: 0;
}

.section_2 .content .table_2 tr th {
	text-align: left;
}

.section_2 .content .table_2 tr td {
	text-align: right;
}

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

.section_2 .map iframe {
	width: 100%;
	height: 100%;
	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 .inner {}

	.section_2 .heading_area {}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .main,
	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .main {}

	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .sub::first-letter {}

	.section_2 .content {}

	.section_2 .content .table {}

	.section_2 .content .table tr {}

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

	.section_2 .content .table tr th {}

	.section_2 .content .table tr th div {}

	.section_2 .content .table tr th div span {}

	.section_2 .content .table tr td {}

	.section_2 .content .table tr td div {}

	.section_2 .content .table tr td div span {}

	.section_2 .content .table_1 tr th,
	.section_2 .content .table_1 tr td {}

	.section_2 .content .table_2 tr th,
	.section_2 .content .table_2 tr td {}

	.section_2 .content .table_2 tr th {}

	.section_2 .content .table_2 tr td {}

	.section_2 .map {}

	.section_2 .map iframe {}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .inner {
		width: 80%;
	}

	.section_2 .heading_area {
		width: 90%;
	}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .main,
	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .main {}

	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .sub::first-letter {}

	.section_2 .content {
		width: 80%;
	}

	.section_2 .content .table {}

	.section_2 .content .table tr {}

	.section_2 .content .table tr th,
	.section_2 .content .table tr td {
		line-height: 2;
	}

	.section_2 .content .table tr th {}

	.section_2 .content .table tr th div {}

	.section_2 .content .table tr th div span {}

	.section_2 .content .table tr td {}

	.section_2 .content .table tr td div {}

	.section_2 .content .table tr td div span {}

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

	.section_2 .content .table_1 tr th {
		width: 35%;
	}

	.section_2 .content .table_1 tr td {
		width: 65%;
	}

	.section_2 .content .table_2 tr th,
	.section_2 .content .table_2 tr td {
		padding: 0;
	}

	.section_2 .content .table_2 tr th {}

	.section_2 .content .table_2 tr td {}

	.section_2 .map {
		width: 80%;
	}

	.section_2 .map iframe {
		aspect-ratio: 16 / 9;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .inner {
		gap: 84px;
	}

	.section_2 .heading_area {}

	.section_2 .heading_area .heading_1 {
		font-size: 3.75rem;
	}

	.section_2 .heading_area .heading_1 .main,
	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .main {}

	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .sub::first-letter {}

	.section_2 .content {}

	.section_2 .content .table {}

	.section_2 .content .table tr {}

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

	.section_2 .content .table tr th {}

	.section_2 .content .table tr th div {}

	.section_2 .content .table tr th div span {}

	.section_2 .content .table tr td {}

	.section_2 .content .table tr td div {}

	.section_2 .content .table tr td div span {}

	.section_2 .content .table_1 tr th,
	.section_2 .content .table_1 tr td {}

	.section_2 .content .table_1 tr th {}

	.section_2 .content .table_1 tr td {}

	.section_2 .content .table_2 tr th,
	.section_2 .content .table_2 tr td {}

	.section_2 .content .table_2 tr th {}

	.section_2 .content .table_2 tr td {}

	.section_2 .map {}

	.section_2 .map iframe {}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .inner {
		width: 70%;
	}

	.section_2 .heading_area {}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .main,
	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .main {}

	.section_2 .heading_area .heading_1 .sub {}

	.section_2 .heading_area .heading_1 .sub::first-letter {}

	.section_2 .content {}

	.section_2 .content .table {}

	.section_2 .content .table tr {}

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

	.section_2 .content .table tr th {}

	.section_2 .content .table tr th div {}

	.section_2 .content .table tr th div span {}

	.section_2 .content .table tr td {}

	.section_2 .content .table tr td div {}

	.section_2 .content .table tr td div span {}

	.section_2 .content .table_1 tr th,
	.section_2 .content .table_1 tr td {}

	.section_2 .content .table_1 tr th {}

	.section_2 .content .table_1 tr td {}

	.section_2 .content .table_2 tr th,
	.section_2 .content .table_2 tr td {}

	.section_2 .content .table_2 tr th {}

	.section_2 .content .table_2 tr td {}

	.section_2 .map {
		width: 70%;
	}

	.section_2 .map iframe {}
}

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