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

.cate_wrap .cate1 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.cate_wrap .cate1 .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate1 .box{
	gap: 80px;
}
.cate_wrap .cate1 .box > div{
	width: calc(50% - 80px / 2);
}

.cate_wrap .cate1 .box:nth-of-type(odd) .imgbox{
	clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
}
.cate_wrap .cate1 .box:nth-of-type(even) .imgbox{
	clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 120px, 100% 100%, 0 100%);
}

.cate_wrap .cate2{
	position: relative;
}
body:not(.gjs-dashed) .cate_wrap .cate2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
}
body.gjs-dashed .cate_wrap .cate2{
	background-color: #000;
}
.cate_wrap .cate2 .contents{
	position: relative;
	z-index: 2;
	color: #fff;
}
.cate_wrap .cate2 .title_item1::after{
	display: none;
}
.cate_wrap .cate2 .title_item1 .title{
	position: relative;
	z-index: 2;
	background-color: transparent;
	padding-right: 30px;
}
.cate_wrap .cate2 .title_item1 > div{
	position: relative;
	color: #fff;
}
.cate_wrap .cate2 .title_item1 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%) translateX(30px);
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #fff;
	z-index: 1;
}
.cate_wrap .cate3 .contents{
	padding: 10% 5%;
}
.cate_wrap .cate3 .contents .logo{
	max-width: 200px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .box{
		gap: 60px;
	}
	.cate_wrap .cate1 .box > div{
		width: calc(50% - 60px / 2);
	}
	.cate_wrap .cate1 .box:nth-of-type(odd) .imgbox{
		clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
	}
	.cate_wrap .cate1 .box:nth-of-type(even) .imgbox{
		clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 0 100%);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .box{
		gap: 40px;
	}
	.cate_wrap .cate1 .box > div{
		width: calc(50% - 40px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .box:nth-of-type(odd) .imgbox{
		clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
	}
	.cate_wrap .cate1 .box:nth-of-type(even) .imgbox{
		clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate1 .box{
		gap: 30px;
	}
	.cate_wrap .cate1 .box > div{
		width: 100%;
	}
}

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

