.pushy {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #222222;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pushy .pushy-content {
  visibility: hidden;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 360px;
}
@media screen and (min-width: 768px) {
  .pushy .pushy-content {
    max-width: 500px;
  }
}
.pushy .pushy-content__flex {
  padding: 85px 15px 15px 15px;
}
.pushy .pushy-content__flex .pushy-nav {
  margin: 15px 0 25px 0;
}
@media screen and (min-width: 768px) {
  .pushy .pushy-content__flex .pushy-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .pushy .pushy-content__flex .pushy-nav li {
    width: 48%;
  }
}
.pushy .pushy-content__flex .pushy-nav li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
  line-height: 1.5;
  position: relative;
  margin-bottom: 35px;
  transition: 0.2s;
  color: #FFFFFF;
  padding: 0 0 0 25px;
}
.pushy .pushy-content__flex .pushy-nav li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  background-color: rgba(234, 93, 30, 0.2);
}
.pushy .pushy-content__flex .pushy-nav li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/link-arrow-og.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
}
.pushy .pushy-content__flex .pushy-nav li a.uc {
  cursor: default;
  color: #C3C3C3;
}
.pushy .pushy-content__flex .pushy-nav li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.pushy .pushy-content__flex .pushy-nav li .sub-nav {
  margin: 0 0 2em 0;
}
.pushy .pushy-content__flex .pushy-nav li .sub-nav li {
  position: relative;
}
.pushy .pushy-content__flex .pushy-nav li .sub-nav li a {
  font-size: clamp(0.875rem, 0.786rem + 0.298vw, 1rem);
  margin: 0 0 15px 1em;
}
.pushy .pushy-content__flex .pushy-nav li .sub-nav li a::before {
  display: none !important;
}
.pushy .pushy-content__flex .pushy-nav li .sub-nav li::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #EA5D1E;
  width: 5px;
  height: 1px;
  top: 0.75em;
  left: 0;
}
.pushy .pushy-content .entry-link {
  width: 90%;
  max-width: 920px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 960px) {
  .pushy .pushy-content .entry-link {
    margin: 0 auto 80px auto;
  }
}
.pushy .pushy-content .entry-link li a {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #EA5D1E;
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(1.188rem, 0.808vw + 0.978rem, 1.625rem);
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .pushy .pushy-content .entry-link li a {
    height: 83px;
    line-height: 83px;
  }
}
.pushy .pushy-content .entry-link li a:hover {
  text-decoration: none;
}
.pushy .pushy-content .pushy-logo {
  width: 62vw;
  max-width: 250px;
  margin: 50px auto;
}
@media screen and (min-width: 960px) {
  .pushy .pushy-content .pushy-logo {
    margin: 90px auto;
  }
}
.pushy .pushy-content .pushy-logo a {
  display: block;
  width: 62vw;
  max-width: 250px;
  aspect-ratio: 1/0.7;
  background: url("../../images/foot-logo.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .pushy-nav-left {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .pushy-nav-right {
    margin-top: 80px;
    width: 55%;
  }
}

.pushy-banner {
  margin-top: 4em;
}
.pushy-banner .banner-contact {
  width: 60%;
  min-width: 280px;
  margin: 0 auto;
}
.pushy-banner .banner-contact a {
  display: block;
  width: 100%;
  height: 37px;
  background-color: #EA5D1E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.125rem);
  line-height: 37px;
  text-align: center;
  color: #FFFFFF !important;
  padding: 0;
  border-radius: 1.5em;
  transition: 0.2s;
}
.pushy-banner .banner-contact a:hover {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.75;
}
.pushy-banner .banner-contact a span {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("../../images/icon-mail.png") no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-100vw, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(100vw, 0, 0);
}

.pushy-right {
  transform: translate3d(100vw, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-100vw, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(51, 51, 51, 0.8);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=pushy.css.map */