@charset "UTF-8";
@property --career-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
#js-mv1,
#js-mv2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

#js-mv1 {
  width: 78.7rem;
  height: 78.7rem;
}
@media screen and (max-width: 920px) {
  #js-mv1 {
    width: 48.9rem;
    height: 48.9rem;
    top: 6rem;
  }
}

#js-mv2 {
  width: 85.4rem;
  height: 85.4rem;
}
@media screen and (max-width: 920px) {
  #js-mv2 {
    width: 45.1rem;
    height: 45.1rem;
    top: 8.2rem;
  }
}

.hero {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .hero {
    min-height: 66.7rem;
  }
}
.hero__main-image {
  position: absolute;
  inset: -11.4rem 0 auto;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .hero__main-image {
    inset: 6.5rem 0 auto 0;
  }
}
@media screen and (max-width: 920px) {
  .hero__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 921px) {
  .hero__wrapper {
    position: relative;
    min-height: 83.7rem;
    width: 100%;
  }
}
.hero__text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 22.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 920px) {
  .hero__text {
    display: none;
  }
}
.hero__lead-image {
  position: absolute;
  bottom: 11.5rem;
  left: 0;
  z-index: 10;
  width: 45.6rem;
  opacity: 0;
  transform: translate(0, 20px) translateZ(0);
  transform-origin: bottom;
  animation: mvmain1 0.5s ease-out 0.5s forwards;
}
@media screen and (max-width: 920px) {
  .hero__lead-image {
    left: 2rem;
    width: 23.4rem;
    bottom: 20.5rem;
  }
}
.hero__lead-image img {
  position: relative;
  z-index: 1;
}
@keyframes mvmain1 {
  to {
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
  }
}
.hero__scroll {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  width: 9.6rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  color: #fff;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-family: "din-2014-narrow";
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translate(0, 20px) translateZ(0);
  transform-origin: bottom;
  animation: mvmain1 0.5s ease-out 1.2s forwards;
}
.hero__scroll .hero-scroll__text svg {
  width: 4.6rem;
}
@media screen and (max-width: 920px) {
  .hero__scroll {
    position: absolute;
    height: 2rem;
    bottom: 15.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.hero__lead-image-svg {
  position: absolute;
  bottom: 4.5rem;
}
@media screen and (max-width: 920px) {
  .hero__lead-image-svg {
    bottom: 2.5rem;
  }
}
.hero__lead-image-svg path {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  animation: draw 2s ease-in-out 1.8s forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.hero__lead {
  font-weight: bold;
  text-orientation: upright;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 921px) {
  .hero__lead {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 14rem;
  }
  .hero__lead img.pc {
    display: inline !important;
  }
  .hero__lead div {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 920px) {
  .hero__lead {
    position: relative;
    z-index: 11;
    font-size: 2.8rem;
    padding-top: 8rem;
  }
  .hero__lead img.sp {
    width: 14.9rem;
    display: inline !important;
    margin: 0 1.1rem 0.7rem 0;
    vertical-align: -2.2rem;
  }
}
.hero__lead div + div {
  margin-right: 4rem;
}
.hero__lead img {
  display: inline;
}
.hero__mv {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) scale(0.8) translateZ(0);
  will-change: transform, top, left;
}
.hero__mv:nth-child(1) {
  z-index: 11;
  top: 17.8rem;
  width: 26.1rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(1) {
    width: 12.3rem;
  }
}
.hero__mv:nth-child(2) {
  top: 24rem;
  z-index: 13;
  width: 25.5rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(2) {
    width: 12.2rem;
  }
}
.hero__mv:nth-child(3) {
  z-index: 6;
  width: 23.8rem;
  top: 35rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(3) {
    width: 11.4rem;
  }
}
.hero__mv:nth-child(4) {
  z-index: 4;
  width: 16.7rem;
  top: 39.7rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(4) {
    width: 7.9rem;
  }
}
.hero__mv:nth-child(5) {
  z-index: 7;
  width: 15rem;
  top: 19.7rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(5) {
    width: 7.1rem;
  }
}
.hero__mv:nth-child(6) {
  z-index: 3;
  width: 29.1rem;
  top: 21.5rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(6) {
    width: 13.9rem;
  }
}
.hero__mv:nth-child(7) {
  z-index: 12;
  width: 18.3rem;
  top: 30.7rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(7) {
    width: 8.7rem;
  }
}
.hero__mv:nth-child(8) {
  z-index: 13;
  width: 16.7rem;
  top: 45.5rem;
}
@media screen and (max-width: 920px) {
  .hero__mv:nth-child(8) {
    width: 8rem;
    top: 38rem;
  }
}
.hero__mv.is-ready {
  animation: topmv 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s forwards;
}
.hero__mv:nth-child(8) {
  animation-delay: 0.1s;
}
.hero__mv:nth-child(7) {
  animation-delay: 0.2s;
}
.hero__mv:nth-child(5) {
  animation-delay: 0.3s;
}
.hero__mv:nth-child(1) {
  animation-delay: 0.4s;
}
.hero__mv:nth-child(4) {
  animation-delay: 0.5s;
}
.hero__mv:nth-child(6) {
  animation-delay: 0.6s;
}
.hero__mv:nth-child(3) {
  animation-delay: 0.7s;
}
@keyframes topmv {
  to {
    top: var(--t, 0);
    left: var(--l, 0);
    transform: translate3d(0, 0, 0) translate(0, 0) translateZ(0) scale(1);
  }
}
@media screen and (max-width: 920px) {
  @keyframes topmv {
    to {
      top: var(--t_sp, 0);
      left: var(--l_sp, 0);
      transform: translate3d(0, 0, 0) translate(0, 0) translateZ(0) scale(1);
    }
  }
}

.hero-scroll {
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  width: 9.6rem;
  height: 2.8rem;
  border-radius: 14px;
  border: solid 1px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  left: 1.5rem;
  bottom: 3.5rem;
}
@media screen and (max-width: 920px) {
  .hero-scroll {
    top: 48.9rem;
    height: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
}
.hero-scroll:hover {
  opacity: 0.7;
}
.hero-scroll__icon {
  width: 0.7rem;
}
.hero-scroll__icon svg {
  position: absolute;
}

.top-section-logo {
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px #E1DCCB;
  font-size: 9.6rem;
  white-space: nowrap;
  line-height: 1;
}
@media print, screen and (min-width: 921px) {
  .top-section-logo {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 920px) {
  .top-section-logo {
    font-size: 5.6rem;
  }
}

.c-animation-circle {
  width: 66rem;
  height: 66rem;
  border-radius: 100%;
  background: radial-gradient(rgba(255, 213, 0, 0.15) 0%, rgba(255, 213, 0, 0) 100%);
  opacity: 0.85;
  will-change: filter;
  filter: blur(50px);
  position: absolute;
}

.top-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5rem;
}
.top-section-head .c-top-section-title {
  margin-bottom: 0;
}

.top-career-data {
  position: relative;
  padding: 12rem 0 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 920px) {
  .top-career-data {
    padding: 7rem 0 0;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 920px) {
  .top-career-data__row-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-career-data__inner {
  position: relative;
  z-index: 1;
}
.top-career-data__head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 920px) {
  .top-career-data__head {
    text-align: center;
    display: block;
  }
}
.top-career-data__logo {
  right: -2rem;
  top: 10rem;
}
@media screen and (max-width: 920px) {
  .top-career-data__logo {
    right: auto;
    left: 50%;
    top: 4.5rem;
    transform: translate(-50%, 0);
  }
}
.top-career-data__row {
  display: flex;
  max-width: 106.3rem;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  .top-career-data__row {
    display: block;
  }
}

.top-career-data-works {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 3.25rem;
}
@media screen and (max-width: 920px) {
  .top-career-data-works {
    grid-template-columns: 11.8rem 1fr;
    gap: 2rem;
  }
}
.top-career-data-works__left {
  width: 20rem;
  height: 20rem;
  border-radius: 100%;
  border: solid 3px #fff;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-career-data-works__left {
    width: 11.8rem;
    height: 11.8rem;
    border-radius: 100%;
  }
}
.top-career-data-works__left-title {
  width: 14.3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
  .top-career-data-works__left-title {
    width: 8.5rem;
  }
}
.top-career-data-works__right-title {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .top-career-data-works__right-title {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
.top-career-data-works__right-value {
  --career-count-to: 999;
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  font-size: 19.2rem;
  font-size: 13.4rem;
  transform: translate3d(0, 0, 0);
  color: var(--primary);
  counter-set: countUp var(--career-count);
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 920px) {
  .top-career-data-works__right-value {
    font-size: 11.2rem;
    line-height: 1;
    font-size: 6.4rem;
    line-height: 1;
    margin-top: 2rem;
  }
}
.top-career-data-works__right-value.is-active {
  animation: countUp 3s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
}
@media screen and (max-width: 920px) {
  .top-career-data-works__right-value.is-active {
    animation: countUp 0.5s 1;
  }
}
@keyframes countUp {
  100% {
    --career-count: var(--career-count-to);
  }
}
.top-career-data-works__right-value::after {
  content: "名以上";
  color: #fff;
  font-size: 0.35em;
}
@media screen and (max-width: 920px) {
  .top-career-data-works__right-value::after {
    font-size: 0.25em;
    margin-left: 0.7rem;
  }
}

.top-career-data-grpah {
  position: relative;
  width: 39rem;
  height: 20rem;
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah {
    margin: 3rem auto 5rem;
  }
}
.top-career-data-grpah__val1 {
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 4rem;
  font-family: "din-2014-narrow";
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah__val1 {
    font-size: 3.2rem;
    top: 2.5rem;
  }
}
.top-career-data-grpah__val1 span {
  font-size: 0.75em;
}
.top-career-data-grpah__val2 {
  position: absolute;
  bottom: 0.6rem;
  right: 0rem;
  font-size: 4rem;
  font-family: "din-2014-narrow";
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah__val2 {
    font-size: 3.2rem;
  }
}
.top-career-data-grpah__val2 span {
  font-size: 0.75em;
}
.top-career-data-grpah__text1 {
  left: -10rem;
  top: 0;
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah__text1 {
    left: -9rem;
  }
}
.top-career-data-grpah__text2 {
  right: -9rem;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah__text2 {
    right: -5rem;
  }
}
.top-career-data-grpah__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
  .top-career-data-grpah__title {
    left: 46%;
    top: 43%;
    width: 11rem;
  }
}
.top-career-data-grpah__main {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: auto;
}
.top-career-data-grpah__main > svg {
  transform: translate3d(0, 0, 0);
  position: absolute;
}

/***/
/** top-card **/
.top-card-sections {
  margin-bottom: 14rem;
}
@media screen and (max-width: 920px) {
  .top-card-sections {
    margin-top: 0;
    padding: 3rem 0 0;
    margin-bottom: 9rem;
  }
}

.top-card-section {
  padding: 0 0;
}
.top-card-section + .top-card-section {
  margin-top: 13rem;
}
@media screen and (max-width: 920px) {
  .top-card-section + .top-card-section {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 920px) {
  .top-card-section {
    padding: 0 1.5rem;
  }
}
.top-card-section__inner {
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-card-section__inner {
    padding: 0;
  }
}
.top-card-section__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-left: 6rem;
}
@media screen and (max-width: 920px) {
  .top-card-section__head {
    margin-bottom: 3.5rem;
    padding-left: 0;
  }
}
.top-card-section__title {
  margin-left: 5rem;
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  color: var(--primary);
}
@media screen and (max-width: 920px) {
  .top-card-section__title {
    margin-left: 0;
    width: 100%;
    font-size: 2.8rem;
  }
  .top-card-section__title--event {
    width: 12.2rem;
  }
}
.top-card-section__logo {
  position: absolute;
  left: -1.2rem;
  top: -2rem;
  white-space: nowrap;
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  z-index: -1;
  color: #fff;
}
@media screen and (max-width: 920px) {
  .top-card-section__logo {
    left: 0;
  }
}
.top-card-section__slider-wrap {
  padding-left: 13.3rem;
}
@media screen and (max-width: 920px) {
  .top-card-section__slider-wrap {
    padding-left: 0;
  }
}
.top-card-section__slider-wrap .swiper {
  position: static;
}
.top-card-section__list-button {
  margin-left: auto;
  text-align: right;
  align-self: end;
}
@media screen and (max-width: 920px) {
  .top-card-section__list-button {
    display: none;
  }
}
.top-card-section__button {
  margin-top: 10rem;
}
@media screen and (max-width: 920px) {
  .top-card-section__button {
    margin-top: 5rem;
  }
}
.top-card-section__human {
  position: absolute;
  left: 9.5rem;
  bottom: -14rem;
  width: 16.8rem;
}
@media screen and (max-width: 920px) {
  .top-card-section__human {
    width: 8.1rem;
    bottom: -13rem;
    z-index: 2;
    left: 1.5rem;
  }
}

.top-topics {
  position: relative;
  padding: 3rem 0;
  margin: 7rem auto 3rem;
  color: var(--black);
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .top-topics {
    margin: 5rem auto 2rem;
    padding: 2rem 0;
  }
}
.top-topics::before {
  content: "";
  background-color: #eeeeee;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 920px) {
  .top-topics::before {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .top-topics {
    border-radius: 70px 0 0 0;
    padding: 4rem 0;
  }
  .top-topics .top-card-section__list-button {
    display: block;
  }
}
.top-topics__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .top-topics__inner {
    padding: 0;
  }
}
.top-topics__title {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
}
@media screen and (max-width: 920px) {
  .top-topics__title {
    font-size: 2.4rem;
  }
}
.top-topics__row {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 12rem;
}
@media screen and (max-width: 920px) {
  .top-topics__row {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .top-topics__head {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 921px) {
  .top-topics__list-button {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 920px) {
  .top-topics__list-button {
    background-size: 2rem;
    line-height: 2rem;
    padding-left: 4rem;
    height: 2rem;
  }
}
.top-topics__content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 920px) {
  .main {
    overflow: hidden;
  }
}

.hero-topics {
  z-index: 20;
  background-color: #fff;
  width: 36rem;
  height: 15rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.5rem 2rem;
  transform: translateZ(0);
  animation: mvmain3 1s ease-out 1.1s forwards;
  color: var(--black);
}
@media screen and (max-width: 920px) {
  .hero-topics {
    width: calc(100% - 1.5rem);
    height: 13rem;
    padding: 1.3rem 1.5rem 1rem 1rem;
    bottom: 0;
  }
}
.hero-topics__title {
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  .hero-topics__title {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 920px) {
  .hero-topics__inner {
    margin-left: 0;
  }
}
.hero-topics__inner .swiper {
  min-height: 7rem;
  position: static;
}
@media screen and (max-width: 920px) {
  .hero-topics__inner .swiper {
    margin-left: 0;
    min-height: 7.5rem;
  }
}
.hero-topics__inner .c-list-link__date {
  font-size: 1.6rem;
}
.hero-topics__inner .c-list-link__tag {
  margin-top: 0;
}
.hero-topics__inner .c-list-link__title {
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 920px) {
  .hero-topics__inner .c-list-link__title {
    height: 4rem;
  }
}
.hero-topics__inner .c-slider-navis {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 8;
  gap: 0.8rem;
  display: flex;
}
.hero-topics__inner .c-slider-navi {
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26426%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026426%22%20transform%3D%22translate(0%20-0.048)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20transform%3D%22translate(0%200.048)%22%20fill%3D%22%23fff%22%20stroke%3D%22%231d1d1d%22%20stroke-width%3D%221.5%22%3E%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214.25%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16699%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016699%22%20transform%3D%22translate(11.847%2012.261)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29185%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029185%22%20d%3D%22M0%2C0%2C2.644%2C3.33%2C5.28%2C0%22%20transform%3D%22translate(3.33%200)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%231d1d1d%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29186%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029186%22%20d%3D%22M977.933-127.017h6.66%22%20transform%3D%22translate(-977.933%20129.657)%22%20fill%3D%22none%22%20stroke%3D%22%231d1d1d%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 100%;
}
.hero-topics__inner .c-slider-navi.c-slider-navi--prev {
  margin-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  .hero-topics__inner .c-slider-navi.c-slider-navi--prev {
    margin-bottom: 0.4rem;
  }
}

.top-feature {
  position: relative;
  overflow: hidden;
  margin-top: 0rem;
  padding: 20rem 0 18rem;
  position: relative;
}
.top-feature .c-auto-scroll {
  position: absolute;
  top: 3rem;
}
@media screen and (max-width: 920px) {
  .top-feature .c-auto-scroll {
    top: 0;
  }
}
@media screen and (max-width: 920px) {
  .top-feature {
    padding: 0 0;
  }
}
.top-feature__outer {
  position: relative;
}
.top-feature__inner {
  padding-top: 3.5rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 920px) {
  .top-feature__inner {
    padding-top: 5.5rem;
    padding-bottom: 12rem;
  }
}
.top-feature__title {
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
  font-size: 16rem;
  line-height: 19.4rem;
  color: #fff;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -10rem;
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .top-feature__title {
    width: 28.1rem;
    margin-left: auto;
    font-size: 7.2rem;
    line-height: 5.4rem;
    margin-right: 1.5rem;
    top: -1rem;
    position: absolute;
  }
}
.top-feature__title span {
  transform: scale(0.5);
  position: relative;
  display: inline-block;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.8s;
}
.top-feature__title.is-active span {
  transform: scale(1);
}
.top-feature__title.is-active span:nth-child(2) {
  transform: translate(0, 4rem);
  transition-delay: 0.9s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(2) {
    transform: translate(0, 2rem);
  }
}
.top-feature__title.is-active span:nth-child(3) {
  transform: translate(0, 8rem);
  transition-delay: 1s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(3) {
    transform: translate(0, 4rem);
  }
}
.top-feature__title.is-active span:nth-child(4) {
  transform: translate(0, 1.6rem);
  transition-delay: 1.1s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(4) {
    transform: translate(0, 0.8rem);
  }
}
.top-feature__title.is-active span:nth-child(5) {
  transform: translate(0, 6rem);
  transition-delay: 1.2s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(5) {
    transform: translate(0, 3rem);
  }
}
.top-feature__title.is-active span:nth-child(6) {
  transform: translate(0, 10rem);
  transition-delay: 1.3s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(6) {
    transform: translate(0, 5rem);
  }
}
.top-feature__title.is-active span:nth-child(7) {
  transform: translate(0, 10rem);
  transition-delay: 1.4s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(7) {
    transform: translate(0, 5rem);
  }
}
.top-feature__title.is-active span:nth-child(8) {
  transform: translate(0, 15rem);
  transition-delay: 1.5s;
}
@media screen and (max-width: 920px) {
  .top-feature__title.is-active span:nth-child(8) {
    transform: translate(0, 7.5rem);
  }
}
.top-feature__lead {
  font-size: 4rem;
  color: var(--primary);
  padding-bottom: 8rem;
}
@media screen and (max-width: 920px) {
  .top-feature__lead {
    font-size: 2.8rem;
    padding-bottom: 5rem;
  }
}
.top-feature__button {
  margin-top: -3rem;
}
@media screen and (max-width: 920px) {
  .top-feature__button {
    margin: 5rem auto 0;
  }
}

#js-feature_anime {
  position: absolute;
  width: 185%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
  #js-feature_anime {
    top: 53%;
  }
}

.top-feature-animation {
  position: relative;
  height: 42rem;
}
@media screen and (max-width: 920px) {
  .top-feature-animation {
    margin: -5rem auto -7rem;
    height: 30rem;
  }
}
@media print, screen and (min-width: 921px) {
  .top-feature-animation {
    width: 42rem;
  }
}

.top-feature-row {
  display: flex;
  align-items: center;
  gap: 5.6rem;
}
@media print, screen and (min-width: 921px) {
  .top-feature-row {
    height: 48rem;
    margin: -12rem auto;
  }
}
@media screen and (max-width: 920px) {
  .top-feature-row {
    display: block;
  }
}

.top-feature-items {
  display: flex;
}
@media screen and (max-width: 920px) {
  .top-feature-items {
    display: block;
    padding: 0 1.5rem;
  }
}

@media print, screen and (min-width: 921px) {
  .top-feature-item {
    display: grid;
    grid-template-columns: 27rem 39rem;
    gap: 5rem;
    padding-right: 5.5rem;
    margin-right: 5.5rem;
    border-right: 1px solid #ffffff;
  }
}
@media screen and (max-width: 920px) {
  .top-feature-item {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #ffffff;
  }
}
.top-feature-item:last-child {
  border: 0;
}
.top-feature-item__image {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 920px) {
  .top-feature-item__image {
    margin-bottom: 2rem;
  }
  .top-feature-item__image img {
    width: 100%;
    height: 19rem;
    object-fit: cover;
  }
}
.top-feature-item__subtitle {
  font-family: "din-2014-narrow";
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 920px) {
  .top-feature-item__subtitle {
    font-size: 1.4rem;
  }
}
.top-feature-item__title {
  font-size: var(--h3);
  margin-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .top-feature-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.top-feature-item__button {
  margin-bottom: 3rem;
  width: fit-content;
  margin: 3rem 0 0 auto;
}
@media screen and (max-width: 920px) {
  .top-feature-item__button {
    margin: 3.5rem 0 0;
  }
}

.top-course {
  position: relative;
  width: 100%;
  padding: 10rem 0 0;
  margin-bottom: 10rem;
}
.top-course .c-course-card__image img img {
  object-fit: cover;
  width: 100%;
  height: 12.5rem;
}
@media screen and (max-width: 920px) {
  .top-course .c-course-card__image img img {
    height: 12.6rem;
  }
}
.top-course .c-course-card__title {
  border-color: var(--black);
}
@media screen and (max-width: 920px) {
  .top-course {
    padding: 0 0 5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 920px) {
  .top-course__logo img {
    width: 100%;
  }
}
.top-course__wrapper {
  position: relative;
  overflow: hidden;
}
.top-course .c-section-title {
  color: var(--black);
}
.top-course .c-animation-circle--1 {
  left: auto;
  right: 0;
  top: 20rem;
}
.top-course .c-animation-circle--2 {
  left: 0;
  top: auto;
  bottom: 25rem;
}
.top-course__inner {
  position: relative;
  z-index: 2;
}
.top-course__catch {
  color: var(--black);
}
@media print, screen and (min-width: 921px) {
  .top-course__catch {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: fit-content;
    margin: -19rem 48rem 3.5rem;
  }
}
@media screen and (max-width: 920px) {
  .top-course__catch {
    text-align: center;
    font-size: 1.6rem;
    margin: 1rem 0 3.5rem;
  }
  .top-course__catch br {
    display: none;
  }
}
.top-course__head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 920px) {
  .top-course__head {
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 920px) {
  .top-row-sections {
    margin-bottom: 9rem;
  }
}

.top-row-section {
  padding: 10rem 6rem 0 0;
  position: relative;
  z-index: 2;
}
.top-row-section .c-animation-circle {
  top: -20rem;
  background: radial-gradient(rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0) 100%);
}
@media screen and (max-width: 920px) {
  .top-row-section + .top-row-section {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 920px) {
  .top-row-section {
    padding: 0;
  }
}
@media print, screen and (min-width: 921px) {
  .top-row-section--2 {
    padding: 13rem 0 0 6rem;
  }
}
.top-row-section--2 .c-animation-circle {
  left: 30%;
  top: auto;
  bottom: -8rem;
}
.top-row-section__inner {
  max-width: 136.6rem;
  margin: auto;
  position: relative;
}
.top-row-section__logo {
  position: absolute;
  z-index: 4;
  writing-mode: horizontal-tb;
  left: 6rem;
  top: -6rem;
}
@media screen and (max-width: 920px) {
  .top-row-section__logo {
    left: 1.5rem;
    top: -2.5rem;
  }
}
.top-row-section:nth-child(even) .top-row-section-item {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 921px) {
  .top-row-section:nth-child(even) .top-row-section__logo {
    left: auto;
    right: 6rem;
  }
}
@media screen and (max-width: 920px) {
  .top-row-section:nth-child(even) .top-row-section-item__image {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}

.top-row-section-box {
  flex: 1;
}
@media screen and (max-width: 920px) {
  .top-row-section-box {
    padding: 0 1.5rem;
  }
}
.top-row-section-box__title {
  font-size: 5.6rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 920px) {
  .top-row-section-box__title {
    margin: 0 auto 2.5rem;
    font-size: 2.8rem;
  }
}
.top-row-section-box__title--top {
  align-self: start;
}

.top-row-section-links {
  max-width: 46.3rem;
}

.top-row-section-link {
  margin-bottom: 2.5rem;
  font-size: var(--h3);
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .top-row-section-link {
    background-size: 3rem;
    gap: 1rem;
    font-size: var(--h4);
    margin-bottom: 2rem;
  }
}
.top-row-section-link__icon {
  background-color: var(--primary);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  padding: 0.8rem;
}
.top-row-section-link:hover {
  opacity: 0.7;
  background-position: center right 1rem;
}
.top-row-section-link:last-child {
  margin-bottom: 0;
}

.top-row-section-item {
  display: flex;
  align-items: center;
  gap: 10rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-row-section-item {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    display: block;
  }
}
.top-row-section-item__image {
  position: relative;
}
@media print, screen and (min-width: 921px) {
  .top-row-section-item__image {
    width: 68.3rem;
  }
}
@media screen and (max-width: 920px) {
  .top-row-section-item__image {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    height: 31.6rem;
    margin: 0 0 2.5rem 0;
    z-index: 5;
  }
}
.top-row-section-item__image > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-voice {
  position: relative;
  padding: 24rem 0 13rem;
}
@media screen and (max-width: 920px) {
  .top-voice {
    margin-top: 0;
    padding: 5rem 0 0;
  }
}
.top-voice .js-voice-schint {
  overflow: hidden !important;
}
.top-voice .scroll-hint-icon-wrap {
  top: -10rem;
}
.top-voice__inner {
  position: relative;
}
.top-voice__title {
  margin-left: 5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .top-voice__title {
    font-size: 2.8rem;
    margin: 0 0 3.5rem 0;
  }
}
.top-voice__logo {
  position: absolute;
  left: 0;
  top: -6rem;
}
@media screen and (max-width: 920px) {
  .top-voice__logo {
    left: 1.5rem;
    top: -2.5rem;
  }
}
.top-voice__slider-wrap {
  padding-left: 13.5rem;
}
@media screen and (max-width: 920px) {
  .top-voice__slider-wrap {
    padding-left: 0;
    margin-left: -1.5rem;
  }
}
.top-voice__slider-wrap .swiper {
  border: 1px solid transparent;
  padding-left: 5px;
}
.top-voice__slider-wrap .c-slider-navis {
  margin-left: 97rem;
  gap: 2.5rem;
  position: absolute;
  top: 1.5rem;
}
.top-voice__button {
  width: fit-content;
}
@media print, screen and (min-width: 921px) {
  .top-voice__button {
    margin-left: auto;
  }
}
@media screen and (max-width: 920px) {
  .top-voice__button {
    margin: 21rem auto 0;
  }
}

.common-cta-section,
.top-cta {
  background: var(--bg2);
  position: relative;
  padding-bottom: 16rem;
  margin-bottom: -4rem;
}
@media screen and (max-width: 920px) {
  .common-cta-section,
.top-cta {
    padding: 7rem 0 11rem;
    margin-bottom: -4rem;
  }
}

.top-card-section__slider-wrap {
  opacity: 0;
  position: relative;
  transform: translate(0, 100px);
  transition: all 1s cubic-bezier(0.17, 0.8, 0.3, 1) 0.5s;
}
.top-card-section__slider-wrap.is-active {
  opacity: 1;
  transform: none;
}

.top-voice__slider-wrap,
.top-row-section-item__image {
  opacity: 0;
  transform: scale(0.8) translate(20px, 0) matrix(1, 0, 0, 0.8, 0, 50);
  transition: all 1s cubic-bezier(0.17, 0.8, 0.3, 1);
}
.top-voice__slider-wrap.is-active,
.top-row-section-item__image.is-active {
  opacity: 1;
  transform: none;
}

/*# sourceMappingURL=index.css.map */
