@charset "UTF-8";

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

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

/*============================
top
============================*/
#top {
	position: absolute;
	top: 0;
	left: 0;
}

/*============================
container
============================*/
.bx-wrapper {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	background-color: #1D182D;
}

p.catch {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -238px;
	z-index: 999;
	padding-top: 125px;
	display: block;
	overflow: hidden;
	width: 477px;
	height: 0;
	background: url(../images/home/header/main_frase.png) no-repeat center center;
}

/*============================
container
============================*/
.container {
	position: relative;
}

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

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

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

h2 {
	width: 980px;
	height: 0;
	overflow: hidden;
	padding-top: 52px;
	background:
		url(../images/home/business/title.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
	margin: auto;
	margin-bottom: 50px;
}

/*============================
business
============================*/
#business > p {
	margin-bottom: 30px;
}

#business section {
	width: 980px;
	margin: auto;
	background: #f6f6f6;
	padding: 30px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#business section:first-of-type {
	margin-bottom: 30px;
}

#business section h3 {
	width: 450px;
	line-height: 45px;
	font-size: 24px;
	color: #4e4e4e;
	font-weight: bold;
	border-left: 4px solid #34b5e2;
	float: right;
	padding-left: 20px;
	margin-bottom: 15px;
}

#business section img {
	float: left;
}

#business section div.text {
	width: 450px;
	float: right;
}

#business section div.text p {
	margin-bottom: 15px;
}

#business section div.text p:last-of-type {
	margin-bottom: 0;
}

#business section a {
	display: block;
	width: 450px;
	border: 1px solid #34b5e2;
	background: url(../images/home/business/arrow.png) center right no-repeat #fff;
	background-position-x: 410px;
	display: block;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#refactory.delighter { 
	opacity: 0; 
	transition: all .75s ease-out; 
}

#refactory.delighter.started { 
	opacity: 1; 
}

#head_resistant.delighter { 
	opacity: 0; 
	transition: all .75s ease-out; 
}

#head_resistant.delighter.started { 
	opacity: 1; 
}

/*============================
result
============================*/
#result {
	background: #f6f6f6;
}

#result h2 {
		background:
		url(../images/home/result/title.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
}

.buildings {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.buildings.delighter { 
	opacity: 0; 
	transition: all .75s ease-out; 
}

.buildings.delighter.started { 
	transform: none; 
	opacity: 1; 
}

.buildings li {
	width: 312px;
	margin-right: 22px;
	float: left;
	padding: 30px;
	border: 1px solid #999999;
	background: #fff;
}

.buildings li:nth-of-type(3n) {
	margin-right: 0;
}

.buildings li p {
	width: 100%;
	line-height: 54px;
	background: #34b5e2;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.buildings li img {
	width: 100%;
	margin-bottom: 20px;
}

.buildings li table {
	text-align: left;
}

.buildings li table th {
	width: 90px;
}

#recruit h2 {
		background:
		url(../images/home/recruit/title.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
}

#recruit > p {
	margin-bottom: 30px;
}

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

#recruit div.inner .frame {
	display: block;
	width: 480px;
	height: 233px;
	background: url(../images/home/recruit/photo.jpg) center center no-repeat;
	background-size: cover;
	float: left;
}

#recruit div.inner table {
	width: 480px;
	float: right;
}

#recruit div.inner table tr {
	border-bottom: 2px solid #ebebeb;
}

#recruit div.inner table tr:first-of-type {
	border-top: 2px solid #ebebeb;
}

#recruit div.inner table td {
	padding: 15px 0;
	text-align: left;
}

#company {
	background: #f6f6f6;
}

#company h2 {
	background:
	url(../images/home/company/title.jpg) center center no-repeat,
	url(../images/common/contents/title_line.png) left center repeat-x;
}

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

#company .inner div.map {
	width: 480px;
	float: left;
	border: 2px solid #e0e0e0;
}

#company .inner div.map iframe{
	vertical-align: bottom;
}

#company .inner table {
	width: 480px;
	float: right;
}

table.info tr {
	padding: 0;
	padding-bottom: 12px;
}

table.info tr:last-of-type {
	padding-bottom: 0;
}

#company .info th {
	background: #bbbbbb;
}

@media only screen and (max-width: 768px) {
	
/*============================
container
============================*/
.main_image {
	height: inherit;
	text-align: center;
	position: relative;
	background: url(../images/home/header/main_image.jpg) no-repeat center center;
	background-size: cover;
}
	
.bx-wrapper {
	width: 100%;
	height: 300px;
	text-align: center;
	position: relative;
	background: url(../images/home/header/main_image.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

p.catch {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -238px;
	z-index: 999;
	padding-top: 480px;
	display: block;
	overflow: hidden;
	width: 477px;
	height: 0;
	background: url(../images/home/header/main_frase.png) no-repeat center center;
}

p.catch {
	padding-top: 20%;
	background: url(../images/home/header/main_frase_sp.png) no-repeat center center;
	background-size: 64.8%
}

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

.primary .inner {
	width: 89.33333333333%;
}
	
.primary article {
	padding: 40px 0;
}

h2 {
	width: 89.333333333333%;
	margin: auto;
	height: 0;
	overflow: hidden;
	padding-top: 10%;
	background:
		url(../images/home/business/title_sp.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
	margin-bottom: 30px;
	background-size: 
		34.933333333333%,
		6px;
}
	
.btn li {
	width: 89.333333333333%;
}

/*============================
business
============================*/
#business > p {
	width: 89.333333333333%;
	text-align: left;
	margin: auto;
	margin-bottom: 20px;
}
	
#business > p br {
	display: none;
}

#business section {
	width: 89.333333333333%;
}

#business section h3 {
	width: 100%;
}

#business section img {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

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

#business section a {
	display: block;
	width: 100%;
	background-position-x: 94%;
	position: inherit;
	bottom: inherit;
	right: inherit;
	margin-top: 30px;
}

/*============================
result
============================*/
#result {
	background: #f6f6f6;
}

#result h2 {
	background:
		url(../images/home/result/title_sp.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
	background-size: 
		34.933333333333%,
		6px;
}

.buildings {
	width: 89.333333333333%;
}

.buildings li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 22px;
	float: none;
	padding: 30px;
}

.buildings li:first-of-type,
.buildings li:nth-of-type(2),
.buildings li:nth-of-type(3) {
	margin-bottom: 22px;
}

.buildings li:nth-of-type(3n) {
	margin-right: 0;
}
	
.buildings li:last-of-type {
	margin-bottom: 0;
}

#recruit h2 {
	background:
		url(../images/home/recruit/title_sp.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
	background-size: 
		34.933333333333%,
		6px;
}

#recruit > p {
	width: 89.333333333333%;
	margin: auto;
	text-align: left;
	margin-bottom: 30px;
}
	
#recruit > p br {
	display: none;
}

#recruit div.inner {
	width: 89.33333333333%;
	overflow: hidden;
}

#recruit div.inner .frame {
	width: 100%;
	height: 0;
	padding-top: 44.776119402%;
	background: url(../images/home/recruit/photo_sp.jpg) center center no-repeat;
	background-size: cover;
	float: none;
	margin-bottom: 20px;
}

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

#company h2 {
	background:
		url(../images/home/company/title_sp.jpg) center center no-repeat,
		url(../images/common/contents/title_line.png) left center repeat-x;
	background-size: 
		34.933333333333%,
		6px;
}

#company .inner {
	width: 89.33333333333333%;
}

#company .inner div.map {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

#company .inner div.map iframe{
	vertical-align: bottom;
}

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

}