@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* TOP共通 
----- page/top-page/_mv ----- */
.tp {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .tp .c-ttl-2 {
    font-size: 4rem;
  }
}

/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  position: relative;
  background: #F4F5F7;
  height: 100vh;
  height: max(820px, 100vh);
}
.tp-mv::before {
  content: "";
  background: url("../img/top-mv_deco_01.svg") center/cover no-repeat;
  width: 920px;
  height: 560px;
  position: absolute;
  top: 0;
  left: -280px;
  z-index: 1;
}
.tp-mv::after {
  content: "";
  background: url("../img/top-mv_deco_02.svg") center/cover no-repeat;
  width: 870px;
  height: 780px;
  position: absolute;
  right: -230px;
  top: 580px;
}

.tp-mv_mov {
  position: relative;
  width: max(60%, 100% - 500px);
  height: 100%;
  margin: 0 30px 0 auto;
  padding: 125px 0 30px;
  /* .slick-list, .slick-track {
      height: 100%;
  } */
}
.tp-mv_mov figure {
  width: 100%;
  height: 100%;
}
.tp-mv_mov figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* .tp-mv_slide_item {
    height: 100%;
    figure {
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }
} */
.tp-mv_catch {
  color: #fff;
  line-height: 1.7;
  width: 60%;
  position: absolute;
  top: 150px;
  left: 70px;
  z-index: 2;
}
.tp-mv_catch h1 {
  font-size: 6rem;
  line-height: 1.5;
}
.tp-mv_catch h1 span {
  margin-left: -30px;
}

.tp-mv_contact {
  padding: 0 15px;
  width: 500px;
  width: min(40%, 500px);
  height: max(200px, 100vh - 620px);
  display: grid;
  place-content: center;
  position: absolute;
  top: 590px;
  left: 0;
}
.tp-mv_contact figure {
  position: relative;
}
.tp-mv_contact figure::before {
  content: "";
  mask: url("../img/ico-contact.svg") center/contain no-repeat;
  display: block;
  width: 35px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 1;
  transition: 0.3s;
}
.tp-mv_contact img {
  width: 35px;
  height: 28px;
}
.tp-mv_contact a {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: solid 1px #41AFFF;
  border-radius: 50%;
  display: grid;
  gap: 15px 10px;
  place-content: center;
  place-items: center;
}
.tp-mv_contact a:hover {
  background: #41AFFF;
  color: #fff;
}
.tp-mv_contact a:hover figure::before {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .tp-mv {
    padding: 15px;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .tp-mv::before {
    width: 435px;
    height: 270px;
    left: -50px;
  }
  .tp-mv::after {
    background-image: url(../img/top-mv_deco_02_sp.svg);
    width: 660px;
    height: 675px;
    right: -115px;
    top: auto;
    bottom: -520px;
  }
  .tp-mv_mov {
    display: grid;
    flex-grow: 1;
    margin: 15px 0 0;
    padding: 0;
    order: 1;
    width: 100%;
    /* .slick-track {
        display: flex;
    }
    .slick-slide {
        height: auto !important;
    } */
  }
  .tp-mv_catch {
    width: 90%;
    margin-top: 75px;
    position: unset;
  }
  .tp-mv_catch h1 {
    font-size: 2.6rem;
  }
  .tp-mv_catch h1 span {
    margin-left: -15px;
  }
  .tp-mv_contact {
    place-content: normal;
    padding: 15px 0 0;
    width: auto;
    height: auto;
    position: unset;
    z-index: 1;
    order: 2;
  }
  .tp-mv_contact a {
    grid-template-columns: 25px auto;
    border-radius: 50px;
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 50px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
  }
}
/* 東亜にお任せください 
----- page/top-page/_about ----- */
.tp-about {
  position: relative;
  overflow: hidden;
}

.tp-about_text {
  width: 90%;
}
.tp-about_text::before {
  content: "";
  background: url(../img/tp-about_deco_02.png) center/contain no-repeat;
  width: 30%;
  height: 390px;
  position: absolute;
  top: 20%;
  left: 78%;
}

.tp-about_partners {
  align-items: flex-end;
}

.tp-about_partners_inner h3 {
  margin-left: 6%;
}

.tp-about_partners_slide {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
}
.tp-about_partners_slide .slick-list {
  padding: 0 30% 0 0 !important;
}

.tp-about_partners_slide_item {
  padding: 40px 10px;
  display: grid;
  place-content: center;
}
.tp-about_partners_slide_item img {
  max-width: 165px;
}

@media screen and (max-width: 840px) {
  .tp-about_partners_slide {
    grid-template-columns: repeat(auto-fit, 185px);
  }
}
@media screen and (max-width: 768px) {
  .tp-about_text {
    width: 100%;
    padding-bottom: 150px;
  }
  .tp-about_text::before {
    background-image: url(../img/tp-about_deco_02_sp.png);
    width: 177px;
    height: 140px;
    top: auto;
    left: auto;
    bottom: -15px;
    right: -25px;
  }
  .tp-about_partners_slide {
    grid-template-columns: repeat(2, 1fr);
    margin: 10px 0 15px;
  }
  .tp-about_partners_slide_item {
    padding: 20px 10px;
  }
  .tp-about_partners_slide_item img {
    max-width: 100%;
    height: 45px;
  }
  .tp-about_partners .tp-about_partners_inner {
    margin-top: 0;
    padding: 0 20px;
  }
  .tp-about_partners_inner h3 {
    margin: 0;
  }
}
/* 事業内容 
----- page/top-page/_business ----- */
.tp-business_inner {
  padding: 80px 0;
  position: relative;
}

.tp-business_link {
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #41AFFF 0%, rgba(185, 226, 255, 0.9) 100%);
  font-size: 2.5rem;
  font-weight: 500;
  width: 100%;
  height: 70px;
  margin-top: 40px;
  padding: 15px 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.tp-business_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #41AFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.tp-business_link span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: 0.3s;
}
.tp-business_link span::after {
  content: "";
  mask: url("../img/arrow.svg") center/contain no-repeat;
  display: block;
  background: #41AFFF;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.tp-business_link:hover {
  color: #fff;
}
.tp-business_link:hover::before {
  opacity: 1;
}
.tp-business_link:hover span {
  right: 15px;
}

.tp-business_grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 40px 60px;
  margin-top: 30px;
}

.tp-business_deco {
  border-radius: 5px;
}

.tp-business_features {
  display: grid;
  align-items: center;
}
.tp-business_features li {
  display: grid;
  align-items: center;
  padding-left: 110px;
  min-height: 90px;
  position: relative;
}
.tp-business_features li + li {
  margin-top: 50px;
}
.tp-business_features figure {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
}
.tp-business_features img {
  width: 90px;
  height: 90px;
}

/* 車輌事業カスタム */
.tp-business_inner.__vehicle .tp-business_link::before {
  background: #FF6473;
}
.tp-business_inner.__vehicle .tp-business_link {
  background: linear-gradient(90deg, #FF6473 0%, rgba(255, 184, 191, 0.9) 100%);
}
.tp-business_inner.__vehicle .tp-business_link span::after {
  background: #FF6473;
}

@media screen and (min-width: 769px) {
  .tp-business_inner.__vehicle .tp-business_grid {
    grid-template-columns: 1fr 40%;
  }
}
@media screen and (max-width: 768px) {
  .tp-business_inner {
    padding: 60px 0;
  }
  .tp-business_link {
    font-size: 1.8rem;
    height: 50px;
    padding: 10px 15px;
    margin-top: 30px;
  }
  .tp-business_link span {
    width: 30px;
    height: 30px;
    right: 15px;
  }
  .tp-business_link span:hover {
    right: 10px;
  }
  .tp-business_grid {
    grid-template-columns: auto;
    margin-top: 20px;
  }
  .tp-business_features li {
    padding: 0;
  }
  .tp-business_features li + li {
    margin-top: 25px;
  }
  .tp-business_features figure {
    border: solid 1px #41AFFF;
  }
  .tp-business_features img {
    width: 50px;
    height: 50px;
  }
  .tp-business_features span {
    min-height: 50px;
    padding-left: 60px;
    display: grid;
    align-items: center;
  }
}
.tp-business_inner.__vehicle .tp-business_features figure {
  border-color: #FF6473;
}

/* 制作実績 
----- page/top-page/_resultss ----- */
@media screen and (min-width: 769px) {
  .tp-results_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
  }
}
.tp-results_item figure {
  overflow: hidden;
  border-radius: 5px;
}
.tp-results_item img {
  aspect-ratio: 3/2;
  width: 100%;
}
.tp-results_item a {
  display: block;
  color: #333;
  background: #F4F5F7;
  border-radius: 5px;
  position: relative;
  padding: 15px 15px 55px;
}
.tp-results_item a::before {
  content: "";
  background: url(../img/arrow_white.svg) center/5px 10px no-repeat;
  display: block;
  background-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: 0.3s;
}
.tp-results_item a:hover {
  color: #41AFFF;
}
.tp-results_item a:hover img {
  scale: 1.1;
}
.tp-results_item a:hover::before {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .tp-results .u-contents {
    padding: 0;
  }
  .tp-results h2, .tp-results .c-btn {
    padding: 0 15px;
  }
  .tp-results_item {
    padding: 0 5px;
  }
}
/* お知らせ 
----- page/top-page/_news ----- */
.tp-news {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 60px 0;
  }
}

/* 採用情報 
----- page/top-page/_recruit ----- */
.tp-recruit {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.tp-recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4F5F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.tp-recruit .c-stalker {
  background: transparent;
  transform: translate(var(--x, 0px), var(--y, 0px)) translate(-50%, -50%) scale(0.3);
}
.tp-recruit .c-stalker.is-hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  scale: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
}
.tp-recruit .c-stalker.is-hover::after {
  font-size: 5rem;
  padding-bottom: 100px;
}

.tp-recruit_link {
  display: block;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  max-height: 590px;
  max-width: 450px;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
  aspect-ratio: 9/11;
}
.tp-recruit_link::before {
  content: "";
  background: url("../img/tp-recruit_img.jpg") center/cover no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: 0.3s;
}
.tp-recruit_link::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  backdrop-filter: blur(7.5px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: 0.3s;
}
.tp-recruit_link:hover {
  color: #fff;
}
.tp-recruit_link:hover::before {
  width: 100vw;
  height: calc(100% + 40px);
}
.tp-recruit_link:hover::after {
  width: 95vw;
  transform: scale(1.1);
  backdrop-filter: none;
}
.tp-recruit_link:hover .tp-recruit_btn {
  color: transparent;
  right: 20px;
}
.tp-recruit_link h2 {
  font-size: 4rem;
  line-height: 1.5;
}
.tp-recruit_link h2 span {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  padding: 0;
}

.tp-recruit_btn {
  display: grid;
  align-items: center;
  font-size: 1.8rem;
  padding-right: 85px;
  height: 70px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: 0.3s;
}
.tp-recruit_btn::before {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  background: url(../img/arrow_white.svg) center/7px 10px no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

.tp-recruit_deco {
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
  color: #84CCFF;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  z-index: -2;
  display: flex;
}

.tp-recruit_deco_inner {
  display: flex;
  gap: 60px;
  padding-right: 60px;
  animation: marquee 30s linear infinite;
  will-change: transform;
  flex-shrink: 0;
  pointer-events: none;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .tp-recruit {
    padding: 25px;
    margin-bottom: 50px;
  }
  .tp-recruit_link {
    display: grid;
    place-content: center;
    place-items: center;
    max-width: 90%;
    max-height: 350px;
    padding: 30px 20px 85px;
    aspect-ratio: 3/4;
  }
  .tp-recruit_link h2 {
    font-size: 2.5rem;
  }
  .tp-recruit_link h2 .en {
    font-size: 1.3rem;
  }
  .tp-recruit_btn {
    font-size: 1.4rem;
    padding-right: 60px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  .tp-recruit_btn::before {
    width: 50px;
  }
  .tp-recruit_deco {
    font-size: 7rem;
    bottom: 20px;
  }
  .tp-recruit_deco_inner {
    gap: 20px;
    padding-right: 20px;
  }
}