@charset "UTF-8";
@-webkit-keyframes dropBounce {
  0% {
    -webkit-transform: translateY(-60px) scaleY(0.6);
            transform: translateY(-60px) scaleY(0.6);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0) scaleY(1.2);
            transform: translateY(0) scaleY(1.2);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-10px) scaleY(0.9);
            transform: translateY(-10px) scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}
@keyframes dropBounce {
  0% {
    -webkit-transform: translateY(-60px) scaleY(0.6);
            transform: translateY(-60px) scaleY(0.6);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0) scaleY(1.2);
            transform: translateY(0) scaleY(1.2);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-10px) scaleY(0.9);
            transform: translateY(-10px) scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sway {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-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);
  }
}
@-webkit-keyframes float-cta {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes float-cta {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes float-button {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float-button {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-100px) scale(1.5);
            transform: translateY(-100px) scale(1.5);
    opacity: 0;
  }
}
@keyframes bubbles {
  0% {
    -webkit-transform: translateY(0) scale(0);
            transform: translateY(0) scale(0);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-100px) scale(1.5);
            transform: translateY(-100px) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background: #fafafa;
  overflow-x: hidden;
}

.inner, .footer__inner, .contact__inner, .merit__inner, .recruit__inner, .mv__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner, .footer__inner, .contact__inner, .merit__inner, .recruit__inner, .mv__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #2082df;
  border-radius: 2px;
}

.button, .contact .button--submit, .header__button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 12px 40px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2188de), to(#2bcbc6));
  background: linear-gradient(180deg, #2188de 0%, #2bcbc6 100%);
  background-size: 200%;
  -webkit-transition: background-position 0.4s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-position 0.4s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 15px rgba(32, 130, 223, 0.3);
          box-shadow: 0 5px 15px rgba(32, 130, 223, 0.3);
}
.button:hover, .contact .button--submit:hover, .header__button:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px) scale(1.02);
          transform: translateY(-3px) scale(1.02);
  -webkit-box-shadow: 0 8px 20px rgba(32, 130, 223, 0.4);
          box-shadow: 0 8px 20px rgba(32, 130, 223, 0.4);
}
.button--large {
  padding: 15px 50px;
  font-size: 18px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .button--large {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 16px;
  }
}

.header {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.85);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 20px 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__logo .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 8px;
}
.header__logo .logo-image {
  height: 40px;
  width: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .header__logo .logo-image {
    height: 80px;
  }
}
.header__logo .logo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2082df;
  white-space: nowrap;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .header__logo .logo-text {
    font-size: 30px;
  }
}
.header__nav {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.header__nav::before {
  content: "";
  position: absolute;
  top: -10px;
  left: var(--indicator-x, 0);
  width: 0;
  height: 4px;
  background-color: #2082df;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  z-index: 10;
}
.header__nav.has-hover::before {
  width: 80px;
}
.header__button {
  padding: 10px 25px;
  font-size: 14px;
}
.header .header__open {
  margin-top: 3px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header .header__open {
    display: none;
  }
}
.header .drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#2188de), to(#2bcbc6));
  background: linear-gradient(180deg, #2188de 0%, #2bcbc6 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px 30px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: none;
}
.drawer-content.is-open {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.drawer-content.is-open .drawer-content__link,
.drawer-content.is-open .drawer-content__button {
  -webkit-animation: dropBounce 0.8s ease forwards, sway 2.4s ease-in-out 0.8s infinite;
          animation: dropBounce 0.8s ease forwards, sway 2.4s ease-in-out 0.8s infinite;
}
.drawer-content.is-open .drawer-content__link:nth-child(1) {
  -webkit-animation-delay: 0.1s, 0.9s;
          animation-delay: 0.1s, 0.9s;
}
.drawer-content.is-open .drawer-content__link:nth-child(2) {
  -webkit-animation-delay: 0.3s, 1.1s;
          animation-delay: 0.3s, 1.1s;
}
.drawer-content.is-open .drawer-content__link:nth-child(3) {
  -webkit-animation-delay: 0.5s, 1.3s;
          animation-delay: 0.5s, 1.3s;
}
.drawer-content.is-open .drawer-content__link:nth-child(4) {
  -webkit-animation-delay: 0.7s, 1.5s;
          animation-delay: 0.7s, 1.5s;
}
.drawer-content.is-open .drawer-content__button {
  -webkit-animation-delay: 0.9s, 1.7s;
          animation-delay: 0.9s, 1.7s;
}
.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding: 60px 40px;
}
.drawer-content__link {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.drawer-content__button {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.drawer-content__button .button, .drawer-content__button .contact .button--submit, .contact .drawer-content__button .button--submit, .drawer-content__button .header__button {
  font-size: 18px;
  padding: 10px 30px;
}

body.is-fixed {
  overflow: hidden;
}

main {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

#observer-target {
  height: 1px;
  position: absolute;
  top: 0;
}

.mv {
  background-image: url("../img/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  min-height: 580px;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 850px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.mv__inner {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv__content {
  position: relative;
  z-index: 60;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__content {
    width: 55%;
    padding-right: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.mv__lead1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__lead1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .mv__lead1 {
    font-size: 48px;
  }
}
.mv__description {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__description {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .mv__description {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.mv__description .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__description .br-pc {
    display: none;
  }
  .mv__description .br-sp {
    display: block;
  }
}
.mv .mv__hero-image {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 60%;
  max-width: 350px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  z-index: 55;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mv .mv__hero-image {
    bottom: 0;
    width: 600px;
    height: 600px;
    max-width: none;
    overflow: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 1.5s ease, -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}
.mv .mv__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .mv .mv__hero-image img {
    position: absolute;
    bottom: 0;
    height: 100%;
  }
}
.mv .mv__hero-image.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.services {
  padding: 80px 0;
  background-image: url("../img/recruit-bgimg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .services {
    background-image: url("../img/recruit-bgimg_sp.png") !important;
    padding-top: 170px;
    padding-bottom: 320px;
    background-size: cover;
  }
}
.services .services__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 240px;
}
@media screen and (max-width: 767px) {
  .services .services__content {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .services .services__content::-webkit-scrollbar {
    display: none;
  }
}
.services .services__cta {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .services .services__cta {
    bottom: 10%;
  }
}
.services .services__cta:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  opacity: 0.9;
}
.services .services__cta img {
  max-width: 300px;
  width: 80vw;
  height: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .services .services__cta img {
    max-width: 450px;
    width: auto;
  }
}
.services .services__spacer {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .services .services__spacer {
    display: none;
  }
}
.services .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .services .services__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 0;
  }
}
.services .services__item {
  width: 200px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .services .services__item {
    width: 70vw;
    margin: 0 8px;
  }
  .services .services__item:first-child {
    margin-left: 16px;
  }
  .services .services__item:last-child {
    margin-right: 16px;
  }
}
.services .services__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .services .services__item[data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#ffffff));
  background: linear-gradient(180deg, #eaf4f7 0%, #ffffff 100%);
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 80px 0;
  }
}

.about__text {
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .about__text {
    line-height: 1.8;
    min-height: auto;
  }
}

.company-outline {
  background-color: #fdfdfd;
  position: relative;
  overflow: hidden;
}
.company-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(135deg, rgba(32, 130, 223, 0.08) 0%, rgba(32, 130, 223, 0) 50%);
  z-index: 1;
  pointer-events: none;
  -webkit-transform: skewX(-20deg) translateX(23%) translateY(var(--shape-translate-y, 120%));
          transform: skewX(-20deg) translateX(23%) translateY(var(--shape-translate-y, 120%));
}
@media screen and (max-width: 767px) {
  .company-outline::before {
    width: 100%;
    -webkit-transform: skewX(-20deg) translateX(50%) translateY(var(--shape-translate-y, 120%));
            transform: skewX(-20deg) translateX(50%) translateY(var(--shape-translate-y, 120%));
  }
}
.company-outline .inner, .company-outline .footer__inner, .company-outline .contact__inner, .company-outline .merit__inner, .company-outline .recruit__inner, .company-outline .mv__inner {
  position: relative;
  z-index: 2;
}
.company-outline .company-tabs {
  border-bottom: 2px solid #e5e7eb;
}
.company-outline .tab-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.company-outline .tab-button.active {
  border-bottom-color: #2082df;
  color: rgb(25.6, 104, 178.4);
  font-weight: 600;
}
.company-outline .tab-content {
  display: none;
}
.company-outline .tab-content.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}

.voice {
  background: #fafafa;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 100px 0;
  }
}
.voice__cards {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .voice__cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.voice__card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.voice__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.voice__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #2082df;
}
.voice__name {
  font-size: 18px;
  font-weight: 700;
  color: #2082df;
}
.voice__text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.parallax-wrapper {
  position: relative;
}

.parallax-section {
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  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;
  text-align: center;
  color: #fff;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .parallax-section {
    top: 120px;
    height: calc(100vh - 120px);
  }
}
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 2;
}
.parallax-section .parallax-content {
  position: relative;
  z-index: 3;
  padding: 20px;
}
.parallax-section .parallax-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .parallax-section .parallax-title {
    font-size: 40px;
  }
}
.parallax-section .parallax-text {
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .parallax-section .parallax-text {
    font-size: 22px;
  }
}

.recruit {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#ffffff));
  background: linear-gradient(180deg, #eaf4f7 0%, #ffffff 100%);
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding: 100px 0;
  }
}
.recruit__intro {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}
@media screen and (min-width: 768px) {
  .recruit__intro {
    font-size: 20px;
  }
}
.recruit__boxes {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .recruit__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit__box {
  background: #fff;
  border-radius: 2px;
  padding: 30px 25px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.recruit__box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .recruit__box {
    padding: 40px;
  }
}
.recruit__box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2082df;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.recruit__box h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2188de), to(#2bcbc6));
  background: linear-gradient(180deg, #2188de 0%, #2bcbc6 100%);
  border-radius: 2px;
}
.recruit__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit__box ul li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #555;
}
.recruit__box ul li::before {
  content: "✔";
  color: #2082df;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit__box ul li:last-child {
  margin-bottom: 0;
}
.recruit__button-area {
  text-align: center;
  margin-top: 50px;
}

.merit {
  background: #fafafa;
  padding: 120px 0;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit {
    padding: 120px 0;
  }
}
.merit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .merit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}
.merit__list li {
  background: #fff;
  padding: 30px 25px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  line-height: 1.6;
  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;
  min-height: 90px;
  color: #333333;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 10;
}
.merit__list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .merit__list li {
    padding: 40px 30px;
    font-size: 22px;
    min-height: 110px;
  }
}

.wave-container {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  z-index: 10;
}
.wave-container .waves {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.wave-container svg .surfer {
  height: auto;
}
@media screen and (max-width: 767px) {
  .wave-container {
    height: 60px;
  }
}

.waves {
  display: block;
  width: 100%;
  height: 110%;
}

.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;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.contact {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2188de), to(#2bcbc6));
  background: linear-gradient(180deg, #2188de 0%, #2bcbc6 100%);
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#2bcbc6));
  background: linear-gradient(180deg, #eaf4f7 0%, #2bcbc6 100%);
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 120px 0;
  }
}
.contact .section-title {
  font-size: 15px;
  color: #fff;
}
.contact .section-title::after {
  background-color: #fff;
}
.contact p {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact p {
    font-size: 20px;
  }
}
.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .contact__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.contact__buttons .button, .contact__buttons .contact .button--submit, .contact .contact__buttons .button--submit, .contact__buttons .header__button {
  min-width: 200px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact__buttons .button:hover, .contact__buttons .contact .button--submit:hover, .contact .contact__buttons .button--submit:hover, .contact__buttons .header__button:hover {
  background: #fff;
  color: #2082df;
  -webkit-transform: translateY(-3px) scale(1.02);
          transform: translateY(-3px) scale(1.02);
}

.footer {
  background: #222;
  color: #fff;
  padding: 25px 0;
  text-align: center;
}
.footer small {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.contact__form-container {
  max-width: 800px;
  margin: 40px auto 0;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .contact__form-container {
    padding: 50px;
  }
}
.contact__form-container h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #2082df;
}
.contact__form {
  display: grid;
  gap: 25px;
}
.contact .form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #555;
}
.contact .form-group .required {
  background: #2082df;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 8px;
  vertical-align: middle;
}
.contact .form-group input[type=text],
.contact .form-group input[type=email],
.contact .form-group input[type=tel],
.contact .form-group textarea,
.contact .form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.contact .form-group input[type=text]:focus,
.contact .form-group input[type=email]:focus,
.contact .form-group input[type=tel]:focus,
.contact .form-group textarea:focus,
.contact .form-group select:focus {
  outline: none;
  border-color: #2082df;
  -webkit-box-shadow: 0 0 5px rgba(32, 130, 223, 0.5);
          box-shadow: 0 0 5px rgba(32, 130, 223, 0.5);
}
.contact .form-group textarea {
  resize: vertical;
  min-height: 140px;
}
.contact .checkbox-group {
  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;
  gap: 10px;
}
.contact .checkbox-group label {
  margin-bottom: 0;
  font-weight: normal;
}
.contact .checkbox-group label a {
  color: #2082df;
  text-decoration: underline;
}
.contact .checkbox-group label a:hover {
  text-decoration: none;
}
.contact .button--submit {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  margin-top: 20px;
}

.privacy-policy-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  color: #333333;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy-policy-section {
    padding: 50px;
  }
}
.privacy-policy-section h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #2082df;
  position: relative;
}
.privacy-policy-section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #2082df;
  border-radius: 2px;
}
.privacy-policy-section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2082df;
  color: #2082df;
}
.privacy-policy-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.privacy-policy-section ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.privacy-policy-section li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* thank you ページ専用のスタイル */
.thankyou-section {
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#ffffff));
  background: linear-gradient(180deg, #eaf4f7 0%, #ffffff 100%);
  color: #333;
}

.thankyou-section h2 {
  font-size: 18px;
  font-weight: 700;
  color: #2082df;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .thankyou-section h2 {
    font-size: 36px;
  }
}

.thankyou-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .thankyou-section p {
    font-size: 18px;
  }
}

.thankyou-section .button, .thankyou-section .header__button, .thankyou-section .contact .button--submit, .contact .thankyou-section .button--submit {
  padding: 13px 45px;
  font-size: 16px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2188de), to(#2bcbc6));
  background: linear-gradient(180deg, #2188de 0%, #2bcbc6 100%);
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 5px 15px rgba(32, 130, 223, 0.3);
          box-shadow: 0 5px 15px rgba(32, 130, 223, 0.3);
}
@media screen and (min-width: 768px) {
  .thankyou-section .button, .thankyou-section .header__button, .thankyou-section .contact .button--submit, .contact .thankyou-section .button--submit {
    padding: 15px 50px;
    font-size: 18px;
  }
}

.thankyou-section .button:hover, .thankyou-section .header__button:hover, .thankyou-section .contact .button--submit:hover, .contact .thankyou-section .button--submit:hover {
  -webkit-transform: translateY(-3px) scale(1.02);
          transform: translateY(-3px) scale(1.02);
  -webkit-box-shadow: 0 8px 20px rgba(32, 130, 223, 0.4);
          box-shadow: 0 8px 20px rgba(32, 130, 223, 0.4);
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  background: rgba(32, 130, 223, 0.8);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.pagetop i {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagetop__bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pagetop__bubble {
  position: absolute;
  bottom: 10px;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/diving.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-radius: 50%;
}
.pagetop:hover {
  background: #2082df;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pagetop.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pagetop.is-wave-style {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(32, 130, 223, 0.3);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(32, 130, 223, 0.3);
  -webkit-animation: float-button 3s ease-in-out infinite;
          animation: float-button 3s ease-in-out infinite;
}
.pagetop.is-wave-style:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
          transform: translateY(-5px) scale(1.05);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 0 0 25px rgba(32, 130, 223, 0.4);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 0 0 25px rgba(32, 130, 223, 0.4);
}
.pagetop.is-wave-style i {
  opacity: 0;
}
.pagetop.is-wave-style::before {
  opacity: 1;
}
.pagetop.is-wave-style .pagetop__bubble {
  -webkit-animation: bubbles 4s infinite;
          animation: bubbles 4s infinite;
}
.pagetop.is-wave-style .pagetop__bubble:nth-child(1) {
  left: 15%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  width: 8px;
  height: 8px;
}
.pagetop.is-wave-style .pagetop__bubble:nth-child(2) {
  left: 50%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  width: 12px;
  height: 12px;
}
.pagetop.is-wave-style .pagetop__bubble:nth-child(3) {
  left: 20%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  width: 7px;
  height: 7px;
}
.pagetop.is-wave-style .pagetop__bubble:nth-child(4) {
  left: 80%;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  width: 10px;
  height: 10px;
}
.pagetop.is-wave-style .pagetop__bubble:nth-child(5) {
  left: 100%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  width: 8px;
  height: 8px;
}