@charset "utf-8";
/* CSS Document */
main{
	padding: 0 0 150px;
	position: relative;
	overflow: hidden;
	background-image: url("../img/business_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
section{
	padding: 0 50px;
}
.business-list{
	padding-top: 150px;
}
.business-detail{
	padding-top: 150px;
}
.business-list > div{
	position: relative;
}
.business-list .box-wrap{
	gap: 50px;
}
.business-list .box-wrap .box{
	width: calc(100% / 3 - 33.33333px);
	position: relative;
}
.business-list .box-wrap .box::after,.business-detail .cate-wrap .cate .cate-title::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #8E1728;
	mix-blend-mode: multiply;
	transition: ease 0.3s;
}
.business-list .box-wrap .box:hover::after{
	opacity: 0.5;
}
.business-list .box-wrap .box .num,.business-detail .cate-wrap .cate .cate-title .num{
	position: absolute;
	z-index: 2;
	color: #8E1728;
	mix-blend-mode: multiply;
	left: 0;
	top: 0;
	line-height: 0.7;
	font-weight: 700;
	font-size: 90px;
}
.business-list .box-wrap .box a,.business-detail .cate-wrap .cate .cate-title{
	position: relative;
	color: #fff;
	box-sizing: border-box;
	height: 72px;
	padding: 10px 15px;
	transition: ease 0.3s;
}
.business-list .box-wrap .box a{
	z-index: 3;
}
.business-list .box-wrap .box:hover a{
	opacity: 0.5;
}
.business-list .box-wrap .box a img,.business-detail .cate-wrap .cate .cate-title img{
	width: 18px;
	transition: ease 0.3s;
}
.business-list .box-wrap .box:hover a img{
	transform: translateX(3px);
}
.business-detail .cate-list ul{
	gap: 20px 0;
}
.business-detail .cate-list ul li{
	padding: 0 20px;
	line-height: 1.2;
}
.business-detail .cate-list ul li:not(:last-of-type){
	border-right: 1px solid #000;
}
.business-detail .cate-list ul li a{
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.business-detail .cate-list ul li.active a{
	color: #8E1728;
}
.business-detail .cate-wrap .cate{
	padding-top: 100px;
}
.business-detail .cate-wrap .cate:not(.active){
	display: none;
}
.business-detail .cate-wrap .cate .cate-title{
	position: relative;
	gap: 50px;
}
.business-detail .cate-wrap .cate .cate-title h3,.business-detail .cate-wrap .cate .cate-title img{
	position: relative;
	z-index: 3;
}
.business-detail .cate-wrap .cate .cate-title .num{
	left: auto;
	right: 0;
}

.business-detail .cate-wrap .cate .box-wrap .box{
	background-color: #ffffff;
	border-top: 2px solid #8E1728;
	border-bottom: 2px solid #8E1728;
	padding: 20px;
}
.business-detail .cate-wrap .cate .box-wrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.business-detail .cate-wrap .cate .box-wrap .box .box-item{
	gap: 10px 20px;
}
.business-detail .cate-wrap .cate .box-wrap .box .box-item > p{
	width: calc(50% - 10px);
}
.business-detail .cate-wrap .cate .box-wrap .box .box-item p a:empty{
	display: none;
}
.business-detail .cate-wrap .cate .box-wrap .box .box-item .flex,.business-detail .cate-wrap .cate .box-wrap .box .contents-box{
	gap: 10px 30px;
	flex-wrap: nowrap;
}
.business-detail .cate-wrap .cate .box-wrap .box .contents-box{
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 10px;
}
.business-detail .cate-wrap .cate .box-wrap .box .contents-box h5{
	width: 72px;
}
.business-detail .cate-wrap .cate .box-wrap .box .contents-box p{
	width: calc(100% - 102px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	main{
		padding: 0 0 100px;
	}
	.business-list{
		padding-top: 100px;
	}
	.business-list .box-wrap{
		gap: 30px;
	}
	.business-list .box-wrap .box{
		width: calc(100% / 3 - 20px);
		position: relative;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
	.business-list .box-wrap{
		gap: 30px;
	}
	.business-list .box-wrap .box{
		width: calc(100% / 2 - 15px);
		position: relative;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.business-detail .cate-list ul li a{
		color: #000;
		font-size: 16px;
		font-weight: 500;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	main{
		padding: 0 0 50px;
	}
	section{
		padding: 0 20px;
	}
	.business-list{
		padding-top: 50px;
	}
	.business-list .box-wrap{
		gap: 20px;
	}
	.business-list .box-wrap .box{
		width: 100%;
		position: relative;
	}
	.business-detail .cate-list ul li{
		padding: 0 15px;
	}
	.business-detail .cate-list ul li a{
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}
	.business-detail .cate-wrap .cate .box-wrap .box{
		background-color: #ffffff;
		border-top: 2px solid #8E1728;
		border-bottom: 2px solid #8E1728;
		padding: 10px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .box-item{
		gap: 10px 20px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .box-item > p{
		width: 100%;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .box-item .flex,.business-detail .cate-wrap .cate .box-wrap .box .contents-box{
		gap: 10px 20px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .contents-box{
		border-top: 1px solid #000;
		margin-top: 10px;
		padding-top: 10px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .contents-box h5{
		width: 56px;
	}
	.business-detail .cate-wrap .cate .box-wrap .box .contents-box p{
		width: calc(100% - 76px);
	}
}