@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-position: 60% 0%;
	background-size: cover;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

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

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
	width: fit-content;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {}

	.fv_text > * {}
}

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

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

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 10% 0;
}

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

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

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

.section_1 {}

.section_1 .section_inner {}

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

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

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

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		width: 80%;
	}

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

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

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

	.section_1 .flex {
		gap: 24px;
		width: 70%;
	}

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

	.section_1 .flex .box .text {
		font-size: 1.2rem;
	}
}

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

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