/* Service
=========================================================================
=========================================================================*/
#service main {
	padding: 62px 0 205px;
}
/* ----- page title ----- */
#service main #page_title {
	position: relative;
	margin-bottom: 45px;
	width: 100%;
	height: 520px;
	background: url('../img/service/title_bg.jpg') center center no-repeat;
	background-size: cover;
}
#service main #page_title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#service main #page_title .inner {
	display: table;
	height: 100%;
	z-index: 2;
}
#service main #page_title .title_text {
	display: table-cell;
  vertical-align: middle;
}
#service main #page_title h1 {
	margin-bottom: .5em;
	font-weight: 900;
	font-size: 5.4rem;
	line-height: 1.1em;
	color: #fe9b00;
}
#service main #page_title h2 {
	margin-bottom: .5em;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.5em;
	color: #FFF;
}
#service main #page_title p {
	width: 652px;
	font-size: 1.8rem;
	line-height: 1.6em;
	color: #FFF;
}
/* ----- contents ----- */
#service main #contents {
	position: relative;
}
#service main #contents .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	background-image: repeating-linear-gradient(
    90deg,
    #f5f5f5 0, #f5f5f5 5px,
    #ffffff 5px, #ffffff 10px);
}
#service main #contents .box.reverse {
	flex-direction: row-reverse;
}
#service main #contents .box .info {
	padding: 15px 7%;
	width: calc(648 / 1200 * 100%);
}
#service main #contents .box figure {
	width: calc(552 / 1200 * 100%);
}
#service main #contents h3 {
	margin-bottom: .5em;
	font-weight: 900;
	font-size: 5.4rem;
	line-height: 1.1em;
	color: #fe9b00;
}
#service main #contents p {
	font-size: 1.8rem;
	line-height: 1.5em;
	text-shadow: 5px 5px 5px #FFF;
}

 /*  SP（767px）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	#service main {
		padding: 60px 0 70px;
	}
	/* ----- page title ----- */
	#service main #page_title {
		height: 160px;
		margin-bottom: 20px;
		background: url('../img/service/title_bg@2x.jpg') center center no-repeat;
		background-size: cover;
	}
	#service main #page_title .title_text {
		vertical-align: top;
		padding-top: 25px;
	}
	#service main #page_title h1 {
		font-size: 2.7rem;
	}
	#service main #page_title h2 {
		font-size: 1.4rem;
	}
	/* ----- contents ----- */
	#service main #contents .box {
		display: block;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 40px;
		background-image: repeating-linear-gradient(
    90deg,
    #f5f5f5 0, #f5f5f5 3px,
    #ffffff 3px, #ffffff 6px);
	}
	#service main #contents .box .info {
		padding: 15px 20px;
		width: 100%;
	}
	#service main #contents .box figure {
		width: 100%;
	}
	#service main #contents h3 {
		font-size: 2.7rem;
	}
	#service main #contents p {
		font-size: 1.3rem;
	}
}
