.poppins {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 820px) {
  .main {
    margin-top: 0;
  }
}

@media screen and (max-width: 1030px) {
  .header {
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
}
.header-logo {
  min-width: 16rem;
  width: 20rem;
}
.header-logo img {
  aspect-ratio: 926/300;
}
.header-nav {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 1030px) {
  .header-nav {
    width: auto;
  }
}
@media screen and (max-width: 1030px) {
  .header-nav__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.header-nav__item {
  line-height: 0;
}
@media screen and (max-width: 1030px) {
  .header-nav__item {
    text-align: center;
    margin-right: 0;
  }
}
.header-nav__item-link {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1030px) {
  .header-nav__item-link {
    font-size: 2.9rem;
  }
}
.header-nav__item-link img {
  width: 3rem;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}
@media screen and (max-width: 1030px) {
  .header-nav__item-link img {
    margin-top: 4rem;
    width: 8rem;
    margin-right: 0;
  }
}
.header .header-nav__download {
  width: 16rem;
}
@media screen and (max-width: 1030px) {
  .header .header-nav__download {
    width: 100%;
    margin-top: 3rem;
  }
}
.header .header-nav__download a {
  font-size: 1.6rem;
}
.header .header-nav__contact {
  width: 18rem;
}
@media screen and (max-width: 1030px) {
  .header .header-nav__contact {
    width: 100%;
    margin-top: 3rem;
  }
}
.header .header-nav__contact a {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.12;
}
.header .header-nav__contact a::before {
  min-width: 1.7rem;
}
.header .header-nav__item:not(:last-child) {
  margin-right: 2vw;
}
@media screen and (max-width: 1030px) {
  .header .header-nav__item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1030px) {
  .header .menu-button {
    border-radius: 50%;
    top: 3.4rem;
    right: 2.4rem;
  }
  .header .header-nav__download a,
  .header .header-nav__contact a {
    font-size: 2.9rem;
  }
}

.footer {
  height: auto;
  padding-top: 4.8rem;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  min-height: 22rem;
  background: url(../images/common/footer.jpg) no-repeat center center/cover;
}
.footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 10rem;
  padding-left: 10rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 140rem;
}
.footer__logo {
  min-width: 20rem;
  width: 20rem;
  aspect-ratio: 926/300;
}
.footer__logo img {
  width: 100%;
}
.footer__company {
  width: 20rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .footer__company {
    width: 100%;
    font-size: 2.6rem;
  }
}
.footer .footer-nav__inner {
  padding-left: 10rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.footer .footer-nav__item-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff;
}
.footer .footer-nav__item img {
  width: 2.4rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 820px) {
  .footer .footer-nav__item img {
    width: 6rem;
    margin-right: 4rem;
  }
}
.footer__copyright {
  margin-top: 4.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .footer__copyright {
    margin-top: 10rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=common.css.map */
/* フッターSP調整(2026-08): 余白を詰めて会社名を1行に */
@media screen and (max-width: 820px) {
  .footer__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .footer__left {
    flex: 1;
    min-width: 0;
    margin-right: 2rem;
  }
}
