@charset "utf-8";

/* pagetitle：ページタイトル */
/* -------------------------------------------------- */
#pagetitle {
	width: 100%;
	height: 500px;
	background-image: url(../../img/service/ph1_pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 25px;
}

#pagetitleInner {
	padding: 80px 284px 80px 72px;
	background-color: #0185bc;
	position: absolute;
	bottom: -55px;
	left: 165px;
}

#pagetitleHead {
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 25px;
}

#pagetitleEn {
	font-family: 'Abel', sans-serif;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
}

@media all and (max-width: 1699px) {
	#pagetitle {
		height: 415px;
	}
	#pagetitleInner {
		padding: 66px 236px 66px 60px;
		bottom: -55px;
		left: 137px;
	}
	#pagetitleHead {
		font-size: 3.3rem;
	}
	#pagetitleEn {
		font-size: 1.7rem;
	}
}

@media all and (max-width: 1199px) {
	#pagetitle {
		height: 344px;
	}
	#pagetitleInner {
		padding: 55px 196px 55px 50px;
		bottom: -46px;
		left: 114px;
	}
}


/* blockhead：各コーナーの導入部分 */
/* -------------------------------------------------- */
.blockheadNumWrap {
	background-image: url(../../img/service/bg.png);
	width: 52%;
	height: 710px;
	position: relative;
}

.blockheadNum {
	font-size: 30rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: -0.050em;
	color: #0185bc;
	position: absolute;
	top: -15%;
	left: 15%;
}

.blockheadNum span {
	font-size: 9rem;
	line-height: 2.25;
	letter-spacing: 0;
	vertical-align: top;
	margin-left: 1%;
}

.blockheadBodyWrap {
	width: 75%;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -630px 0 0 auto;
	position: relative;
	z-index: 2;
}
	#s01 .blockheadBodyWrap {
		background-image: url(../../img/service/ph2_pc.jpg);
	}
	#s02 .blockheadBodyWrap {
		background-image: url(../../img/service/ph13_pc.jpg);
	}
	#s03 .blockheadBodyWrap {
		background-image: url(../../img/service/ph14_pc.jpg);
	}

.blockheadBody {
	width: 75%;
	height: 700px;
	display: table-cell;
	vertical-align: middle;
}

.blockheadBodyInner {
	width: 40%;
	background-color: #fff;
	padding: 4.7% 4.1%;
	margin: 0 0 0 auto;
}

.blockheadBodyTit {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.19;
	letter-spacing: 0.130em;
	text-align: center;
	margin-bottom: 1em;
}
	#s02 .blockheadBodyTit {
		font-size: 4rem;
		letter-spacing: 0;
	}
	#s03 .blockheadBodyTit {
		font-size: 4rem;
		letter-spacing: 0;
	}

.blockheadBodyTit span {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.100em;
}

.blockheadBodyTxt {
	font-size: 2.2rem;
	line-height: 1.818;
	letter-spacing: 0.020em;
}

/* 下マージン */
#s02 {
	margin-bottom: 230px;
}
#s03 {
	margin-bottom: 230px;
}

@media all and (max-width: 1699px) {
	.blockheadNumWrap {
		height: 590px;
	}
	.blockheadBody {
		height: 580px;
	}
	.blockheadBodyWrap {
		height: 580px;
		margin: -520px 0 0 auto;
	}
	.blockheadNum {
		font-size: 20rem;
	}
	.blockheadNum span {
		font-size: 7rem;
	}
	.blockheadBodyTit {
		font-size: 3.5rem;
	}
		#s02 .blockheadBodyTit {
			font-size: 3.3rem;
		}
		#s03 .blockheadBodyTit {
			font-size: 3.3rem;
		}
	
	.blockheadBodyTit span {
		font-size: 2.7rem;
	}
	.blockheadBodyTxt {
		font-size: 1.8rem;
	}
}


/* s01Body：選ばれる理由 */
/* -------------------------------------------------- */
#s01Body {
	background-color: #f8f8f8;
	border-bottom: solid 1px #ededed;
	margin-top: -70px;
	padding-top: 170px;
	margin-bottom: 100px;
}

#s01BodyTit {
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.100em;
	text-align: center;
	margin-bottom: 160px;
	position: relative;
}

#s01BodyTit span {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	color: #0185bc;
}

#s01BodyTit:after {
	display: block;
	content: "";
	width: 89px;
	height: 101px;
	background-image: url(../../img/service/ic1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -115px;
	margin-left: calc(-89px/2);
}

.s01BodyTitSub {
	font-family: 'DIN Alternate', sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0.100em;
	text-align: center;
	vertical-align: middle;
	width: 700px;
	height: 100px;
	margin: 0 auto 100px;
	background-image: url(../../img/service/bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.s01BodyTitSub span {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	border-left: solid 1px;
	padding-left: 0.75em;
	margin-left: 0.75em;
}

/* リスト */
.reason {
	width: 100%;
	padding: 0 9%;
	text-align: center;
}

.reason ul {
	letter-spacing: -.4em;
	width: 100%;
}

.reason ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.3% 100px;
	width: calc(50% - 2.3%*2);
	height: 38vw;
	position: relative;
}

.reasonA .reasonBody {
	width: 90%;
	height: 13.5vw;
	border-left: solid 1px #0185bc;
	border-bottom: solid 1px #0185bc;
	padding: 7% 7% 0;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
}

.reasonB .reasonBody {
	width: 90%;
	height: 25vw;
	border-right: solid 1px #0185bc;
	border-top: solid 1px #0185bc;
	padding: 7% 7% 0;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}

.reasonBodyTit {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 1em;
}

.reasonBodyTxt {
	font-size: 2.2rem;
	line-height: 1.364;
	letter-spacing: 0.100em;
}

.reasonA .reasonImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
	z-index: 2;
}

.reasonB .reasonImg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 93%;
	z-index: 2;
}

.reasonImg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media all and (max-width: 1699px) {
	.reasonBodyTit {
		font-size: 2.3rem;
	}
	.reasonBodyTxt {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 1499px) {
	.reasonBodyTit {
		font-size: 1.9rem;
	}
	.reasonBodyTxt {
		font-size: 1.5rem;
	}
}


/* 車両紹介 */
/* -------------------------------------------------- */
#carlist {
	padding: 0 9%;
	margin-bottom: 80px;
}

#carlist ul {
	letter-spacing: -.4em;
}

#carlist ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	width: 33.33%;
	border-left: solid 1px #262626;
	padding: 0 2.3% 1.6%;
}

#carlist ul li:last-child {
	border-right: solid 1px #262626;
}

.carlistImgWrap {
	display: table;
	width: 100%;
}

.carlistImg {
	height: 17.5vw;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.carlistImg img {
	width: 100%;
	height: auto;
}

.carlistImg.mini img {
	width: 90%;
	height: auto;
}

.carlistImg.mini2 img {
	width: 80%;
	height: auto;
}

.carlistBodyTit {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 0.75em;
}

.carlistBodyNum {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.230em;
	background-color: #f1f1f1;
	padding: 15px 20px;
}

.carlistBodyTxt {
	font-size: 2.2rem;
	line-height: 1.818;
	letter-spacing: 0;
}

/* 1台目だけ幅100 */
#carlist ul li.carlistW100 {
	width: 100%;
	border-left: none;
	display: table;
	margin-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
}

#carlist ul li.carlistW100 .carlistImgWrap {
	display: table-cell;
	width: 43.5%;
	text-align: center;
	vertical-align: middle;
}

#carlist ul li.carlistW100 .carlistImg {
	height: auto;
	display: inline-block;
}

#carlist ul li.carlistW100 .carlistImg {
	width: 100%;
	height: auto;
	padding-right: 10%;
}

#carlist ul li.carlistW100 .carlistBody {
	display: table-cell;
	vertical-align: top;
}

#carlist ul li.carlistW100 .carlistBodyTit {
	font-size: 3rem;
}

#carlist ul li.carlistW100 .carlistBodyNum {
	font-size: 2.2rem;
	margin-bottom: 1em;
}

@media all and (max-width: 1699px) {
	.carlistBodyTit {
		font-size: 2.3rem;
	}
	.carlistBodyNum {
		font-size: 1.7rem;
	}
	.carlistBodyTxt {
		font-size: 1.8rem;
	}
	#carlist ul li.carlistW100 .carlistBodyTit {
		font-size: 2.5rem;
	}
	#carlist ul li.carlistW100 .carlistBodyNum {
		font-size: 1.8rem;
	}
}


/* 対応エリア */
/* -------------------------------------------------- */
#area {
	width: 100%;
	background-color: #e2f0f5;
	padding-left: 5.2%;
	padding-bottom: 3.4%;
	margin-bottom: 230px;
}

#areaInner {
	width: 100%;
	height: 33vw;
	background-image: url(../../img/service/fig1_pc.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 75% auto;
}

#areaHead {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.100em;
	color: #015dbc;
	padding-top: 7.8%;
	margin-bottom: 0.75em;
}

#areaTxt1 {
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.100em;
	color: #0185bc;
	margin-bottom: 0.75em;
}

#areaTxt2 {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0em;
}

@media all and (max-width: 1699px) {
	#areaInner {
		background-size: 65% auto;
	}
	#areaHead {
		font-size: 3.3rem;
	}
	#areaTxt1 {
		font-size: 2.9rem;
	}
	#areaTxt2 {
		font-size: 1.9rem;
	}
}

.otherVehcles {
	padding: 20px 20px 0 0;
	letter-spacing: normal;
	font-size: 2rem;
	text-align: right;
}
