@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	opacity: 0;
}
#container.show {
	opacity: 1;
}
.mainVisual {
	padding-top: 6.7rem;
	position: relative;
}
.mainVisual::before {
	position: absolute;
	left: 0;
	top: 4.4rem;
	width: 100%;
	height: 13.9rem;
	background: url(../img/index/main_visual_bg01.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	z-index: 1;
}
.mainVisual::after {
	position: absolute;
	left: 0;
	bottom: -2.5rem;
	width: 100%;
	height: 15rem;
	background: url(../img/index/main_visual_bg02.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
	content: "";
}
.mainVisual .pho {
	vertical-align: top;
}
.mainVisual img {
	width: 100%;
}
.mainVisual h2 {
	width: 130rem;
	padding-left: 7rem;
	position: absolute;
	top: 3.4rem;
	left: 50%;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 2.7rem;
	transform: translateX(-50%);
	box-sizing: border-box;
	z-index: 2;
}
.mainVisual h2 .en {
	font-size: 11.7rem;
	letter-spacing: 0.01em;
}
.slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 8.7rem;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.3rem;
	padding: 0;
	cursor: pointer;
	background: #fff;
	border-radius: 100%;
	transition: .3s;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background: #999;
}
.mainVisual h2 .jp {
	margin: 0.6rem 0 0 7.8rem;
}
#main .company {
	padding: 5.5rem 0 5.9rem;
}
#main .company .textBox {
	margin-bottom: 4rem;
	display: flex;
	justify-content: space-between;
}
#main .company h2 {
	width: 39rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.53;
}
#main .company p {
	margin-right: -0.6rem;
	width: 48.5rem;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .about {
	padding: 7.3rem 0 11rem;
	background-color: #808080;
}
#main .about h2 {
	margin-bottom: -16rem;
	width: 50%;
	position: relative;
	z-index: 1;
	text-align: right;
	color: #fff;
}
#main .about h2 .jp {
	display: block;
	font-weight: 700;
	font-size: 2.8rem;
}
#main .about h2 .en {
	margin: 2.4rem -1.2rem 0;
	line-height: 1;
	display: block;
	font-size: 12.5rem;
	font-weight: 400;
	font-family: "Fugaz One", sans-serif;
}
#main .about li {
	margin-bottom: 3.5rem;
}
#main .about a {
	position: relative;
	display: block;
}
#main .about .pho img {
	width: 100%;
}
#main .about .text {
	margin-left: -56rem;
	min-height: 9.4rem;
	padding: 0.3rem 9.5rem 0 0;
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.79;
	background: url(../img/common/icon05.png) no-repeat top right;
	background-size: 7.9rem auto;
	box-sizing: border-box;
}
#main .about .text span {
	background: -webkit-linear-gradient(#A00D18,#A00D18) repeat-x center bottom 0.3rem / 100% 1.5rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .about .ttl {
	margin-right: -57.6rem;
	position: absolute;
	right: 50%;
	bottom: -0.5rem;
	text-align: center;
	color: #fff;
	width: 28rem;
}
#main .about .num {
	margin-bottom: 0.8rem;
	display: block;
	font-weight: 400;
	line-height: 1;
	font-size: 16.8rem;
	font-family: "Fugaz One", sans-serif;
} 
#main .about .line {
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.33;
	box-sizing: border-box;
	background: url(../img/common/line01.png) no-repeat left center,url(../img/common/line02.png) no-repeat right center;
	background-size: 1.1rem auto;
}
#main .about .link {
	width: 96rem;
	margin: 11.5rem auto 0;
}
.comBtnLink {
	margin-top: 0 !important;
}
@media all and (min-width: 897px) {
	#main .company .content {
		width: 96rem;
	}
	#main .about a:hover {
		opacity: 0.7;
	}
	.slick-dots li:hover {
		background: #999;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding-top: 1.6rem;
	}
	.mainVisual::before {
		top: 0.8rem;
		height: 4rem;
	}
	.mainVisual::after {
		bottom: -0.9rem;
		height: 7.5rem;
	}
	.mainVisual h2 {
		width: auto;
		padding-left: 0;
		top: 0.2rem;
		left: 2rem;
		display: block;
		font-size: 1.4rem;
		transform: none;
	}
	.mainVisual h2 .en {
		font-size: 4.85rem;
		letter-spacing: 0;
		display: block;
	}
	.mainVisual h2 .jp {
		margin: -0.8rem 0 0;
		display: block;
	}
	.slick-dots {
		bottom: 5.7rem;
	}
	.slick-dots li {
		width: 1.4rem;
		height: 1.4rem;
	}
	#main .company {
		padding: 2rem 0.9rem 3.2rem;
	}
	#main .company .textBox {
		margin-bottom: 4.5rem;
		display: block;
		font-feature-settings: "palt";
	}
	#main .company h2 {
		margin-bottom: 1.6rem;
		width: auto;
		font-size: 1.7rem;
		line-height: 1.61;
	}
	#main .company p {
		margin-right: 0;
		width: auto;
		font-size: 1.4rem;
	}
	#main .about {
		padding: 2.3rem 0 0;
	}
	#main .about h2 {
		margin: 0 0 -3.8rem 1.8rem;
		width: fit-content;
	}
	#main .about h2 .jp {
		font-size: 1.2rem;
	}
	#main .about h2 .en {
		margin: 0.8rem -0.2rem 0 0;
		font-size: 5.3rem;
	}
	#main .about li {
		margin-bottom: 0.4rem;
	}
	#main .about .text {
		margin: 3.3rem 0 0 1rem;
		width: 35rem;
		min-height: 6rem;
		padding: 0;
		position: static;
		font-size: 1.38rem;
		background-size: 4.2rem auto;
	}
	#main .about .text span {
		background-position: center bottom 0.1rem;
		background-size: 100% 1rem;
	}
	#main .about .ttl {
		margin-right: 0;
		right: 1.8rem;
		bottom: 7.2rem;
		width: 16.2rem;
	}
	#main .about .num {
		margin-bottom: 0;
		font-size: 9.7rem;
	} 
	#main .about .line {
		min-height: 4.6rem;
		font-size: 1.38rem;
		background-size: auto 4.6rem;
	}
	#main .about .link {
		width: auto;
		margin: 2.3rem auto 0;
	}
	#main .about .link img {
		width: 100%;
	}
}