@charset "utf-8";
/* CSS Document */
.cate_wrap .cate .top_box{
	align-items: flex-start;
}
.cate_wrap .cate .top_box .imgbox{
	width: 70%;
	margin-top: 5%;
}
.cate_wrap .cate .top_box .titlebox{
	width: 30%;
	align-items: flex-start;
}
.cate_wrap .cate .about_boxwrap .box{
	width: 95%;
}
.cate_wrap .cate .about_boxwrap .box:nth-of-type(2){
	margin-left: 5%;
}
.cate_wrap .cate .about_boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate .about_boxwrap .box .imgbox{
	width: 40%;
}
.cate_wrap .cate .about_boxwrap .box .txtbox{
	width: 60%;
	padding-left: 50px;
}
.cate_wrap .cate .about_boxwrap .box .txtbox h3,.cate_wrap .cate .about_boxwrap2 .box .txtbox h3{
	margin-bottom: 20px;
}

.cate_wrap .cate .about_boxwrap2{
	justify-content: flex-start;
	align-items: flex-start;
	gap: 80px;
}
.cate_wrap .cate .about_boxwrap2 .box{
	width: calc(100% / 2 - 80px / 2);
}
.cate_wrap .cate .about_boxwrap2 .box:nth-of-type(even){
	animation-delay: 0.6s;
}
.cate_wrap .cate .about_boxwrap2 .box .imgbox{
	margin-bottom: 30px;
}

.cate_wrap .cate .about_boxwrap3{
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	gap: 80px;
}
.cate_wrap .cate .about_boxwrap3 .box{
	max-height: 420px;
}
.cate_wrap .cate .about_boxwrap3 .box .year{
	font-size: clamp(16px,1.8vw,22px);
	margin-left: 6px;
}
.cate_wrap .cate .about_boxwrap3 .box h3{
	padding-top: 30px;
	margin-left: 30px;
}
.cate_wrap .cate .about_boxwrap3 .box .default_txt1{
	padding-top: 60px;
	line-height: 2;
	font-weight: 400;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate .about_boxwrap2{
		gap: 60px;
	}
	.cate_wrap .cate .about_boxwrap2 .box{
		width: calc(100% / 2 - 60px / 2);
	}
	.cate_wrap .cate .about_boxwrap3{
		gap: 60px;
	}
	.cate_wrap .cate .about_boxwrap3 .box h3{
		margin-left: 20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate .about_boxwrap2{
		gap: 50px;
	}
	.cate_wrap .cate .about_boxwrap2 .box{
		width: calc(100% / 2 - 50px / 2);
	}
	.cate_wrap .cate .about_boxwrap3{
		gap: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate .about_boxwrap .box{
		width: 100%;
	}
	.cate_wrap .cate .about_boxwrap .box:nth-of-type(2){
		margin-left: 0;
	}
	.cate_wrap .cate .about_boxwrap .box .imgbox{
		width: 50%;
	}
	.cate_wrap .cate .about_boxwrap .box .txtbox{
		width: 50%;
		padding-left: 40px;
	}
	.cate_wrap .cate .about_boxwrap .box .txtbox h3,.cate_wrap .cate .about_boxwrap2 .box .txtbox h3{
		margin-bottom: 10px;
	}
	.cate_wrap .cate .about_boxwrap2{
		gap: 50px 40px;
	}
	.cate_wrap .cate .about_boxwrap2 .box{
		width: calc(100% / 2 - 40px / 2);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate .top_box .imgbox{
		width: 100%;
		margin-top: 0;
	}
	.cate_wrap .cate .top_box .titlebox{
		width: 100%;
		margin-top: 50px;
	}
	.cate_wrap .cate .about_boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate .about_boxwrap .box .imgbox{
		width: 100%;
		margin-bottom: 20px;
	}
	.cate_wrap .cate .about_boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0px;
	}
	.cate_wrap .cate .about_boxwrap2{
		gap: 50px;
	}
	.cate_wrap .cate .about_boxwrap2 .box{
		width: 100%;
	}
	.cate_wrap .cate .about_boxwrap3{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 50px;
	}
	.cate_wrap .cate .about_boxwrap3 .box{
		max-height: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.cate_wrap .cate .about_boxwrap3 .box .year{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		margin-left: 0;
		text-align: center;
	}
	.cate_wrap .cate .about_boxwrap3 .box h3{
		padding-top: 5px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.cate_wrap .cate .about_boxwrap3 .box .default_txt1{
		padding-top: 0px;
		line-height: 2;
		width: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

