@charset "UTF-8";
::before,
::after{
	padding:0;
	margin:0;
	box-sizing:border-box;
	}
ul,ol{
	list-style:none;
	}
a{
	color:inherit;
	text-decoration:none;
	}
body{
	margin:0;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:16px;
	color:#404040;
	line-height:1;
	background-image:url("service-image/service-background-image.jpg");
	background-position: top;
	background-attachment: fixed;
	background-size:cover;
	overflow-y: scroll;
	}
.wrap{
	overflow:hidden;
	}
	
.header{
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:70px;
		z-index:10;
		box-shadow:0 5px 10px rgba(0,0,0,0.05);
	}
.header-inner{
		padding-top:20px;
		padding-left:40px;
		padding-right:40px;
		display:flex;
	}
.header-logo{
		display:block;
	}
	
	.header-logo img{
		width: 90px;
	}
.header-site-menu{
		position:absolute;
		top:100%;
		left:0;
		right:0;
		color:#404040;
		background-color:#ffffff;
		opacity:0.8;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 2;
		font-weight:bold;
		display:none;
	}
	.toggle-menu-button{
		display:block;
		position:fixed;
		right:50px;
		width:30px;
		height:30px;
		top:20px;
		background-image:url("service-image/hamburger.png");
		background-size:90%;
		background-position:center;
		background-repeat:no-repeat;
		background-color:transparent;
		border:none;
		border-radious:0;
		outline:none;
		}
.header-site-menu.is-show{
		display:block;
	}

.service-title h2{
	text-align: center;
	font-weight:600;
	font-size: 20px;
	margin-top:-2em;
}
.service-title p{
	padding-top: 150px;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
}
.service-title h2 p{
	padding:0;
	margin:0;
	line-height:1.0;
}
.syoukai{
	text-align: center;
}
.career{
	background-image: url("service-image/white-square1.png");
	background-repeat: no-repeat;
	background-size:80%;
	background-position: center;
	padding-top: 60px;
}
h3{
	font-weight: 600;
	color:#0DA6F0;
}
.c{
	color:#0DA6F0;
}

p{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom:50px;
	line-height: 2;
	font-weight: 300;
}
.counceing{
	background-image:url("service-image/white-square2.png");
	background-repeat: no-repeat;
	background-size:80%;
	background-position:center;
	
	}
.c-honbun{
	padding-top: 40px;
}

.bus{
	background-image:url("service-image/white-square3.png");
	background-repeat: no-repeat;
	background-size:80%;
	background-position:center;
}
.d-honbun{
	padding-top: 40px;
}
.footer{
	padding-top: 100px;
}
.footer-logo img{
	width:230px;
	padding-left: 70px; 
	padding-right: 70px;
	}
.copyright{
	text-align: center;
	padding-bottom: 10px;
}

	