@charset "utf-8";
.subContents_title_box.mvArea {
	padding: 0;
}

.mvArea .mvWrap {
	width: 100%;
	padding-bottom: 23.889%;
	background: url('/business/img/mv_bg_001.png') bottom right/auto 100% no-repeat;
	position: relative;
}

.mvArea .mvWrap .wrap1280px {
	position: absolute;
	left: 50%;
	top: 20.225%;
	transform: translateX(-50%);
}

.Q4 .imgBox {
	flex-wrap: wrap;
}

.Q2 .imgBox a:hover,
.Q4 .imgBox a:hover {
	opacity: 0.75;
}

.Q2 .imgBox .imgBox01Image,
.Q4 .imgBox .imgBox01Image {
	overflow: hidden;
}

.Q2 .imgBox .imgBoxImg,
.Q4 .imgBox .imgBoxImg {
	transition: .25s;
}

.Q2 .imgBox a:hover .imgBoxImg,
.Q4 .imgBox a:hover .imgBoxImg {
	transform: scale(1.1);
}

.Q2 .imgBox01Title,
.Q4 .imgBox01Title02 {
	font-size: 1.8rem;
	position: relative;
	margin-top: 8px;
	line-height: 40px;
	padding-right: 45px;
}

.Q2 .imgBox01Title {
	margin-top: 16px !important;
}

.Q2 .imgBox01Title::before,
.Q4 .imgBox01Title02::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	background: url('/common/img/ico_003.png') top center/100% no-repeat;
}

@media screen and (min-width: 811px) and (max-width: 1280px) {
	.mvArea .mvWrap .wrap1280px {
		top: 9.225%;
	}

	.mvArea .mvWrap .subContents_title01,
	.mvArea .mvWrap .subContents_title_wrap {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 810px) {
	.mvArea .mvWrap {
		padding-bottom: 101.867%;
		background: url('/business/img/mv_bg_001_sp.png') top center/100% auto no-repeat;
	}

	.mvArea .mvWrap .wrap1280px {
    left: 0;
    top: 10.471%;
		transform: none;
	}

	.Q2 .imgBox01Title,
	.Q4 .imgBox01Title02 {
		font-size: 1.6rem;
		line-height: 3.2rem;
		padding-right: 3.5rem;
	}

	.Q2 .imgBox01Title {
		margin-top: 8px !important;
	}

	.Q4 .imgBox01Title02.spDouble {
		line-height: 1.25;
	}

	.Q2 .imgBox01Title::before,
	.Q4 .imgBox01Title02::before {
		width: 3.2rem;
		height: 3.2rem;
	}
}