@charset "utf-8";
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
.pageTitle {
	padding-bottom: 7.5rem;
}
.pageTitle01 .headLine01 .en {
	font-size: 11rem;
	line-height: 1.05;
}
#main .productsBox {
	padding: 8.8rem 0 12.5rem;
	background-color: #F5F5F5;
}
#main .productsBox .imgBox {
	margin-bottom: 15.5rem;
	padding-top: 1.7rem;
	position: relative;
}
#main .productsBox .imgBox .textBox .text {
	font-size: 2rem;
	line-height: 2.1;
}
#main .productsBox .imgBox .photoBox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 52rem;
}
#main .productsBox .imgBox .headLine02::before  {
	bottom: 1rem;
}
#main .productsBox .innerBox {
	margin-bottom: 20.8rem;
}
#main .productsBox .innerBox:last-child {
	margin-bottom: 0;
}
#main .productsBox .innerBox .tag {
	margin-bottom: 1.5rem;
	padding: 0.9rem 3rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	width: fit-content;
	border-radius: 2rem;
	background-color: #000;
}
#main .productsBox .innerBox .text {
	margin-bottom: 4.5rem;
	line-height: 2;
}
#main .productsBox .innerBox .dotUl {
	margin-bottom: 3.5rem;
}
#main .productsBox .innerBox .dotUl li {
	padding-left: 2rem;
	text-indent: -2rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.83;
}
#main .productsBox.solution {
	padding: 15rem 0;
	background-color: #fff;
}
#main .productsBox.solution .imgBox {
	margin-bottom: 12rem;
}
@media all and (min-width: 897px) {
	#main .productsBox.solution .headLine03 img {
		vertical-align: -1.7rem;
	}
}
@media all and (max-width: 896px) {
	#main .productsBox {
		padding: 4.7rem 0 3.3rem;
	}
	#main .productsBox .imgBox {
		margin-bottom: 7.5rem;
		padding-top: 0;
	}
	#main .productsBox .imgBox .textBox .text {
		margin-bottom: 3.5rem;
		font-size: 1.4rem;
		line-height: 1.68;
	}
	#main .productsBox .imgBox .photoBox {
		position: static;
		width: auto;
	}
	#main .productsBox .imgBox .headLine02 {
		margin-bottom: 5.5rem;
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0.17rem;
	}
	#main .productsBox .imgBox .headLine02 .en {
		margin-bottom: 2.2rem;
		font-size: 1rem;
		letter-spacing: 0.04rem;
	}
	#main .productsBox .innerBox {
		margin-bottom: 7.9rem;
	}
	#main .productsBox .innerBox .tag {
		margin: 0 auto 1.9rem;
		padding-top: 0.8rem;
		font-size: 1.6rem;
	}
	#main .productsBox .innerBox .text {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#main .productsBox .innerBox .dotUl {
		margin: 0 0 3.5rem 0.5rem;
	}
	#main .productsBox .innerBox .dotUl li {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		font-size: 1.6rem;
		font-weight: 900;
		line-height: 1.91;
	}
	#main .productsBox .innerBox01 .headLine03 img {
		height: 1.9rem;
	}
	#main .productsBox .innerBox02 .headLine03 img {
		height: 2.5rem;
	}
	#main .productsBox.solution {
		padding: 4.5rem 0;
	}
	#main .productsBox.solution .imgBox {
		padding-top: 0;
		margin-bottom: 7rem;
	}
	#main .productsBox.solution .imgBox .headLine02 {
		margin-bottom: 3rem;
	}
	#main .productsBox.solution .tag {
		padding: 0.8rem 2.9rem 0.9rem;
	}
}