@charset "utf-8";

.backimg_rec{
  background-image:url("../recruit/image/recruit_3.jpg");
}
.backimg_ove{
  background-image:url("../overview/image/overview_top2.jpg");
}
@media screen and (min-width: 770px){
  #section01_subpage.backimg_ove{
    background-position: center center;
  }
}

.rec_ove_table{
  margin: 50px auto 50px auto;
  table-layout: fixed;
  width:80%;
}
.rec_ove_table tr{

}

.rec_ove_table th, td{
  padding:25px 10px;
/*  border: solid 1px #959595;*/
  height:50px;
}

.rec_ove_table th{
  width:20%;
  max-width:300px;
  color:white;
  font-weight: 400;
  background-color:#18699b;
}

.rec_ove_table tr:nth-child(2n+1) th{
  background-color:#0e5a89;
}

.rec_ove_table tr:nth-child(2n) td{
  background-color:#f0f0f0;
}

.rec_ove_table tr:nth-child(2n+1) td{
  background-color:#dddddd;
}

.rec_ove_table td{
  max-width:700px;
  width:50%;
}
.outside{
  position:relative
}
.outside_back{
  position:absolute;
  top:-50px;
  left:0;
  background-image:url("../image/duct_big02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width:15%;
  height:auto;
  padding-top:15%;
  z-index:-100;
}

.endress_rall{
  animation-name: endress_rall;
  animation-duration: 3s;
  animation-timing-function:linear;
  animation-iteration-count: infinite;
}

@keyframes endress_rall{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
}


@media screen and (max-width: 769px){
  .rec_ove_table{
     width:95%;
  }

  #section01_subpage {
    padding: 50% 10px 0 10px;
  }


}
