@charset "UTF-8";

/*============================
loading
============================*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: #7ad262;
}

.loader,
.loader:after {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -30px;
}

.loader {
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid #333;
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
	border-left: 5px solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
 		-webkit-transform: rotate(0deg);
 		transform: rotate(0deg);
	}
 	100% {
 		-webkit-transform: rotate(360deg);
 		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
 		-webkit-transform: rotate(0deg);
 		transform: rotate(0deg);
	}
 	100% {
 		-webkit-transform: rotate(360deg);
 		transform: rotate(360deg);
	}
}

/*============================
container
============================*/

.container {
	position: relative;
}

.primary {
	width: 100%;
	float: none;
	padding: 0;
}

.primary > article {
	width: 100%;
	padding: 80px 0;
}

article h2 {
	width: 980px;
	margin: auto;
	margin-bottom: 50px;
}

article h2 span {
	background: url(../images/home/business/title.png) center center no-repeat;
}

/*============================
business
============================*/

#business {
	background: url(../images/home/business/bg.jpg) center center no-repeat;
	background-size: cover;
}

#business h2 {
	margin-bottom: 0;
}

#business div.lead {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 250px;
	background: url(../images/home/business/craftman.png) center center no-repeat;
}

#business .detail {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 32.7%;
	background: url(../images/home/business/detail.jpg) center center no-repeat;
	background-size: contain;
}

/*============================
wrap
============================*/

.wrap {
	width: 100%;
	overflow: hidden;
}

/*============================
color_simulation
============================*/

#color_simulation {
	background-color: #ebffe6;
	width: 50%;
	float: left;
	padding: 80px 50px;
	height: 733px;
}

#color_simulation h2 {
	width: 100%;
}

#color_simulation h2 span {
	background: url(../images/home/color_simulation/title.png) center center no-repeat;
	background-position-x: 10px;
}

#color_simulation > p {
	text-align: left;
	margin-bottom: 20px;
}

#color_simulation > img {
	width: 100%;
}

#color_simulation .btn li {
	width: 100%;
}



/*============================
flow
============================*/

#flow {
	background-color: #fff6f0;
	width: 50%;
	float: right;
	padding: 80px 50px;
	height: 733px;
}

#flow h2 {
	width: 100%;
}

#flow h2 span {
	background: url(../images/home/flow/title.png) center center no-repeat;
	background-position-x: 10px;
}

#flow p {
	margin-bottom: 20px;
	text-align: left;
}

#flow > img {
	width: 100%;
}

#flow .btn li {
	width: 100%;
}

#flow .btn li {
	
}

/*============================
works
============================*/

#works {
	background: url(../images/home/works/bg.jpg) center center no-repeat;
	background-size: cover;
}

#works h2 span {
	background: url(../images/home/works/title.png) center center no-repeat;
}

#works .before_after {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 450px;
	background: url(../images/home/works/before_after.png) center center no-repeat;
}

/*============================
recruit
============================*/

#recruit {
	background: url(../images/home/recruit/bg.jpg) center center no-repeat;
	background-size: cover;
}

#recruit h2 span {
	background: url(../images/home/recruit/title.png) center center no-repeat;
}

#recruit .lead {
	height: 0;
	overflow: hidden;
	padding-top: 134px;
	background: url(../images/home/recruit/lead.png) center center no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}

#recruit .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

#recruit table.info {
	width: 480px;
	float: left;
	color: #242424;
}

#recruit table.info tr {
	border-top: 1px solid rgba(255,255,255,0.8);
}

#recruit table.info tr:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

#recruit table.info th {
	background: rgba(255,255,255,0.8);
	border-right: 10px solid #998874;
	color: #242424;
	font-size: 16px;
}

#recruit table.info td {
	background: rgba(255,255,255,0.8);
	width: 300px;
}

/*============================
company
============================*/

#company {
	background: url(../images/home/company/bg.png) bottom center no-repeat #fff;
	background-size: 100%;
}

#company h2 span {
	background: url(../images/home/company/title.png) center center no-repeat;
}

#company .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

#company table.info {
	width: 480px;
	float: left;
}

#company .president {
	width: 480px;
	float: right;
	overflow: hidden;
}

#company .president img {
	width: 240px;
	float: left;
}

#company .president .message {
	width: 240px;
	float: right;
	padding-left: 20px;
}

#company .president .message p {
	font-weight: bold;
	font-style: oblique;
	text-align: left;
}

#company .president .message .btn {
	margin-top: 20px;
}

#company .president .message .btn li {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	
/*============================
container
============================*/

article h2 {
	width: 92%;
	margin: auto;
	margin-bottom: 50px;
}

article h2 span {
	background: url(../images/home/business/title_sp.png) center center no-repeat;
	background-size: 90%;
}

.btn li {
	width: 92%;
}

/*============================
business
============================*/
	
#business h2 {
	margin-bottom: 40px;
}

#business div.lead {
	padding-top: 55.066666666666%;
	background: url(../images/home/business/craftman_sp.png) center center no-repeat;
	background-size: 92%;
	margin-bottom: 20px;
}

#business .detail {
	padding-top: 261.066666666666%;
	background: url(../images/home/business/detail_sp.jpg) center center no-repeat;
	background-size: contain;
}

/*============================
color_simulation
============================*/

#color_simulation {
	background-color: #ebffe6;
	width: 100%;
	float: none;
	padding: 80px 0;
	height: inherit;
}

#color_simulation h2 {
	width: 92%;
}

#color_simulation h2 span {
	background: url(../images/home/color_simulation/title_sp.png) center center no-repeat;
	background-size: 90%;
	background-position-x: center;
}

#color_simulation > p {
	width: 92%;
	margin: auto;
	margin-bottom: 30px;
}

#color_simulation > img {
	width: 93%;
}

#color_simulation .btn li {
	width: 92%;
}



/*============================
flow
============================*/

#flow {
	width: 100%;
	float: none;
	padding: 80px 0;
	height: inherit;
}

#flow h2 {
	width: 92%;
}

#flow h2 span {
	background: url(../images/home/flow/title_sp.png) center center no-repeat;
	background-size: 66%;
	background-position-x: 10%;
	
}

#flow p {
	width: 92%;
	margin: auto;
	margin-bottom: 20px;
}

#flow > img {
	width: 92%;
}

#flow .btn li {
	width: 92%;
}

/*============================
works
============================*/

#works h2 span {
	background: url(../images/home/works/title_sp.png) center center no-repeat;
	background-size: 90%;
}

#works .before_after {
	width: 92%;
	margin: auto;
	padding-top: 174%;
	background: url(../images/home/works/before_after_sp.png) center center no-repeat;
	background-size: contain;
}

/*============================
recruit
============================*/

#recruit {
	background: url(../images/home/recruit/bg_sp.jpg) center center no-repeat;
	background-size: cover;
}

#recruit h2 span {
	background: url(../images/home/recruit/title_sp.png) center center no-repeat;
	background-size: 90%;
}

#recruit .lead {
	padding-top: 55.46666666666%;
	background: url(../images/home/recruit/lead_sp.png) center center no-repeat;
	background-size: contain;
}

#recruit .inner {
	width: 92%;
}

#recruit table.info {
	width: 100%;
	float: none;
}



/*============================
company
============================*/

#company h2 span {
	background: url(../images/home/company/title_sp.png) center center no-repeat;
	background-size: 90%;
}

#company .inner {
	width: 92%;
}

#company table.info {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

#company .president {
	width: 100%;
	float: none;
}

#company .president img {
	width: 50%;
	float: none;
	margin-bottom: 20px;
}

#company .president .message {
	width: 100%;
	float: none;
	padding-left: 0;
}

	

}