.info {
  position: relative;
  width: 100%;
  height: 100vh;
}
.info .logo {
  position: absolute;
  top: 4.8rem;
  left: 0;
  right: 0;
  bottom: 4.8rem;
}
.info .logo .endless {
  animation-duration: 150s;
}
.info .logo .endless img {
  margin-right: 30rem;
  width: auto;
  height: calc(100svh - 9.6rem);
}
.info .logo .endless:nth-of-type(odd) {
  animation-delay: -75s;
}
.info .page {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  padding: 1.2rem 0.8rem;
  width: 42rem;
  height: 90vh;
  overflow: scroll;
  border: 1px solid #000000;
}
.info .page h1 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  line-height: 1;
}
.info .page p {
  margin-bottom: 1.6rem;
}
.info .page p span {
  display: block;
  margin-top: 0.8rem;
}
.info .page p .list {
  position: relative;
  padding-left: 1.5rem;
}
.info .page p .list:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: auto;
}
.info .page p .overview {
  text-align: right;
}
.info .page p a {
  display: inline-block;
  text-decoration: underline;
}
.info .page.now {
  cursor: initial;
  z-index: 1;
}
.info .page:not(.now) {
  cursor: pointer;
  overflow: hidden;
}
.info .about {
  top: 4rem;
  left: 0.8rem;
  background-color: #F5F4F0;
}
.info .recruit {
  top: 2.4rem;
  right: 4rem;
  background-color: #8FC299;
}
.info .contact {
  top: 0.8rem;
  left: 2.4rem;
  background-color: #DEA6BF;
}
@media only screen and (max-width: 980px) {
  .info .logo {
    display: none;
  }
  .info .page {
    width: 86vw;
    height: 86svh;
    height: calc(100svh - 12rem);
  }
  .info .about {
    top: 6.6rem;
    left: 1.5vw;
  }
  .info .recruit {
    top: 5.5rem;
    right: 5vw;
  }
  .info .contact {
    top: 4.4rem;
    left: 5.5vw;
  }
}

footer {
  position: absolute;
  right: 1.6rem;
  bottom: 0.8rem;
}
footer span {
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  footer {
    right: 0.8rem;
    bottom: 0.4rem;
  }
  footer span {
    font-size: 1.2rem;
  }
}