@charset "UTF-8";

.index_hero_bg {
	width: 100%;
	background: url("/product/business/images/index_bg.jpg") 0 20% no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0;
	position: relative;
}

.index_hero {
	text-align: center;
	height: 300px;
	display: flex;
}

.index_hero_box {
	width: 100%;
	text-align: center;
	align-self: center;
}

.index_hero h1 {
	font-size: 4.0rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.breadcrumbs {
	padding: 20px 30px 0;
}

.breadcrumbs a {
	color: #3ba70b;
}

.gyousyu_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.gyousyu_box > div {
	text-align: center;
	border: 1px solid #DFE2DE;
	padding: 10px;
}

.gyousyu_box a {
	display: block;
	transition: .3s;
}

.gyousyu_box a:hover {
	opacity: 0.3;
}

.gyousyu_box h2 {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
}

.gyousyu_box img {
	width: 100%;
	margin: 0 0 10px;
}

@media screen and (max-width:1024px) {
	.gyousyu_box {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width:767px) {
	.index_hero {
		height: 200px;
	}

	.index_hero h1 {
		font-size: 2.6rem;
	}

	.breadcrumbs {
		padding: 20px 20px 0;
	}

	.gyousyu_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.gyousyu_box h2 {
		font-size: 1.2rem;
	}

}
