.p-contact-banner {
  position: relative;
  width: 100%;
  padding: 50px 5vw;
  overflow: hidden;
}
.p-contact-banner__bg {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.p-contact-banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.p-contact-banner__inner {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  max-width: 800px;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: rgba(0, 0, 0, 0.82);
  padding: 50px 5vw;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.85;
  -webkit-transition: 0.5s ease 0s both;
  transition: 0.5s ease 0s both;
}
@media print, screen and (min-width: 576px) {
  .p-contact-banner__inner {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-banner__inner {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-banner__inner {
    padding: 50px;
    border-radius: 0;
  }
}
@media (hover: hover) {
  .p-contact-banner__inner {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    pointer-events: none;
  }
  .p-contact-banner__inner:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-contact-banner__inner {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    pointer-events: none;
  }
  .p-contact-banner__inner:hover {
    background-color: rgb(255, 255, 255);
  }
}
.p-contact-banner .c-button01 {
  margin: 1.5rem auto 0;
  max-width: 280px;
  width: 100%;
  pointer-events: auto;
}
.p-contact-banner__text01 {
  padding: 2em 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #666;
}
@media print, screen and (min-width: 768px) {
  .p-contact-banner__text01 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-banner__text01 br {
    display: none;
  }
}
.p-contact-banner__wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.p-contact-banner__wave svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-contact-banner__wave svg {
    height: 60px;
  }
}
.p-contact-banner img.is-active {
  opacity: 0;
  -webkit-animation: contactInner 2s ease 0s both;
          animation: contactInner 2s ease 0s both;
}
.p-contact-banner .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.p-contact-banner .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.p-contact-banner .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.p-contact-banner .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.p-contact-banner .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes contactInner {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes contactInner {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
.p-error {
  position: relative;
}
.p-error__button {
  padding-top: 3em !important;
  text-align: center;
}
.p-error__button .c-button01 {
  margin: 0 auto;
  width: min(80%, 280px);
}

.p-error--404 .c-lead01 {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-error--404 .c-lead01 {
    padding-top: 0;
  }
}