.header {
  width: 100%;
  z-index: 1;
  position: absolute;
}
.header-top {
  padding-top: 3rem;
  height: 8.5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-top {
    padding-top: 2rem;
  }
}
.header-logo {
  display: flex;
}
.header-logo img {
  width: 100%;
}
.header-logo a {
  width: 21.4rem;
  aspect-ratio: 21.4/3.6;
}
@media screen and (max-width: 768px) {
  .header-logo a {
    width: 14rem;
  }
}
.header-logo span {
  font-size: 1.25rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-logo span {
    font-size: 1rem;
  }
}
.header-logo span::before {
  content: "";
  background-color: #000;
  min-width: 1px;
  width: 1px;
  height: 3.6rem;
  display: block;
  margin-right: 2.6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .header-logo span::before {
    height: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.header-nav {
  width: 14.4rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__items {
  display: flex;
  flex-direction: column;
}
.header-nav__item {
  height: 4.3rem;
  background-color: #fff;
  border: #000 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav__item a {
  font-size: 1.6rem;
  font-weight: bold;
}

.content-width {
  max-width: 103.2rem;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .content-width {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}

.footer {
  background: url(../images/bg.jpg) no-repeat center center/cover;
  position: relative;
  padding-top: 9.2rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer-logo {
  width: 21.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 14rem;
  }
}
.footer-logo img {
  width: 100%;
}
.footer-info {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .footer-info {
    margin-top: 6rem;
  }
}
.footer-info span {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-info span {
    margin-bottom: 1.4rem;
  }
}
.footer-info p {
  font-size: 1.06rem;
  line-height: 2;
}
.footer-info p + p {
  margin-top: 1.5rem;
}
.footer-bottom {
  margin-top: 17rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    margin-top: 10rem;
    flex-direction: column;
  }
}
.footer-company {
  font-size: 0.8rem;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .footer-company {
    width: auto;
    font-size: 1.06rem;
  }
}
.footer-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    margin-top: 1rem;
    position: static;
    transform: unset;
    font-size: 1.06rem;
  }
}
.footer .page-top {
  position: absolute;
  font-size: 1.06rem;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  top: 15rem;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .footer .page-top {
    display: none;
  }
}
.footer .page-top::before {
  margin-right: 3rem;
  content: "";
  display: block;
  height: 1px;
  width: 27rem;
  background-color: #000;
}/*# sourceMappingURL=common.css.map */