@charset "utf-8";
/* CSS Document */

/* :::::::::::::::::::
	
	Commmon
	
:::::::::::::::::::::: */

/*==================================================================================

Body

==================================================================================*/

* {
	margin: 0;
	padding: 0;
}

html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 2;
	color: #333;
	background: #fff;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
}

img {
	vertical-align: bottom;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #333;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

hr {
	width: 100%;
	margin-bottom: 2%;
	background: -moz-linear-gradient(left, rgba(225,122,0,1) 0%, rgba(253,208,0,0.7) 30%, rgba(255,241,0,0.4) 60%, rgba(255,251,199,0.1) 90%, rgba(255,251,199,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(225,122,0,1) 0%,rgba(253,208,0,0.7) 30%,rgba(255,241,0,0.4) 60%,rgba(255,251,199,0.1) 90%,rgba(255,251,199,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(225,122,0,1) 0%,rgba(253,208,0,0.7) 30%,rgba(255,241,0,0.4) 60%,rgba(255,251,199,0.1) 90%,rgba(255,251,199,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17a00', endColorstr='#00fffbc7',GradientType=1 ); /* IE6-9 */
	height: 3px;
	border: 0;
}

/*
Clearfix
-------------------------------------------------- */

.clearfix:after {
	display: block; 
	clear: both;
	height: 0px; 
	visibility: hidden;
	content: "."; 
}

/*
Container
-------------------------------------------------- */

#contents-area {
	margin: 0 auto;
	padding: 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.contents {
	margin: 0 auto;
	padding: 4% 0;
}

.belt {
	background: url(../images/belt.jpg) center no-repeat;
	background-size: cover;
}

.belt-white {
	background-color: #fff;
	background-size: cover;
}

/*.belt {
	background: #efefe2;
}*/

.contact-belt {
	background: url(../images/contact-belt.jpg) center;
	background-size: cover;
	height: 460px;
}

.contents-top {
	margin-top: 360px;
	margin-left: auto;
	margin-right: auto;
}

.contact-belt-top {
	background: url(../images/contact-belt-top.jpg) center;
	background-size: cover;
	margin-top: -240px;
	height: 840px;
}

/*==================================================================================

H2～h6

==================================================================================*/

/*
H2～h6
-------------------------------------------------- */

h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 1px #333;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.3;
}
h2 span {
	display: block;
	vertical-align: middle;
	text-align: center;
	font-family: 'Vollkorn', serif;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #009887;
	width: 100%;
	margin: 2% 0 0.5%;
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
}


/*==================================================================================

Video

==================================================================================*/

/*
Video
-------------------------------------------------- */

.masthead {
    position: relative;
    min-width: 100%;
	min-height: 100%;
}
.masthead-video {
    z-index: 0;
}

.masthead-overlay {
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
	left: 0;
    bottom: 0;
	right: 0;
    width: 100%;
    height: 100%;
}

h3.video-text span {
    display: block;
	margin-top: 1%;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 7px;
    opacity: 0.5;
}


/*==================================================================================

Scroll

==================================================================================*/

/*
Scroll
-------------------------------------------------- */

.scroll a {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 2;
	text-align: center;
	padding-top: 60px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	-webkit-transform: translate(0, -20%);
	transform: translate(0, -20%);
	text-decoration: none;
	-webkit-overflow-scrolling: touch;
}

.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.scroll2 {
	position: absolute;
	margin-top: -90px;
}

/*==================================================================================

Pankuzu

==================================================================================*/

.pankuzu {
	padding: 10px 0;
	background-color: #eee;
	z-index: 10;
}

/*
Breadcrumb
-------------------------------------------------- */

.syncer-brcb {
	overflow: hidden;
	list-style-type: none;
}

.syncer-brcb li {
	float: left ;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.syncer-brcb li a:hover {
	text-decoration: underline;
}

.syncer-brcb li:after {
	content: ">" ;
	padding: 0 8px ;
	font-weight: 400 ;
}

.syncer-brcb li:last-child:after {
	content: none ;
}


/*==================================================================================

Fade

==================================================================================*/

/*
Fade
-------------------------------------------------- */

/* 画面外にいる状態 */
.fade-in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms;
}
 
/* 画面内に入った状態 */
.fade-in.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
}


/*==================================================================================

Main

==================================================================================*/

/*
First-view
-------------------------------------------------- */

#first-view {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
}

.first-view-logo {
	position: relative;
}

.first-view-en1 {
	display: flex;
	justify-content: center;
}

.first-view-en2 {
	display: flex;
	justify-content: center;
}

.fv-txt-1{
	opacity: 0;
	width: 10%;
}

.fv-txt-2{
	opacity: 0;
	width: 10%;
}

.fv-txt-1:nth-child(1) {
	
    -moz-animation: example 0.2s ease 0.8s 1 forwards;
    -ms-animation: example 0.2s ease 0.8s 1 forwards;
    -o-animation: example 0.2s ease 0.8s 1 forwards;
	-webkit-animation: example 0.2s ease 0.8s 1 forwards;
	animation: example 0.2s ease 1.2s 1 forwards;
}

.fv-txt-1:nth-child(2) {
	-moz-animation: example 0.2s ease 1s 1 forwards;
    -ms-animation: example 0.2s ease 1s 1 forwards;
    -o-animation: example 0.2s ease 1s 1 forwards;
	-webkit-animation: example 0.2s ease 1s 1 forwards;
	animation: example 0.2s ease 1.4s 1 forwards;
}

.fv-txt-1:nth-child(3) {
	-moz-animation: example 0.2s ease 1.2s 1 forwards;
	-ms-animation: example 0.2s ease 1.2s 1 forwards;
	-o-animation: example 0.2s ease 1.2s 1 forwards;
	-webkit-animation: example 0.2s ease 1.2s 1 forwards;
	animation: example 0.2s ease 1.6s 1 forwards;
}

.fv-txt-1:nth-child(4) {
	-moz-animation: example 0.2s ease 1.4s 1 forwards;
	-ms-animation: example 0.2s ease 1.4s 1 forwards;
	-o-animation: example 0.2s ease 1.4s 1 forwards;
	-webkit-animation: example 0.2s ease 1.4s 1 forwards;
	animation: example 0.2s ease 1.8s 1 forwards;
}

.fv-txt-1:nth-child(5) {
	-moz-animation: example 0.2s ease 1.6s 1 forwards;
	-ms-animation: example 0.2s ease 1.6s 1 forwards;
	-o-animation: example 0.2s ease 1.6s 1 forwards;
	-webkit-animation: example 0.2s ease 1.6s 1 forwards;
	animation: example 0.2s ease 2s 1 forwards;
}

.fv-txt-1:nth-child(6) {
	-moz-animation: example 0.2s ease 1.8s 1 forwards;
	-ms-animation: example 0.2s ease 1.8s 1 forwards;
	-o-animation: example 0.2s ease 1.8s 1 forwards;
	-webkit-animation: example 0.2s ease 1.8s 1 forwards;
	animation: example 0.2s ease 2.2s 1 forwards;
}


.fv-txt-2:nth-child(1) {
	-moz-animation: example 0.2s ease 2.0s 1 forwards;
	-ms-animation: example 0.2s ease 2.0s 1 forwards;
	-o-animation: example 0.2s ease 2.0s 1 forwards;
	-webkit-animation: example 0.2s ease 2.0s 1 forwards;
	animation: example 0.2s ease 2.4s 1 forwards;
}

.fv-txt-2:nth-child(2) {
	-moz-animation: example 0.2s ease 2.2s 1 forwards;
	-ms-animation: example 0.2s ease 2.2s 1 forwards;
	-o-animation: example 0.2s ease 2.2s 1 forwards;
	-webkit-animation: example 0.2s ease 2.2s 1 forwards;
	animation: example 0.2s ease 2.6s 1 forwards;
}

.fv-txt-2:nth-child(3) {
	-moz-animation: example 0.2s ease 2.4s 1 forwards;
	-ms-animation: example 0.2s ease 2.4s 1 forwards;
	-o-animation: example 0.2s ease 2.4s 1 forwards;
	-webkit-animation: example 0.2s ease 2.4s 1 forwards;
	animation: example 0.2s ease 2.8s 1 forwards;
}

.fv-txt-2:nth-child(4) {
	-moz-animation: example 0.2s ease 2.6s 1 forwards;
	-ms-animation: example 0.2s ease 2.6s 1 forwards;
	-o-animation: example 0.2s ease 2.6s 1 forwards;
	-webkit-animation: example 0.2s ease 2.6s 1 forwards;
	animation: example 0.2s ease 3.0s 1 forwards;
}

.fv-txt-2:nth-child(5) {
	-moz-animation: example 0.2s ease 2.8s 1 forwards;
	-ms-animation: example 0.2s ease 2.8s 1 forwards;
	-o-animation: example 0.2s ease 2.8s 1 forwards;
	-webkit-animation: example 0.2s ease 2.8s 1 forwards;
	animation: example 0.2s ease 3.2s 1 forwards;
}

.fv-txt-2:nth-child(6) {
	-moz-animation: example 0.2s ease 3.0s 1 forwards;
	-ms-animation: example 0.2s ease 3.0s 1 forwards;
	-o-animation: example 0.2s ease 3.0s 1 forwards;
	-webkit-animation: example 0.2s ease 3.0s 1 forwards;
	animation: example 0.2s ease 3.4s 1 forwards;
}

@-o-keyframes example {
	
	100% {
		opacity: 1;
	}
  
}

@-webkit-keyframes example {
	
	100% {
		opacity: 1;
	}
  
}

@keyframes example {
	
	100% {
		opacity: 1;
	}
  
}

.fv-txt-en {
	width: 9%;
	height: 10%;
	margin-top: 5%;
	margin-left: 1%;
}

@media all and (-ms-high-contrast: none){
	
	#first-view {
		left: 35%;
	}

	.fv-txt-en {
		width: 5%;
	}

}

.moz-first-view {
	display: none;
}

@-moz-document url-prefix(){
	
	.moz-first-view {
		display: block;
	}
	
	.moz-first-view-txt {
		font-size: 80px;
	}
	
}

/*
Home-arrowSecWrap
-------------------------------------------------- */

.home-arrowSecWrap {
    background: url(../images/has/back.jpg) center top #111;
    background-size: cover;
}

.home-arrowSec {
    position: relative;
    color: #fff;
	top: 100px;
	width: 100%;
    min-height: 600px;
    height: 600px;
}

.home-arrowSec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
	z-index: 1;
}

.home-arrowSec-background {
    position: relative;
	top: 1900px;
	margin-top: -1800px;
	width: 100%;
    min-height: 1800px;
    height: 1800px;
}

.home-arrowSec-background:before {
	content: '';
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	margin: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
	z-index: 0;
}

.has-img1 {
	transform-origin: right;
	-webkit-transform: scaleX(0);
    transform: scaleX(0) ;
}

.has-img2 {
	transform-origin: left;
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.has-img3 {
	transform-origin: right;
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.has-img1.on {
	transition: 0.5s ease-in;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.has-img2.on {
	transition: 0.5s ease-in;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.has-img3.on {
	transition: 0.5s ease-in;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.has-img1:before {
	background-color: #000;
	background-image: url(../images/has/has1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.has-img2:before {
	background-color: #000;
	background-image: url(../images/has/has2.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.has-img3:before {
	background-color: #000;
	background-image: url(../images/has/has3.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.home-arrowSec-txtWrap-left {
    position: relative;
	left: 10%;
    width: 20%;
	max-width: 35%;
    z-index: 1;
}

.home-arrowSec-txtWrap-right {
    position: relative;
	left: 70%;
    width: 20%;
    z-index: 1;
}

.has-ttl1 {
	display: block;
	padding-top: 45%;
	text-align: center;
}

.has-ttl2 {
	display: block;
	padding-top: 3%;
	text-align: center;
}

.has-ttl3 {
	display: block;
	padding-top: 45%;
	text-align: center;
}

/*
Section
-------------------------------------------------- */

.section-company-img {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.section-company-img img {
	display: table-cell;
	width: 50%;
	margin: 0 auto;
	padding-top: 5%;
}

.section-h {
	padding-bottom: 3%;
	color: #fff;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 5% 0;
}

.section-company-txt {
	float: right;
	margin-top: 3%;
	color: #fff;
	width: 50%;
	padding: 5% 0;
	box-sizing: border-box;
}

/*
Company-button
-------------------------------------------------- */

.has-button {
	width: 200px;
	height: 50px;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;  
}

.has-button a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}

.has-button-eff {
	width: 200px;
	height: 50px;
	left: -200px;
	background: #00795e;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}

.has-button:hover .has-button-eff {
	left: 0;
}

.has-button:hover a {
	color: #fff;
}

.center {
	margin: -1% 0 2%;
}

/*==================================================================================

Contact-belt

==================================================================================*/

.contact-belt h3 {
	margin: 5% 0 3% 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.contact-belt-top h3 {
	margin: 5% 0 3% 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.contact-belt-button {
    width: 230px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
	font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    background: #00795e;
    border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
}

.contact-belt-button:hover {
    background: #009887;
	transition: all .5s ease;
}

/*==================================================================================

Head-title

==================================================================================*/

.head-title {
	padding: 4% 0;
	background: url(../images/belt-h1.jpg) no-repeat;
	background-size: cover;
}

.head-title h3 {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 36px;
	text-align: center;
	border-bottom: none;
}

.head-title p {
	color: #222;
	font-size: 16px;
	text-align: center;
}

/*==================================================================================

Map

==================================================================================*/

.map {
	width: 100%;
	height: 600px;
}



/*==================================================================================

Privacy

==================================================================================*/

h3.privacy-h {
	color: #009887;
	width: 100%;
	margin: 4% 0 0.5%;
	font-size: 20px;
	border-bottom: 2px solid #333;
}

.privacy-text span {
	font-size: 24px;
	color: #ff0000;
}

.privacy-text p {
	line-height: 2;	
}


/*==================================================================================

Footer

==================================================================================*/

/*
Footer
-------------------------------------------------- */

footer {
	position:relative;
	padding: 1% 0;
	border-top:1px solid #ccc;
	background: #fff;
}

footer a:hover {
	text-decoration: underline;
}

.footer-left {
	width: 45%;
	float: left;
	margin-top: 1%;
}

.footer-right {
	float: right;
	width: 55%;
	margin-top: 1%;
	text-align: right;
	font-size: 12px;
	color: #222;
}

.footer-right ul li {
	display: inline-block;
	padding: 0 1em;
	border-left: 1px #222 solid;
}

.footer-right li:first-child {
	padding-left: 0;
	border-left: none;
}
.footer-right ul li a {
	color: #222;
}

.footer-logo {
	width: 227px;
	margin-bottom: 15px;
}

.footer-logo img {
	width:227px;
}

#page-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 999;
}

#page-top img {
	width: 80px;
	height: 45px;
}

/* copyright */

#copyright {
	color: #222;
	font-size: 12px;
	text-align: center;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */


@media (max-width: 736px) {

/*
Container
-------------------------------------------------- */

	#contents-area {
		margin-top: -56px;
		padding-top: 56px;
	}
	
	#contents-area-underlayer {
		margin-top: 56px;
	}

	.container {
		width: 94%;
		margin: 0 auto;
	}

	.contents {
		margin: 0 auto;
		padding: 12% 0;
	}
	
	.contact-belt {
		background: url(../images/contact-belt.jpg) center;
		background-size: cover;
		height: 200px;
	}
	
	.contents-top {
		width: 94%;
		margin-top: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contact-belt-top {
		background: url(../images/contact-belt-top.jpg) center;
		background-size: cover;
		margin-top: -80px;
		height: 360px;
	}
	
	.top-recruit {
		margin-top: 18%;
	}

/*
H2～h6
-------------------------------------------------- */

	h2 {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		font-size: 36px;
		font-weight: normal;
		line-height: 1.3;
	}
	h2 span {
		display: block;
		vertical-align: middle;
		text-align: center;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 18px;
		font-weight: normal;
	}
	
	h3 {
		color: #009887;
		margin: 2% 0 0.5%;
		font-size: 16px;
		line-height: 1.5;
	}
	
	h4 {
		font-size: 20px;
	}
	
/*
First-view
-------------------------------------------------- */

	#first-view h2 {
		font-size: 26px;
	}
	
	.topfv-logo {
		width: 80%;
	}
	
	.fv-txt-en {
		margin-right: 0;
	}
	
/*
Video
-------------------------------------------------- */
	
	video {
		display: none;	
	}
	
	h3.video-text {
		position: absolute;
		width: 100%;
		font-weight: 400;
		font-size: 24px;
		text-align: center;
		height: 120px;
		line-height: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		color: #fff;
	}

	h3.video-text span {
		display: block;
		font-size: 14px;
		letter-spacing: 0.1em;
		font-weight: 400;
		text-transform: uppercase;
		padding-left: 7px;
		opacity: 0.5;
	}
	
/*
Scroll
-------------------------------------------------- */	
	
	.scroll2 {
		margin-top: -56px;
	}

/*
Pankuzu
-------------------------------------------------- */
	
	#pankuzu ul li {
		font-size: 11px;
		letter-spacing: 2px;
	}

/*
Page-header
-------------------------------------------------- */

	.page-header-company {
		height: 200px;
	}
	
	.page-header-contact {
		height: 200px;
	}
	
/*
Pagetop
-------------------------------------------------- */

	#pagetop {
		margin: 2% 0 5%;
	}
		
	#pagetop img {
		position: static;
		width: 15%;
	}

/*
Section-company
-------------------------------------------------- */

	.section-company-img {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
	
	.section-company-img img {
		display: table-cell;
		width: 50%;
		margin: 0 auto;
		padding-top: 0;
		text-align: center;
	}
	
	.section-company-txt {
		float: none;
		width: 100%;
		padding: 3% 0;
		box-sizing: border-box;
		margin-bottom: -60px;
	}
	
	.company-button {
		position: absolute;
		left: 0;
		right: 0;
		margin:0 auto;
		margin-top: 5%;
	}

/*
Home-arrowSecWrap
-------------------------------------------------- */

	.home-arrowSec {
		min-height: 400px;
		height: 400px;
	}
	
	.home-arrowSec-background {
		position: relative;
		top: 1290px;
		margin-top: -1190px;
		width: 100%;
		min-height: 1190px;
		height: 1190px;
	}
	
	.home-arrowSec-background:before {
		content: '';
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: skewY(-7deg);
		-ms-transform: skewY(-7deg);
		transform: skewY(-7deg);
		z-index: 0;
	}
	
	.has-img1:before {
		background-image: url(../images/has/has1-sm.jpg);
		background-size: auto 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
	
	.has-img2:before {
		background-image: url(../images/has/has2-sm.jpg);
		background-position: right top;
		background-size: auto 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
	
	.has-img3:before {
		background-image: url(../images/has/has3-sm.jpg) ;
		background-size: auto 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
		
	.home-arrowSec-txtWrap-left {
		width: 80%;
		max-width: 80%;
	}
	
	.home-arrowSec-txtWrap-right {
		left: 10%;
		width: 80%;
	}
	
	.has-ttl1 {
		display: inherit;
		padding-top: 30%;
		font-size: 30px;
	}
	
	.has-ttl2 {
		display: inherit;
		padding-top: 30%;
		font-size: 30px;
	}
	
	.has-ttl3 {
		display: inherit;
		padding-top: 30%;
		font-size: 30px;
	}
	
	.center {
		text-align: center;
	}
	
/*
Contact-belt
-------------------------------------------------- */

	.contact-belt h3 {
		margin: 0% 0 5% 0;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 1.5;
	}
	
	.contact-belt-top h3 {
		margin: 0% 0 5% 0;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 1.5;
	}
	
	.contact-belt-button {
		width: 230px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
		font-weight: bold;
		display: block;
		text-align: center;
		color: #fff;
		background: #00795e;
		border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
	}
	
	.contact-belt-button:hover {
		background: #009887;
		transition: all .5s ease;
	}

/*
Head-title
-------------------------------------------------- */

	.head-title h3 {
		font-size: 24px;
	}
	
	.head-title p {
		color: #222;
		font-size: 14px;
		text-align: left;
	}

/*
Map
-------------------------------------------------- */

	.map {
		height: auto;
	}

	.map iframe {
		width: 100%;
		height: 300px;
	}


/*
Privacy
-------------------------------------------------- */

	.privacy-text p {
		line-height: 1.5;	
	}


/*
Footer
-------------------------------------------------- */

	footer {
		position:relative;
		padding: 4% 0;
		border-top:1px solid #ccc;
		
	}
	
	.footer-left {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		box-sizing: border-box;	
	}
	
	.footer-right {
		float: none;
		width: 100%;
		margin-bottom: 2%;
		text-align: center;
		font-size: 12px;
	}
	
	.footer-right li:first-child {
		padding-left: 0;
		border-left: none;
	}
	
	.footer-logo {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.footer-logo img {
		width: 120px;
	}

	#page-top img {
		width: 52px;
		height: 29px;
	}
}

/* iPhone 横 */
@media screen and (min-width: 568px) {

/*
Container
-------------------------------------------------- */

	#contents-area {
		margin-top: -56px;
		padding-top: 56px;
	}
	
	#contents-area-underlayer {
		margin-top: 56px;
	}
		
	.container {
		width: 94%;
		margin: 0 auto;
	}
		
	.contents {
		margin: 0 auto;
		padding: 8% 0;
	}
	
	.contact-belt {
		background: url(../images/contact-belt.jpg) center;
		background-size: cover;
		height: 226px;
	}

/*
Pankuzu
-------------------------------------------------- */
	
	#pankuzu ul li {
		font-size: 12px;
		letter-spacing: 3px;
	}	
	
/*
Pagetop
-------------------------------------------------- */

	#pagetop {
		margin: 2% 0 5%;
	}
	
	#pagetop img {
		width: 10%;
	}

/*
Contact-belt
-------------------------------------------------- */

	.contact-belt h3 {
		margin: 0% 0 4% 0;
	}
}

/* iPad 縦 */
@media screen and (min-width: 768px) {

/*
Container
-------------------------------------------------- */
	
	#contents-area-underlayer {
		margin-top: 56px;
	}
		
	.container {
		width: 94%;
		margin: 0 auto;
	}
		
	.contents {
		margin: 0 auto;
		padding: 6% 0;
	}
	
	.contact-belt {
		background: url(../images/contact-belt.jpg) center;
		background-size: cover;
		height: 260px;
	}
	
/*
Pagetop
-------------------------------------------------- */

	#pagetop {
		margin: 0;
	}
	
	#pagetop img {
		width: 8%;
	}
	
/*
Contact-belt
-------------------------------------------------- */

	.contact-belt h3 {
		margin: 1% 0 3% 0;
		font-size: 24px;
	}

/*
Map
-------------------------------------------------- */

	.map {
		height: auto;
	}

	.map iframe {
		width: 100%;
		height: 400px;
	}

/*
Footer
-------------------------------------------------- */

	footer {
		position:relative;
		padding: 2% 0;
		border-top:1px solid #ccc;
	}
}

/* iPad 横 */
@media screen and (min-width: 992px) {

/*
Container
-------------------------------------------------- */

	.contact-belt {
		background: url(../images/contact-belt.jpg) center;
		background-size: cover;
		height: 310px;
	}

/*
Pagetop
-------------------------------------------------- */

	#pagetop img {
		width: 6%;
	}

/*
Our-contents
-------------------------------------------------- */
/*
	.our-contents {
		background: url(../images/bg_our_contents.jpg) no-repeat center center;
		background-size: cover;
		height: 610px;
		margin-top: 0;
		padding-top: 3%;
		transition: 0.3s;
	}
	
/*
Contact-belt
-------------------------------------------------- */

	.contact-belt h3 {
		margin: 1% 0 3% 0;
		font-size: 24px;
	}

}
	
@media screen and (min-width:737px) and (max-width: 1200px) {

/*
Container
-------------------------------------------------- */
	
	.contents-top {
		margin-top: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contact-belt-top {
		background: url(../images/contact-belt-top.jpg) center;
		background-size: cover;
		margin-top: -200px;
		height: 640px;
	}
	
	.top-recruit {
		margin-top: 10%;
	}

/*
Home-arrowSecWrap
-------------------------------------------------- */

	.home-arrowSec {
		min-height: 500px;
		height: 500px;
	}
	
	.home-arrowSec-background {
		position: relative;
		top: 1575px;
		margin-top: -1475px;
		width: 100%;
		min-height: 1475px;
		height: 1475px;
	}
	
	.home-arrowSec-background:before {
		content: '';
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: skewY(-7deg);
		-ms-transform: skewY(-7deg);
		transform: skewY(-7deg);
		z-index: 0;
	}
	
	.has-img1:before {
		background-image: url(../images/has/has1-sm.jpg);
		background-size: 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
	
	.has-img2:before {
		background-image: url(../images/has/has2-sm.jpg);
		background-position: right top;
		background-size: 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
	
	.has-img3:before {
		background-image: url(../images/has/has3-sm.jpg) ;
		background-size: 100%;
		webkit-filter: brightness(0.5);
    	-moz-filter: brightness(0.5);
    	-ms-filter: brightness(0.5);
    	filter: brightness(0.5);
	}
		
	.home-arrowSec-txtWrap-left {
		left: 15%;
		width: 70%;
		max-width: 70%;
	}
	
	.home-arrowSec-txtWrap-right {
		left: 15%;
		width: 70%;
	}
	
	.has-ttl1 {
		display: inherit;
		padding-top: 17%;
		font-size: 30px;
	}
	
	.has-ttl2 {
		display: inherit;
		padding-top: 17%;
		font-size: 30px;
	}
	
	.has-ttl3 {
		display: inherit;
		padding-top: 17%;
		font-size: 30px;
	}
	
	.center {
		text-align: center;
	}
	
	/*
Section-company
-------------------------------------------------- */

	.section-company-img {
		padding-top: 5%
	}
	
	.section-company-img img {
		padding-top: 5%;
	}
	
/*
Our-contents
-------------------------------------------------- */
/*
	.our-contents {
		padding-bottom: 5%
	}
	
	.our-container {
		font-size: 90%
	}
	
	.our-contents .our-container .our-box .menu .menu-inner .our-text {
		width: 90%;
	}

	.our-box {
		padding-bottom: 20%;
	}
*/
}

@media screen and (min-width: 1000px) {
	#contents-area {
		margin-top: -90px;
		padding-top: 90px;
	}
	
	#contents-area-underlayer {
		margin-top: 90px;
	}

}

@media screen and (min-width: 1200px) {

/*
Container
-------------------------------------------------- */

	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 4% 0;
	}
	
	.container {
		width: 1200px;
	}
	
	.contact-belt {
		background: url(../images/contact-belt.jpg) center;
		background-size: cover;
		height: 460px;
	}
	
/*
Pagetop
-------------------------------------------------- */

	#pagetop img {
		width: 4%;
	}

/*
Our-contents
-------------------------------------------------- */
/*
	.our-contents {
		background: url(../images/bg_our_contents.jpg) no-repeat center center;
		background-size: cover;
		height: 730px;
		margin-top: 0;
		padding-top: 3%;
		transition: 0.3s;
	}
*/
/*
Home-arrowSecWrap
-------------------------------------------------- */

	.center {
			text-align: center;
		}	

/*
Contact-belt
-------------------------------------------------- */

	.contact-belt h3 {
		margin: 5% 0 3% 0;
		color: #fff;
		font-size: 30px;
		text-align: center;
		line-height: 1.5;
	}
	
	.contact-belt-button {
		width: 230px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 18px;
		font-weight: bold;
		display: block;
		text-align: center;
		color: #fff;
		background: #00795e;
		border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
	}
	
	.contact-belt-button:hover {
		background: #009887;
		transition: all .5s ease;
	}
	
/*
Map
-------------------------------------------------- */	
	.map iframe {
		width: 100%;
		height: 600px;
	}

/*
Footer
-------------------------------------------------- */

	footer {
		position:relative;
		padding: 1% 0;
		border-top:1px solid #ccc;
	}
	
}

@media screen and (min-width:640px) and (max-width: 736px) {

	.has-img1:before {
		background-size: 100% 100%;
	}
	
	.has-img2:before {
		background-size: 100% 100%;
	}
	
	.has-img3:before {
		background-size: 100% 100%;
	}

}

@media screen and (min-width:415px) and (max-width: 736px) {

	.has-ttl1 {
		padding-top: 15%;
	}
	
	.has-ttl2 {
		padding-top: 15%;
	}
	
	.has-ttl3 {
		padding-top: 15%;
	}

}

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

	.fv-txt-en {
		width: 12%;
	}	

	.moz-first-view-txt {
		font-size: 36px;
	}
	
}
