@charset "UTF-8";
/* ----------------------------------
   事業内容
   ---------------------------------- */
.business-item {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 60px;
}
.business-item__image { height: 180px;}
.business-item__body { padding: 5%;}
.business-item__title {
	margin-bottom: 16px;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
}
.business-item dt {
	padding-bottom: 4px;
	color: #d5b584;
	font-size: 15px;
	font-size: 1.5rem;
}
.business-item dd {
	margin: 0;
	padding: 8px 0;
}
.business-item ul {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}
.business-item li:before {
	display: inline-block;
	content: "";
	position: relative;
	top: -2px;
	width: 10px;
	height: 2px;
	margin-right: 8px;
	background: #d5b584;
	vertical-align: middle;
}
.business-item li ul {
	margin-bottom: 0;
	margin-left: 16px;
}
.business-item li ul li:before {
	width: 3px;
	height: 3px;
}
.business-item li a {
	display: inline-block;
	padding: .2em 0;
	text-decoration: none;
}
.business-item li a:hover { text-decoration: underline;}

.business-item[data-en]:before {
	content: attr(data-en);
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 1;
	color: rgba(204,204,204,.2);
	font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	font-kerning: normal;
	-webkit-font-kerning: normal;
	letter-spacing: -.02em;
}

@media screen and (max-width:60em) {
	.business-item[data-en]:before {
		right: 0;
		top: 170px;
		font-size: 70px;
	}
}
@media screen and (min-width:40.0625em) {
	.business-item__image { height: 300px;}
	.business-item__title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.business-item dt {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.business-item dd { margin-left: 1em;}
}
@media screen and (min-width:40.0625em) and (max-width:60em) {
	.business-item[data-en]:before {
		top: 285px;
		font-size: 100px;
	}
}
@media print, (min-width:60.0625em) {
	.business-item {
		display: table;
		width: 100%;
		height: 300px;
		margin-top: 0;
	}
	.business-item:first-of-type { margin-top: 80px; border-top: 1px solid #eee;}
	.business-item:last-of-type { border-bottom: 1px solid #eee;}
	.business-item:nth-of-type(even) { direction: rtl;}
	.business-item:nth-of-type(even) * { direction: ltr;}
	.business-item__image,
	.business-item__body {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.business-item__image {
		height: auto;
	}
	.business-item__body {
		position: relative;
		z-index: 1;
	}
	.business-item__title {
		margin-bottom: 24px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.business-item[data-en]:before {
		font-size: 130px;
	}
	.business-item[data-en]:nth-of-type(odd):before {
		right: 0;
		top: -.17em;
	}
	.business-item[data-en]:nth-of-type(even):before {
		left: 0;
		bottom: -.17em;
	}
}
