@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
	gap: 70px;
}
.cate1 .box_wrap .txtbox{
	width: calc(60% - 35px);
	flex-direction: column;
	gap: 60px;
	align-items: flex-start;
}
.cate1 .box_wrap .txtbox .topbox{
	position: relative;
}
.cate1 .txtbox .topbox{
	position: relative;
	display: inline-block;
	isolation: isolate;
}
.cate1 .txtbox .topbox::before{
	content: "";
	position: absolute;
	top: -80px;
	left: -150px;
	width: 300px;
	height: 180px;
	background: url("https://subir-golf.co.jp/system_panel/uploads/images/title-item1.png") no-repeat center / contain;
	z-index: -1;
	pointer-events: none;
}
.cate1 .box_wrap .imgbox{
	width: calc(40% - 35px);
}
.cate1 .box_wrap .txtbox h2{
	font-size: 68px;
	font-weight: 600;
	line-height: 1;
}
.cate1 .box_wrap .txtbox h2 span{
	font-size: 40px;
	font-weight: 600;
}
.cate1 .box_wrap .imgbox img{
	border-radius: 8px;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	gap: 45px;
	align-items: flex-start;
}
.cate2 .box_wrap .box-item{
	gap: 25px;
	flex-direction: column;
	width: calc((100% - 90px)/3);
}
.cate2 .box_wrap .box-item .txtbox{
	gap: 20px;
	flex-direction: column;
}
.cate2 .box_wrap .box-item .imgbox img{
	border-radius: 8px;
}
.cate2 .box_wrap .box-item .imgbox{
	position: relative;
}

.cate2 .box_wrap .box-item .imgbox::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;      
	transform: translateX(-50%);
	width: 2px;         
	height: 30px;       
	background: #2E2A27; 
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	gap: 70px;
}
.cate3 .box_wrap .txtbox{
	width: calc(60% - 35px);
	flex-direction: column;
	gap: 60px;
	align-items: flex-start;
}
.cate3 .box_wrap .txtbox .topbox{
	position: relative;
}

.cate3 .box_wrap .imgbox{
	width: calc(40% - 35px);
}
.cate3 .box_wrap .imgbox img{
	border-radius: 8px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .box_wrap{
		gap: 30px;
	}
	.cate2 .box_wrap .box-item{
		gap: 25px;
		width: calc((100% - 60px)/3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.cate1 .box_wrap .txtbox{
		width: 60%;
		gap: 40px;	
	}
	.cate1 .box_wrap .imgbox{
		width: 50%;
	}
	.cate2 .box_wrap .box-item{
		gap: 25px;
		width: calc((100% - 10px)/2);
	}
    .cate2 .box_wrap{
        gap: 40px 10px;
    }
	.cate3 .box_wrap {
		flex-direction: column;
		gap: 40px;
	}
	.cate3 .box_wrap .txtbox{
		width: 80%;
		gap: 40px;	
	}
	.cate3 .box_wrap .imgbox{
		width: 50%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .txtbox{
		width: 100%;
		gap: 30px;	
	}
	.cate1 .box_wrap .imgbox{
		width: 50%;
	}
	.cate1 .box_wrap .txtbox h2{
		font-size: 50px;
	}
	.cate1 .box_wrap .txtbox h2 span{
		font-size: 30px;
	}
	.cate3 .box_wrap .txtbox{
		width: 100%;
		gap: 30px;	
	}
	.cate3 .box_wrap .imgbox{
		width: 50%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .imgbox{
		width: 80%;
	}
	.cate1 .box_wrap .txtbox h2{
		font-size: 42px;
	}
	.cate1 .box_wrap .txtbox h2 span{
		font-size: 24px;
	}
	.cate2 .box_wrap .box-item{
		gap: 15px;
		width:80%;
	}
    .cate2 .box_wrap{
        gap: 30px;
    }
	.cate2 .box_wrap .box-item .txtbox {
		gap: 10px;
	}
	.cate2 .box_wrap .box-item .imgbox::after{
		bottom: -10px;       
		height: 20px;       
	}
	.cate3 .box_wrap .imgbox{
		width: 80%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

