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

.cate_wrap .cate1{
}
.cate_wrap .cate1 .logo{
	position: relative;
	z-index: 9;
	width: 30%;
	max-width: 520px;
	margin: 0 auto -70px;
}
.cate_wrap .cate1 .contents .imgbox{
	width: 45%;
}
.cate_wrap .cate1 .contents .txtbox{
	width: 55%;
	padding: 0 5%;
	align-items: flex-start;
}


.cate_wrap .cate3 .box{
	position: relative;
}
body:not(.gjs-dashed) .cate_wrap .cate3 .box::before,body:not(.gjs-dashed) .cate_wrap .cate3 .box::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
body:not(.gjs-dashed) .cate_wrap .cate3 .box::before{
	z-index: 1;
	background-color: #060B1C;
	mix-blend-mode: soft-light;
}
body:not(.gjs-dashed) .cate_wrap .cate3 .box::after{
	z-index: 2;
	background-color: #060B1C;
	opacity: 0.4;
	mix-blend-mode: multiply;
}
.cate_wrap .cate3 .box .contents{
	position: relative;
	z-index: 3;
	gap: 15vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.cate_wrap .cate3 .box .contents > div{
	width: 100%;
}
.cate_wrap .cate3 .box .contents .titlebox{
	justify-content: flex-start;
}
.cate_wrap .cate3 .box:nth-of-type(even) .contents .titlebox{
	justify-content: flex-end;
}
.cate_wrap .cate3 .box .contents .txtbox{
	width: 80%;
}
.cate_wrap .cate3 .box:nth-of-type(odd) .contents .txtbox{
	margin-left: 20%;
}
.cate_wrap .cate3 .box:nth-of-type(even) .contents .txtbox{
	margin-right: 20%;
}
.cate_wrap .cate3 .box .contents .txtbox h3{
	width: 35%;
	padding-right: 5%;
}
.cate_wrap .cate3 .box .contents .txtbox p{
	width: 65%;
}


.cate_wrap .cate4 .boxwrap{
	gap: 60px;
}
.cate_wrap .cate4 .boxwrap .box{width: 100%;}
.cate_wrap .cate4 .boxwrap .box .imgbox{
	width: 30%;
}
.cate_wrap .cate4 .boxwrap .box .txtbox{
	width: 70%;
	padding-left: 10%;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
@media screen and (max-width: 14400px){
	.cate_wrap .cate3 .box .contents .txtbox{
		width: 90%;
	}
	.cate_wrap .cate3 .box:nth-of-type(odd) .contents .txtbox{
		margin-left: 10%;
	}
	.cate_wrap .cate3 .box:nth-of-type(even) .contents .txtbox{
		margin-right: 10%;
	}
	.cate_wrap .cate3 .box .contents .txtbox h3{
		width: 40%;
		padding-right: 5%;
	}
	.cate_wrap .cate3 .box .contents .txtbox p{
		width: 60%;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .logo{
		width: 30%;
		margin: 0 auto -40px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate3 .box .contents .txtbox{
		width: 100%;
	}
	.cate_wrap .cate3 .box:nth-of-type(odd) .contents .txtbox{
		margin-left: 0%;
	}
	.cate_wrap .cate3 .box:nth-of-type(even) .contents .txtbox{
		margin-right: 0%;
	}
	.cate_wrap .cate3 .box .contents .txtbox h3{
		width: 50%;
		padding-right: 5%;
	}
	.cate_wrap .cate3 .box .contents .txtbox p{
		width: 50%;
	}
	
	.cate_wrap .cate4 .boxwrap .box .txtbox{
		padding-left: 5%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .logo{
		width: 30%;
		margin: 0 auto -30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .logo{
		width: 60%;
		max-width: 520px;
		margin: 0 auto -30px;
	}
	.cate_wrap .cate1 .contents{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap .cate1 .contents .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .contents .txtbox{
		width: 100%;
		padding: 0;
	}
	
	.cate_wrap .cate2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap .cate2 .contents p{
		padding: 30px 10px 0;
	}
	
	.cate_wrap .cate3 .box .contents{
		gap: 50px;
	}
	.cate_wrap .cate3 .box .contents .titlebox{
		justify-content: center;
	}
	.cate_wrap .cate3 .box:nth-of-type(even) .contents .titlebox{
		justify-content: center;
	}
	.cate_wrap .cate3 .box .contents .txtbox{
		width: 100%;
		gap: 30px;
		align-items: center;
		flex-direction: column;
	}
	.cate_wrap .cate3 .box .contents .txtbox h3{
		width: auto;
		padding-right: 0;
	}
	.cate_wrap .cate3 .box .contents .txtbox p{
		width: auto;
	}
	
	.cate_wrap .cate4 .boxwrap{
		gap: 50px;
	}
	.cate_wrap .cate4 .boxwrap .box:not(:last-of-type){
		padding-bottom: 50px;
		border-bottom: 1px solid #312e2e;
	}
	.cate_wrap .cate4 .boxwrap .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate4 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.cate_wrap .cate4 .boxwrap .box .txtbox .title{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

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

