@charset "utf-8";

/* ---------- ヘッダー ---------- */

@media screen and (min-width: 768px) {
	.header_flex_child_2 li:nth-of-type(3)::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%, 0%);
		display: inline-block;
		width: 12px;
		height: 12px;
		background-image: url(../img/business/triangle.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

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

.fv {
	position: relative;
	height: 300px;
	/* background-color: #ff7f7f; */
	background-image: url(../img/business/fv.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fv_title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #fff;
}

.fv_title_sub {
	width: 100%;
	margin: 0;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	color: #3cadff;
}

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

	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}

	.fv_title_sub {
		text-align: center;
		font-size: 0.6em;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #3cadff;
		border: 0;
	}
}

@media screen and (min-width: 1024px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 2.7rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		font-size: 3.5rem;
	}
}

/* ---------- 事業について ---------- */

.business {
	padding: 5% 0 0 0;
}

.business_title {
	text-align: center;
	font-size: 4rem;
	line-height: 1;
	color: #d4edff;
}

.business_title_sub {
	font-size: 0.4em;
	font-weight: 700;
	color: #000;
}

.business_text {
	width: 90%;
	margin: 5% auto 0;
	text-align: center;
	line-height: 2;
}

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

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

	.business_title {
		text-align: left;
		font-size: 5rem;
		color: #d4edff;
	}

	.business_title_sub {
		margin-top: 5%;
		text-align: center;
		font-size: 0.3em;
		color: #000;
	}
}

@media screen and (min-width: 1024px) {
	.business_title {
		font-size: 7rem;
	}

	.business_title_sub {
		font-size: 0.2em;
	}
}

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

	.business_title_sub {
		font-size: 0.22em;
	}
}

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

	.business_title_sub {
		font-size: 0.24em;
	}
}

/* ---------- 事業例 ---------- */

.example {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	width: 90%;
	padding: 20% 0 0 0;
	margin: 0 auto;
}

.example_flexbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin: 0 auto;
}

.example_flexbox_inner_title {
	text-align: left;
	font-size: 1.6rem;
}

.example_flexbox_inner_text {
	margin: 5% 0 0;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

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

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

	.example_flexbox {
		flex-direction: row-reverse;
		gap: 16px;
	}

	.example_flexbox_inner {
		width: 50%;
	}

	.example_flexbox_inner_1 {
		padding: 0 5% 0 0;
	}

	.example_flexbox_inner_title {
		width: 100%;
		font-size: 1.5rem;
	}

	.example_flexbox_inner_text {}
}

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

@media screen and (min-width: 1440px) {
	.example_flexbox {
		gap: 24px;
	}

	.example_flexbox_inner_title {
		font-size: 2.2rem;
	}
}

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

	.example_flexbox_inner_title {
		font-size: 3.1rem;
	}
}

/* ---------- エリア ---------- */

.area {
	padding: 20% 0 0 0;
}

.area_title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 4rem;
	line-height: 1;
	color: #d4edff;
}

.area_img_wrap {
	width: 90%;
	margin: 0 auto;
}

.area_title_2 {
	width: fit-content;
	margin: 5% auto 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
}

.area_title_2_sub {
	width: fit-content;
	margin: 0 auto;
	padding: 16px 4px 8px;
	text-align: center;
	font-size: 0.7em;
	border-bottom: 2px solid #e4007f;
}

.area_img {
	margin: 5% auto 0;
}

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

@media screen and (min-width: 768px) {
	.area_title {
		width: fit-content;
		margin: 0 0 0 auto;
		text-align: right;
		font-size: 5rem;
	}

	.area_img_wrap {
		width: 60%;
		margin: 5% auto 0;
	}

	.area_title_2 {
		position: absolute;
		margin: 0 auto 0 0;
	}

	.area_img {
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.area_title {
		font-size: 7rem;
	}

	.area_img_wrap {
		width: 50%;
	}
}

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

	.area_img_wrap {
		width: 40%;
	}

	.area_title_2 {
		font-size: 2rem;
	}
}

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

	.area_img_wrap {
		width: 40%;
	}

	.area_title_2 {
		font-size: 2.4rem;
	}
}
