* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  background: #fbfcfe;
  color: #333333;
  overflow-x: hidden;
  line-height: 1.6;
}

body main {
  overflow-x: visible !important;
  font-family: "Noto Sans JP", sans-serif;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.awu-prefooter {
  position: relative;
  z-index: 10;
}
.awu-prefooter__img-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.awu-prefooter__text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
}
.awu-prefooter__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0%;
}

.awu-footer {
  background: #2a2727;
  width: 100%;
  height: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .awu-footer {
    height: auto;
    padding-block: 80px 40px;
  }
}
.awu-footer__inner {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: clamp(40px, 11.8vw, 170px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .awu-footer__inner {
    padding-inline: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.awu-footer-logo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .awu-footer-logo {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.awu-footer-logo svg {
  width: 152px;
  height: auto;
  display: block;
}
.awu-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-right: clamp(40px, 7.7vw, 111px);
}
@media (max-width: 768px) {
  .awu-footer-social {
    margin-right: 0;
  }
}
.awu-footer-social a {
  display: block;
  width: 22.248px;
  height: 20.109px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.awu-footer-social a:hover {
  opacity: 0.6;
}
.awu-footer-social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.awu-footer-copy {
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .awu-footer-copy {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  .awu-footer-copy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.08;
  }
}

.c-noticeBox,
.c-gnav__control,
.c-gnav__hamburger,
.c-footer,
#floating-banner,
.floating-banner {
  display: none !important;
}