@charset "utf-8";
/* CSS Document */
.main-wrap .cate_wrap .cate1{overflow: hidden;}
.main-wrap .cate_wrap .cate1 .topbox{
	flex-wrap: nowrap;
	gap: 80px;
}
.main-wrap .cate_wrap .cate1 .topbox h2{
	white-space: nowrap;
}
.main-wrap .cate_wrap .cate1 .bottom_box{
	position: relative;
	justify-content: space-between;
	align-items: stretch;
}
.main-wrap .cate_wrap .cate1 .bottom_box::after{
	content: "";
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 50%;
	background-color: #F8F4F0;
}
.main-wrap .cate_wrap .cate1 .bottom_box > div{
	position: relative;
	z-index: 3;
}
.main-wrap .cate_wrap .cate1 .bottom_box .img1{
	width: 40%;
}
.main-wrap .cate_wrap .cate1 .bottom_box .img2{
	width: 15%;
	align-items: flex-end;
}
.main-wrap .cate_wrap .cate1 .bottom_box .img3{
	width: 20%;
}
.main-wrap .cate_wrap .cate1 .bottom_box .img1,.main-wrap .cate_wrap .cate1 .bottom_box .img3{
	padding-bottom: 150px;
}

.main-wrap .cate_wrap .cate2 .boxwrap .box{
	justify-content: flex-start;
	align-items: stretch;
	border-bottom: 1px solid #DBDBDB;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box > div{
	padding: 2%;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box .title{
	width: 360px;
	background-color: #A1BCD0;
	justify-content: flex-start;
	align-items: flex-start;
}
.main-wrap .cate_wrap .cate2 .boxwrap .box .title h3{color: #fff;}
.main-wrap .cate_wrap .cate2 .boxwrap .box .txtbox{
	width: calc(100% - 360px);
	justify-content: flex-start;
	align-items: center;
	background-color: #F7F7F7;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-wrap .cate_wrap .cate1 .topbox{
		flex-wrap: nowrap;
		gap: 50px;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box::after{
		bottom: 60px;
		left: 50%;
		height: 50%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img1{
		width: 45%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img2{
		width: 20%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img3{
		width: 25%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img1,.main-wrap .cate_wrap .cate1 .bottom_box .img3{
		padding-bottom: 120px;
	}
	
	.main-wrap .cate_wrap .cate2 .boxwrap .box > div{
		padding: 2%;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .title{
		width: 300px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .txtbox{
		width: calc(100% - 300px);
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .cate_wrap .cate1 .topbox{
		flex-wrap: wrap;
		gap: 50px;
	}
	.main-wrap .cate_wrap .cate1 .topbox h2{
		white-space: nowrap;
		width: 100%;
		text-align: center;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box > div{
		padding: 2%;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .title{
		width: 260px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .txtbox{
		width: calc(100% - 260px);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap .cate_wrap .cate2 .boxwrap .box .title{
		width: 200px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .txtbox{
		width: calc(100% - 200px);
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .cate_wrap .cate1 .topbox{
		gap: 30px;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box::after{
		bottom: 60px;
		left: 50%;
		height: 60%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img1{
		width: 55%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img2{
		width: 30%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img3{
		width: 45%;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img1,.main-wrap .cate_wrap .cate1 .bottom_box .img3{
		padding-bottom: 0px;
	}
	.main-wrap .cate_wrap .cate1 .bottom_box .img1{
		padding-bottom: 80px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box > div{
		padding: 10px;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .title{
		width: 100%;
	}
	.main-wrap .cate_wrap .cate2 .boxwrap .box .txtbox{
		width: 100%;
	}

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

