.flame {
	border: var(--color-primary2) solid 2px;
	max-width: 1300px;
	margin: 0 auto 80px;
}

.q-human .l-inner {
	max-width: 1200px;
}

.hosoku {
	font-size: 12px;
}

.q-human .heading {
	margin-bottom: 20px;
}
/* 人材事業タブ（.q-human）のみ：クリック領域をボタン全体に拡張 */
.q-human .tab__item {
	padding: 0;
}
.q-human .tab__item a,
.q-human .tab__item span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	color: inherit;
}
@media (max-width: 768px) {
	.flame {
		border: none;
	}
	.q-human .tab__item a,
	.q-human .tab__item span {
		padding: 15px 20px;
	}
}

/* style.css の `.q-human.tab6_title_wrapper` は子孫セレクタになっていないため補正 */
.q-human .tab6_title_wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 768px) {
	.q-human .tab6_title_wrapper {
		flex-flow: column nowrap;
		justify-content: center;
	}
}