/*
eightis homepage header css

  @author s.tanaka
  Copyright (C) eightis Inc.

  [履歴]
   2023/02/23 初版
*/
header.hp_header {
    height: 700px;
    width: 100%;
    background: url("../../images/eightis_top_bg.svg") center center;
    background-size: cover;
    color: #fff;
}
header .container {
    margin-top: -60px;
}
header .midashi-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
header .midashi-btn:hover {
    color: #0089ff;
    border-color: #0089ff;
}
.navbar-form {
    padding-right: 30px;
}
