@charset "utf-8";
/* CSS Document */

.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate2 .boxwrap .box .imgbox{
	width: 45%;
}
.cate_wrap .cate2 .boxwrap .box .txtbox{
	width: 55%;
	padding-left: 5%;
}

.cate_wrap .cate3{}
.cate_wrap .cate3 .topimg{
	position: relative;
	margin-bottom: -100px;
}
body:not(.gjs-dashed) .cate_wrap .cate3 .topimg::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #060B1C;
	mix-blend-mode: multiply;
	opacity: 0.4;
}
.cate_wrap .cate3 .titlebox{
	position: relative;
	z-index: 2;
}
.cate_wrap .cate3 .bottombox > div{
	width: 50%;
}
.cate_wrap .cate3 .bottombox .txtbox{
	padding-left: 5%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate3 .topimg{
		margin-bottom: -60px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid #312e2e;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate2 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.cate_wrap .cate3 .topimg{
		margin-bottom: 50px;
	}
	.cate_wrap .cate3 .titlebox{
		justify-content: center;
		margin-bottom: 0;
	}
	.cate_wrap .cate3 .bottombox > div{
		width: 100%;
	}
	.cate_wrap .cate3 .bottombox .imgbox{
		margin-bottom: 30px;
	}
	.cate_wrap .cate3 .bottombox .txtbox{
		width: 100%;
		padding-left: 0;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

