
div.mainimg {
	background: white url(images/top_mainimg.jpg) no-repeat center top 50px;
	background-size: cover;
	padding-bottom: 50px;
	width: 100%;
}

div.mainimg h1 {
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	padding: 20px 0 60px 20px;
	text-align: center;
}

div.mainimg h2 {
	padding: 0 10px 20px 10px;
	text-align: left;
}

div.mainimg h2 img {
	height: auto;
	width: 100%;
}

div.mainimg p {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

div.business h3 {
	font-size: 25px;
}

div.business div.used div.text {
	float: none;
	width: 100%;
}

div.business div.used ul.img {
	float: none;
	padding-top: 30px;
	width: 100%;
}

div.business div.used ul.img li {
	width: 33.1%;
}

div.business div.used ul.img li img {
	height: auto;
	width: 100%;
}

div.business div.after div.text {
	float: none;
	width: 100%;
}

div.business div.after div.img {
	float: none;
	padding-top: 30px;
	width: 100%;
}

div.business div.after div.img img {
	height: auto;
	width: 100%;;
}

div.search h2 {
	font-size: 30px;
}

div.company {
	background: url(images/top_company_bg.gif) no-repeat center top;
}

div.company ul.photos li {
	margin: 2px;
}

div.recruit {
	background: url(images/top_recruit_bg.gif) no-repeat center top;
}

div.recruit h2.img {
	color: white;
}

div.recruit h2.img::before,
div.recruit h2.img::after {
	background-color: white;
}

div.recruit p {
	color: white;
}

div.instagram h2 {
	border-bottom: 1px solid #cf0918;
	border-top: 1px solid #cf0918;
	font-size: 22px;
	padding: 5px;
	width: 100%;
}

div.instagram h2::before,
div.instagram h2::after {
	height: 0;
}

div.instagram h2::after {
	left: auto;
	right: 0;
}

div.instagram ul {
	display: flex;
	flex-wrap: wrap;
}

div.instagram ul li {
	padding: 1px;
	width: 20%;
}

div.instagram ul li a {
	display: block;
	text-decoration: none;
}

div.instagram ul li a img {
	height: 218px;
	object-fit: cover;
	width: 218px;
}