@charset "utf-8";

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

.fv {
	width: 100%;
	height: 240px;
	background-image: url(../img/fv_5.png);
	background-size: cover;
	background-position: center;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 2rem;
}

.fv_text * {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

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

.fv_text span:nth-of-type(1) {
	width: fit-content;
	font-size: 0.8em;
	color: #04B111;
}

.fv_text span:nth-of-type(2) {
	width: fit-content;
	margin-top: 0.25em;
	font-size: 1em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
	}
}

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

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

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

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

.section {
	padding: 20% 0;
}

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

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

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

.section_1 {
	background-color: #E3E3E3;
}

.section_1 .text {
	width: max-content;
	margin: 0 auto 0;
}

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

.section_1 .flex .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
		max-width: 1280px;
	}

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

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

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

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