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

.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.cate_wrap .cate1 .boxwrap .box .titlebox{
	width: 35%;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px 15px;
}
.cate_wrap .cate1 .boxwrap .box .titlebox p{
	line-height: 1;
	border-left: 5px solid #111D29;
	padding-left: 15px;
}
.cate_wrap .cate1 .boxwrap .box .txtbox{
	width: 65%;
}
.cate_wrap .cate1 .boxwrap .box .txtbox.txtitem{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.05);
}
.cate_wrap .cate1 .boxwrap .box .txtbox.txtitem .item:not(:last-of-type){
	margin-bottom: 50px;
}

.cate_wrap .cate2{}
.cate_wrap .cate2 .contents .item_img{
	position: relative;
	width: 60%;
}
.cate_wrap .cate2 .contents .item_img .img0{
	position: relative;
	z-index: 5;
}
.cate_wrap .cate2 .contents .item_img.sc-anime.on img{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.cate_wrap .cate2 .contents .item_img.sc-anime.on.active img{
	animation-name: blurin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.cate_wrap .cate2 .contents .item_img img:not(.img0){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	mix-blend-mode: multiply;
}
.cate_wrap .cate2 .contents .item_img .img1{
	z-index: 1;
	animation-delay: 0.3s;
}
.cate_wrap .cate2 .contents .item_img .img2{
	z-index: 2;
	animation-delay: 0.6s;
}
.cate_wrap .cate2 .contents .item_img .img3{
	z-index: 3;
	animation-delay: 0.9s;
}
.cate_wrap .cate2 .contents .item_img .img4{
	z-index: 4;
	animation-delay: 1.2s;
}
.cate_wrap .cate2 .contents .txtbox{
	width: 40%;
	padding-right: 5%;
}
.cate_wrap .cate2 .boxwrap{
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px 30px;
}
.cate_wrap .cate2 .boxwrap .box{
	width: calc(50% - 30px / 2);
	padding-bottom: 30px;
	border-bottom: 1px solid #D5D5D5;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(even){
	animation-delay: 0.3s;
}

.cate_wrap .cate3 .boxwrap{
	gap: 15px;
	align-items: stretch;
}
.cate_wrap .cate3 .boxwrap .box{
	width: calc(100% / 3 - 30px / 3);
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	flex-direction: column;
	gap: 20px;
	padding: 40px;
	border-radius: 10px;
}
.cate_wrap .cate3 .boxwrap .box:nth-of-type(2){animation-delay: 0.3s;}
.cate_wrap .cate3 .boxwrap .box:nth-of-type(3){animation-delay: 0.6s;}
.cate_wrap .cate3 .boxwrap .box .imgbox{
	width: 50%;
	max-width: 150px;
	min-width: 120px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .boxwrap .box .titlebox{
		width: 40%;
		gap: 10px 15px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 60%;
	}
	.cate_wrap .cate3 .boxwrap .box{
		padding: 30px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .boxwrap .box .titlebox{
		width: 35%;
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	.cate_wrap .cate1 .boxwrap .box .titlebox h3{
		padding-left: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 65%;
	}
	.cate_wrap .cate2 .contents .item_img{
		width: 55%;
	}
	.cate_wrap .cate2 .contents .txtbox{
		width: 45%;
	}
	.cate_wrap .cate3 .boxwrap .box{
		padding: 30px 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox.txtitem .item:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate_wrap .cate3 .boxwrap{
		gap: 15px;
		align-items: stretch;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: 80%;
		background-color: #fff;
		box-shadow: 0 3px 15px rgba(0,0,0,0.05);
		gap: 20px;
		padding: 30px 20px;
		flex-direction: row;
	}
	.cate_wrap .cate3 .boxwrap .box p{
		width: 85%;
	}
	.cate_wrap .cate3 .boxwrap .box:nth-of-type(2){animation-delay: 0s;}
	.cate_wrap .cate3 .boxwrap .box:nth-of-type(3){animation-delay: 0s;}
	.cate_wrap .cate3 .boxwrap .box .imgbox{
		width: 40%;
		max-width: 120px;
		min-width: 100px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox.txtitem .item:not(:last-of-type){
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .boxwrap .box .titlebox{
		width: 100%;
		gap: 10px;
		flex-direction: row;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .boxwrap .box .titlebox p{
		border-left: 3px solid #111D29;
		padding-left: 10px;
	}
	.cate_wrap .cate1 .boxwrap .box .titlebox h3{
		padding-left: 0px;
		line-height: 1.2;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 100%;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox.txtitem{
		padding: 20px;
	}
	.cate_wrap .cate2 .contents .item_img{
		width: 100%;
		margin: 30px 0;
	}
	.cate_wrap .cate2 .contents .txtbox{
		width: 100%;
	}
	.cate_wrap .cate2 .boxwrap{
		justify-content: flex-start;
		align-items: stretch;
		gap: 20px 20px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #D5D5D5;
	}
	.cate_wrap .cate2 .boxwrap .box:nth-of-type(even){
		animation-delay: 0s;
	}
	.cate_wrap .cate3 .boxwrap .box{
		width: 85%;
		gap: 15px;
		flex-direction: row;
	}
	.cate_wrap .cate3 .boxwrap .box p{
		width: 100%;
	}
}

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

