@charset "UTF-8";

/* ========================================
Footer
======================================== */
.footer-wrap {
  padding-top: clamp(30px, 9.375vw, 60px);
  padding-bottom: clamp(30px, 9.375vw, 60px);
  background-color: #0d381e;
}

.footer-wrap .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 92%;
  margin-inline: auto;
}

.footer-wrap .logo {
  aspect-ratio: 240/30;
  width: clamp(140px, 37.5vw, 180px);
  background-image: url("../img/svg_common/jwave_logo_fff.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
}

.footer-wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrap .copyright {
  color: #fff;
  font-size: clamp(13px, 2.34vw, 15px);
}

.footer-wrap .copyright b {
  display: inline-block;
  margin-right: 6px;
  font-size: 110%;
  transform: translateY(1px);
}

@media (width <=480px) {
  .footer-wrap .footer-inner {
    display: block;
  }

  .footer-wrap .logo {
    margin-inline: auto;
    margin-bottom: 1.5em;
  }

  .footer-wrap .copyright {
    text-align: center;
  }
}

/*
|
|
|
*/
