@charset "UTF-8";

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

.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
============================*/
.top_img {
	width: 100%;
	background: url(../images/home/header/main_image.jpg) no-repeat center center;
	background-size: cover;
}

p.catch {
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-top: 500px;
	background: url(../images/home/header/main_frase.png) center center no-repeat;
}

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

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

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

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

h2 {
	padding-top: 46px;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 50px;
	background: url(../images/home/business/title.png) no-repeat center center;
}

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

#business {
	background: #fff;
}

.type {
	overflow: hidden;
	margin-bottom: 50px;
}

.type .inner:first-of-type {
	overflow: hidden;
	margin-bottom: 30px;
}

.type h3 {
	background: url(../images/home/business/bg01.png)top center no-repeat #0b409c;
	border: 2px solid #10316b;
	color: #fff;
	font-weight: bold;
	padding: 20px 0px;
	width: 300px;
	float: left;
}

.type p.lead {
	width: 680px;
	background: #f2f7ff;
	float: right;
	font-size: 24px;
	font-weight: bold;
	padding: 17px 0px;
}

.type .inner:nth-of-type(2) {
	overflow: hidden;
}

.type .inner:nth-of-type(2) img {
	float: left;
}

.type .inner:nth-of-type(2) p {
	width: 480px;
	text-align: left;
	float: right;
	padding-top: 30px;
}

p.flow {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/home/business/under_line.jpg) bottom left repeat-x;
	width: 340px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.type .inner:nth-of-type(3) {
	overflow: hidden;
	margin-bottom: 20px;
}

.type .inner:nth-of-type(3) img {
	float: left;
	margin: 0px 20px;
}

.type .inner:nth-of-type(3) p {
	float: right;
	width: 848px;
	text-align: left;
}

.fase {
	width: 980px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.fase:after {
	content: '';
	width: 980px;
	height: 0px;
	padding-top: 30px;
	background: url(../images/home/business/fase_arrow.png) center center no-repeat;
	position: absolute;
	top: 60px;
	left: 0px;
}

.fase li {
	width: 239px;
	display: block;
	float: left;
	margin-right: 8px;
	border: 2px solid #0b409c;
	padding-top: 131px;
}

.fase li:first-of-type {
	background: url(../images/home/business/fase01.jpg) center center no-repeat;
}

.fase li:nth-of-type(2) {
	background: url(../images/home/business/fase02.jpg) center center no-repeat;
}

.fase li:nth-of-type(3) {
	background: url(../images/home/business/fase03.jpg) center center no-repeat;
}

.fase li:nth-of-type(4) {
	background: url(../images/home/business/fase04.jpg) center center no-repeat;
}

.fase li:last-of-type {
	margin-right: 0px;
}

.fase li span {
	background:rgba(255,255,255,0.8);
	font-weight: bold;
	display: block;
}

#business .btn {
	width: 540px;
	overflow: hidden;
	margin: auto;
}

#business .btn li {
	float: left;
	margin-right: 20px;
}

#business .btn li:last-of-type {
	margin-right: 0px;
}

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

#works {
	background: #f2f7ff;
}

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

#works .inner {
	width: 800px;
}

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

#recruit {
	background: url(../images/home/recruit/bg.jpg) center 140px no-repeat #0b409c;
	background-size: 100%;
}

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

#recruit .inner {
	width: 800px;
}

#recruit p.lead {
	font-weight: bold;
	font-size: 20px;
	color: #fdbe34;
	margin-bottom: 16px;
}

#recruit > p:last-of-type {
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

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

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

#recruit table.info th {
	border-right: 10px solid #0b409c;
}

#recruit .inner img {
	float: right;
}

#recruit .btn li a {
    background-color: #f2f7ff;
	color: #0b409c;
}

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

#company {
	background: #fff;
}

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

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

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

#company #map {
	width: 480px;
	float: right;
	margin-top: 0px;
	height: 332px;
}

#company .btn {
	width: 540px;
	overflow: hidden;
	margin: auto;
}

#company .btn li {
	float: left;
	margin-right: 20px;
}

#company .btn li:last-of-type {
	margin-right: 0px;
}

@media only screen and (max-width: 768px) {

h2 {
	width: 31.466666666%;
	padding-top: 12.26666666%;
	margin: auto;
	margin-bottom: 20px;
	background-image: url(../images/home/business/title_sp.png);
	background-size: 100%;
}
	
/*============================
contents
============================*/
.top_img {
	margin-top: 60px;
	background: url(../images/home/header/main_image_sp.jpg);
	background-size: cover;
}

.top_img p.catch {
	padding-top: 122.666666666666%;
	width: 100%;
	background: url(../images/home/header/main_frase_sp.png) center center no-repeat;
	background-size: 76.26666666666%;
}
	
.primary .inner {
	width: 90.625%;
}
	
/*============================
business
============================*/

.type h3 {
	background: url(../images/home/business/bg01_sp.png)top center no-repeat #0b409c;
	width: 100%;
	float: none;
}

.type p.lead {
	width: 100%;
	float: none;
	font-size: 15px;
}

.type .inner:nth-of-type(2) img {
	float: none;
	width: 100%;
}

.type .inner:nth-of-type(2) p {
	width: 100%;
	float: none;
}

.type .inner:nth-of-type(3) img {
	display: none;
}

.type .inner:nth-of-type(3) p {
	float: none;
	width: 100%;
	background: url(../images/home/business/items_sp.png) center center no-repeat;
	background-size: 60%;
}

.fase {
	width: 92%;
}

.fase:after {
	display: none;
}

.fase li {
	width: 100%;
	float: none;
	margin-right: 0px;
	border: 2px solid #0b409c;
	padding-top: 66.956521739%;
	margin-bottom: 30px;
	position: relative;
}
	
.fase li:last-of-type {
	margin-bottom: 0px;
}
	
.fase li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #0b409c transparent transparent transparent;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;q
}
	
.fase li:last-of-type:after {
	display: none;
}

.fase li:first-of-type {
	background: url(../images/home/business/fase01_sp.jpg) center center no-repeat;
}

.fase li:nth-of-type(2) {
	background: url(../images/home/business/fase02_sp.jpg) center center no-repeat;
}

.fase li:nth-of-type(3) {
	background: url(../images/home/business/fase03_sp.jpg) center center no-repeat;
}

.fase li:nth-of-type(4) {
	background: url(../images/home/business/fase04_sp.jpg) center center no-repeat;
}

.fase li:last-of-type {
	margin-right: 0px;
}
	
.fase li span {
	padding: 20px;
}

#business .btn {
	width: 92%;
	overflow: hidden;
	margin: auto;
}

#business .btn li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

#business .btn li:last-of-type {
	margin-right: 0px;
}
	
#business .btn li a {
	height: 140px;
}

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

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

#works .inner {
	width: 92%;
}
	
#works .btn li a {
	margin-top: 42%;
	width: 92%;
}

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

#recruit {
	background: #0b409c;
}

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

#recruit .inner {
	width: 92%;
}

#recruit > p:last-of-type {
	width: 92%;
	margin: auto;
	text-align: left;
	margin-bottom: 30px;
}

#recruit .inner {
	width: 92%;
}

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

#recruit table.info th {
	border-right: 10px solid #0b409c;
}

#recruit .inner img {
	float: none;
	width: 100%;
	height: 0px;
	padding-top: 67.971914492%;
	overflow: hidden;
	background: url(../images/home/recruit/photo_sp.jpg) center center no-repeat;
	background-size: cover;
}

#recruit .btn li a {
	width: 92%;
}

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

#company .inner {
	width: 92%;
}

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

#company #map {
	width: 100%;
	float: none;
}

#company .btn {
	width: 92%;
	overflow: hidden;
	margin: auto;
}

#company .btn li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

#company .btn li:last-of-type {
	margin-right: 0px;
}
	
#company .btn li a {
	height: 140px;
}

}
