.main_contents {
  margin-top: -125px;
}
@media print, screen and (min-width: 768px) {
  .main_contents {
    margin-top: -130px;
  }
}

/*-------------------------
  MV
-------------------------*/
.mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 400px;
}

.device-sp .mv,
.device-tab .mv {
  height: 90vh;
}

.mv__inner {
  height: inherit;
  min-height: inherit;
}

.mv__text-wrap {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mv__text-wrap {
    bottom: -80px;
  }
}

.scroll-text {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.scroll-text_wrapper {
  display: flex;
}

.scroll-text__content {
  font-family: "Anton", sans-serif;
  font-size: 7.5rem;
  color: #000;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  line-height: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 21px;
}
@media print, screen and (min-width: 768px) {
  .scroll-text__content {
    font-size: 15rem;
  }
}

.scroll-text__content--white {
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

.scroll-text_wrapper:nth-child(odd) {
  animation: loop 40s -20s linear infinite;
}

.scroll-text_wrapper:nth-child(even) {
  animation: loop2 40s linear infinite;
}

.scroll-text_wrapper-recruiting:nth-child(odd) {
  animation: loop 40s -20s linear infinite;
}

.scroll-text_wrapper-recruiting:nth-child(even) {
  animation: loop2 40s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.mv__text {
  font-size: 15rem;
}

.mv__slick,
.mv__slick .slick-list,
.mv__slick .slick-track,
.mv__slick-img,
.mv__slick-img img {
  height: inherit;
  min-height: inherit;
}

.mv__slick-img {
  background-color: #000;
}

.mv__slick-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.mv__rotate-icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .mv__rotate-icon {
    bottom: 50px;
    right: 50px;
  }
}

/*-------------------------
  BUSINESS
-------------------------*/
.top-business {
  margin-top: 78px;
}
@media print, screen and (min-width: 768px) {
  .top-business {
    margin-top: 155px;
  }
}

.top-business__contents-wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 7%;
}
@media print, screen and (min-width: 920px) {
  .top-business__contents-wrapper {
    flex-direction: row;
    row-gap: 7%;
  }
}

.top-business__text-wrapper {
  width: 100%;
  flex-shrink: 0;
  margin: auto 0;
}
@media print, screen and (min-width: 920px) {
  .top-business__text-wrapper {
    width: 47%;
    margin: 50px 0 0 0;
  }
}
@media print, screen and (min-width: 1150px) {
  .top-business__text-wrapper {
    margin: 107px 0 0 0;
  }
}

.top-business__text {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .top-business__text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 27px;
  }
}
.top-business__text span {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .top-business__text span {
    display: inline-block;
  }
}

.top-business__list {
  margin-top: 27px;
}
@media print, screen and (min-width: 768px) {
  .top-business__list {
    margin-top: 50px;
  }
}

.top-business__item {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .top-business__item {
    margin-top: 32px;
  }
}

.top-business__item:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .top-business__item:first-of-type {
    padding-top: 32px;
  }
}

.top-business__item-title {
  padding: 0 10px 15px;
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.024em;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .top-business__item-title {
    padding: 0 18px 30px;
    font-size: 3.6rem;
  }
}

.top-business__item-title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .top-business__item-title span {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.top-business__img {
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  max-height: 758px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .top-business__img {
    margin-left: initial;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30px 100%, 0 97%, 30px 94%, 0 91%, 30px 88%, 0 85%, 30px 82%, 0 79%, 30px 76%, 0 73%, 30px 70%, 0 67%, 30px 64%, 0 61%, 30px 58%, 0 55%, 30px 52%, 0 49%, 30px 46%, 0 43%, 30px 40%, 0 37%, 30px 34%, 0 31%, 30px 28%, 0 25%, 30px 22%, 0 19%, 30px 16%, 0 13%, 30px 10%, 0 7%, 30px 4%, 0 1%, 8px 0%);
  }
}
.top-business__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-business__img-bk {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.top-business__bnr {
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .top-business__bnr {
    margin-top: 150px;
  }
}
.top-business__bnr.bnr__pc {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .top-business__bnr.bnr__pc {
    display: block;
  }
}
.top-business__bnr.bnr__sp {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .top-business__bnr.bnr__sp {
    display: none;
  }
}
.top-business__bnr a:hover {
  opacity: 0.6;
}

.snowplow_banner {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .snowplow_banner {
    margin-top: 50px;
  }
}
.snowplow_banner .img {
  display: block;
  aspect-ratio: 264/140;
}
@media print, screen and (min-width: 920px) {
  .snowplow_banner .img {
    aspect-ratio: auto;
  }
}
.snowplow_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.snowplow_banner .img:hover {
  opacity: 0.7;
}

/*-------------------------
  COMPANY
-------------------------*/
.top-company {
  background-color: #000;
  position: relative;
  padding-top: 31px;
  padding-bottom: 64px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .top-company {
    margin-top: 160px;
  }
}
@media print, screen and (min-width: 1150px) {
  .top-company {
    margin-top: 200px;
    margin-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0, calc(100% - 30px) 2%, 100% 4%, calc(100% - 30px) 6%, 100% 8%, calc(100% - 30px) 10%, 100% 12%, calc(100% - 30px) 14%, 100% 16%, calc(100% - 30px) 18%, 100% 20%, calc(100% - 30px) 22%, 100% 24%, calc(100% - 30px) 26%, 100% 28%, calc(100% - 30px) 30%, 100% 32%, calc(100% - 30px) 34%, 100% 36%, calc(100% - 30px) 38%, 100% 40%, calc(100% - 30px) 42%, 100% 44%, calc(100% - 30px) 46%, 100% 48%, calc(100% - 30px) 50%, 100% 52%, calc(100% - 30px) 54%, 100% 56%, calc(100% - 30px) 58%, 100% 60%, calc(100% - 30px) 62%, 100% 64%, calc(100% - 30px) 66%, 100% 68%, calc(100% - 30px) 70%, 100% 72%, calc(100% - 30px) 74%, 100% 76%, calc(100% - 30px) 78%, 100% 80%, calc(100% - 30px) 82%, 100% 84%, calc(100% - 30px) 86%, 100% 88%, calc(100% - 30px) 90%, 100% 92%, calc(100% - 30px) 94%, 100% 96%, calc(100% - 30px) 98%, 100% 100%);
  }
}

.top-company::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/common/bg_patern01.svg) no-repeat center center/cover;
  width: 100%;
  height: 50px;
  transform: translate(0, -99%);
}
@media print, screen and (min-width: 1150px) {
  .top-company::after {
    content: none;
  }
}

.top-company__bg {
  width: 100%;
  height: 100%;
}

.top-company__inner {
  margin: auto;
  width: 100%;
}
@media print, screen and (min-width: 1150px) {
  .top-company__inner {
    padding: 0 25px;
    max-width: 1395px;
  }
}

.top-company__container {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 1150px) {
  .top-company__container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

.top-company__img-wrapper {
  background-color: #fff;
  display: grid;
  grid-area: 2;
  margin-top: 38px;
}
@media print, screen and (min-width: 1150px) {
  .top-company__img-wrapper {
    grid-area: initial;
    max-width: 583px;
    margin-top: 0;
  }
}

.top-company__slick {
  display: flex;
  flex-direction: column-reverse;
  background-color: #000;
  overflow: hidden;
}

.company-slick__list {
  animation-play-state: paused;
}

.company-slick__item {
  padding: 18px 10px;
  aspect-ratio: 583/329;
  height: 21.3%;
}
@media print, screen and (min-width: 768px) {
  .company-slick__item {
    aspect-ratio: 120/100;
    height: 25%;
  }
}
@media print, screen and (min-width: 1150px) {
  .company-slick__item {
    padding: 4.5px 0;
    aspect-ratio: 583/329;
    height: 21.3%;
  }
}

.company-slick__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 1150px) {
  .company-slick .slick-list {
    height: 1120px !important;
  }
}

.company-slick:hover .company-slick__list {
  animation-play-state: paused;
}

@keyframes slideShow {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
.top-company__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media print, screen and (min-width: 768px) {
  .top-company__text-wrapper {
    padding: 55px 0 0 0;
  }
}

.top-company__text-inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top-company__text-inner {
    max-width: 520px;
    padding: 0;
  }
}

.top-company__table {
  margin-top: 46px;
}
@media print, screen and (min-width: 768px) {
  .top-company__table {
    margin-top: 82px;
  }
}
.top-company__table .table__term {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .top-company__table .table__term {
    margin-bottom: 0;
    line-height: 2;
  }
}
.top-company__table .table__list {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .top-company__table .table__list {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-company__table .table__list + .table__list {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-company__table .table__description {
    line-height: 2;
  }
}

/*-------------------------
  WORKS
-------------------------*/
.top-works {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .top-works {
    margin-top: 160px;
    padding-bottom: 130px;
  }
}

.top-works__title-wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .top-works__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.top-works__text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.875;
  max-width: 555px;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .top-works__text {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 30px;
  }
}

.top-works__slick-container {
  margin-top: 26px;
}
@media print, screen and (min-width: 768px) {
  .top-works__slick-container {
    margin-top: 130px;
  }
}

.works-slick {
  position: relative;
}

.works-slick__list {
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .works-slick__list {
    margin-right: calc(50% - 50vw - 16%);
  }
}
.works-slick__list .slick-list {
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .works-slick__list .slick-list {
    padding: 0;
  }
}

.works-slick__list.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .works-slick__item {
    padding: 0;
    width: 550px;
  }
}
@media print, screen and (min-width: 920px) {
  .works-slick__item {
    width: 600px;
  }
}
@media print, screen and (min-width: 1150px) {
  .works-slick__item {
    width: 712px;
  }
}

.works-slick__item__inr {
  padding-right: 40px;
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .works-slick__item__inr {
    padding: 0;
    margin-left: 0;
    margin-right: 9.5%;
  }
}

.works-slick__item:first-of-type {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .works-slick__item:first-of-type {
    margin: 0;
  }
}

.works-slick__arrow {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff9ee;
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow {
    width: 100px;
    height: 100px;
  }
}

.works-slick__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow::before {
    width: 13px;
    height: 13px;
  }
}

.works-slick__arrow.works-slick__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.works-slick__arrow.works-slick__arrow--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-card a {
  padding: 15px 15px 35px;
  height: 100%;
  display: block;
  background-color: #fff9ee;
}

.works-card a:hover {
  opacity: 1;
}

.works-card__img {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.works-card__img img {
  width: 100%;
  aspect-ratio: 590/445;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .works-card__img img {
    aspect-ratio: 712/537;
  }
}

.works-card__company-name {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .works-card__company-name {
    font-size: 1.8rem;
    margin-top: 25px;
  }
}

.works-card__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1px;
}
@media print, screen and (min-width: 768px) {
  .works-card__text {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}

.works-slick__wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.works-slick__img {
  margin: 0 5px;
}

.works-slick__img img {
  width: 100%;
  aspect-ratio: 300/180;
  object-fit: cover;
}

.top-works__slick-option-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 31px;
}
@media print, screen and (min-width: 768px) {
  .top-works__slick-option-wrapper {
    gap: 59px;
    margin-top: 51px;
  }
}

.top-works__slick-option-wrapper .custom-slick-dots {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top-works__slick-option-wrapper .custom-slick-dots {
    width: 100%;
  }
}

.top-works__slick-option-wrapper .slick-dots {
  width: 100%;
  display: flex;
}

.top-works__slick-option-wrapper .custom-slick-dots li {
  width: 100%;
  height: 3px;
  display: inline-block;
}

.top-works__slick-option-wrapper .custom-slick-dots li button {
  content: "";
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  opacity: 1;
  transition: 0.5s;
}

.top-works__slick-option-wrapper .custom-slick-dots li button::before {
  content: none;
}

.top-works__slick-option-wrapper .custom-slick-dots li.slick-active button {
  background: #000;
}

.works-slick__arrow-wrap {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow-wrap {
    justify-content: right;
  }
}

.works-slick__arrow {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #eaeaea;
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow {
    width: 41px;
    height: 41px;
  }
}

.works-slick__arrow.works-slick__arrow--next {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow.works-slick__arrow--next {
    margin-left: 17px;
  }
}

.works-slick__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}
@media print, screen and (min-width: 768px) {
  .works-slick__arrow::before {
    width: 10px;
    height: 10px;
  }
}

.works-slick__arrow.works-slick__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 52%;
}

.works-slick__arrow.works-slick__arrow--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 48%;
}

/*-------------------------
  RECRUITING
-------------------------*/
.top-recruiting {
  background-color: #efefef;
  padding-top: 58px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting {
    padding-top: 120px;
  }
}

.top-recruiting__title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting__title-wrapper {
    flex-direction: row;
  }
}

.top-recruiting__btn {
  max-width: 174px;
  width: 100%;
  margin-inline: auto;
  margin-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting__btn {
    max-width: 348px;
    margin-left: 50px;
    margin-right: initial;
    margin-top: 0;
  }
}

.top-recruiting__img {
  margin-top: 21px;
  width: 142%;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting__img {
    margin-top: 60px;
    width: 94%;
  }
}
.top-recruiting__img img {
  position: relative;
  left: -15%;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting__img img {
    left: 6%;
  }
}

.top-recruiting__text-wrap {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top-recruiting__text-wrap {
    bottom: -80px;
  }
}

/*-------------------------
  SPONSORSHIP
-------------------------*/
.top-sponsorship {
  background-color: #000;
  padding-top: 130px;
}
@media print, screen and (min-width: 768px) {
  .top-sponsorship {
    padding-top: 288px;
    padding-bottom: 75px;
  }
}

.top-sponsorship__container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .top-sponsorship__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 9%;
  }
}

@media print, screen and (min-width: 768px) {
  .top-sponsorship__title {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1150px) {
  .top-sponsorship__title {
    padding-right: 0;
  }
}

.top-sponsorship__img {
  aspect-ratio: 590/330;
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .top-sponsorship__img {
    max-width: 550px;
    margin-top: 0;
  }
}

.top-sponsorship__text-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.top-sponsorship__text {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .top-sponsorship__text {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}

.top-sponsorship__btn {
  max-width: 174px;
  width: 100%;
  margin-inline: auto;
  margin-top: 42px;
}
@media print, screen and (min-width: 768px) {
  .top-sponsorship__btn {
    max-width: 348px;
    margin-top: 58px;
  }
}