
main {
	background: url(images/top_mainimg.jpg) no-repeat center top;
}

div.mainimg {
	margin: 0 auto;
	padding-bottom: 160px;
	width: 1100px;
}

div.mainimg h1 {
	padding: 56px 0 150px 20px;
	text-align: left;
}

div.mainimg h2 {
	padding-bottom: 50px;
	text-align: left;
}

div.mainimg p {
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	text-shadow: 0 0 20px white,
	0 0 10px white,
	0 0 10px white,
	0 0 10px white,
	0 0 5px white,
	0 0 5px white,
	0 0 5px white;
}

div.business {
	background: black url(images/top_business_bg.gif) no-repeat center center;
	background-size: cover;
	color: white;
}

div.business h3 {
	font-size: 36px;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

div.business h3::after {
	background-color: #cf0918;
	bottom: 0;
	content: "";
	display: block;
	font-size: 36px;
	height: 5px;
	left: 0;
	position: absolute;
	width: 200px;
}

div.business div.used div.text {
	float: right;
	width: 550px;
}

div.business div.used ul.img {
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: space-between;
	width: 482px;
}

div.business div.used ul.img li {
	margin-bottom: 1px;
}

div.business div.after div.text {
	float: left;
	width: 550px;
}

div.business div.after div.img {
	float: right;
	width: 480px;
}

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

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

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 {
	font-size: 25px;
	margin: 0 auto;
	position: relative;
	width: 800px;
}

div.instagram h2::before,
div.instagram h2::after {
	background-color: #cf0918;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 18px;
	width: 200px;
}

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;
}