@charset "utf-8";
/* ********************************************************
	Common Format CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  common
-------------------------------*/
html,body{
	height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}
ul,ol{
	list-style: none;
}
a[href^="tel:"]{
	text-decoration: none;
}
a[href^="tel:"]:hover{
	cursor: default;
}
#container{
	width: 100%;
	min-width: 1125px;
	margin: 0 auto;
}
.showPC{
	display: block;
}
.showSP{
	display: none;
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
	.showPC{
		display: block;
	}
	.showSP{
		display: none;
	}
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	.showSP{
		display: block;
	}
	.showPC{
		display: none;
	}
	#container{
		width: 100%;
		min-width:100%;
	}
}
/*-------------------------------
  Header
-------------------------------*/
#pageHeader{
	width: 100%;
}
#headerInner{
	width: 100%;
	padding: 50px 0 40px;
	min-width: 1125px;
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	#headerInner{
		padding: 0;
		min-width: 100%;
}
}
/*-------------------------------
  navGlobal
-------------------------------*/
#navGlobal{
	width: auto;
	position: static;
}
#navOpen{
	display: none;
}
#navGlobal .navGroup ul{
	letter-spacing: -.40em;
	list-style: none;
	text-align: center;
}
#navGlobal .navGroup ul>li{
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
}
#navGlobal .navGroup ul>li+li{
	margin-left:55px;
}
#navGlobal .navGroup ul>li>a{
	height: 65px;
	display: block;
	position: relative;
	color: #603813;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#navGlobal .navGroup ul>li>a span{
	background: center top no-repeat;
	height: 20px;
	display: block;
	margin: 0 auto 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#navGlobal .navGroup ul>li:nth-child(1)>a span{
	background-image: url(../images/common/nav01.svg) ;
	width: 188px;
}
#navGlobal .navGroup ul>li:nth-child(2)>a span{
	background-image: url(../images/common/nav02.svg) ;
	width: 159px;
}
#navGlobal .navGroup ul>li:nth-child(3)>a span{
	background-image: url(../images/common/nav03.svg) ;
	width: 119px;
}
#navGlobal .navGroup ul>li:nth-child(4)>a span{
	background-image: url(../images/common/nav04.svg) ;
	width: 154px;
}
#navGlobal .navGroup ul>li:nth-child(5)>a span{
	background-image: url(../images/common/nav05.svg) ;
	width: 52px;
}
#navGlobal .navGroup ul>li:nth-child(6)>a span{
	background-image: url(../images/common/nav06.svg) ;
	width: 127px;
}
#navGlobal .navGroup ul>li>a:after{
	content: "";
	background: url(../images/common/nav_boder.svg) center top repeat-x;
	width: 100%;
	height: 8px;
	position: absolute;
	left:0;
	bottom: 0;
	background-size: auto 100%;
}
#navGlobal .navGroup ul>li>a:hover:after{
 display: none;
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	#navGlobal{
		background-color: rgba(0,0,0,0.8);
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-moz-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		z-index: 99;
	}
	#navGlobal.open{
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

   #navOpen{
		 background: #FFF;
		appearance: none;
		-webkit-appearance: none;
		width: 60px;
		height: 60px;
		padding-top: 35px;
		box-sizing: border-box;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		color: #231815;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
	}
   #navOpen span {
		 background: #231815;
    width: 20px;
    height: 3px;
    margin: auto;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
   #navOpen span:before,
   #navOpen span:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #231815;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
   #navOpen span:before {
    top: -12px;
  }
   #navOpen span:after {
    top: 12px;
  }
   #navOpen.open span {
    height: 0;
  }
   #navOpen.open span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
   #navOpen.open span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
	#navGlobal .navGroup{
		background: #FFF;
		width: 100%;
	}
	#navGlobal .navGroup ul>li{
		display: block;
	}
	#navGlobal .navGroup ul>li a{
		height: 70px;
		border-bottom: solid 1px #231815;
		display: block;
		padding: 10px;
		font-size: 12px;
		box-sizing: border-box;
	}
	#navGlobal .navGroup ul>li+li{
		margin-left:0;
	}
	#navGlobal .navGroup ul>li>a:after{
		display: none;
	}
	#navGlobal .navGroup ul>li>a:hover:after{
	 display: none;
	}

}
/*-------------------------------
  Contents
-------------------------------*/
#contents{
	background: #008800; /* Old browsers */
	background: -moz-linear-gradient(top, #0068B7 0%, #00B9EF 50%, #0068B7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0068B7 0%,#00B9EF 50%,#0068B7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0068B7 0%,#00B9EF 50%,#0068B7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008800', endColorstr='#008800',GradientType=0 ); /* IE6-9 */
	background-size: 100% 1800px;
	width: 100%;
	height: auto;
}
#contents_ptn {
	background-image: url(../images/common/bg_ptn.png);
	background-position: left top;
	background-repeat: repeat
}
#contentsInner{
	background: #FFF;
	/* width: 1300px; */
	min-width: 1125px;
	margin: 0 auto;
}

/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	#contentsInner{
		width: 95%;
		min-width: 95%;
	}
}
/*-------------------------------
  Footer
-------------------------------*/
#contact{
	background: #231815;
	width: 100%;
	height: auto;
	padding: 30px 0;
	min-width: 1125px;
	box-sizing: border-box;
}
#footerInner{
	width: 100%
}
#footerInner h2{
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#footerInner h2 span{
	background:url(../images/common/ttl_contact.svg) center top no-repeat;
	width: 330px;
	height: 30px;
	display: block;
	margin: 0 auto 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#footerInner h2+p{
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#footerInner h2+p span{
	font-size: 18px;
	font-weight: normal;
}
#copyright{
	display: block;
	font-size: 10px;
	text-align: center;
}
#pageFooter .pageTop{
}
#pageFooter .pageTop a{
}
#pageFooter .pageTop a:hover{
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	#contact{
		min-width: 100%;
	}
	#footerInner h2{
		font-size: 14px;
}
#footerInner h2 span{
	background-size: contain;
	width: 100%;
	height: 25px;
}
#footerInner h2+p{
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#footerInner h2+p span{
	font-size: 14px;
	font-weight: normal;
}
}

.top_btn_eria {
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 9;
}

.link_contact {
	display: block;
	width: 190px;
	height: 190px;
	margin-bottom: 10px;
	/*position: fixed;
	bottom: 30%;
	right: 2%;
	z-index: 9;*/
}
.link_contact:hover {
	opacity: .9;
}

/* ここから下がエコボタン追加分　*/
.link_contact02 {
	display: block;
	width: 190px;
	height: 190px;
	/*position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 9;*/
}
.link_contact02:hover {
	opacity: .9;
}



/* ここから下がボタンのCSS　*/
.btn_erea {
	margin: 50px auto 0;
	text-align: center;
}

.btn-animation-02 {
  display: inline-block;
  text-align: center;
  background-color: #406ebc;
  border: 2px solid #406ebc;
  font-size: 150%;
  color: #406ebc;
  text-decoration: none;
  font-weight: bold;
  padding: 26px 60px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 51%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}
/* ここまでボタンのCSS　*/

/* 募集要項の小さい文字　*/

.tex_s {
	font-size: 80%;
}

/* ここまで募集要項の小さい文字　*/


@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){
	.link_contact {
		width: 100px;
		height: 100px;
	}
	
/* ここまで追加のエコボタン　*/
	.link_contact02 {
		width: 100px;
		height: 100px;
	}
}
