@charset "UTF-8";

/* ヒーローエリア */
.hero {
	background-image: url(../img/hero-busi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 554px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero .container {
	padding: 0px 30px;
}

.hero .container img.ttl {
	max-width: 439x;
	width: 100%;
	height: auto;
}

/* PRODUCT */
.busi {
	padding: 60px 30px;
}

.busi .container {
	display: block;
	max-width: 1200px;
	margin: 0px auto;
}

.busi h2,
.busi p.catch {
	text-align: center;
}

.busi h2 {
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}

.busi p.catch {
	margin-bottom: 60px;
}

.busi div.head {
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
}

.busi h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
}

.busi h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}

.busi p {
	margin-bottom: 24px;
}

.busi img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.busi img:last-child {
	margin-bottom: 0px;
}

.busi ul {
	margin-bottom: 24px;
}

.busi ul li:first-child {
	margin-bottom: 5px;
}

.busi ul li img {
	display: inline-block;
	width: 28px;
	height: auto;
	vertical-align: middle;
}

.busi ul li a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 15px;
}

.busi ul li a.btn1 {
	background: #f19149;
}

.busi ul li a.btn2 {
	background: #7e6b5a;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	.busi ul {
	display: flex;
	justify-content: flex-end;
	}
	.busi ul li:first-child {
	margin-right: 5px;
	margin-bottom: 0px;
	}
}