
@charset "UTF-8";

#gNav .company::before {
  background: #0e10d9;
  height: 20px;
  width: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
}
#eyecatch {
  background-image: url(/assets/images/company/eyecatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
 }
#eyecatch > div:nth-child(2) {
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 0;
  left: 0;
 }

.representative-name img {
  width: 150px;
}
.recruit-link {
  background-image: url(/assets/images/top/recruit-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.material-icons-outlined {
  vertical-align: text-top;
}

#overview tr {
  border-bottom: dotted 1px #ddd;
  line-height: 2;
}
#overview th {
  width: 6rem;
}
#overview span {
  width: 6rem;
  border-radius: 35px;
}
#overview {
  background-image: url(/assets/images/top/bg-map.png);
  background-position: right 7%;
  background-repeat: no-repeat;
  background-size: 30%;
}

@media screen and (min-width: 768px) {
  #top-main {
    height: 98vh;
    background-position: center;
  }
  #main-message {
    background-position: right -50%;
    background-size: 36%;
  }
  #eyecatch > div:nth-child(2) {
    top: 25%;
   }
  #process .drone-link {
    top: -40px;
    right: -40px;
  }
  .list-tab > li {
    width: 12rem;
  }
  .list-tab li span:before, .list-tab li.active span:before {
    display: inline-block;
    background-position: left;
  }
  #overview th {
    width: 6rem;
  }
}