@charset "utf-8";
/* -----------------------------------------------------------
    サービス詳細
-------------------------------------------------------------- */
#service {
	background: #F1F3F8;
}

.pagetitle-area .basic-txt{
	font-size: 2.6rem;
	padding: 50px 0 0;
	width: 50%;
	color: #fff;
	font-weight: 700;
}

.pagetitle-area::after{
	content: '';
	position: absolute;
	background: url("../img/service-mv.jpg") no-repeat top center / cover;
	width: 1200px;
	height: 450px;
	display: block;
	/*
	top: 400px;
	*/
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.pagetitle-area::after{
		width: calc(100% - 40px);
		height: 200px;
		top: auto;
		margin: 35px auto 0;
	}
	
}


/*    service-area
-------------------------------------------------------------- */
.service-area{
    margin: 0 0 0;
    padding: 320px 0 100px;
	background: none;
}
.service-area::before{
	display: none;
}

.service-area .txt-area{
	color: #333;
}

.service-area .txt-area > div{
	width: 100%;
}

.service-area .section-title{
	display: none;
}

.service-area .section-catch{
	width: 800px;
}

.slide-wrap{
	margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
	.service-area{
		padding: 140px 0 40px;
	}
	.service-area .section-catch{
		width: 100%;
	}
	.service-area .basic-txt {
		display: block;
		padding: 15px 0 20px;
	}
	.service-list{
		margin: 0;
	}
	
	.slide-wrap{
		margin: 35px 0 0;
	}
}

/*  棒グラフ------------------------- */
.graph-box{
	margin: 40px 0 0;
}
.graph-box .title{
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Noto Sans JP', serif;
}
.service-area .graph-box .basic-txt{
	padding: 10px 0 0;
}
.percentage-bar-wrap{
	margin: 20px auto 50px;/* 余白 */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.percentage-bar-wrap > div:first-child{
	border-radius:4px 0 0 4px;
}
.percentage-bar-wrap > div:last-child{
	border-radius:0 4px 4px 0;
	margin-right: 0;
}
.percentage-bar{
	height: 50px;/* 棒高さ */
	margin-right: 2px;/* 棒余白 */
}
.percentage-bar-num{
	text-align:center;
	color:#fff;/* ラベル文字色 */
	line-height: 50px;
	font-weight: 600;/* ラベル文字太さ */
	font-size:2.3rem;/* ラベル文字サイズ */
	background: #0E6EB8;
	letter-spacing: .05em;
}
.percentage-bar:nth-child(even) .percentage-bar-num{
	background: #6FAFDF;
}

.percentage-bar-item{
	text-align:center;
	font-weight: 600;/* コンテンツ文字太さ */
	font-size:1.6rem;/* コンテンツ文字サイズ */
	margin-top:10px;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	.graph-box{
		margin: 0 0 0;
	}
	.percentage-bar-item{
		font-size:10px;
	}
	.percentage-bar-num{
		font-size: 1.6rem;
	}
}