@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_bg_2_sp.png);
	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%);
	width: max-content;
	margin: 0 auto 0;
	padding: 0.75em;
	border-radius: 10px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.fv_text > * {
	display: block;
	line-height: 1;
	color: #FF8B00;
}

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

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

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

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

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

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

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

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

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

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

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

.section_1 {
    position: relative;
}

.section_1::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1;
}

.section_1 .section_inner {
	padding: 10% 0 5%;
}

.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 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 80%;
	margin: 0 auto 0;
}

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

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

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

.section_1 .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
	font-weight: 700;
}

.section_1 .heading {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 2.5% 5%;
	border-radius: 10px;
	background-color: #FF8B00;
	font-size: 1.25rem;
	color: #fff;
}

.section_1 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

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

	.section_1 .content {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .content > .img {
		flex: 5;
	}

	.section_1 .content > .text {
		flex: 5;
	}

	.section_1 .heading {
		padding: 1.25% 5%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .flex {
		gap: 72px;
	}

	.section_1 .box {
		gap: 36px;
	}

	.section_1 .content {
		flex-direction: row;
		gap: 36px;
	}

	.section_1 .heading {
		font-size: 2rem;
	}

	.section_1 .text_1 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .section_content {
		width: 70%;
	}

	.section_1 .flex {
		gap: 120px;
	}

	.section_1 .box {
		gap: 60px;
	}

	.section_1 .content {
		gap: 60px;
	}

	.section_1 .heading {
		font-size: 2.5rem;
	}
}

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

}

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