@charset "utf-8";

/* ---------- fv ---------- */

.fv {
	position: relative;
	height: 300px;
	background-image: url(../img/fv_other.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fv_text * {
	display: block;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}

.fv_text_top {
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 0.6em;
	font-weight: 600;
	color: #B8D4B7;
}

.fv_text_bottom {
	margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}

	.fv_text {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.6rem;
	}

	.fv_text_top {
		font-size: 0.6em;
	}

	.fv_text_bottom {
		margin-top: 0.25em;
	}
}

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

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

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

/* ---------- container ---------- */

.container {
	padding: 10% 5%;
	background-image: url(../img/bg_grey_sp.png);
	background-size: 100%;
}

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

@media screen and (min-width: 768px) {
	.container {
		background-image: url(../img/bg_grey_pc.png);
	}

	.flexArea {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 5% auto 0;
	}

	.flexArea_box {
		width: calc((100% - (12px * 2)) / 3);
	}
}

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

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

	.flexArea {
		gap: 24px;
	}

	.flexArea_box {
		width: calc((100% - (24px * 2)) / 3);
	}
}

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