@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main img {
	width: 100%;
}
#main .mainVisual {
	margin-bottom: 1.2rem;
}
#main .story {
	padding-bottom: 1.6rem;
}
#main .story h3 {
	margin-bottom: 0.5rem;
}
#main .story .photoArea {
	margin-bottom: 0.8rem;
}
#main .story .textImg {
	padding: 0 1rem;
}
#main .pioneering {
	margin-bottom: -1.7rem;
}
#main .pioneering h3 {
	margin-bottom: -1.2rem;
}
#main .core h3 {
	margin-bottom: -4rem;
	position: relative;
	z-index: 5;
}
#main .hybrid .inner .subBox:not(:last-child) {
	margin-bottom: 1.5rem;
}
#main .knot {
	margin-bottom: 2.5rem;
}
#main .knot h3 {
	margin-bottom: -2.1rem;
	position: relative;
	z-index: 5;
}
#main .knot h4 {
	margin-bottom: -1.2rem;
}
#main .knot .textImg {
	margin-bottom: 0.2rem;
}
#main .credibility {
	padding-bottom: 3.5rem;
}
#main .credibility h3 {
	position: relative;
	z-index: 5;
}
#main .voice {
	padding: 3rem 0 3rem;
	background: #d9d5ce;
}
#main .voice h3 {
	margin-bottom: -0.4rem;
	padding: 0 2.1rem 0 2rem;
}
#main .voice .inner {
	position: relative;
}
#main .voice .inner .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3.3rem;
	width: 3.6rem;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .voice .inner .prev:hover {
		opacity: 0.7;
	}
}
#main .voice .voiceList {
	margin-bottom: 1.3rem;
	line-height: 0;
}
#main .voice .voiceList .slick-list {
	padding-left: 5.5rem;
}
#main .voice .voiceList .slick-slide > div,
#main .voice .voiceList li {
	margin-right: 1rem;
	width: 34rem;
}
#main .voice .textImg {
	padding: 0 3.6rem 0 1.2rem;
}
#main .key {
	padding: 2rem 0 1.1rem;
}
#main .fitImg {
	margin-bottom: 2rem;
}
#main .sizeImg {
	padding: 0 1rem 4rem;
}
#main .apologiesImg {
	margin-bottom: 4rem;
	padding: 0 1rem;
}
#main .outTabBox {
	margin-bottom: 4rem;
}
#main .outTabBox .linkList li {
	width: calc(100% / 3);
}
#main .outTabBox .linkList li a {
	display: block;
}
#main .outTabBox .linkList li a img {
	width: 100%;
}
#main .outTabBox .tabBox {
	position: relative;
}
#main .outTabBox .tabBox .link {
	position: absolute;
	bottom: 4.9%;
	left: 50%;
	transform: translateX(-50%);
	width: 89.1%;
	z-index: 5;
}
#main .outTabBox .linkList li a:hover,
#main .outTabBox .tabBox .link a:hover {
	opacity: 0.7;
}
