@charset "UTF-8";
/* ---------------------------------------
    事業紹介TOP
-----------------------------------------*/
/* sec_mv_top
--------------------------------*/
#sec_mv_top {
	position: relative;
	height: 100vh;
}
#sec_mv_top .movie_wrap {
	position: sticky;
	top: 50%;
	left: 50%;
}
#sec_mv_top .mv_movie {
	width: 24rem;
	height: 38.4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_mv_top .mv_movie {
		width: 11.7rem;
		height: 18.7rem;
	}
}
#sec_mv_top .mv_movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#sec_mv_top .ttl {
	max-width: 108rem;
	font-size: 19rem;
	line-height: 0.75;
	letter-spacing: 0;
	-webkit-text-stroke: 1px #FFF8F6;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
@media screen and (max-width: 767px) {
	#sec_mv_top .ttl {
		max-width: 37rem;
		font-size: 7.1rem;
		-webkit-text-stroke: 0.03rem #FFF8F6;
	}
}
#sec_mv_top .ttl > span {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
#sec_mv_top .ttl._filled {
	color: #FFF8F6;
	z-index: 1;
}
#sec_mv_top .ttl._outline {
	color: transparent;
	z-index: 3;
}

/* sec_manufacturing
--------------------------------*/
#sec_manufacturing {
	padding: 6.8rem 0 3.2rem;
	background: url(../img/business/manufacturing_bg_pc.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing {
		padding: 3.3rem 0 1.6rem;
		background-image: url(../img/business/manufacturing_bg_sp.jpg);
	}
}
#sec_manufacturing .sec_ttl .en {
	width: 34.6rem;
	padding-left: 0;
}
#sec_manufacturing .sec_ttl .en::before, #sec_manufacturing .sec_ttl .en::after {
	content: none;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .sec_ttl .en {
		width: 25.1rem;
	}
}
#sec_manufacturing .sec_ttl .ja {
	font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .sec_ttl .ja {
		font-size: 2.6rem;
	}
}
#sec_manufacturing .txt_wrap {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .txt_wrap {
		margin-top: 3.2rem;
	}
}
#sec_manufacturing .txt_wrap .txt {
	line-height: 2.375;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .txt_wrap .txt {
		line-height: 2.2;
	}
}
#sec_manufacturing .txt_wrap .btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .txt_wrap .btn {
		margin-top: 2.4rem;
	}
}
#sec_manufacturing .txt_wrap .btn a {
	min-width: 21.6rem;
	min-height: 6rem;
	padding: 1.8rem 2rem;
	border-color: #7A7875;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .txt_wrap .btn a {
		min-width: 17.1rem;
		min-height: 6.4rem;
		padding: 1.6rem;
	}
}
#sec_manufacturing .img {
	width: 100.8rem;
	margin-left: auto;
	margin-top: -17.6rem;
}
@media screen and (max-width: 767px) {
	#sec_manufacturing .img {
		width: 39rem;
		margin: 1.6rem -1.2rem 0;
	}
}

/* sec_civil
--------------------------------*/
#sec_civil {
	padding: 6.8rem 0 5.6rem;
	background: url(../img/business/civil_bg_pc.jpg) no-repeat center bottom/cover;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#sec_civil {
		padding: 3.2rem 0;
		background-image: url(../img/business/civil_bg_sp.jpg);
	}
}
#sec_civil .sec_ttl .en {
	width: 26.3rem;
	padding-left: 0;
}
#sec_civil .sec_ttl .en::before, #sec_civil .sec_ttl .en::after {
	content: none;
}
@media screen and (max-width: 767px) {
	#sec_civil .sec_ttl .en {
		width: 19rem;
	}
}
#sec_civil .sec_ttl .ja {
	font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .sec_ttl .ja {
		font-size: 2.6rem;
	}
}
#sec_civil .txt_wrap {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .txt_wrap {
		margin-top: 3.2rem;
	}
}
#sec_civil .txt_wrap .txt {
	line-height: 2.375;
}
@media screen and (max-width: 767px) {
	#sec_civil .txt_wrap .txt {
		line-height: 2.2;
	}
}
#sec_civil .txt_wrap .btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .txt_wrap .btn {
		margin-top: 2.4rem;
	}
}
#sec_civil .txt_wrap .btn a {
	min-width: 21.6rem;
	min-height: 6rem;
	padding: 1.8rem 2rem;
	border-color: #7A7875;
}
@media screen and (max-width: 767px) {
	#sec_civil .txt_wrap .btn a {
		min-width: 17.1rem;
		min-height: 6.4rem;
		padding: 1.6rem;
	}
}
#sec_civil .img_wrap {
	display: flex;
	justify-content: center;
	gap: 0 1.6rem;
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .img_wrap {
		width: 100%;
		gap: 0 0.48rem;
		margin-top: 2.8rem;
	}
}
#sec_civil .img_wrap .img {
	width: 29.2rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .img_wrap .img {
		width: auto;
		flex: 1;
	}
}
#sec_civil .img_wrap .img:nth-child(even) {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_civil .img_wrap .img:nth-child(even) {
		margin-top: 1.6rem;
	}
}