@charset "utf-8";

/************* 基本レイアウト***************/
header{
  position: relative;            /* ヘッダーの固定 */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  text-align: center;
  background:
         url("../img/header-bar.jpg") left top repeat-x;
}
nav{
  display: block;
  width: 100%;
  text-align: center;
}

/* ページタイトル　*/
#pagetitle {
  position: relative;
  background: url("../img/header-bar.jpg") left top repeat-x  ,
         url("../img/header-bar.jpg") left bottom repeat-x  ;
  background-repeat: repeat-x;
  height:auto;
  background-color:#000;
  width:100%;
  text-align: center;
  padding-top:1px;
}
footer{
  display:block;
  font-size: 80%;
  width: 100%;
  height:330px;
  background-color: #000;
  text-align:center;
  clear:both;
}



/************* ヘッダー***************/
header h1 {
  width:85%;
  display: inline-block;
  font-size:80%;
/*  color:#313131;*/
  color:#fff;
  text-align: right;
  margin-top:10px;
  text-align: center;
}
header h1 p{
  font-size:100%;
  /*  color:#313131;*/
  color:#fff;
}
header a{
  width:90%;
  display:inline-block;
  text-align: left;
  margin-top:5%;
  text-align: center;
}
header img{
  width:250px;
}

.noline::after {
  background-color: rgba(0,0,0,0)!important;  /* 下線エフェクト非表示*/
}

.margin-top20{
  margin-top:20px!important;
}

/************* グローバルナビゲーション***************/

nav ul{
  display: inline-block;
}
nav li{
  display:block;
  width: calc(25% - 4px);
  font-size: 110%;
  letter-spacing: 5px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
  border-style:solid;
  border-color:#964000;
  border-left-width:2px;
}
nav li:last-child{
  border-left-width:2px;
  border-right-width:2px;
}
nav li a {
  text-decoration:none;
  width: 95%
}
nav li a span {
  font-weight: 500;
  font-size: 70%;
  letter-spacing: 1px;
}
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-weight:600;
    border-bottom: 1px dotted #FF5C36;
}
.top-arrow {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight:600;
    border-bottom: 1px dotted #FF5C36;
}
.footer-arrow {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    font-weight:600;
    border-bottom: 1px dotted #fff;
    color:#FF5C36
  }

.arrow:before
 {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #E84715;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.top-arrow:before
 {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #E84715;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -4px;
}


/************* スライドショー***************/
#slideshow img {
  z-index: 8;
  position: absolute;
  opacity: 0.0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width:100%;
  height:auto;
  padding-top:5px;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/************* ページタイトル***************/
#pagetitle img {
  padding-top:6px;
  width:100%;
}
#pagetitle h2 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top:6px;
  width:100%;
  color:#fff;
  letter-spacing: 5px;
  font-size:120%;
}

/************* フッター ***************/
footer #footer-wrap{
  display:block;
  width:100%;
  margin: 0 auto;
  height:300px;
  color: #fff;
  letter-spacing: 5px;
  position:relative;
  background-repeat: repeat;
  background-position: 50% 50%;
}

footer .bg_img_1{
  background-image: url("../img/footer_1.jpg");
}
footer .bg_img_2{
  background-image: url("../img/footer_2.jpg");
}


footer address {
  text-align:center;
  position: absolute;
  bottom:30px;
  width:100%;
}
footer small{
  display:inline-block;
  text-align:center;
  margin-top:5px;
  height:45px;
  color: #fff;
  letter-spacing: 2px;
  background-color:#000;
}



/** 950px以上　**/
@media(min-width:950px){
  header h1 {
    width:950px;
    padding-right:10px;
    text-align: right;
  }
  header a{
    width:950px;
    margin-top:0;
    margin-left:10px;
    text-align: left;
  }
  header img{
    width:330px;
}
  nav ul{
    display: inline-block;
    width: 950px;
  }
  nav li{
    text-align: center;
    float: left;
  }
  nav li:last-child{
    border-left-width:2px;
    border-right-width:2px;
  }
  nav li a {
    text-decoration:none;
    width: 100%
  }

  nav li a span {
    font-weight: 500;
    font-size: 70%;
    letter-spacing: 1px;
  }
  #pagetitle {
    width:100%;
    height:155px;
    text-align: center;
    padding-bottom:5px;
  }
  #pagetitle img {
    width:950px;
    height:150px;
    padding-top:5px;
  }
  footer #footer-wrap{
    width:950px;
  }
  footer address {
    width:950px;
  }
  footer small{
    width:950px;
    height:25px;
  }

}
/** 949px～321px　**/
@media(max-width:949px) and (min-width: 321px){
}
/** 320px以下　**/
@media(max-width:320px){
}




/************************** 共通 ****************************/
/************* フォント ***************/
body{
  font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  margin:0;
/*  color:#313131;*/
  color:#fff;
  background-image: url("../img/bg1.jpg");
  background-repeat: repeat;
}
a {
  color:#fff;
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFA000;
  opacity: 0;
  transition: .3s;
  text-decoration: none;
}
a:hover::after {
  bottom: 0;
  opacity: 1;
}


/************* 背景 ***************/
.bg-color1{
}
.bg-color2{
  background-image: url("../img/bg2.jpg");
  background-repeat: repeat;
}


/************* フロートリセット ***************/
.clear{
  clear:both;
}


/************* パンくずリスト***************/
.breadcrumb {
  margin: 0 auto;
  width:100%;
  margin-top:1%;
}

.breadcrumb li{
  display:inline-block;/*横に並ぶように*/
  font-weight: bold;/*太字*/
  height:35px;
}

.breadcrumb li:after{/* ▶を表示*/
  content: '>';
  color: #E84715;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li:first-child {/*トップページ*/
  margin-top:1%;
  padding-top:5px;
  margin-left:2%;
  padding-left:30px;
  background:url("../img/home-icon.gif") 0 0 no-repeat;
}
.breadcrumb li:last-child:after{
  content: "";
}

.breadcrumb li a:hover {
  text-decoration: none;
}

/************* ページの目次***************/
#page-menu ul{
  width:90%;
/*  background: #fffcf4;*/
  background: #222;
  background-color: rgba(0,0,0,0.5);
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  margin: 0 auto;
  margin-top:15px;
  margin-bottom:0px;
  padding-top:15px;
  padding-left:5px;
}
#page-menu ul li {
  list-style-type: none;
/*  padding-left:10px;
  padding-top:2px;
  padding-bottom:2px;*/

  list-style-type:none;
  background-image:url("../img/point.png");
  background-repeat:no-repeat;
  background-position:0.5em 0.3em;
  padding-left:20px;

 }
/*疑似要素
#page-menu  ul li:before {
   content: '●';
 }
 */

#page-menu  li:first-child{
/*  padding-top:10px;*/
}
#page-menu  li:last-child{
  padding-bottom:10px;
}
#page-menu  li a{
  text-decoration: none;
}


/************* オレンジボタン***************/
.sctn-box{
    text-align: center;
}
.orange-btn{
    width:200px;
    margin:0 auto;
    background-color: #eb6100;
    border-color:#fff;
    border-width:1px;
    border-style: solid;
    opacity:0.8;/*透明度*/
    color: #fff;
    padding:10px;
    margin-bottom:60px;
}
.orange-btn:hover{
  color: #fff;
  background: #f56500;
  opacity:1;/*透明度*/
}

/************* ヘッダー求人ボタン***************/

#top-btn{
    width:100px;
    margin:0 auto;
    background-color: #eb6100;
    border-color:#fff;
    border-width:1px;
    border-style: solid;
    opacity:0.8;/*透明度*/
    color: #fff;
    border-radius: 10px;
    padding:6px 2px 3px 8px;
}
#top-btn:hover{
  color: #fff;
  background: #f56500;
  opacity:1;/*透明度*/
}


@media(min-width:950px){
  #top-btn{
  position: relative;
  top: -50%;
  left: 40%;
  }
}

@media(min-width:1094px){
  #top-btn{
      position: relative;
      top: -50%;
      left: -60px;
  }
}

@media(max-width:950px){
  #top-btn{
      position: relative;
      top: -15%;
      left: 32%;
/*    display:none;*/
  }
}
@media(max-width:490px){
  #top-btn{
      position: relative;
      top: -2%;
      left: 0;
  }
}
