@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);:root {
  --vw: 1vw;
}

.about-logo {
  width: 100%;
  max-width: 1160px;
  font-size: max(1.6rem, 10px);
  padding: 0 1rem 0;
  margin: auto;
}
.about-logo img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .about-logo img {
    width: 14.7rem !important;
  }
  .about-logo {
    margin-top: 1.5rem;
  }
  .logo-bottom_img {
    width: 5.75rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about-logo {
    width: 21.6384740901rem;
    margin: 2.2080075602rem 0 0 2.2080075602rem;
    padding: 0 0 1.1040037801rem;
    box-sizing: border-box;
  }
  .logo-bottom_img {
    width: 10.156834777rem;
    margin: 6.6240226807rem auto 0;
  }
}