@charset "utf-8";
/* CSS Document */
/* ---------- cate2 ---------- */
.cate2 {
	position: relative;
}
body:not(.gjs-dashed) .cate2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #EAD0D4;
	background: linear-gradient(90deg, rgba(234, 208, 212, 0.1) 0%, rgba(234, 208, 212, 0.8) 50%, rgba(234, 208, 212, 1) 60%, rgba(232, 188, 208, 1) 75%, rgba(232, 188, 208, 1) 100%);
}
body:not(.gjs-dashed) .cate2 .bg_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: 1;
}

.cate2 .txtbox{
	flex-direction: column;
	gap: 60px;
	width: 50%;
	margin-left: auto;
	position: relative;
	z-index: 3;
}
.cate2 .txtbox .titlebox{
	flex-direction: column;
	gap: 23px;
}

.cate3 .contents > div{
	width: 50%;
}
.cate3 .contents .imgbox{
	gap: 10px;
}
.cate3 .contents .imgbox img{
	width: calc(100% / 2 - 10px / 2);
}
.cate3 .contents .txtbox{
	padding-left: 5%;
	align-items: flex-start;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .txtbox{
		gap: 50px;
		width: 100%;
		margin-right: auto;
	}
	body:not(.gjs-dashed) .cate2 .bg_img{
		width: 100%;
	}
	body:not(.gjs-dashed) .cate2::after{
		background: linear-gradient(90deg, rgba(234, 208, 212, 0.6) 0%, rgba(234, 208, 212, 1) 100%, rgba(234, 208, 212, 1) 100%, rgba(232, 188, 208, 1) 100%, rgba(232, 188, 208, 1) 100%);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate2 .txtbox .titlebox {
		gap: 10px;
	}
    .cate2 .txtbox {
        gap: 40px;
    }
	.cate3 .contents .imgbox{
		width: 45%;
		gap: 5px;
	}
	.cate3 .contents .imgbox img{
		width: calc(100% / 2 - 5px / 2);
	}
	.cate3 .contents .txtbox{
		width: 55%;
		padding-left: 5%;
		align-items: flex-start;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .cate2 .txtbox {
        gap: 30px;
    }
	.cate3 .contents .imgbox{
		width: 100%;
		gap: 5px;
		margin-bottom: 30px;
	}
	.cate3 .contents .imgbox img{
		width: calc(100% / 2 - 5px / 2);
	}
	.cate3 .contents .txtbox{
		width: 100%;
		padding-left: 0;
		align-items: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

