@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////
	提供サービス
////////////////////////////////////////*/

#service #sev_1{
	background: linear-gradient(to left ,#cce7ec 20% ,#96d0d8 40% ,#b8dfe4 60%,#96d0d8);
}
#service #sev_2{
	background: linear-gradient(to right ,#9fb6d8 20% ,#cce7ec,#b2dbe4,#96d0f5);
}
#service #sev_3{
	background: linear-gradient(to right ,#CCE7EC 20% ,#BEC9E0,#B8CBE4,#CCC2D8);
}
#service #sev_4{
	background: linear-gradient(to right ,#779BEB 20% ,#9BC9FF,#B8BFE4,#84B8EB);
}

#service{
	margin-top: 137px;
}
#service .service_wrap{
	position: relative;
	height: 380px;
	margin-bottom: 400px;
}
#service .service_wrap h2{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
#service .service_wrap h2 span{
	font-family: brandon-grotesque, sans-serif;
	font-weight: bold;
	font-size: 80px;
}
#service .service_wrap .service_txt{
	width: 1200px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 520px;
	height: 400px;
	position: absolute;
	top: 325px;
	
}
#service #sev_1 .service_txt{
	background-image: url("../img/service/service_image1.jpg");
}
#service #sev_3 .service_txt{
	background-image: url("../img/service/service_image3.jpg");
}
#service #sev_4 .service_txt{
	background-image: url("../img/service/service_image4.jpg");
}
#service .service_wrap .service_txt p{
	color: #333438;
	width: 600px;
	font-size: 120%;
	margin-top: 40px;
}



#service #sev_1 .blue_btn{
	margin-top: 240px;
}

#service #sev_2 .lead{
	color: #333438;
	font-size: 120%;
	margin-top:30px;
}

#service #sev_2 ul{
	display: flex;
	justify-content: center;
}
#service #sev_2 ul li{
	margin: 40px 15px;
	width: 320px;
}
#service #sev_2 h3{
	text-align: center;
	color: #003181;
	font-weight: bold;
	font-size: 44px;
	line-height: 1.4;
	border-bottom: 15px;
	font-family: brandon-grotesque, sans-serif;
}
#service #sev_2 h3 span{
	font-size: 28px;
	font-weight: bold;
}
#service #sev_2 .taisyou{
	background: #0f8fb8;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-top: 8px;
}
#service #sev_2 .setsumei{
	border: 1px solid #0f8fb8;
	border-bottom-right-radius: 15px;
	padding: 15px 35px;
	background: #fff;
	height: 153px;
}

#service #sev_2 ul li .setsumei p{
	margin: 5px 0;
	position: relative;
	padding-left: 1.4em;
	line-height: 1.4;
	
}
#service #sev_2 ul li .setsumei p::before{
	display: inline-block;
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	background: #0F8FB8;
}


#service #sev_2 .blue_btn span{
	display: block!important;
	text-align: center;
}

#service #sev_2 .blue_btn{
	position: absolute;
	top: 720px;
}

#service #sev_3.service_wrap{
	margin-bottom: 200px;
}

#service #sev_3 ul{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#service #sev_3 ul li{
	margin: 40px 15px;
}

#service #sev_3 ul li a{
	display: block;
	text-align: center;
	transition-duration: 0.3s;
}

#service #sev_3 ul li a div{
	height: 200px;
}

#service #sev_3 ul li a span{
	display: block;
	color: #616161;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}