
@charset "UTF-8";
#gNav .recruit::before {
  background: white;
  height: 20px;
  width: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
}
#eyecatch {
  background-image: url(/assets/images/contact/eyecatch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
 }
#eyecatch > div:nth-child(2) {
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
 }
.policy {
overflow: scroll;
height: 180px;
}
::placeholder {
color: #eee;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #eee;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #eee;
}
.contact-tel {
  background: #040FD9;
  color: white;
}


@media screen and (min-width: 768px) {
  .contact-tel {
    background: none;
    color: #040FD9;
  }

}