@charset "utf-8";
/* CSS Document */
.header .head_nav .ul .li:nth-of-type(2){
	position: relative;
}
.header .head_nav .ul .li:nth-of-type(2)::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 10px);
	height: 2px;
	background-color: #0A9450;
}
.header .head_nav .ul .li:nth-of-type(2) a{pointer-events: none;}


.cate_wrap .cate1{}
.cate_wrap .cate1 .boxwrap .box{
	gap: 10%;
}
.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 100px;
}
.cate_wrap .cate1 .boxwrap .box .imgbox{
	width: 45%;
}
.cate_wrap .cate1 .boxwrap .box .txtbox{
	width: 45%;
	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: flex-start;
	flex-direction: column;
	gap: 30px;
}

.cate_wrap .cate2{
	position: relative;
}
body:not(.gjs-dashed) .cate_wrap .cate2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #6F6F6F;
	opacity: 0.8;
	mix-blend-mode: multiply;
	z-index: 1;
}
.cate_wrap .cate2 .contents{
	position: relative;
	z-index: 2;
	color: #fff;
	animation-delay: 1.0s;
}
body.gjs-dashed .cate_wrap .cate2 .contents{
	background-color: #000;
}
.cate_wrap .cate2 .contents .titlebox{
	width: 30%;
}
.cate_wrap .cate2 .contents .txtbox{
	width: 70%;
	padding-left: 10%;
}
.cate_wrap .cate2 .contents .txtbox .more1{
	display: none;
}


.cate_wrap .cate3{background-color: #16C69D;position: relative;}
.cate_wrap .cate3 .more1{justify-content: center;}
.cate_wrap .cate3::after{
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-2px);
	background-color: #16C69D;
}
.footer{
	position: relative;
	z-index: 2;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		gap: 5%;
	}
	.cate_wrap .cate1 .boxwrap .box .imgbox{
		width: 47.5%;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 47.5%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate2 .contents .titlebox{
		width: 40%;
	}
	.cate_wrap .cate2 .contents .txtbox{
		width: 60%;
		padding-left: 5%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .boxwrap .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 70%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .imgbox{
		margin-left: 30%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .txtbox{
		margin-right: 30%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .imgbox{
		margin-left: 30%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .txtbox{
		margin-right: 30%;
	}
	
	.cate_wrap .cate2 .contents .titlebox{
		width: 100%;
		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;
	}
	.cate_wrap .cate2 .contents .titlebox p br{
		display: none;
	}
	.cate_wrap .cate2 .contents .txtbox{
		width: 100%;
		padding-left: 0;
		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;
	}
	.cate_wrap .cate2 .contents .txtbox h3{
		text-align: center;
	}
	.cate_wrap .cate2 .contents .titlebox .more1{display: none;}
	.cate_wrap .cate2 .contents .txtbox .more1{
		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;
		padding-top: 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
	.cate_wrap .cate1 .boxwrap .box .imgbox{
		width: 100%;
		margin-bottom: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 100%;
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .imgbox{
		margin-left: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .txtbox{
		margin-right: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .imgbox{
		margin-left: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .txtbox{
		margin-right: 0;
	}
}

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

