@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.fvBox {
	display: flex;
}
.fvBox .logo {
	padding-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	background: url(../img/index/bg01.jpg) no-repeat center center / cover;
}
.fvBox .logo img {
	width: 7.1rem;
}
.fvBox .fvSlider {
	width: calc(50% + 28.3rem);
	max-width: 70.72%;
}
.fvBox .fvSlider li {
	vertical-align: top;
}
.fvBox .fvSlider li img {
	width: 100%;
	aspect-ratio: 1932/1200;
	object-fit: cover;
}
#main .bnrBox {
	margin-bottom: 6rem;
	padding: 6rem 0;
	background: #E9EFEC;
}
#main .bnrBox .bnrList {
	gap: 3rem;
}
#main .bnrBox .bnrList li {
	width: calc((100% - 6rem) / 3);
}
#main .bnrBox .bnrList li a {
	display: block;
}
#main .bnrBox .bnrList li img {
	width: 100%;
}
#main .company {
	margin-bottom: 12.9rem;
	display: flex;
}
#main .company .textBox {
	margin: 2.6rem -12rem 0 0;
	flex: 1;
	position: relative;
	z-index: 1;
}
#main .company .textBox .innerBox {
	padding: 2.4rem 3rem 3.1rem;
	background: rgba(233, 239, 236, 0.7);
}
#main .company .textBox p {
	margin-bottom: 3.1rem;
	line-height: 1.778;
}
#main .company .photoBox {
	width: calc(50% + 6rem);
}
#main .company .photoBox img {
	width: 100%;
}
#main .service {
	margin-bottom: 10rem;
}
#main .service .imgBox {
	margin-bottom: 3rem;
	padding: 3.3rem 0 4rem;
	position: relative;
}
#main .service .imgBox:last-child {
	margin-bottom: 0;
}
#main .service .imgBox::before {
	width: calc(50% + 42rem);
	max-width: 82%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/index/bg02.jpg) no-repeat center center / cover;
	content: '';
}
#main .service .imgBox .content {
	display: flex;
	gap: 3rem;
	position: relative;
	z-index: 1;
}
#main .service .imgBox .photoBox {
	margin-top: 0.7rem;
	width: 31.5%;
}
#main .service .imgBox:nth-of-type(2n-1) .photoBox {
	order: 1;
}
#main .service .imgBox:nth-of-type(2n-1)::before {
	left: 0;
	right: auto;
}
#main .service .imgBox .photoBox img {
	width: 100%;
}
#main .service .imgBox .textBox {
	flex: 1;
}
#main .service .imgBox .textBox p {
	line-height: 1.78;
}
#main .service .imgBox .textBox .comBtn {
	margin-top: 3.1rem;
}
@media all and (max-width: 896px) {
	.fvBox {
		display: block;
	}
	.fvBox .logo {
		padding: 4.8rem 2rem 4.3rem;
		display: block;
	}
	.fvBox .logo img {
		width: 19.3rem;
	}
	.fvBox .fvSlider {
		width: auto;
		max-width: initial;
	}
	.fvBox .fvSlider li img {
		aspect-ratio: 375/350;
	}
	#main .bnrBox {
		margin-bottom: 2.1rem;
		padding: 3rem 0;
	}
	#main .bnrBox .bnrList {
		gap: 0.8rem;
	}
	#main .bnrBox .bnrList li {
		width: 100%;
	}
	#main .company {
		margin-bottom: 7.2rem;
		display: block;
	}
	#main .company .textBox {
		margin: 0;
	}
	#main .company .textBox .innerBox {
		padding: 0;
		background: transparent;
	}
	#main .company .textBox p {
		margin-bottom: 2.8rem;
		line-height: 1.75;
	}
	#main .company .textBox .text01 {
		margin-bottom: 2.2rem;
	}
	#main .company .photoBox {
		margin-bottom: 2.5rem;
		width: auto;
	}
	#main .service {
		margin-bottom: 6rem;
	}
	#main .service .imgBox {
		margin-bottom: 3rem;
		padding: 0;
	}
	#main .service .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .service .imgBox::before {
		width: calc(100% - 3.8rem);
		max-width: initial;
		height: auto;
		top: 16vw;
		bottom: 0;
	}
	#main .service .imgBox .content {
		margin: 0;
		display: block;
	}
	#main .service .imgBox .photoBox {
		margin: 0 auto;
		width: 59%;
	}
	#main .service .imgBox .textBox {
		margin-left: 3.8rem;
		padding: 2rem 1.5rem 2.9rem;
	}
	#main .service .imgBox:nth-of-type(2n-1) .textBox {
		margin-left: 0;
		margin-right: 3.8rem;
	}
	#main .service .imgBox .textBox p {
		line-height: 1.75;
		font-feature-settings: "palt";
		letter-spacing: 0.03em;
	}
	#main .service .imgBox .textBox .comBtn {
		margin: 2rem 0 0 0.1rem;
	}
}