@charset "UTF-8";
/* -------------------------
 * MV
 * ------------------------- */
.top-mv {
  background: url(../img/top/mv.webp) no-repeat center top/cover;
  height: auto;
  width: 100%;
  aspect-ratio: 1005/2116;
  color: #fff;
  text-align: center;
  padding-top: 9rem;
}
@media (max-width: 499px) {
  .top-mv {
    padding-top: 8.5rem;
  }
}

.top-mv__ttl-img {
  max-width: 27rem;
  margin: 0 auto;
}
@media (max-width: 499px) {
  .top-mv__ttl-img {
    max-width: 16rem;
  }
}

.top-mv__ttl {
  font-weight: normal;
  line-height: 1;
  margin-top: 0.5rem;
  font-size: 6.5rem;
}
@media (max-width: 499px) {
  .top-mv__ttl {
    font-size: 4rem;
  }
}

.top-mv__catch {
  margin-top: 5rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (max-width: 499px) {
  .top-mv__catch {
    margin-top: 3rem;
  }
}
.top-mv__catch ruby {
  letter-spacing: 0.1em;
}
.top-mv__catch ruby rt {
  letter-spacing: -0.1em;
  font-size: 0.6em;
  margin-bottom: 0.3rem;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.is-loaded .top-mv__catch {
  -webkit-animation: catchFadeIn 1s ease 2s forwards;
          animation: catchFadeIn 1s ease 2s forwards;
}

@-webkit-keyframes catchFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes catchFadeIn {
  to {
    opacity: 1;
  }
}
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  letter-spacing: 0.3rem;
}

.top-mv__ttl-wrap {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.is-loaded .top-mv__ttl-wrap {
  -webkit-animation: mvTtlAnimation 2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
          animation: mvTtlAnimation 2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
}

@-webkit-keyframes mvTtlAnimation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  60% {
    -webkit-clip-path: inset(-5% 0 0 0);
            clip-path: inset(-5% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes mvTtlAnimation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  60% {
    -webkit-clip-path: inset(-5% 0 0 0);
            clip-path: inset(-5% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
/* キャッチ */
.top-catch {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 639px) {
  .top-catch {
    font-size: 2.4rem;
  }
}
.top-catch .small {
  letter-spacing: 0px;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.top-catch.--mb {
  margin-bottom: 2.8rem;
}
.top-catch.--mb40 {
  margin-bottom: 4rem;
}
.top-catch.--center {
  text-align: center;
}

/* -------------------------
 * MESSAGE
 * ------------------------- */
.top-message {
  background: url(../img/top/message_bg.webp) no-repeat center bottom/cover;
  padding-block: 8rem 15rem;
}
@media (max-width: 639px) {
  .top-message {
    padding-block: var(--sec-padding-sp);
  }
}

.top-message__ttl {
  color: #fff;
  font-size: 7rem;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  left: 7rem;
  line-height: 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 639px) {
  .top-message__ttl {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 3rem;
    font-size: 6rem;
  }
}

.top-message__inner {
  position: relative;
  max-width: 89rem;
  width: 79%;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .top-message__inner {
    width: 90%;
  }
}

.top-message__body {
  width: 76%;
  margin-left: auto;
}
@media (max-width: 639px) {
  .top-message__body {
    width: 100%;
    margin-left: 0;
  }
}
.top-message__body .page-txt + .page-txt {
  margin-top: 1.2rem;
}

.top-message__catch {
  margin-bottom: 3rem;
}

/* -------------------------
 * ABOUT
 * ------------------------- */
.top-about {
  padding-block: 9rem 12rem;
}
@media (max-width: 639px) {
  .top-about {
    padding-block: var(--sec-padding-sp);
  }
}

.top-about__img {
  margin-block: -5rem 3rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 639px) {
  .top-about__img {
    margin-top: -3rem;
  }
}

/* -------------------------
 * CURRICULUM
 * ------------------------- */
.top-curriculum {
  padding-bottom: 12rem;
}
@media (max-width: 639px) {
  .top-curriculum {
    padding-bottom: var(--sec-padding-sp);
  }
}
.top-curriculum .inner {
  margin-top: -15rem;
}

.top-curriculum__img {
  position: relative;
}

.top-curriculum__img01 {
  position: relative;
  z-index: 10;
  width: 58%;
  margin-bottom: 20rem;
}

.top-curriculum__img02 {
  position: absolute;
  top: 7rem;
  right: 0;
  width: 60%;
}

/* -------------------------
 * CAREER
 * ------------------------- */
.top-career {
  padding-bottom: 10rem;
}
@media (max-width: 639px) {
  .top-career {
    padding-bottom: var(--sec-padding-sp);
  }
}
.top-career .inner {
  margin-top: -6.5rem;
}
@media (max-width: 639px) {
  .top-career .inner {
    margin-top: -5.5rem;
  }
}

/* -------------------------
 * INTERVIEW
 * ------------------------- */
.top-interview {
  padding-block: 9rem 9rem;
  background: var(--cream);
}
@media (max-width: 639px) {
  .top-interview {
    padding-block: var(--sec-padding-sp);
  }
}
.top-interview .inner {
  padding-top: 6rem;
}
@media (max-width: 639px) {
  .top-interview .inner {
    padding-top: var(--sec-padding-sp);
  }
}

.top-interview__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 3rem;
}
.top-interview__slider ul {
  -webkit-animation: loopSlide 80s infinite linear 1s both;
          animation: loopSlide 80s infinite linear 1s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.top-interview__slider ul li img {
  width: 33rem !important;
  max-width: none;
}
@-webkit-keyframes loopSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* -------------------------
 * BENEFITS
 * ------------------------- */
.top-benefits {
  padding-bottom: 12rem;
}
@media (max-width: 639px) {
  .top-benefits {
    padding-bottom: var(--sec-padding-sp);
  }
}
.top-benefits .inner {
  padding-top: 9rem;
}
@media (max-width: 639px) {
  .top-benefits .inner {
    padding-top: var(--sec-padding-sp);
  }
}/*# sourceMappingURL=top.css.map */