@charset "UTF-8";

body {margin: 0;
      font-family: 'メイリオ','Hiragino Kaku Gothic Pro',,sans-serif;
      background-color:#fff;}




/*************************** ボックス１ *******************************/

.box1{
    max-width:1024px; margin:0 auto;
}


.header {
position: relative;
}

.header_img {
width: 100%;
}

.border {
    border: solid 1px #FFF;
    top: 50%;
    position: absolute;
    left: 25%;
    max-width: 1020px;
    margin: auto 0;
    right: 25%;
}

.rogo_box{
position: absolute;
top: 4%;
left: 8%;
}


.rogo_top {
max-width: 200px;
}

.txt_box {
    position: absolute;
    top: 65%;
    left: 42%;
    right: 42%;
    margin: 0 auto;
}

.header_txt{
max-width: 240px;
}




/* ナビゲーション */

.gnav__menu__item{
  display: none;
}

.header_menu {
position: absolute;
top: 25px;
right: 80px;
font-size: 16px;
z-index: 10;
}

.header_menu ul {margin: 0 auto;
         padding: 0;
         list-style: none;
         max-width: 1125px;
         width: 100%;
          display: flex;
          justify-content: flex-end;
      　　}

.header_menu li a {display: block;
           font-size: 90%;
           color: #FFF;
           text-decoration: none;
           text-align: right;
           font-weight: 300;
         }


 .header_menu li a:hover {
           color: #cf388e;
           text-decoration: none;
 }

.header_menu li {
         width: 95px;
         }




/*************************** ボックス２ *******************************/

.first_logo{
  text-align:center;
  margin-top:50px;
  margin-bottom:50px;
}

.first_logo p{
  font-weight:bold;
}

.first_logo h3{
  font-size:25px;
  margin:0 auto;
  font-weight:bold;
  text-align:center;
  border-bottom:solid 1px;
  display:inline-block;
  margin-bottom: 10px;
padding-bottom: 10px;
}

.job_menu{
  display: flex;
  justify-content: stretch;
  padding-top: 50px;
  padding-bottom: 60px;
}

.job_menu ul {margin: 0 auto;
       padding: 0;
       list-style: none;
       max-width: 915px;
       width: 100%;
      display: flex;
      justify-content: flex-start;
    　　}

.job_menu li a {display: block;
           font-size: 100%;
           color: #333;
           text-decoration: none;
           text-align: center;
           font-weight: 500;
           padding-top: 7px;
         }

.job_menu li {
       width: 100%;
       max-width: 255px;
       margin: 0 auto;
       height: 30px;
}

.job_menu01{
border-right: solid 1px #333;
}

.job_menu02{
border-right: solid 1px #333;
}




/*************************** ボックス３ *******************************/

.recruit_box01{
display: flex;
justify-content: space-between;
align-items: stretch;
}

.recruit_box02{
display: flex;
justify-content: space-between;
align-items: stretch;
padding-top:60px;
}

.left_set{
display: flex;
width: 30%;
justify-content: flex-start;
flex-direction: column;
}

.recruit_title{
width: 100%;
max-width: 293px;
}

.recruit_img{
width: 100%;
max-width: 293px;
padding-top: 22px;
}

/* .table_space{
width: 70%;
padding-left: 5px;
display:flex;
align-items:center;
justify-content:flex-start;
padding-top:50px;
line-height:20px;
padding-left:10px;
}

.table_space h3{
  font-size:20px;
  font-weight:bold;
  margin-bottom:5px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    max-width: 960px;
    font-family: "Yu goshic";
    background: #FFF;
    font-weight: 600;
    height: 397px;
}


table td {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 31px;
    line-height: 1.4em;
    border: solid 2px #000;
    font-weight: 500;
    vertical-align: middle;
    padding-top: 10px;
    text-align: left;
    vertical-align: middle;
}

table th {
    padding: 21px 30px;
    color: #000;
    border: solid 2px #000;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
} */



/*************************** ボックス４ *******************************/





/*************************** グーグルマップ *******************************/

.ggmp_space{
  padding-top: 80px;
  position: relative;
}

.ggmap {
position: relative;
padding-bottom: 25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 100%;
max-width: 960px;
margin: 0 auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.map_btn{
position: absolute;
top: 90%;
right: 7%;
width: 100%;
max-width: 200px;
}


/*************************** フッターロゴ *******************************/

.rogo_space {
    padding-top: 120px;
    text-align:center;
}


.rogo_img {
    width: 100%;
    max-width: 250px;
    margin-left: -45px;
}


/*************************** フッター *******************************/


.footer {
    /*display: flex;*/
    justify-content: stretch;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align:center;
}


.footer_menu {
font-size: 16px;
display: inline-block;
width: 50%;
text-align:center;
margin-bottom:20px;
}

.footer_menu ul {margin: 0 auto;
         padding: 0;
         list-style: none;
         max-width: 1125px;
         width: 100%;
        display: flex;
        justify-content: center;
      　　}

.footer_menu li a {display: block;
           font-size: 100%;
           color: #333;
           text-decoration: none;
           text-align: center;
           font-weight: 300;
         }


.footer_menu li {
        width: 100%;
        max-width: 90px;
 }

.menu01{
border-right: solid 2px #AAA;
margin-left: -15px;
}

.menu02{
border-right: solid 2px #AAA;
}

.copyright {/*ue*/
    /*width: 50%;*/
    text-align: center;
}


/* ########### 768px以下 ############ */
@media (max-width:768px) {



  /*menu*/
  .menu{
      height: 20px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      z-index: 99;
  }
  .menu__line{
      background: #fff;
      display: block;
      height: 2px;
      position: absolute;
      transition:transform .3s;
      width: 100%;
  }
  .menu__line--center{
      top: 9px;
  }
  .menu__line--bottom{
      bottom: 0;
  }
  .menu__line--top.active{
      top: 8px;
      transform: rotate(45deg);
  }
  .menu__line--center.active{
      transform:scaleX(0);
  }
  .menu__line--bottom.active{
      bottom: 10px;
      transform: rotate(135deg);
  }

  /*gnav*/
  .gnav{
      background: rgba(0,0,0,0.8);
      display: none;
      height: 100%;
      position: fixed;
      width: 100%;
      z-index: 98;
  }
  .gnav__wrap{
      align-items:center;
      display: flex;
      height: 100%;
      justify-content: center;
      position: absolute;
      width: 100%;
  }
  .gnav__menu__item{
      margin: 40px 0;
      display: block;
      text-align: center;
  }
  .gnav__menu__item a{
      color: #fff;
      font-size: 2em;
      font-weight: bold;
      padding: 40px;
      text-decoration: none;
      transition: .5s;
  }
  .gnav__menu__item a:hover{
      color: #666;
  }


.header_menu {
  display: none;
}

.rogo_box {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 100px;
}

.txt_box {
    position: absolute;
    top: 39%;
    left: 37%;
    right: 37%;
    margin: 0 auto;
}

.border{
  top: 57%;
}


.job_menu {
    display: flex;
    justify-content: stretch;
    padding-top: 15px;
    padding-bottom: 35px;
}


.job_menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 915px;
    width: 88%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.job_menu li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 30px;
}


.job_menu li a {
    display: block;
    font-size: 90%;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
}


.job_menu01,.job_menu02{
  border: none;
}



.recruit_box01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.left_set {
    width: 90%;
    display: block;
    flex-direction: column;
    text-align: center;
}

.recruit_title {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

.recruit_img {
    width: 100%;
    max-width: 360px;
    padding-top: 0px;
    display: block;
    margin: 0 auto;
    height: 326px;
}

/* .table_space {
    width: 90%;
    padding-left: 0px;
    display: block;
    max-width: 360px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    max-width: 960px;
    font-family: "Yu goshic";
    background: #FFF;
    font-weight: 600;
    height: 362px;
}

table th {
    padding: 20px 20px;
    color: #000;
    border: solid 1px #000;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
    display: block;
    font-size: 16px;
}

table td {
    line-height: 1.4em;
    border: solid 1px #000;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
} */

.recruit_box02 {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
}



.rogo_img {
    width: 100%;
    max-width: 200px;
    margin-left: -20px;
    margin-bottom: -15px;

}

.footer_menu {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.copyright {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    font-size: 13px;
}

.rogo_space {
    padding-top: 50px;
}


}

/* ########### 769px以上1023px以下 ########### */
@media (min-width: 769px) and (max-width:1100px){
  /* 全体の横幅を固定 */
  .box1,.boxA,.copyright,{
                         margin-left: auto;
                         margin-right: auto;
                         }

  .box2,.box3,.box4,.box5,.box6,.box7,.box8,.boxC,.boxB,.boxD,.ggmap
                                  {
                                  width: 720px;
                                  margin-left: auto;
                                  margin-right: auto;
                  }

.txt_box {
    position: absolute;
    top: 39%;
    left: 40%;
    right: 38%;
    margin: 0 auto;
}

.border{
  top: 54%;
}


.job_menu li a {
    display: block;
    font-size: 90%;
  }



/* .table_space {
    width: 70%;
    padding-left: 15px;
}


table {
    height: 292px;
}

tr {
    font-size: 14px;
}

table th {
    padding: 0px 8px;
    color: #000;
    border: solid 2px #000;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
    width: 22%;
}

table td {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4em;
    border: solid 2px #000;
    font-weight: 500;
    vertical-align: middle;
    padding-top: 0px;
    text-align: left;
    vertical-align: middle;
} */




}


/* ########### 1100px 以上 ########### */
@media (min-width: 1100px) {

    /* 全体の横幅を固定 */
    .box1,.boxA,.copyright,{
                           margin-left: auto;
                           margin-right: auto;
                           }

    .box2,.box3,.box4,.box5,.box6,.box7,.box8,.boxC,.boxB,.boxD
                                    {
                                    width: 1020px;
                                    margin-left: auto;
                                    margin-right: auto;
                                    }

}
