@charset "utf-8";

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

.fv {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5% 0;
}

.fv_top {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/fv_4.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
	width: max-content;
	margin: 0 auto 0;
	font-size: 2rem;
	color: #6088BB;
	z-index: 1;
}

.fv_text .fv_text_top {
	width: fit-content;
	font-size: 1em;
}

.fv_text .fv_text_bottom {
	width: fit-content;
	font-family: "Kosugi Maru", sans-serif;
	font-size: 0.6em;
}

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

	.fv_top {
		background-image: none;
		aspect-ratio: auto;
	}

	.fv_text {
		font-size: 2rem;
	}
}

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

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

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

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

.section {
	padding: 5% 5%;
}

.btn {
	display: block;
	width: max-content;
	margin: 0 auto 0;
	padding: 0.5em 1em;
	border-radius: 33px;
	background-color: #12CC94;
	color: #fff;
}

@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) {

}

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

.heading {
	width: max-content;
	margin: 0 auto 0;
	color: #6088BB;
}

.heading > * {
	display: block;
}

.heading_top {
	font-size: 1em;
}

.heading_bottom {
	font-size: 0.6em;
}

.heading_1 {
	text-align: left;
	font-size: 1.8rem;
}

.heading_2 {
	text-align: center;
	font-size: 1.3rem;
}

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

}

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

}

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

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

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

}

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

.section_1 {
	padding: 10% 5%;
}

.section_1 .section_container_inner {
	margin: 5% auto 0;
}

.section_1 .section_content_2 {
	margin: 5% auto 0;
}

.section_1 .text {
	text-align: center;
}

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

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

}

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

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

}

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

.section_2 {
	position: relative;
	padding: 10% 5%;
	background-color: #FAF9F7;
}

.section_2 .section_container_inner {
	margin: 5% auto 0;
}

.section_2 .section_content_inner > :nth-child(n+2) {
	margin: 5% auto 0;
}

.section_2 .heading_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	margin: 0 auto 0 5%;
	text-align: left;
}

.section_2 .img_wave_1 {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1, -1);
}

.section_2 .img_wave_2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

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

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

}

@media screen and (min-width: 1440px) {
	.section_2 {
		padding: 10% 25%;
	}
}

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

}

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



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

}

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

}

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

}

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

}