#page_title {
  background: url(../../images/company/mv_company.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 12/6.5;
  position: relative;
  padding-top: 20%;
}
#page_title ul.anc_link {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  #page_title {
    background: url(../../images/company/mv_company_sp.webp) no-repeat center top;
    background-size: cover;
    aspect-ratio: unset;
    padding: 40% 0 7%;
  }
  #page_title ul.anc_link {
    flex-flow: wrap;
    gap: 4%;
    margin-top: 12%;
  }
  #page_title ul.anc_link li {
    width: 48%;
  }
  #page_title ul.anc_link li a {
    padding: 0.5em 1em;
  }
}

.w5 p:has(img) {
  text-align: left;
}

.sig_text {
  margin-top: 4em;
}
.sig_text span {
  font-size: 1.3em;
}

#anc_5 .catch_text {
  margin-bottom: 0;
}
/*# sourceMappingURL=company.css.map */