
@charset "UTF-8";

#gNav .recruit::before {
  background: #0e10d9;
  height: 20px;
  width: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
}
#eyecatch {
  background-image: url(/assets/images/policy/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;
}


#overview a {
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  #top-main {
    height: 98vh;
    background-position: center;
  }
  #eyecatch > div:nth-child(2) {
    top: 25%;
   }
  #main-message {
    background-position: right -50%;
    background-size: 36%;
  }
  #process .drone-link {
    top: -40px;
    right: -40px;
  }

}