@charset "utf-8";
/*------------------------------------------------------------
	equipment
------------------------------------------------------------*/
#main .tagline {
	margin-bottom: 12rem;
}
#main .tagline .content {
	width: 127.8rem;
}
#main .tagline .textList {
	gap: 5.4rem;
}
#main .tagline .textList li {
	padding: 2rem;
	width: calc((100% - 10.8rem) / 3);
	display: flex;
	background: #FFF;
	gap: 2rem;
	align-items: center;
}
#main .tagline .textList .image {
	width: 10rem;
}
#main .tagline .textList .image img {
	width: 100%;
}
#main .tagline .textList .text {
	flex: 1;
}
#main .tagline .textList .text .jp {
	margin-bottom: 2rem;
	display: block;
	color: #000;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.157em;
}
#main .tagline .textList .text .en {
	display: block;
	color: #009C91;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}
#main .category {
	padding: 12rem 0;
	background-color: #fff;
}
#main .category .headLine04 {
	margin-bottom: 9rem;
}
#main .category .content {
	width: 128rem;
}
#main .category .linkList a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#main .category .linkList li {
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #00A196;
}
#main .category .linkList li + li {
	margin-top: 4rem;
}
#main .category .linkList .textBox {
	margin: 0 19.9rem 0 6.8rem;
	flex: 1;
}
#main .category .linkList .image {
	width: 48rem;
	display: block;
	overflow: hidden;
}
#main .category .linkList .image img {
	width: 100%;
	transition: transform 0.3s;
}
#main .category .linkList .heading {
	margin-bottom: 1rem;
	color: #00A196;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.093em;
}
#main .category .linkList p {
	color: #333;
	font-weight: 500;
	line-height: 1.7;
}
#main .category .comArrow {
	width: 10rem;
	height: 10rem;
	position: absolute;
	right: 5rem;
	top: 50%;
	transform: translateY(-50%);
}
#main .category .comArrow::after {
	width: 8rem;
	height: 7.8rem;
}
#main .category .comArrow .ico {
	width: 4rem;
	aspect-ratio: 1/1;
}
#main .category .comArrow .ico::before,
#main .category .comArrow .ico::after {
	aspect-ratio: 1/1;
	background-image: url(../img/common/icon04.png);
}
@media all and (min-width: 897px) {
	#pagePath {
		margin-bottom: 1rem;
	}
	.comVisual {
		margin-bottom: 6rem;
	}
	.comVisual .mainBg {
		padding-top: 7.5rem;
	}
	.comBox p {
		width: 100%;
	}
	.comBox {
		margin-bottom: 6.3rem;
	}
	#main .category .linkList a:hover ~ .image img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main .tagline {
		margin-bottom: 6rem;
	}
	#main .tagline .textList {
		display: block;
	}
	#main .tagline .textList li {
		padding: 1.5rem;
		width: 100%;
		gap: 2rem;
	}
	#main .tagline .textList li + li {
		margin-top: 2rem;
	}
	#main .tagline .textList .image {
		width: 6rem;
	}
	#main .tagline .textList .text .jp {
		margin-bottom: 1rem;
		font-size: 1.7rem;
	}
	#main .tagline .textList .text .en {
		font-size: 1.4rem;
	}
	#main .category {
		padding: 6rem 0 8rem;
		background-color: #fff;
	}
	#main .category .headLine04 {
		margin-bottom: 5rem;
	}
	#main .category .linkList li {
		padding-bottom: 7rem;
		display: block;
	}
	#main .category .linkList li + li {
		margin-top: 3rem;
	}
	#main .category .linkList .textBox {
		margin: 2rem 2rem 0;
	}
	#main .category .linkList .image {
		width: auto;
	}
	#main .category .linkList .heading {
		margin-bottom: 1rem;
		font-size: 2rem;
		font-feature-settings: "palt";
	}
	#main .category .comArrow {
		width: 6rem;
		height: 6rem;
		right: 0.5rem;
		top: auto;
		bottom: 0.5rem;
		transform: translateY(0);
	}
	#main .category .comArrow::after {
		width: 5rem;
		height: 5rem;
	}
	#main .category .comArrow .ico {
		width: 2.5rem;
		aspect-ratio: 1/1;
	}
}