@font-face {
  font-display: swap;
  font-family: "Aboreto";
  font-style: normal;
  font-weight: 400;
  src: url("/recruitment/_assets/fonts/Aboreto/Aboreto-Regular.woff2") format("woff2");
}
.contents-mv {
  position: relative;
  margin-bottom: 26rem;
}
.contents-mv .contents-mv__ttl {
  position: absolute;
  top: 23.4693877551%;
  right: 2.0512820513%;
  color: #0265B4;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.contents-mv .component-entory {
  position: absolute;
  top: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  width: 89.7435897436%;
}

@media screen and (min-width: 768px) {
  .contents-mv {
    margin-bottom: 18rem;
  }
  .contents-mv .contents-mv__ttl {
    position: absolute;
    top: 29.4230769231%;
    right: 14.1288433382%;
    font-size: 3.4rem;
    lighting-color: 1.82;
  }
  .contents-mv .component-entory {
    top: calc(100% - 8rem);
  }
}
.contents-about {
  margin-bottom: 5rem;
}
.contents-about .component-links {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .contents-about {
    margin-bottom: 10rem;
  }
  .contents-about .component-links {
    margin-bottom: 8rem;
  }
}