@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .comCircleBg {
	overflow: hidden;
}
.mainVisual {
	position: relative;
	z-index: 1;
	padding: 1.7rem 3.2rem;
}
.mainVisual .videoBox {
	position: relative;
	z-index: 9;
	border-radius: 1.2rem;
	overflow: hidden;
}
.mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.2rem;
}
#main .business {
	position: relative;
	padding: 16.8rem 0 7rem;
}
#main .business::after {
	position: absolute;
	z-index: 8;
	top: -10.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 300rem;
	pointer-events: none;
	background: url(../img/index/main_circle.png) no-repeat center top / auto 393.3rem;
	content: "";
}
#main .business .businessUl {
	position: relative;
}
#main .business .businessUl a {
	display: block;
}
#main .business .businessUl li {
	width: 48.3%;
}
#main .business .businessUl .photoBox {
	margin-bottom: 2.4rem;
	position: relative;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .business .businessUl .photoBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background-color: transparent;
	transition: .3s;
}
#main .business .businessUl .photo img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .business .businessUl .photoBox .ico {
	position: absolute;
	z-index: 2;
	bottom: 3.3rem;
	right: 3.3rem;
}
#main .business .businessUl .photoBox .ico img {
	width: 3.8rem;
}
#main .business .businessUl .photoBox .ico::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 50%;
	z-index: -1;
	background-color: #FF4D00;
	content: "";
	transition: .3s;
}
#main .business .businessUl .textBox .title {
	margin-bottom: 1.6rem;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.084rem;
}
#main .business .businessUl .textBox .text {
	letter-spacing: 0.048rem;
}
#main .about {
	padding: 9.7rem 0;
	position: relative;
	overflow: hidden;
}
#main .about .image {
	position: absolute;
	z-index: 1;
	top: 10.6rem;
	right: calc(50% - 98.3rem);
	width: 60.6rem;
}
#main .about .image img {
	width: 100%;
	animation: rotate01 infinite linear;
	animation-duration: 190s;
}
@keyframes rotate01 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
#main .about .headLine01 {
	margin-bottom: 2rem;
}
#main .about .innerBox {
	margin-bottom: 7.8rem;
}
#main .about .innerBox .info {
	margin-right: 2.8rem;
	width: 40rem;
	line-height: 1.8;
	letter-spacing: 0.08rem;
}
#main .about .innerBox .comLink {
	margin-top: 0.2rem;
}
#main .about .sub {
	max-width: 84rem;
}
#main .news {
	padding: 6.5rem 0 16rem;
}
#main .news .comNewsUl {
	margin-bottom: 6.2rem;
}
#main .news .comLink {
	margin-left: auto;
}
#main .recruit {
	position: relative;
	z-index: 10;
	border-top: 1px solid #D9D9D9;
}
#main .recruit .imgBox {
	padding-left: 2rem;
	margin-left: auto;
	max-width: calc(50% + 62rem);
	align-items: center;
}
#main .recruit .imgBox .textBox {
	width: 32rem;
}
#main .recruit .imgBox .headLine01 {
	margin-bottom: 2.4rem;
}
#main .recruit .imgBox .textBox .info {
	margin-bottom: 4rem;
	line-height: 1.4;
	letter-spacing: 0.08rem;
}
#main .recruit .imgBox .comLink {
	width: 28rem;
}
#main .recruit .imgBox .photoBox {
	width: calc(100% - 44.3rem);
}
#main .recruit .imgBox .photoBox img {
	width: 100%;
}
@media all and (min-width: 981px) {
	#main .business .businessUl::before {
		width: 62.2rem;
		height: 71.7rem;
		position: absolute;
		z-index: -1;
		top: 17.2rem;
		right: -41.7rem;
		content: "";
		background: url(../img/index/business_img.png) no-repeat left bottom / 100%;
	}
	#main .business .businessUl a:hover .photoBox::after {
		background-color: rgba(255, 255, 255, 0.5);
	}
	#main .business .businessUl a:hover .photo img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .business .businessUl a:hover .photoBox .ico::after {
		width: 8rem;
		height: 8rem;
	}
	.mainVisual .videoBox video {
		max-height: 90rem;
	}
}
@media all and (max-width: 980px) {
	.mainVisual {
		padding: 11.2rem 3.2rem 0;
	}
	.mainVisual .videoBox {
		aspect-ratio: 350/732;
	}
	#main .business {
		padding: 15.2rem 0 2.2rem;
	}
	#main .business::after {
		padding-left: 1rem;
		top: -4.5rem;
		height: 40rem;
		background-image: url(../img/index/main_circle_sp.png);
		background-size: 100rem auto;
	}
	#main .business .businessUl {
		display: block;
	}
	#main .business .businessUl li {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .business .businessUl li:last-child {
		margin-bottom: 0;
	}
	#main .business .businessUl .photoBox {
		margin-bottom: 2.5rem;
	}
	#main .business .businessUl .textBox .title {
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .business .businessUl .textBox .text {
		letter-spacing: 0.042rem;
	}
	#main .about {
		padding-bottom: 5.7rem;
	}
	#main .about .headLine01 {
		margin-bottom: 2rem;
	}
	#main .about .innerBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .about .innerBox .info {
		margin: 0 0 3.7rem;
		width: auto;
		line-height: 2;
		letter-spacing: 0.07rem;
	}
	#main .about .sub {
		max-width: 100%;
	}
	#main .news {
		position: relative;
		padding-bottom: 12rem;
	}
	#main .news .prev,
	#main .news .next {
		right: 1.6rem;
		width: 4rem;
		position: absolute;
		z-index: 2;
		top: 9.8rem;
	}
	#main .news .prev {
		right: 7.2rem;
	}
	#main .news .comNewsUl {
		margin: 0 -1.6rem 4.2rem;
		display: flex;
	}
	#main .news .comNewsUl .slick-slide > div {
		margin: 0 1.6rem;
		width: 32rem;
	}
	#main .news .comNewsUl .slick-slide > div > li {
		width: 32rem;
	}
	#main .news .comNewsUl .textBox .title {
		margin-bottom: 2.6rem;
	}
	#main .recruit {
		padding-top: 5.7rem;
	}
	#main .recruit .imgBox {
		padding-left: 0;
		max-width: 100%;
		display: block;
	}
	#main .recruit .imgBox .textBox {
		margin: 0 1.6rem 5.6rem;
		width: auto;
	}
	#main .recruit .imgBox .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .recruit .imgBox .textBox .info {
		margin-bottom: 4rem;
		letter-spacing: 0.07rem;
	}
	#main .recruit .imgBox .comLink {
		width: 24rem;
	}
	#main .recruit .imgBox .photoBox {
		width: auto;
	}
}