@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
/* fadeImg */
#main .fadeImg::before {
	background: #6FB92C;
}
/* headLine01 */
#main .headLine01 .jp::before {
	background: #6FB92C;
}
@media all and (min-width: 897px) {
	#main .headLine01 {
		margin-bottom: 12.9rem;
	}
}
/* comTopBox */
#main .comTopBox .photoBox::before {
	background: #6FB92C;
}
@media all and (min-width: 897px) {
	#main .comTopBox {
		padding-bottom: 15.2rem;
	}
}
/* headLine03 */
#main .headLine03 .jp {
	color: #6FB92C;
}
@media all and (min-width: 897px) {
	#main .headLine03 .en {
		margin-bottom: 0.3rem;
		font-size: 5.4rem;
	}
}
/* comStickyBox */
@media all and (min-width: 897px) {
	#main .comStickyBox {
		margin-bottom: 19.4rem;
	}
	#main .comStickyBox .conts {
		padding-top: 0.8rem;
	}
	#main .comStickyBox .conts .item {
		margin-bottom: 20.7rem;
	}
	#main .comStickyBox .conts .item::after {
		bottom: -10.1rem;
	}
}
/* conts */
#main .conts {
	padding-right: 0;
}
#main .conts .headLine03 {
	margin-bottom: 7.5rem;
}
@media all and (max-width: 896px) {
	#main .conts .headLine03 {
		margin-bottom: 3rem;
	}
}
/* imgBox */
#main .conts .imgBox {
	margin-right: -1rem;
	margin-bottom: 9.6rem;
	display: flex;
	justify-content: space-between;
}
#main .conts .imgBox:last-child {
	margin-bottom: 0;
}
#main .conts .imgBox .photoBox {
	margin-top: 0.8rem;
	width: 39.8rem;
	order: 1;
}
#main .conts .imgBox .photoBox img {
	width: 100%;
}
#main .conts .imgBox .photoBox .list li {
	margin-bottom: 5.7rem;
}
#main .conts .imgBox .photoBox .list li:last-child {
	margin-bottom: 0;
}
#main .conts .imgBox .photoBox .list li .txt {
	margin-top: 1.2rem;
	display: block;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .conts .imgBox .photoBox .list li .txt .sm {
	display: inline-block;
	font-size: 1.5rem;
}
#main .conts .imgBox .textBox {
	width: 34.5rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
#main .conts .imgBox .textBox .textInner {
	width: 100%;
}
#main .conts .imgBox .textBox p {
	margin-bottom: 2.9rem;
	line-height: 1.9375;
	letter-spacing: 0.06em;
}
#main .conts .imgBox .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .conts .imgBox .textBox .comBtn01 {
	margin-top: auto;
}
#main .conts .item01 .imgBox .textBox p,
#main .conts .item02 .imgBox .textBox p {
	line-height: 1.812;
}
@media all and (max-width: 896px) {
	#main .conts .imgBox {
		margin: 0 0 5rem;
		display: block;
	}
	#main .conts .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .conts .imgBox .photoBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .conts .imgBox .photoBox .list li {
		margin-bottom: 3rem;
	}
	#main .conts .imgBox .photoBox .list li:last-child {
		margin-bottom: 0;
	}
	#main .conts .imgBox .photoBox .list li .txt {
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}
	#main .conts .imgBox .photoBox .list li .txt .sm {
		font-size: 1.3rem;
	}
	#main .conts .imgBox .textBox {
		width: auto;
		display: block;
	}
	#main .conts .imgBox .textBox p {
		margin-bottom: 2rem;
		line-height: 1.75;
	}
	#main .conts .imgBox .textBox .textInner {
		margin-bottom: 3rem;
	}
	#main .conts .imgBox .textBox .comBtn01 {
		margin: 0 auto;
		width: fit-content;
	}
	#main .conts .item01 .imgBox .textBox p,
	#main .conts .item02 .imgBox .textBox p {
		line-height: 1.75;
	}
}
/* product */
#main .conts .product h4 {
	margin-bottom: 5.4rem;
	padding: 0.2rem 0.9rem 0.2rem;
	width: fit-content;
	max-width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
	background: #000;
}
#main .conts .product .subBox {
	margin-bottom: 5.5rem;
}
#main .conts .product .subBox:last-child {
	margin-bottom: 0;
}
#main .conts .product .subBox h5 {
	margin-bottom: 1.6rem;
	font-size: 2.1rem;
	font-weight: 700;
	color: #6FB92C;
}
#main .conts .product .subBox .textList {
	margin-bottom: 1.4rem;
	max-width: 55rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem;
}
#main .conts .product .subBox .textList:last-child {
	margin-bottom: 0;
}
#main .conts .product .subBox .textList li {
	padding: 0.4rem 1.7rem;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	border-radius: 5rem;
	background: #E6E7E8;
}
@media all and (max-width: 896px) {
	#main .conts .product h4 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
	#main .conts .product .subBox {
		margin-bottom: 4rem;
	}
	#main .conts .product .subBox:last-child {
		margin-bottom: 0;
	}
	#main .conts .product .subBox h5 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .conts .product .subBox .textList {
		margin-bottom: 1rem;
		max-width: initial;
		gap: 1rem;
	}
	#main .conts .product .subBox .textList:last-child {
		margin-bottom: 0;
	}
}