@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
	gap: 80px;
	
}
.cate1 .box_wrap .txtbox{
    position: relative;
    gap: 50px;
    flex-direction: column;
    width: calc(50% - 40px);
    align-items: flex-start;
}
.cate1 .box_wrap .txtbox img{
    position: absolute;
    width: clamp(80px, 10vw, 150px);
    right: clamp(0px, 3vw, 40px);
    top: clamp(-40px, -3vw, -10px);
    z-index: 1;
}
.cate1 .box_wrap .txtbox h2,
.cate1 .box_wrap .txtbox p{
    position: relative;
    z-index: 2;
}
.cate1 .box_wrap .imgbox{
    position: relative;
    width: calc(50% - 40px);
    min-height: clamp(360px, 40vw, 560px);
}
.cate1 .box_wrap .imgbox img{
    position: absolute;
    display: block;
}
.cate1 .box_wrap .imgbox .img1{
    width: clamp(230px, 28vw, 430px);
    left: 0;
    top: 0;
    z-index: 2;
}
.cate1 .box_wrap .imgbox .img2{
    width: clamp(70px, 10vw, 140px);
    left: -15%;
    bottom: 0;
    z-index: 1;
}
.cate1 .box_wrap .imgbox .img3{
    width: clamp(120px, 16vw, 230px);
    right: 10%;
    bottom: 0;
    z-index: 3;
}
/* ---------- IEのみ ---------- */
.cate2 {
	flex-direction: column;
	gap: 60px;
}
.cate2 .box_wrap{
	flex-direction: column;
	gap: 30px;
}
.cate2 .box_wrap .boxitem {
	gap: 80px;
}
.cate2 .box_wrap .boxitem:nth-child(even){
    flex-direction: row-reverse;
}
.cate2 .box_wrap .boxitem .txtbox{
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	width: calc(60% - 40px);
}
.cate2 .box_wrap .boxitem .imgbox{
	width: calc(40% - 40px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .box_wrap .imgbox {
		width: 70%;
	}
	.cate1 .box_wrap .txtbox {
		gap: 30px;
		width: 80%;
	}
	.cate2 .box_wrap .boxitem {
		flex-direction: column;
		gap: 30px;
	}
	.cate2 .box_wrap .boxitem:nth-child(even){
		flex-direction: column;
	}
	.cate2 .box_wrap .boxitem .imgbox {
		width: 70%;
	}
	.cate2 .box_wrap .boxitem .txtbox {
		width: 80%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .imgbox {
		width: 100%;
	}
	.cate1 .box_wrap .txtbox {
		gap: 20px;
		width: 100%;
	}
	.cate2 .box_wrap .boxitem .imgbox {
		width: 90%;
	}
	.cate2 .box_wrap .boxitem .txtbox {
		width: 100%;
		gap: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

