@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%;
}

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

.content:not(:first-of-type) {
	margin: 15% auto 0;
}

.content_textArea_headline {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.content_textArea_text {
	margin-top: 5%;
	font-size: 1rem;
	line-height: 1.5;
}

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

	.content {
		gap: 24px;
	}

	.content:nth-of-type(odd) {
		flex-direction: row;
	}

	.content:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.content_textArea {
		width: 55%;
	}

	.content_textArea_headline {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.content_textArea_text {
		margin-top: 5%;
		font-size: 1rem;
		line-height: 1.5;
	}

	.content_imgArea {
		width: 45%;
	}
}

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

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

	.content {
		gap: 48px;
	}

	.content:not(:first-of-type) {
		margin: 10% auto 0;
	}

	.content_textArea_headline {
		font-size: 2rem;
	}

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

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


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

/* ---------- maintenance ---------- */

.maintenance {
	margin-top: 20%;
	padding: 10% 5%;
	background-color: #fff;
}

.maintenance_top {
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}

.maintenance_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 5%;
}

.maintenance_content_headline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.maintenance_content_headline_number,
.maintenance_content_headline_text {
	font-size: 1.2rem;
	font-weight: 700;
}

.maintenance_content_headline_number {
	padding: 1em;
	border-radius: 100%;
	background-color: #DD6E00;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

.maintenance_content_headline_text {
	color: #DD6E00;
}

.maintenance_content_flexArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.maintenance_content_textArea {
	line-height: 1.5;
}

.maintenance_content_imgArea {}

@media screen and (min-width: 768px) {
	.maintenance_content_headline {
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
		margin: 0 auto 0 0;
	}

	.maintenance_content_flexArea {
		flex-direction: row;
	}

	.maintenance_content_textArea {
		width: 70%;
		line-height: 2;
	}

	.maintenance_content_imgArea {
		width: 30%;
	}
}

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

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

	.maintenance_content {
		gap: 24px;
	}

	.maintenance_content_headline {
		gap: 24px;
	}

	.maintenance_content_headline_number,
	.maintenance_content_headline_text {
		font-size: 1.6rem;
	}

	.maintenance_content_flexArea {
		gap: 48px;
	}

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

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