@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
}
#main .mainVisual .video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .mainVisual .video:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.7);
	content: "";
}
#main .mainVisual video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .title {
	margin-top: 1.8rem;
	width: 83.9rem;
	top: 50%;
	transform: translateY(-50%);
	left: 17.3%;
	z-index: 1;
	position: absolute;
}
#main .mainBox {
	position: relative;
	z-index: 20;
	overflow: hidden;
}
#main .topBgBox {
	padding: 19.1rem 0 24.5rem;
	position: relative;
	color: #fff;
}
#main .topBgBox .content {
	position: relative;
	z-index: 1;
}
#main .topBgBox h2 {
	margin-bottom: 7.7rem;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
#main .topBgBox h2 .en {
	margin-bottom: 2.6rem;
	font-size: 2.8rem;
	opacity: 0.5;
	display: block;
	letter-spacing: 0.02em;
	transform: scale(1.0, 1.1);
	transform-origin: left;
}
#main .topBgBox .list {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#main .topBgBox .list li {
	padding: 1.7rem;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width: calc((100% - 4rem)/2);
	border: 2px solid #fff;
}
#main .topBgBox .txtInner h3 {
	width: 55%;
	font-size: 4.4rem;
	line-height: 1.76;
	letter-spacing: 0.1em;
}
#main .topBgBox .txtInner p {
	margin-top: 0.8rem;
	flex: 1;
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .headLine01 {
	margin-bottom: 4.8rem;
}
#main .headLine01 .en {
	margin-bottom: -0.2rem;
	color: #1A1A1A;
	font-size: 7.2rem;
}
#main .headLine01 .jp {
	color: #666;
	font-size: 2rem;
}
#main .business {
	margin-bottom: -30rem;
	position: relative;
	z-index: 1;
}
#main .business .photo img {
	width: 100%;
}
#main .business .bgBox {
	padding-bottom: 44.5rem;
	position: relative;
	background: #F2F2F2;
}
#main .business .bgBox:after {
	position: absolute;
	left: 0;
	top: -30rem;
	width: calc(50% + 12rem);
	height: 30rem;
	background: #F2F2F2;
	content: "";
}
#main .business .bgBox .content {
	position: relative;
	z-index: 1;
}
#main .business .bgBox .listUl {
	margin: 0 0 8rem auto;
	padding-left: 2rem;
	width: calc(50% + 62rem);
	overflow: hidden;
}
#main .business .bgBox .txtInner {
	margin-bottom: -12.3rem;
	max-width: 61rem;
	transform: translateY(-20.3rem);
}
#main .business .bgBox .txtInner p {
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
}
#main .business .listUl .slick-list {
	overflow: visible;
}
#main .business .listUl .slick-slide {
	margin-right: 4rem;
	width: 58rem;
}
#main .business .listUl .phoBox img {
	width: 100%;
}
#main .business .listUl .txtBox {
	margin: -15rem auto 0;
	padding: 0 4rem 5.2rem;
	position: relative;
	z-index: 1;
	width: 46rem;
	background-color: #fff;
}
#main .business .listUl .txtBox .subBox {
	max-width: 56rem;
}
#main .business .listUl .txtBox .ttl {
	padding: 3.8rem 0;
	min-height: 16.1rem;
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
	font-size: 2.8rem;
	line-height: 1.46;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #666;
}
#main .business .listUl .txtBox .txt {
	margin-bottom: 2.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .business .enTtl img {
	margin: 0 3.5rem;
	height: 21.4rem;
}
#main .about {
	padding-bottom: 29rem;
	align-items: flex-end;
	background-color: #fff;
}
#main .about .phoBox {
	width: 56.5%;
	position: relative;
	z-index: 2;
}
#main .about .phoBox img {
	width: 100%;
}
#main .about .txtBox {
	margin: 0 0 -20rem -24rem;
	padding: 5.8rem 8rem 6rem;
	flex: 1;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
#main .about .txtBox p {
	margin-bottom: 7.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .about .txtBox .subBox {
	max-width: 64rem;
}
#main .topics {
	padding: 15rem 0;
	color: #fff;
	background: #1A1A1A;
}
#main .topics .ttlBox {
	margin-top: -2.2rem;
	width: 40rem;
}
#main .topics .headLine01 {
	margin-bottom: 7.7rem;
}
#main .topics .headLine01 .en {
	color: #fff;
}
#main .topics .headLine01 .jp {
	color: #fff;
}
#main .topics .comBtn a {
	width: 26rem;
	color: #fff;
	border-color: #fff;
}
#main .topics .comBtn a .arrow {
	background-image: url(../img/common/arrow02.png);
}
#main .topics .comNewsList {
	flex: 1;
}
#main .recruit {
	padding: 15rem 0;
	align-items: center;
	flex-direction: row-reverse;
	background-color: #fff;
}
#main .recruit .phoBox {
	width: calc(50% + 12rem);
}
#main .recruit .phoBox img {
	width: 100%;
}
#main .recruit .txtBox {
	margin: 0 10rem 1rem 0;
	width: 38rem;
}
#main .recruit .txtBox p {
	margin-bottom: 7rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .mainVisual .title {
		margin-top: -6rem;
		width: 30rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .topBgBox {
		padding: 8rem 0;
	}
	#main .topBgBox h2 {
		margin-bottom: 4rem;
		font-size: 3rem;
	}
	#main .topBgBox h2 .en {
		margin-bottom: 1.6rem;
		font-size: 2.2rem;
	}
	#main .topBgBox .list {
		margin-bottom: 4rem;
		gap: 2rem;
	}
	#main .topBgBox .list li {
		padding: 1rem;
		font-size: 2rem;
		width: calc((100% - 2rem)/2);
	}
	#main .topBgBox .txtInner {
		display: block;
	}
	#main .topBgBox .txtInner h3 {
		width: auto;
		font-size: 2.4rem;
	}
	#main .topBgBox .txtInner p {
		margin-top: 1rem;
		font-size: 1.6rem;
	}
	#main .headLine01 {
		margin-bottom: 3rem;
	}
	#main .headLine01 .en {
		font-size: 3.6rem;
	}
	#main .headLine01 .jp {
		font-size: 1.8rem;
	}
	#main .business {
		margin-bottom: 0;
	}
	#main .business .bgBox {
		padding-bottom: 6rem;
	}
	#main .business .bgBox:after {
		top: -10rem;
		width: 34rem;
		height: 10rem;
	}
	#main .business .bgBox .txtInner {
		margin-bottom: -3rem;
		max-width: inherit;
		transform: translateY(-7rem);
	}
	#main .business .bgBox .listUl {
		margin: 0 0 4rem;
		padding: 0 2rem;
		width: auto;
		overflow: hidden;
	}
	#main .business .listUl .slick-list {
		overflow: hidden;
	}
	#main .business .listUl .slick-slide {
		margin-right: 0;
		width: auto;
	}
	#main .business .listUl .txtBox {
		margin-top: -10rem;
		padding: 0 2rem 3rem;
		width: 90%;
	}
	#main .business .listUl .txtBox .subBox {
		max-width: inherit;
	}
	#main .business .listUl .txtBox .ttl {
		padding: 2rem 0;
		min-height: 10rem;
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .business .listUl .txtBox .txt {
		margin-bottom: 2rem;
	}
	#main .business .enTtl img {
		margin: 0 2rem;
		height: 7rem;
		max-width: inherit;
	}
	#main .about {
		padding-bottom: 2rem;
		display: block;
	}
	#main .about .phoBox {
		width: auto;
	}
	#main .about .txtBox {
		margin: 0;
		padding: 2.5rem 2rem;
	}
	#main .about .txtBox p {
		margin-bottom: 4rem;
	}
	#main .about .txtBox .subBox {
		max-width: inherit;
	}
	#main .topics {
		padding: 6rem 0;
	}
	#main .topics .content {
		padding-bottom: 10rem;
		display: block;
		position: relative;
	}
	#main .topics .ttlBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .topics .headLine01 {
		margin-bottom: 0;
	}
	#main .topics .comBtn {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	#main .recruit {
		padding: 6rem 0;
		display: block;
	}
	#main .recruit .phoBox {
		width: auto;
	}
	#main .recruit .txtBox {
		margin: 3rem 2rem 0;
		width: auto;
	}
	#main .recruit .txtBox p {
		margin-bottom: 4rem;
	}
}