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

.svgbox svg{
	width: 100%;
	height: auto;
}
.svgbox svg g:not(.bg){opacity: 0.5;}
.svgbox svg a > g{opacity: 1!important;transition: ease 0.3s;}
.cate1 p span{
	display: inline-block;
}
.cate1 .bg-white{
	padding: 50px;
	flex-direction: column;
}
.cate1 .bg-white .imgbox{
	padding-top: 20px;
	width: 100%;
	max-width: 780px;
}

.cate2 .box_wrap{
	gap: 100px;
}
.cate2 .box_wrap .box-item{
	gap: 50px;
}
.cate2 .box_wrap .box-item .imgbox{
	width: calc(40% - 25px);
}
.cate2 .box_wrap .box-item .txtbox{
	width: calc(60% - 25px);
	gap: 30px;
	margin-bottom: auto;
}
.cate2 .box-item .more{
	justify-content: flex-end;
}
.cate2 .box_wrap .box-item:nth-child(even){
    flex-direction: row-reverse;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .box_wrap .box-item{
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item:nth-child(even){
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 60%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 90%;
	}
	.cate2 .box_wrap .box-item {
		gap: 30px;
	}
	.cate2 .box_wrap {
		gap: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .bg-white{
		padding: 30px 20px;
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 100%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .cate2 .box_wrap .box-item {
        gap: 20px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

