@charset "UTF-8";
/*------------------------
事業案内
------------------------*/
.service {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.service::after {
	content:'';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 600'%3E%3Cpath d='M160 -30 L0 70 L120 130 L0 200 L120 270 L0 330 L120 400 L0 470 L120 530 L0 600' fill='none' stroke='%23fafafa' stroke-width='16' stroke-linejoin='miter' stroke-linecap='butt'/%3E%3C/svg%3E");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center top;
}
.service .inner {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.service .inner .block:not(:last-of-type) {
	margin-bottom: 100px;
}
.service .inner .ttl {
	margin-bottom: 20px;
}
.service .ttl .en {
	display: block;
	font-size: 2.4rem;
	color: var(--btncolor);
	line-height: 1;
	margin-bottom: 10px;
}
.service .ttl h2 {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
}
.service .inner .block h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--btncolor);
	margin-bottom: 10px;
}
.service .inner .block p {
	flex: 1;
	font-size: 1.8rem;
	text-align: justify;
	line-height: 1.66;
	margin-bottom: 30px;
}
.service .inner .block .img {
	width: 490px;
	height: auto;
	margin-left: 60px;
}
.service .inner .block .img img {
	width: 100%;
	height: 100%;
}
.service .inner .block .img .caption {
	display: block;
	padding-top: 5px;
}
@media screen and (max-width: 1240px) {
	.service .inner {
		width: 1160px;
	}
}