img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 300px;
  }
}
.hero .layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 49, 88, 0.6);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero .inner {
    margin: 5px 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .inner {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.hero h1 {
  padding: 0;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    margin: 0 0 5px;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.hero span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero span {
    font-size: 1.15rem;
    line-height: 1.15rem;
  }
}

.local_head {
  background: #0A1945;
}
.local_head ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .local_head ul {
    max-width: 1200px;
  }
}
.local_head ul li {
  width: 16.6666666667%;
  height: 65px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .local_head ul li {
    padding: 0 5px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .local_head ul li {
    cursor: pointer;
  }
  .local_head ul li:hover {
    background: #1b2a58;
  }
}
.local_head ul li::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: #464E63;
  content: "";
}
@media only screen and (max-width: 767px) {
  .local_head ul li:first-of-type::before {
    position: absolute;
    background: #0A1945;
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  .local_head ul li:last-of-type::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
    background: #464E63;
    content: "";
  }
}
.local_head ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .local_head ul li a {
    font-size: 0.8rem;
  }
}

.breadcrumb_content {
  border-bottom: #e2e2e2 solid 1px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_content {
    padding: 13px 0;
  }
}
.breadcrumb_content .breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content .breadcrumb {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_content .breadcrumb {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.breadcrumb_content .breadcrumb li {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content .breadcrumb li {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_content .breadcrumb li {
    font-size: 0.8rem;
  }
}
.breadcrumb_content .breadcrumb li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding: 0 0 0 5px;
  font-size: 0.7rem;
  color: #bbb;
  display: inline-block;
  position: relative;
  top: -1px;
}
.breadcrumb_content .breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb_content .breadcrumb li:first-child a {
  color: #0a1845;
}
.breadcrumb_content .breadcrumb li a {
  text-decoration: none;
  color: #222;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=company_cmmn.css.map */