.st-header {
  position: absolute;
  transition: all 0.3s;
}

.st-header.is-fixed {
  position: fixed;
  transform: none;
}

.st-header.is-remove {
  transform: translateY(-100%);
}

/* TOP共通パーツ */
.top-lead {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* レイアウト */
.st-main {
  padding-top: 0;
}
.top-grid {
  display: grid;
  grid-template-columns: 53.333333% 38.3333333%;
  align-items: center;
  gap: 40px 8.33333%;
}

.top-grid__head {
  grid-row: 1;
  grid-column: 2;
}

.top-grid__img {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.top-grid__text {
  grid-row: 2;
  grid-column: 2;
  padding: 0 40px 0 0;
  margin-top: auto;
  min-height: 274px;
}

.top-grid__text .c-btn {
  margin-top: 60px;
}

/**/
.top-mv {
  height: 100vh;
  max-height: 880px;
  background: #ff5577;
  position: relative;
}
.top-mv__inner {
  position: relative;
  height: 100%;
  min-width: 1083px;
}

.top-mv__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.top-mv__bg-circle {
  position: absolute;
  border-radius: 50%;
  background: #ff697e;
}
.top-mv__bg-circle.-anim01 {
  width: 460px;
  height: 460px;
  left: 76px;
  top: 120px;
  animation: 10s circle01 infinite;
}

.top-mv__bg-circle.-anim02 {
  width: 210px;
  height: 210px;
  left: 621px;
  bottom: 228px;
  animation: 10s circle02 infinite;
}

.top-mv__bg-circle.-anim03 {
  width: 380px;
  height: 380px;
  right: 185px;
  top: 140px;
  animation: 8s circle02 infinite 0.4s;
}

.top-mv__bg-circle.-anim04 {
  width: 250px;
  height: 250px;
  right: -44px;
  bottom: 167px;
  animation: 12s circle01 infinite 0.6s;
}

.top-mv__bg-line {
  display: flex;
  position: absolute;
  top: -360px;
  right: 0;
  transform: rotate(5deg);
}

.top-mv__bg-wrap {
  flex-shrink: 0;
  animation: ticker 120s linear infinite;
}

.top-mv__bg-set {
  display: flex;
}

.top-mv__bg-set:nth-child(2) {
  transform: rotate(180deg);
  margin-top: 36px;
}

.top-mv__bg svg {
  flex-shrink: 0;
  width: 1428px;
}

.top-mv__bg svg {
  margin-left: -28px;
}

.top-mv__bg svg path {
  transition: fill 1s;
}

.top-mv__slide,
.top-mv__title {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.top-mv.is-loaded .top-mv__slide,
.top-mv.is-loaded .top-mv__title {
  opacity: 1;
}

.top-mv__spinner,
.top-mv__spinner::after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

.top-mv__spinner {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: opacity 0.5s;
  transition-delay: opacity 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 0, 51, 0.2);
  border-right: 1.1em solid rgba(255, 0, 51, 0.2);
  border-bottom: 1.1em solid rgba(255, 0, 51, 0.2);
  border-left: 1.1em solid rgba(255, 0, 51, 0.8);
}

.top-mv.is-loaded .top-mv__spinner {
  bottom: -100px;
  visibility: hidden;
  opacity: 0;
}

.top-mv__title {
  position: absolute;
  left: 80px;
  bottom: 205px;
}

.top-mv__title > p {
  font-size: 14rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  letter-spacing: 0.03em;
  color: #fff;
}

.is-safari .top-mv__title > p {
  -webkit-transform: none;
  transform: none;
}

.is-ie .top-mv__title > p {
  background: transparent;
}

.top-mv__title > p span {
  display: inline-block;
}

.top-mv__title > p > span {
  overflow: hidden;
}

.top-mv__title > p > span:nth-child(5) {
  margin-left: 25px;
}

.top-mv__title > p > span:nth-child(8) {
  margin-left: 20px;
}

.top-mv__title > p > span > span {
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

.top-mv__title > h1 {
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
}

.is-safari .top-mv__title > h1 {
  -webkit-transform: none;
  transform: none;
}

.top-mv__title > h1 > span {
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.top-mv__slide {
  position: relative;
}

.top-mv__slide::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: #fff;
}

.is-loaded .top-mv.is-loaded .top-mv__slide::before {
  opacity: 0;
}

.top-entry {
  margin: -93px 40px 0;
}

.top-entry__nav {
  display: flex;
  gap: 20px;
}

.top-entry__nav__item {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}

.top-entry__nav__item--newgrad a {
  background-image: url("../images/top/bg_nav_new-grad.webp");
}

.top-entry__nav__item--midcareer a {
  background-image: url("../images/top/bg_nav_mid-career.webp");
}

.top-entry__nav__item--internship a {
  background-image: url("../images/top/bg_nav_internship.webp");
}

.top-entry__nav__item a {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.top-entry__nav__item a::before {
  content: "";
  display: block;
  padding-top: 59.09090909%;
}

.top-entry__nav__item-inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 28px 27px;
}

.top-entry__nav__item-inner::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff url("../images/common/icn_arrow_right.svg") no-repeat center
    center;
  background-size: 18px 18px;
  border-radius: 50%;
  position: absolute;
  bottom: 27px;
  right: 28px;
}

.top-entry__nav__item-inner p {
  margin-top: auto;
  font-size: 3.4rem;
  font-weight: 700;
}

.top-entry__nav__item-inner span {
  font-size: 1.6rem;
}

.top-people {
  padding: 100px 0;
}

.top-people__inner {
  position: relative;
}

.top-people__headline {
  margin: 0 0 60px;
  text-align: center;
}

.top-people__headline span {
  justify-content: center;
}

.top-people__lead {
  margin-bottom: 60px;
}

.top-people__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
  border: solid 1px #eeeeee;
}

.top-people__list li {
  flex: 0 33.33333%;
  text-align: center;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.top-people__list li a {
  display: block;
  padding: 12px 16px 60px;
}

.top-people__list li img {
  max-width: 228px;
}

.top-people__list-title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 46px;
  text-align: left;
}

.top-people__list-title span {
  background: #ff5577;
  padding: 2px 4px;
}

.top-people__btn {
  margin: 0 auto;
}

/* さくマガ */
.top-links {
  margin: 100px 0 0;
  gap: 50px;
}

.top-links__headline {
  width: 400px;
  margin: 0 auto 50px;
}

.top-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.63636363636%;
}

.top-links__list li {
  width: 48.18181818%;
}

.top-links__list li img {
  border-radius: 10px;
}

.top-links__title {
  font-weight: 700;
  margin: 15px 0 0;
}

.top-data {
  padding: 120px 0;
  position: relative;
  background: #fafafa;
}

.top-data__inner {
  position: relative;
  max-width: 1200px;
}

.top-data::before {
  content: "";
  width: 240px;
  height: 240px;
  background: #ff5577;
  border-radius: 40px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.top-hr {
  padding-top: 35.5555555%;
  background-position: center center;
  background-size: cover;
  border: none;
  position: relative;
}

.top-message {
  position: relative;
  padding: 100px 0;
}

.top-message::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ff5577;
}

.top-message__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/top/img_02_pc.webp) no-repeat right center;
  background-size: auto 100%;
}

.top-message__headline {
  margin: 0 0 40px;
}

.top-message__text {
  position: relative;
  z-index: 2;
  width: 440px;
}

.top-message__text p {
  margin: 0 0 60px;
}

.top-other {
  position: relative;
  z-index: 1;
}

.top-other__list {
  display: flex;
}

.top-other__item {
  width: calc(100% / 3);
  background: #fff;
}

.top-other__item a {
  display: block;
  padding-top: 133.333333%;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.top-other__headline {
  position: absolute;
  top: 142px;
  left: 40px;
  font-size: 4.8rem;
  color: #fff;
}

.top-company {
  padding: 90px 0;
  position: relative;
}

.top-company::before {
  content: "";
  width: 240px;
  height: 240px;
  background: #ff5577;
  border-radius: 40px;
  position: absolute;
  top: -78px;
  right: -42px;
}

.top-company__inner {
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 12px;
  background: #fff;
  position: relative;
}

.top-message .c-page__line {
  position: relative;
  height: 0;
}

.top-message .c-page__line > i:nth-child(1) {
  position: absolute;
  top: 205px;
  left: 30px;
  width: 142px;
}

.top-message .c-page__line > i:nth-child(2) {
  position: absolute;
  top: 300px;
  left: 20px;
  width: 185px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.top-jobs .c-page__line {
  position: relative;
  height: 0;
}

.top-jobs .c-page__line > i:nth-child(1) {
  position: absolute;
  top: 120px;
  right: -170px;
  width: 185px;
}

.top-jobs .c-page__line > i:nth-child(2) {
  display: none;
}

.top-company .c-page__line {
  position: relative;
  height: 0;
}

.top-company .c-page__line > i:nth-child(1) {
  position: absolute;
  top: 120px;
  left: -90px;
  width: 310px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.top-company .c-page__line > i:nth-child(2) {
  position: absolute;
  top: 95px;
  right: -30px;
  width: 120px;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.top-company .c-page__line > i:nth-child(3) {
  position: absolute;
  top: 90px;
  right: -155px;
  width: 185px;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-loaded .top-mv.is-loaded .top-mv__title > h1 span {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.is-loaded .top-mv.is-loaded .top-mv__title > p span {
  -webkit-transform: none;
  transform: none;
}

.is-ie .st-nav__entry > a {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .top-mv__title > p {
    font-size: 10.769230769vw;
  }
}

@media only screen and (min-width: 1101px) {
}
@media only screen and (min-width: 769px) {
  .top-people__list li:nth-child(3n) {
    border-right: none;
  }

  .top-people__list li:nth-child(n + 4) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .top-grid {
    display: block;
  }

  .top-grid__head {
    text-align: center;
    margin: 0 0 40px;
  }

  .top-grid__head span {
    justify-content: center;
  }

  .top-grid__img {
    margin: 0 0 20px;
  }

  .top-grid__text {
    padding: 0;
    margin: 0;
  }

  .top-grid__text .c-btn {
    margin: 40px auto 0;
  }

  .top-mv__bg-circle.-anim01 {
    width: 300px;
    height: 300px;
    left: 20px;
    top: 100px;
  }

  .top-mv__bg-circle.-anim02 {
    width: 200px;
    height: 200px;
    left: auto;
    right: 60px;
    bottom: auto;
    top: 50%;
  }

  .top-mv__bg-circle.-anim03 {
    width: 190px;
    height: 190px;
    right: auto;
    left: -50px;
    top: auto;
    bottom: 0;
  }

  .top-mv__bg-circle.-anim04 {
    width: 120px;
    height: 120px;
    right: -44px;
    bottom: 50px;
  }

  .top-mv__bg-line {
    top: -100px;
  }

  .top-mv__bg-set:nth-child(2) {
    margin-top: 4.8vw;
  }

  .top-mv__bg svg {
    flex-shrink: 0;
    width: 190.4vw;
  }

  .top-mv__bg svg {
    margin-left: -3.7333333vw;
  }

  .top-mv__bg svg path {
    transition: fill 1s;
  }

  .top-mv__inner {
    min-width: 0;
  }

  .top-mv__title {
    bottom: 150px;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .top-mv__title > p {
    font-size: 10.66666vw;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }

  .top-mv__title > p > span:nth-child(5) {
    margin-left: 12.5px;
  }

  .top-mv__title > p > span:nth-child(8) {
    margin-left: 10px;
  }

  .top-mv__title > h1 > span {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  .top-mv__title > h1 {
    font-size: 4vw;
    -webkit-transform: translate(10.5px, -5px);
    transform: translate(10.5px, -5px);
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .top-entry {
    margin: -60px 15px 0;
  }

  .top-entry__nav {
    flex-direction: column;
    gap: 20px;
  }

  .top-entry__nav__item {
    flex: 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
  }

  .top-entry__nav__item-inner::before {
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
  }

  .top-entry__nav__item-inner p {
    font-size: 2.5rem;
  }

  .top-people {
    padding: 60px 0;
  }

  .top-people__list {
    margin: 0 0 40px;
  }

  .top-people__list li {
    flex: 0 50%;
  }

  .top-people__list li:nth-child(2n) {
    border-right: none;
  }

  .top-people__list li:nth-child(n + 5) {
    border-bottom: none;
  }

  .top-people__list-title {
    font-size: 1.4rem;
  }
  .top-links {
    margin-top: 60px;
  }

  .top-links__list {
    justify-content: space-between;
    gap: 20px 0;
  }

  .top-links__list li {
    width: 47.826086956%;
  }

  .top-links__headline {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .top-data {
    padding: 60px 15px;
  }

  .top-data__inner {
    /* margin: 0 15px; */
    border-radius: 20px;
    padding: 40px 15px;
    background: #fff;
  }

  .top-message {
    padding: 60px 0;
  }

  .top-message__inner {
    width: auto;
    margin: 0 15px;
    padding: 40px 15px;
    background: none;
    background: #fff;
    border-radius: 20px;
  }

  .top-message__headline {
    margin: 0 0 30px;
    text-align: center;
  }

  .top-message__headline span {
    justify-content: center;
  }

  .top-message__img {
    margin: 0 0 20px;
    padding: 20px;
    background: #fbfbfb;
  }

  .top-message__text {
    width: 100%;
  }

  .top-message__text p {
    margin: 0 0 30px;
  }

  .top-message__text .c-btn {
    margin: 0 auto;
  }

  .top-other__list {
    flex-direction: column;
  }

  .top-other__item {
    width: 100%;
  }

  .top-other__item a {
    padding-top: 53.3333333%;
  }

  .top-other__headline {
    top: auto;
    bottom: 30px;
    font-size: 3.4rem;
  }

  .top-other__headline span {
    margin: 0 0 10px;
  }

  .top-company {
    padding: 60px 15px;
  }

  .top-company__inner {
    padding: 40px 15px 0;
  }

  [data-motion].top-jobs .top-jobs__link {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  [data-motion].top-jobs .top-jobs__img {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  [data-motion].top-people .c-headline__2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .top-mv + .top-message[data-motion="false"] .top-message__text {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }

  .top-mv + .top-message[data-motion="false"] .top-message__img {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }

  .top-mv + .top-message[data-motion="true"] .top-message__text {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .top-mv + .top-message[data-motion="true"] .top-message__img {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes ticker-slider {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker-slider {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes circle01 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
}

@keyframes circle02 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
}