  /* ============================================ */
/* internship
/* ============================================ */
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 180px;
  }
}
/* ===== top-view ===== */
#top-view {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  height: calc(100svh - 75px);
  padding: 0 10px 10px;
  color: var(--color-white);
}
#top-view .out-wrap {
  width: 100%;
  height: 100%;
}
#top-view .img {
  width: 100%;
  height: 100%;
  background: url(/recruit/assets/img/newgrads/internship/top-area.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#top-view .title {
  position: absolute;
  left: 10%;
  top: 40%;
  transform: translate(0, -50%);
}
#top-view .title .catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}
#top-view .title .en {
  display: block;
  font-family: var(--fontfamily-en);
  font-size: 95px;
  font-size: 5.9375rem;
  font-weight: 200;
}
#top-view .title .ja {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  margin: 0.2em 0 0;
}
#top-view .scroll {
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 25px;
  height: 180px;
}
#top-view .scroll::before {
  content: "SCROLL DOWN";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--fontfamily-en);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: scale(1) !important;
}
#top-view .scroll .arrow::before, #top-view .scroll .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background: var(--color-white);
}
#top-view .scroll .arrow::before {
  height: 100%;
}
#top-view .scroll .arrow::after {
  height: 60px;
  transform-origin: bottom;
  transform: rotate(15deg);
}

@media screen and (max-width: 1024px) {
  #top-view {
    padding: 0 10px;
    height: 600px;
  }
  #top-view .title .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top-view .title .en {
    font-size: 70px;
    font-size: 4.375rem;
  }
  #top-view .title .ja {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  #top-view {
    height: 420px;
  }
  #top-view .title .catch {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #top-view .title .en {
    font-size: 48px;
    font-size: 3rem;
  }
  #top-view .title .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #top-view .scroll {
    width: 20px;
    height: 140px;
  }
  #top-view .scroll::before {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #top-view .scroll .arrow::after {
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #top-view {
    height: 360px;
    /*
    .title {
      top: 32%;
    }
    */
  }
}
/* ===== #contents ===== */
#contents {
  padding: 200px 0 0;
}
#contents .text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3;
}
#contents .text p + p {
  margin: 3em 0 0;
}
#contents .link {
  margin: 140px 0 0;
}
#contents .link a {
  width: fit-content;
  font-size: 24px;
  font-size: 1.5rem;
}
#contents .asterisk {
  margin: 140px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #contents .text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 100px 0 0;
  }
  #contents .text {
    font-size: 16px;
    font-size: 1rem;
  }
  #contents .link {
    margin: 70px 0 0;
  }
  #contents .link a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #contents .asterisk {
    margin: 70px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  #contents {
    padding: 50px 0 0;
  }
  #contents .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contents .link {
    margin: 50px 0 0;
  }
  #contents .asterisk {
    margin: 50px 0 0;
  }
}

/*# sourceMappingURL=newgrads_internship.css.map */
