@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: top styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* --- 1.common --- */
body {
}
* img {
	max-width: 100%;
	height: auto;
}


/* --- header --- */

header {
	width: 100%;
	height: 100vh;
	position: relative;
}

#HeaderBox {
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 116px;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-size: 100px;
}

#HeaderBox h1 {
/*	float: left; --業者番号追加時に削除*/
	padding: 35px 35px 10px 35px;
}

#HeaderBox p{
/*    float: left;*/
    padding-left: 35px;
}

#HeaderBoxFixed {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
    height: 57px;
	background-color: #fff;
	border-bottom: solid 1px #008BAA;
}

#HeaderBoxFixed #Title {
	float: left;
	padding: 20px 20px;
}

.ContactBox {
	float: right;
    position: relative;
    top: -91px;
    right: 0;
	padding: 15px 20px;
}

.ContactBox img {
	padding: 0px 0px 0px 10px;
}

#HeaderBoxFixed .ContactBox{
    top:0;
}

@media screen and (min-width:601px) and (max-width: 800px) {
	.ContactBox {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.ContactBox {
		display: none;
	}
	header {
		width: 100%;
		height: inherit;
		position: relative;
	}
	#HeaderBox h1 {
/*		float: left;*/
		padding: 10px;
	}
    #HeaderBox p{
        padding-left: 10px;
    }
}

#TopSlideBox {
	width: 100%;
	height: 100vh;
}

#TopSlide li {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}
#TopSlide li img {
	display: none;
}

#TopSlide li:nth-child(1) {
	background-image: url(../images/top02.jpg);
}

#TopSlide li:nth-child(2) {
	background-image: url(../images/top04.jpg);
}

#TopSlide li:nth-child(3) {
	background-image: url(../images/top01.jpg);
}

#TopSlide li:nth-child(4) {
	background-image: url(../images/top03.jpg);
}

#Nichiriku {
    position: absolute;
    top: 85%;
    left: 10%;
	z-index: 999;
    margin-top: -8%;
	max-width: 20%;
}

#Nichiriku img {
	max-width: 100%;
	height: auto;
}

#Mechanic {
    position: absolute;
    top: 85%;
    right: 10%;
	z-index: 999;
    margin-top: -8%;
	max-width: 56%;
}

#Mechanic img {
	max-width: 100%;
	height: auto;
}

#Scroll {
    position: absolute;
    bottom: 2%;
    left: 50%;
	z-index: 99;
    margin-left: -33.5px;
}

@media screen and (min-width:601px) and (max-width: 800px) {
	#Nichiriku {
		top: 60%;
	}
	#Mechanic {
		top: 60%;
	}
	#Scroll {
		bottom: 15%;
	}
}

@media screen and (max-width: 600px) {
	#TopSlideBox {
		width: 100%;
		height: inherit;
	}

	#TopSlide li {
		height: inherit;
		background-image: none;
	}
	#TopSlide li img {
		display: block;
	}
	#Nichiriku {
		display: none;
	}

	#Mechanic {
		position: inherit;
		top: inherit;
		right: inherit;
		margin: 20px auto 20px auto;
		max-width: 70%;
	}

	#Mechanic img {
		max-width: 100%;
		height: auto;
	}
	#Scroll {
		display: none;
	}
}


/* --- footer --- */
#Jinzai {
    position: relative;
    max-width: 1000px;
	min-height: 1000px;
    margin: 0 auto;
}

#Jinzai h2 {
    position: absolute;
    top: 150px;
    right: 0;
	z-index: 999;
}

#Jinzai p.JinzaiText {
    position: absolute;
    top: 200px;
    left: 0;
    display: inline-block;
    font-size: 22px;
    color: #4D4D4D;
    letter-spacing: .2em;
    line-height: 2.3;
}

#Jinzai p.JinzaiImg1 {
    position: absolute;
    top: 450px;
    left: 20%;
}

#Jinzai p.JinzaiImg2 {
    position: absolute;
    top: 650px;
    left: 60%;
}

@media screen and (min-width:601px) and (max-width: 800px) {
	#Jinzai h2 {
		position: inherit;
		text-align: center;
		top: inherit;
		right: inherit;
		padding: 80px 0px 40px 0px;
	}
	#Jinzai p.JinzaiText {
		position: inherit;
		top: inherit;
		left: inherit;
		display: block;
		font-size: 16px;
		text-align: left;
		margin: 20px 10px;
	}
	#Jinzai p.JinzaiText br {
		display: none;
	}
	#Jinzai p.JinzaiImg1 {
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 20px 0px;
		text-align: center;
	}
	#Jinzai p.JinzaiImg2 {
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 20px 0px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#Jinzai h2 {
		width: 80px;
		margin: 0px auto;
		position: inherit;
		text-align: center;
		top: inherit;
		right: inherit;
		padding: 80px 0px 40px 0px;
	}
	#Jinzai p.JinzaiText {
		position: inherit;
		top: inherit;
		left: inherit;
		display: block;
		font-size: 16px;
		text-align: left;
		margin: 20px 10px;
	}
	#Jinzai p.JinzaiText br {
		display: none;
	}
	#Jinzai p.JinzaiImg1 {
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 20px 0px;
		text-align: center;
	}
	#Jinzai p.JinzaiImg2 {
		position: inherit;
		top: inherit;
		left: inherit;
		padding: 20px 0px;
		text-align: center;
	}
}



/* --- Souzou --- */

#Souzou {
    position: relative;
}

#Souzou h2 {
    position: absolute;
    top: -230px;
    left: 18%;
}

#Souzou .SouzouImg img {
    width: 100%;
	height: auto;
}

@media screen and (min-width:601px) and (max-width: 800px) {
	#Souzou h2 {
		position: inherit;
		top:  inherit;
		left:  inherit;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#Souzou h2 {
		width: 160px;
		margin: 20px auto;
		position: inherit;
		top:  inherit;
		left:  inherit;
	}
}




/* --- Recruit --- */

#Recruit {
	width: 100%;
	padding: 100px 0px 0px 0px;
}

#ScrollerBox .simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

#ScrollerBox .simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}

#ScrollerBox .simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ScrollerBox .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#ScrollerBox .simply-scroll-list li img {
	border: none;
	display: block;
}
#ScrollerBox .simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
}
#ScrollerBox .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 400px;
}
#ScrollerBox .simply-scroll .simply-scroll-list li {
	float: left;
	width: 600px;
	height: 400px;
}
#ScrollerBox .simply-scroll .simply-scroll-list li img {
	max-width: 100%;
	height: auto;
}

#ScrollerBoxSP {
		display: none;
	}

#ScrollerBoxSP .simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

#ScrollerBoxSP .simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}

#ScrollerBoxSP .simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ScrollerBoxSP .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#ScrollerBoxSP .simply-scroll-list li img {
	border: none;
	display: block;
}
#ScrollerBoxSP .simply-scroll { /* Customisable base class for style override DIV */
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}
#ScrollerBoxSP .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
}
#ScrollerBoxSP .simply-scroll .simply-scroll-list li {
	float: left;
	width: 300px;
	height: 200px;
}
#ScrollerBoxSP .simply-scroll .simply-scroll-list li img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	#ScrollerBox {
		display: none;
	}
	#ScrollerBoxSP {
		display: block;
	}
}

#Contents {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#Contents h2 {
    margin: 100px 0 50px;
    font-size: 38px;
    color: #008BAA;
    letter-spacing: .2em;
    line-height: 1.75;
    text-align: center;
}

#Contents p {
    font-size: 22px;
    color: #4D4D4D;
    letter-spacing: 0.2em;
    line-height: 2.36;
    text-align: center;
	margin-left: 1em;
}

#Contents p.RecruitText {
}

#Contents p.RecruitBtn {
	margin: 50px 0px 100px 0px;
}

#Contents p.RecruitBtn a {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	background-color: #008BAA;
	border: solid 1px #008BAA;
	padding: 15px 30px 15px 32px;
}
#Contents p.RecruitBtn a:hover {
	color: #008BAA;
	background-color: #fff;
	border: solid 1px  #008BAA;
	opacity: 1;
}

@media screen and (max-width: 800px) {
	#Contents h2 {
		margin: 100px 25px 50px 25px;
		font-size: 24px;
		text-align: left;
	}
	#Contents h2 br {
		display: none;
	}
	#Contents p {
		font-size: 16px;
		margin: 1em;
	}
	#Contents p.RecruitText {
		text-align: left;
	}
	#Contents p br {
		display: none;
	}
	#Contents p.RecruitBtn a {
		font-size: 14px;
		letter-spacing: 0em;
	}
}

#PicBox {
    position: relative;
}

#Pic img {
    width: 100%;
	height: auto;
}

#PicBox #Upgrade {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36.5px;
    margin-left: -198px;
}




/* --- footer --- */
footer {
}