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

.cate_wrap .cate1{
	position: relative;
}
body.gjs-dashed .cate_wrap .cate1{
	background-color: #000;
}
.cate_wrap .cate1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background-color: #000000;
}
body.gjs-dashed .cate_wrap .cate1::after{
	display: none;
}

.cate_wrap .cate1 .contents{
	position: relative;
	z-index: 2;
}
.cate_wrap .cate1 .contents .txtbox p span{
	font-size: clamp(18px,2.2vw,24px);
	padding: 0 8px;
	display: inline-block;
}
.cate_wrap .cate1 .contents .txtbox p:not(:last-of-type){
	margin-bottom: 30px;
}
.cate_wrap .cate3 .boxwrap{
	gap: 40px;
	align-items: stretch;
}
.cate_wrap .cate3 .boxwrap .box{
	width: calc(100% / 3 - 80px / 3);
	gap: 20px;
	border-radius: 3px;
}

.cate_wrap .cate2 .boxwrap .box{
	gap: 60px;
}
.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.cate_wrap .cate2 .boxwrap .box .imgbox{
	width: calc(40% - 60px / 2);
}
.cate_wrap .cate2 .boxwrap .box .txtbox{
	width: calc(60% - 60px / 2);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate3 .boxwrap{
		gap: 30px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
		gap: 20px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		gap: 50px;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox{
		width: calc(40% - 50px / 2);
	}
	.cate_wrap .cate2 .boxwrap .box .txtbox{
		width: calc(60% - 50px / 2);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate3 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
		gap: 20px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		gap: 40px;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox{
		width: calc(40% - 40px / 2);
	}
	.cate_wrap .cate2 .boxwrap .box .txtbox{
		width: calc(60% - 40px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate3 .boxwrap{
		gap: 10px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: calc(100% / 3 - 20px / 3);
		gap: 20px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate3 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: 100%;
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(2){animation-delay: 0s;}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(3){animation-delay: 0s;}
.cate_wrap .cate2 .boxwrap .box{
	gap: 20px;
}
.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(even){
	flex-direction: row;
}
.cate_wrap .cate2 .boxwrap .box .imgbox{
	width: 100%;
}
.cate_wrap .cate2 .boxwrap .box .txtbox{
	width: 100%;
}
.cate_wrap .cate2 .boxwrap .box .txtbox h3{
	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: row;
}
}

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

