/*タイトル*/
.title {
	background: url("../images/development/title.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}
.title h1 {
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: .2rem;
}
@media screen and (min-width: 1024px) {
	.title {
		padding-top: 200px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 1023px) {
	.title {
		padding-top: 50px;
		padding-bottom: 50px;	
	}
}
.inner p {
	line-height: 2;
}

/*研修制度*/
.bg_color1, .bg_color2, .bg_color3, .bg_color4, .bg_color5 {
	font-weight: normal;
	padding: 5px;
	color: #fff;
	max-width: 160px;
	margin-top: 30px;
	text-align: center;
}