@charset "utf-8";
html, body, .container {
	height: 100%;
}
* {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,Arial,sans-serif
}
h1,h2,h3,h4,h5,ul>li>a {
/*	font-family: 'Open Sans', sans-serif;*/
}

h2 {
	font-size: 4em;
	font-weight: normal;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}





.container {
	margin: 0 auto;
}
.container section {
	overflow: hidden;
	text-align: center;
}
.container section > img {
	position: absolute;
	max-width: 100%;
	z-index: 1;
}
.container section img {
	width: 100%;
}
.section .inner {
	position: relative;
	width: 100%;
	height: 100%;
}



.navi {
	text-shadow: 0 1px 3px black;
}



.container section .btn_down {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.container section .btn_down img {
	margin: 0 auto 1em;
	width: 100px;
	opacity: .7;
}




.message {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: .75em;
	color: white;
}
.message .jp {
	margin-bottom : 5em;
}
.message .en {
}
.message p {
	margin: 0 0 1em;
}


.container section h2 {
	margin: 0 auto .25em;
	padding-top: .75em;
}

.container .section.top h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	font-size: 6em;
	font-weight: thin;
	color: white;
	line-height: 1;
	text-align: center;
}
.container .section.top .title img {
	width: 140px;
	display: block;
	margin: 0 auto;
}
.top ul {
	position: absolute;
	top: 50%;
	left: 10%;
	list-style: none;
}
.top ul li a {
	color: white;
	font-size: 3em;
}
.about .inner .fp-tableCell,
.internet .inner .fp-tableCell,
.system .inner .fp-tableCell {
	vertical-align: top;
}

.section.about {
	background: transparent url('../images/bg_about.jpg') no-repeat center top;
	background-size: cover;
}
.section.internet {
	background: transparent url('../images/bg_internet.jpg') no-repeat center top;
	background-size: cover;
}
.section.system {
	background: transparent url('../images/bg_system.jpg') no-repeat center top;
	background-size: cover;
}
.section.recruit {
	background: transparent url('../images/bg_recruit.jpg') no-repeat center top;
	background-size: cover;
}
.about .message {
	color: #222222;
	text-shadow: 0 1px 3px gray;
}
.about .access h2 {
}
.about .access iframe {
}

.internet .message,
.system .message {
	text-shadow: 0 1px 3px black;
}


/**
 * 	Corporate
 */
.corporate {
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.corporate .message {
		max-width: 600px;
	}
}
.corporate table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 .5em;
}
.corporate table th,
.corporate table td {
	text-align: left;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: rgba(255,255,255,.45);
	padding: .5em 1em;
}
.corporate table th {
	border-radius: 5px 0 0 5px;
}
.corporate table td {
	border-radius: 0 5px 5px 0;
}
@media only screen and (min-width:768px){
	.corporate table td .tel:after {
		content: " / ";
	}
}
.corporate table td img {
	width: auto;
	float: right;
}
.corporate .products ul {
	list-style: none;
}
.corporate .vbtn {
	transition: background-color .5s ease-in;
}
.corporate .vbtn:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,.75);
}
.about .access iframe {
	border: 1px solid #ddd;
}



/**
 * 	Internet
 */
.internet h2 {
	color: white;
}
.internet .message p {
	margin: 0 auto .5em;
}
.system h2 {
	color: white;
}
.contact h2 {
	color: white;
}


/**
 * 	Recruit
 */
.recruit {
	
}
@media only screen and (max-width:800px){
	.recruit .corporate .fp-tableCell {
		vertical-align: top;
	}
	.container section.recruit h2 {
		margin: 1em 0 .5em;
	}	
}

.container section.recruit h2 {
	font-size: 2em;
	line-height: 1;
	color: black;
	padding-top: 0;
}

.container section.recruit .corporate:first-child h2 {
	font-size: 3.5em;
	text-shadow: 0 1px 3px rgba(255,255,255,.75);
}
.recruit .message {
	max-width: 980px;
	color: black;
}
.recruit .message .topic {
    width: 99%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 1em;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.recruit .message .topic h3 {
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	color: black;
}
.recruit .message .topic .text {
	width: 70%;
	float: left;
}
.recruit .message .topic .thumb {
	width: 29%;
	float: right;
}
.recruit .form_buttons .tray {
	overflow: hidden;
}


/**
 * 	求人トップタイル状リスト
 */
.recruit .message ul.block {
	list-style: none;
}
.recruit .message  ul.block li {
	width: 49%;
    margin: 1em .5% 0;
    padding: 1em;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-radius: 4px;
	float: left;
	text-align: left;
}
.recruit .message  ul.block li a {
	color: black;
	text-align: left;
	display: block;
}
.recruit .message ul.block li h4 {
    font-size: 1.6em;
    text-align: left;
    border-bottom: 1px solid #999;
    margin-bottom: .5em;
}
.recruit .message ul.block li h4 .fa {
	float: right;
}
.recruit .message ul.block li img {
    width: 50%;
    float: left;
    margin-right: 1em;
}
.recruit .message ul.block .more {
	width: auto;
    max-width: 216px;
	margin: 0 auto;
    padding: 1px 5px;
    display: block;
    border-radius: 4px;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    float: right;
    font-size: .65em;
    font-weight: normal;
    color: white;
    text-align: center;
}


.recruit .message .thumb {
	width: 70%;
	max-width: 348px;
	margin: 0 auto;
	display: block;
	float: none;
}

/**
 * 	求人項目テーブル
 */
.recruit table {
	width: 49%;
	margin: 0 .5%;
	float: left;
}
.recruit table th,
.recruit table td {
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
	color: black;
}
.recruit table th {
	width: 9em;
}
hr {
	height: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 9px;
}
.recruit .button {
    display: block;
    width: 100%;
    color: white;
    font-size: 1.6em;
    line-height: 1;
    border: 1px solid rgb(169,3,41);
    border-radius: 4px;
    padding: .25em;
    text-align: center;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}



.form_buttons {
    width: 99%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 2em 1em;
    margin: 0 auto 1em;
    text-align: left;
    overflow: hidden;
}

.button.submit,
.button.gray {
	width: 49%;
	margin: 0 .5%;
	padding: .5em;
	float: left;
}
.button.gray {
	border: 1px solid #999;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1)));
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	color: #666;
}
.link {
	text-align: center;
}




/**
 * 	左右スライド遷移用アイコン
 */
body .fp-controlArrow.fp-prev {
	border-color: transparent rgba(0,0,0,.5) transparent transparent;
	transition: border-color .5s ease-in;
}
body .fp-controlArrow.fp-next {
	border-color: transparent transparent transparent rgba(0,0,0,.5);
	transition: border-color .5s ease-in;
}
.fp-controlArrow.fp-prev:hover {
	border-color: transparent rgba(0,0,0,.75) transparent transparent;
}
.fp-controlArrow.fp-next:hover {
	border-color: transparent transparent transparent rgba(0,0,0,.75);
}










/**
 * 	footer
 */
.fp-viewing-0 .footer,
.fp-viewing-top .footer {
	opacity: 0;
	transition: opacity .25s ease-in;
}
.footer {
	position: absolute;
	bottom: 3em;
	right: 3em;
}
.footer a {
	width: 70px;
	height: 70px;
	display: block;
	float: right;
}
.footer a img.gotop {
	width: 100%;
}