@charset "utf-8";

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

.fv {
	position: relative;
	width: 100%;
	background-image: url(../img/fv_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 3 / 2;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Birthstone", cursive;
	font-size: 6rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 90%;
		height: auto;
		margin: 0 auto;
		background-image: none;
		aspect-ratio: auto;
	}

	.fv_text {
		position: absolute;
		top: 5%;
		left: 10%;
		transform: none;
		font-size: 3rem;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.fv_text {
		position: absolute;
		top: 5%;
		left: 10%;
		font-size: 6rem;
	}
}

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

}

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

.heading {
	width: max-content;
	margin: 0 auto 0;
	font-family: "Birthstone", cursive;
	font-size: 3rem;
	color: #D2F8EF;
}

.heading * {
	display: block;
}

.heading_2 {
	width: max-content;
	margin: 0 auto 0;
	font-size: 1rem;
}

.heading_2 * {
	display: block;
}

@media screen and (min-width: 768px) {
	.heading {
		font-size: 3.6rem;
	}
}

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

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

	.heading_2 {
		font-size: 1.2rem;
	}
}

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

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

.section {
	width: 90%;
	margin: 0 auto 0;
	padding: 20% 0;
}

.text {
	font-size: 1rem;
}

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

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

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

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

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

.section_1 {
	margin: 0 auto 0;
}

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

.section_1 .section_inner {
	background-color: #fff;
}

.section_1 .section_container {
	padding: 5%;
	background-image: url(../img/bg.png);
	background-size: 60%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

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

.section_1 .section_content {}

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

.section_1 .img {
	width: 100%;
}

.section_1 .link {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 5% 0 5% 5%;
	pointer-events: none;
}
.section-wrap .section_content{
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
}
.section-wrap{
	display: flex;
	flex-direction: column;
	gap:24px;
	width: 100%;
}

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

	.section_1 .heading {
		position: absolute;
		top: 0;
		right: 5%;
	}

	.section_1 .section_container {
		position: relative;
		padding: 15% 5% 5%;
	}

	.section_1 .section_container_inner {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
		margin: 0 auto 0;
	}

	.section_1 .section_content {
		width: calc((100% - (24px * 1)) / 2);
		margin: 0 auto 0;
	}

	.section_1 .section_content:first-of-type {
		width: 100%;
	}
	.section-wrap{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap:24px;
		width: 100%;
	}
	.section-wrap .section_content{
		width: 50% !important;
	}
}

@media screen and (min-width: 1024px) {
	.section_1 .section_container {
		padding: 10% 5% 5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading {
		position: absolute;
		right: 10%;
	}

	.section_1 .map {
		width: 80%;
	}

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

	.section_1 .section_container {
		padding: 12.5% 15% 5%;
	}

	.section_1 .section_container_inner {
		gap: 48px;
	}

	.section_1 .section_content {
		width: calc((100% - (48px * 1)) / 2);
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .section_container {
		padding: 10% 15% 5%;
	}
}

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

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

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

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

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