﻿@charset "UTF-8";


 /*========================================
   sub. company     pc 
 ========================================*/

.viewpc{ display: inline!important}

 /*==========   sub top   =============*/


#sub01-header {
    background-image: url(../../img/company/sub_bg.jpg);
    border-bottom: 3px solid #95c34a;
}



.page-header {
    width: 100%;
    height: 310px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    position: relative;
}



.page-header:before{
    position: absolute;
    top: 0;
    left: 0;
     width: 100%;
    height: 310px;
    content:"";
    background: url(../../../common/img/dot.png) 0 0 repeat;
    z-index: 0;
}



.sub-container {

    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;

}


.sub-container h1 {
   color: #492c19;
   text-align: center;
   padding: 0 20px;
   text-shadow: 0px 0px 20px rgba(255,255,255,0.97);

}

.sub-container h1 span {
  display: block;
  line-height: 2em;
}


.mv-l{
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}


.mv-s{
   font-size: 22px;
   font-weight: normal;
  letter-spacing: 0.02em;

}




.sub-container2{
   width: 960px;
   margin: 0 auto;

}


.sub-container3{
   width: 1000px;
   margin: 0 auto;

}




.sub {
  
  margin: 0 auto;
  text-align: center;
 
}





/* c01 */


.dcube img{
  width: 100%;
}


.dcube{
   background: url(../../img/company/bg.jpg) center center no-repeat;
   height: 450px;
   -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.subtxt01 {
    color: #492c19;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-top: 60px;
}

.subtxt02 {
  text-align: left;
  margin-top: 20px;
  line-height: 2.4em;

}




/* c03 */


.slogan {
    background: url(../../img/company/bg2.png) center center no-repeat;
    height: 470px;
   -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


.slogan_on{
   padding-top: 20px;
}



.sloganimg img {
      margin-top: 20px;
      margin-right: 40px;
}

.sloganimg img:last-child {
      margin-right: 0px;
}


#c03 {
  margin-top: 80px;
}

#c03 p {
   margin-bottom: 20px;
}
#c03 h4{
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 36px;
    background-color: #ff9900;
    padding: 0 20px;
  }




 /*========================================
   infotable pc
 ========================================*/


.infotable table {

    color: #492c19;
    width: 100%;
    border-top: 1px dotted #d9d9d9;
}

.infotable th {
    width: 230px;
    background-color: #f7f7f7;
}

.infotable td {
  
    background-color: #fff;
}


.infotable th, .infotable td {
    vertical-align: middle;
    padding: 21px 30px;
    border-bottom: 1px dotted #ccc;
}

th {
    font-weight: normal;
    text-align: left;
}




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





/* c04 */
#c04 {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../../img/company/s03_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
   

}

#c04 div.btn{
  margin-top: 30px;
}



 /*========================================
   histable pc
 ========================================*/


.histable table {

    color: #492c19;
    width: 100%;
    border-top: 1px dotted #d9d9d9;
    margin-top: 50px;
    margin-bottom: 100px;
}


.histable th {
    width: 230px;
    color: #ff9900;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 13px;
    text-align: right;
}

.hisline { background: #f9f9f9 }



.histable th, .histable td {
    vertical-align: middle;
    padding: 10px 30px;
    border-bottom: 1px dotted #ccc;
}

th {
    font-weight: normal;
    text-align: left;
}




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




 /*========================================
    sub. company      sp 
 ========================================*/






 /* 768 px */
@media screen and (max-width: 768px){


.viewpc {
    display: none!important;
}
.viewsp {
    display: block!important;
}

 /*==========   sub top  =============*/



.sub-container {
    width: 90%;
}

.page-header {
    height: 200px;
    padding-top: 100px;
}


.page-header:before{
   height: 200px;
}

.sub-container h1 span {
    line-height: 1.3em;
}

.mv-l {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}

.mv-s {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
}



.sub-container2 {
   width: 90%;
}

.sub-container3 {
   width: 90%;
}





/* c01 */


.dcube{
   background: url(../../img/company/bg.jpg) 66% center no-repeat;
   height: 200px;
   -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subtxt01 {
   
    font-size: 24px;

}



/* c02 */

.slogan {
    
    height: 350px;
}

.slogan_on img{
  width: 100%;
  margin-top: 30px;
}

.slogan_on {
    padding-top: 0px;
}

.sloganimg img {
     width: 85%;
     margin-bottom: 20px;
     margin-right: 0px;
}


 /*========================================
   infotable sp
 ========================================*/


.infotable table {

    /* display: block;*/
    border: 1px dotted #d9d9d9;
}



.infotable th, .infotable td {
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.infotable td {
    /*margin-bottom: 10px; */
    border: none;
}


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




 /*========================================
   histable sp
 ========================================*/


.histable table {

    /* display: block;*/
    border: 1px dotted #d9d9d9;
}


.histable th {
    text-align: left;
}


.histable th, .histable td {
    display: block;
    width: 100%;
    padding: 10px 20px;
}



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



}







 /* 320 px */
@media screen and (max-width: 480px){



.subtxt01 {
   
    font-size: 18px;
    margin-top: 40px;

}




}