@charset "utf-8";

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

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

.fv_text {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 1;
}

.fv_text * {
	display: block;
	text-align: center;
	line-height: 1.5;
}

.fv_text span:nth-of-type(1) {
	font-family: "Lato", sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
}

.fv_text span:nth-of-type(2) {
	font-size: 1.2rem;
	font-weight: 900;
}

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

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

}

@media screen and (min-width: 1440px) {
	.fv_text span:nth-of-type(1) {
		font-size: 3.6rem;
	}
	
	.fv_text span:nth-of-type(2) {
		font-size: 1.8rem;
	}
}

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

}

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

.container {
	padding: 10% 5%;
}

.container_2 {
	background-color: #F9F9F9;
}

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

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

.textArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.textArea_headline {
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.textArea_text {
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.flexbox {
		margin: 5% auto 0;
	}

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

	.box.reverse {
		flex-direction: row-reverse;
	}

	.textArea {
		flex: 6;
	}

	.imgArea {
		flex: 4;
	}
}

@media screen and (min-width: 1024px) {
	.box {
		gap: 36px;
	}

	.textArea {
		gap: 24px;
	}
}

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

	.flexbox {
		gap: 60px;
	}

	.box {
		gap: 48px;
	}

	.textArea_headline {
		font-size: 2rem;
	}

	.textArea_text {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.box {
		gap: 60px;
	}
}
