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

.cate_wrap{padding-top: 0;}
.cate_wrap .cate1{
	position: relative;
}
.cate_wrap .cate1::after{
	content: "";
	position: absolute;
	z-index: 1;
	background-image: url("https://flat-works.com/system_panel/uploads/images/logo3.svg");
	background-position: top 50% left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 1280px;
	opacity: 0.05;
}
.cate_wrap .cate1 .contents{
	position: relative;
	z-index: 2;
}

.cate_wrap .cate2 .boxwrap{
	align-items: flex-start;
	gap: 60px;
}
.cate_wrap .cate2 .boxwrap .box{
	width: calc(100% / 3 - 120px / 3);
	flex-direction: column;
	gap: 30px;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.2s;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.4s;
}
.cate_wrap .cate2 .boxwrap .box .num{
	background-color: #373B3E;
	color: #fff;
	width: 44px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	line-height: 1;
	font-weight: 500;
}
.cate_wrap .cate2 .boxwrap .box h3{
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
}
.cate_wrap .cate2 .boxwrap .box h3::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: 40px;
	height: 1px;
	background-color: #373B3E;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate2 .boxwrap{
		gap: 50px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		width: calc(100% / 3 - 100px / 3);
		gap: 30px;
	}
  .default_title1 {
    font-size: 28px;
}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate2 .boxwrap{
		gap: 40px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		width: calc(100% / 3 - 80px / 3);
		gap: 20px;
	}
	.cate_wrap .cate2 .boxwrap .box h3{
		padding-bottom: 20px;
	}
	.cate_wrap .cate2 .boxwrap .box h3::after{
		width: 30px;
	}
    .default_title1 {
    font-size: 24px;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
      .default_title1 {
    font-size: 20px;
}
  .boxlayout1 .box .txtbox {
    padding: 3%;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate2 .boxwrap{
		gap: 50px;
	}
	.cate_wrap .cate2 .boxwrap .box{
		width: 100%;
		gap: 15px;
	}
	.cate_wrap .cate2 .boxwrap .box .num{
		width: 36px;
	}
	.cate_wrap .cate2 .boxwrap .box h3{
		padding-bottom: 15px;
	}
	.cate_wrap .cate2 .boxwrap .box h3::after{
		width: 25px;
	}
	.cate_wrap .cate2 .boxwrap .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.cate_wrap .cate2 .boxwrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
      .boxlayout1 .box {
        padding: 0 0px;
    }
}

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

