@charset "UTF-8";
@font-face {
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
#scrollArea {
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
}

.top_intro {
  position: relative;
  transform-origin: center top;
  z-index: 3;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_intro {
    transform: none;
  }
}
.top_intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.top_intro .overlay::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 0 12.5vh rgba(0, 33, 69, 0.8);
  z-index: 2;
}
.top_intro::after {
  content: "";
  position: absolute;
  top: -41px;
  right: -61px;
  display: block;
  background: url(../img/top/main-bg.png) no-repeat top right/contain;
  width: 1023px;
  height: 100%;
}
@media screen and (max-width: 1900px) {
  .top_intro::after {
    top: -41rem;
    right: -61rem;
    width: 1023rem;
  }
}
@media screen and (max-width: 768px) {
  .top_intro::after {
    background: url(../img/top/main-bg_sp.png) no-repeat top left/contain;
    top: 72rem;
    right: 0;
    width: 100%;
  }
}
.top_intro .container {
  height: 100vh;
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top_intro .container {
    height: auto;
    display: block;
  }
}
.top_intro .container .text {
  margin-left: 50px;
  margin-bottom: 114px;
  position: relative;
  display: inline-block;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  .top_intro .container .text {
    margin-left: 50rem;
    margin-bottom: 114rem;
  }
}
@media screen and (max-width: 768px) {
  .top_intro .container .text {
    margin-top: 689rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.top_intro .container .text::before {
  content: "";
  background: url(../img/top/main.png) no-repeat center/contain;
  position: absolute;
  left: 326px;
  z-index: -1;
  width: 426px;
  height: 425px;
  bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .top_intro .container .text::before {
    width: 426rem;
    height: 425rem;
    bottom: 48rem;
    left: 326rem;
  }
}
@media screen and (max-width: 768px) {
  .top_intro .container .text::before {
    width: 272rem;
    height: 272rem;
    left: auto;
    right: 13rem;
    margin: auto;
    bottom: calc(100% - 91rem);
  }
}
.top_intro .container .text .catch {
  color: #d9dada;
  font-family: "Acumin", sans-serif;
  font-weight: 700;
  font-size: 85px;
  line-height: 86px;
  margin-bottom: 22px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1900px) {
  .top_intro .container .text .catch {
    font-size: 85rem;
    line-height: 86rem;
    margin-bottom: 22rem;
  }
}
.top_intro .container .text .sub {
  color: #d9dada;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1900px) {
  .top_intro .container .text .sub {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .top_intro .container .text .sub {
    font-size: 17rem;
  }
}

@keyframes scroll-dot {
  0% {
    top: 0%;
    opacity: 0;
  }
  30% {
    top: 30%;
    opacity: 1;
  }
  70% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.top_about {
  position: relative;
  background-color: #002145;
  z-index: 5;
  border-radius: 0 0 30px 30px;
}
.top_about::before {
  background: #002145;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
.top_about .text-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(6, 55, 99, 0.5);
}
.top_about .container {
  max-width: 850px;
  padding-top: 117px;
  padding-bottom: 162px;
}
@media screen and (max-width: 1900px) {
  .top_about .container {
    max-width: 850rem;
    padding-top: 117rem;
    padding-bottom: 162rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about .container {
    max-width: 590rem;
  }
}
.top_about .container .sec-ttl.animation-group.horizontal {
  color: #fff;
  margin-bottom: 61px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.top_about .container .sec-ttl.animation-group.horizontal h2,
.top_about .container .sec-ttl.animation-group.horizontal p {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.top_about .container .sec-ttl.animation-group.horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffcc00;
  transform: translateX(-100%);
  transition: transform 0.5s linear;
  z-index: 2;
}
.top_about .container .sec-ttl.animation-group.horizontal.active::before {
  transform: translateX(120%);
}
.top_about .container .sec-ttl.animation-group.horizontal.active h2, .top_about .container .sec-ttl.animation-group.horizontal.active p {
  animation: fadeInAfterBand 0.3s ease forwards;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1900px) {
  .top_about .container .sec-ttl.animation-group.horizontal {
    margin-bottom: 61rem;
  }
}
.top_about .text {
  color: #fff;
  margin-bottom: 95px;
}
@media screen and (max-width: 1900px) {
  .top_about .text {
    margin-bottom: 95rem;
  }
}
.top_about .text .catch {
  margin-bottom: 56px;
  font-weight: 900;
  opacity: 0;
  overflow: hidden;
  font-size: 48px;
}
.top_about .text .catch.active {
  opacity: 1;
}
@media screen and (max-width: 1900px) {
  .top_about .text .catch {
    margin-bottom: 56rem;
  }
}
.top_about .text .catch strong {
  font-size: 87px;
}
@media screen and (max-width: 1900px) {
  .top_about .text .catch strong {
    font-size: 87rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about .text .catch strong {
    font-size: 60rem;
  }
}
@media screen and (max-width: 1900px) {
  .top_about .text .catch {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about .text .catch {
    font-size: 32rem;
  }
}
.top_about .text .sub.animation-group {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  z-index: 0;
}
.top_about .text .sub.animation-group span {
  font-size: 21px;
  line-height: 46px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 1900px) {
  .top_about .text .sub.animation-group span {
    font-size: 21rem;
    line-height: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about .text .sub.animation-group span {
    font-size: 23rem;
  }
}
.top_about .text .sub.animation-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffcc00;
  transform: translateX(-100%);
  transition: transform 0.5s linear;
  z-index: 2;
  pointer-events: none;
}
.top_about .text .sub.animation-group.active::before {
  transform: translateX(120%);
}
.top_about .text .sub.animation-group.active span {
  animation: fadeInAfterBand 0.3s ease forwards;
  animation-delay: 0.3s;
}
@keyframes fadeInAfterBand {
  to {
    opacity: 1;
  }
}
.top_about .text .line-wrap {
  position: relative;
  display: inline-block;
}
.top_about .text .line-wrap strong,
.top_about .text .line-wrap span {
  position: relative;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.top_about .text .line-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffcc00;
  transform: translateX(-100%);
  z-index: 2;
  transition: transform 0.5s linear;
  transition-delay: var(--delay, 0s);
}
.top_about .text .line-wrap.active::before {
  transform: translateX(220%);
}
.top_about .text .line-wrap.active strong, .top_about .text .line-wrap.active span {
  opacity: 1;
  z-index: 1;
}

.top_csr .container {
  padding: 135px 0 90px;
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 1900px) {
  .top_csr .container {
    padding: 135rem 0 90rem;
    gap: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .top_csr .container {
    flex-direction: column;
    gap: 43rem;
  }
}
.top_csr .container .images {
  margin-left: calc((100vw - 1116px) / -2);
  flex-shrink: 0;
  max-width: 52.69vw;
  width: 100%;
  height: 600px;
  aspect-ratio: 685/400;
  position: relative;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1900px) {
  .top_csr .container .images {
    height: 400rem;
    margin-left: calc((100vw - 1116rem) / -2);
  }
}
@media screen and (max-width: 768px) {
  .top_csr .container .images {
    margin-left: calc((100vw - 580rem) / -2);
    aspect-ratio: 610/400;
    max-width: 610rem;
  }
}
.top_csr .container .images::after {
  content: "";
  background: url(../img/top/top_csr_deco.svg) no-repeat center/contain;
  width: 394px;
  height: 87px;
  position: absolute;
  bottom: -29px;
  right: -57px;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .top_csr .container .images::after {
    width: 394rem;
    height: 87rem;
    bottom: -29rem;
    right: -57rem;
  }
}
.top_csr .container .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  object-position: right;
}
.top_csr .container .text {
  flex: 1;
  max-width: 36.92vw;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top_csr .container .text {
    max-width: 100%;
    width: 100%;
  }
}
.top_csr .container .text .sec-ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 1900px) {
  .top_csr .container .text .sec-ttl {
    margin-bottom: 33rem;
  }
}
.top_csr .container .text .catch {
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .top_csr .container .text .catch {
    font-size: 30rem;
    line-height: 44rem;
    margin-bottom: 40rem;
  }
}
.top_csr .container .text .description {
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .top_csr .container .text .description {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .top_csr .container .text .description {
    font-size: 20rem;
    line-height: 32rem;
  }
}
.top_csr .container .text .btn,
.top_csr .container .text .btn-sp {
  margin-right: auto;
  margin-left: 0;
}

.top_news {
  position: relative;
}
.top_news .wave-left {
  position: absolute;
  height: 580px;
  width: 285px;
  background-color: transparent;
  border-radius: 35px 0 0 35px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .top_news .wave-left {
    height: 580rem;
    width: 285rem;
    border-radius: 35rem 0 0 35rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .wave-left {
    background-color: #ffa631;
    width: 142rem;
  }
}
.top_news .container {
  max-width: 1080px;
  padding: 32px 0 33px;
}
@media screen and (max-width: 1900px) {
  .top_news .container {
    max-width: 1080rem;
    padding: 32rem 0 33rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container {
    max-width: 590rem;
  }
}
.top_news .container .sec-ttl {
  margin-bottom: 34px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .sec-ttl {
    margin-bottom: 34rem;
  }
}
.top_news .container .wrapper {
  position: relative;
}
.top_news .container .wrapper .news-swiper {
  margin-right: 43px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper {
    margin-right: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper {
    margin-right: 0;
    overflow: visible;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide {
  width: 322px;
  margin-right: 35px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide {
    width: 322rem;
    margin-right: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper .swiper-slide {
    width: 512rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item {
  position: relative;
  transition: all 0.5s ease;
}
.top_news .container .wrapper .news-swiper .swiper-slide .item:hover .thum .overlay {
  border-radius: 15px;
  opacity: 1;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item:hover .thum .overlay {
    border-radius: 15rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item:hover .thum .overlay .over-text {
  transform: translateY(0);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item:hover .thum .overlay .over-text {
    display: none;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .thum {
  height: 214px;
  position: relative;
  border-radius: 15px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .thum {
    border-radius: 15rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .thum img {
    border-radius: 15rem;
  }
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .thum {
    height: 214rem;
    margin-bottom: 9rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .thum .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .thum .overlay {
    border-radius: 15rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .thum .overlay .over-text {
  background-color: #fff;
  border-radius: 999px;
  text-align: center;
  color: #002145;
  font-size: 16px;
  line-height: 32px;
  width: 50%;
  margin: auto;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .thum .overlay .over-text {
    font-size: 16rem;
    line-height: 32rem;
    transform: translateY(20rem);
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .item-element {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element {
    margin-bottom: 3rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .update {
  font-weight: 600;
  color: #d9dada;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .update {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .update {
    font-size: 21rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .cat {
  font-weight: 700;
  color: #002145;
  font-size: 16px;
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .cat::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #002145;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .cat::before {
    width: 8rem;
    height: 8rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .cat {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-element .cat {
    font-size: 21rem;
  }
}
.top_news .container .wrapper .news-swiper .swiper-slide .item .item-ttl {
  font-weight: 700;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-ttl {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .news-swiper .swiper-slide .item .item-ttl {
    font-size: 24rem;
  }
}
.top_news .container .wrapper .swiper-button-next:after,
.top_news .container .wrapper .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.top_news .container .wrapper .swiper-button-next,
.top_news .container .wrapper .swiper-button-prev {
  width: 65px;
  height: 65px;
  top: 74px;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .wrapper .swiper-button-next,
  .top_news .container .wrapper .swiper-button-prev {
    width: 65rem;
    height: 65rem;
    top: 74rem;
  }
}
.top_news .container .wrapper .swiper-button-next {
  right: auto;
  left: 100%;
}
.top_news .container .wrapper .swiper-button-next:hover svg .bg {
  fill: #002145;
}
.top_news .container .wrapper .swiper-button-next:hover svg .arrow {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .top_news .container .wrapper .swiper-button-next {
    display: none;
  }
}
.top_news .container .wrapper .swiper-button-prev {
  display: none;
}
.top_news .container .btn,
.top_news .container .btn-sp {
  margin-top: 64px;
}
@media screen and (max-width: 1900px) {
  .top_news .container .btn,
  .top_news .container .btn-sp {
    margin-top: 64rem;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-cursor .cursor-left,
.custom-cursor .cursor-right,
.custom-cursor .cursor-dot {
  opacity: 0;
  transform: translateX(0);
  visibility: hidden;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.custom-cursor .cursor-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.top_recruit {
  margin-top: -35px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .top_recruit {
    margin-top: -35rem;
  }
}
.top_recruit .wave-right {
  position: absolute;
  height: 522px;
  width: 285px;
  border-radius: 0 35px 35px 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .top_recruit .wave-right {
    width: 285rem;
    height: 522rem;
    border-radius: 0 35rem 35rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .wave-right {
    width: 142rem;
  }
}
.top_recruit .text-scroll {
  position: absolute;
  left: 0;
  bottom: 5vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1900px) {
  .top_recruit .text-scroll {
    bottom: 0;
  }
}
.top_recruit .container {
  max-width: 1080px;
  padding-top: 138px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container {
    max-width: 1080rem;
    padding-top: 138rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container {
    max-width: 590rem;
    padding-top: 350rem;
  }
}
.top_recruit .container::before {
  content: "CCS\aRECRUIT";
  position: absolute;
  white-space: pre;
  font-family: "Acumin", sans-serif;
  font-weight: 700;
  font-size: 135px;
  line-height: 127px;
  letter-spacing: 0.06em;
  color: #002145;
  top: 117px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container::before {
    font-size: 135rem;
    line-height: 127rem;
    top: 117rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container::before {
    font-size: 94rem;
    line-height: 114rem;
    left: 141rem;
    width: fit-content;
  }
}
.top_recruit .container .description {
  text-align: left;
  width: fit-content;
  margin: auto auto 238px;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container .description {
    margin-bottom: 238rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container .description {
    font-size: 22rem;
    margin-left: 141rem;
    margin-bottom: 93rem;
  }
}
.top_recruit .container .grid-list {
  grid-template-columns: repeat(4, 265px);
  grid-auto-flow: column;
  gap: 6px;
  margin-bottom: 53px;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container .grid-list {
    grid-template-columns: repeat(4, 265rem);
    gap: 6rem;
    margin-bottom: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container .grid-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.top_recruit .container .grid-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #f2f2f2;
  height: 150px;
  border-radius: 15px;
  position: relative;
  overflow-x: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .top_recruit .container .grid-list .item {
    gap: 10rem;
  }
}
.top_recruit .container .grid-list .item::before {
  content: "";
  background-color: #262729;
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.24s cubic-bezier(0.65, 0, 0.35, 1);
  width: 0;
  z-index: 3;
}
.top_recruit .container .grid-list .item:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.top_recruit .container .grid-list .item:hover::after {
  transform: rotate(-90deg);
}
.top_recruit .container .grid-list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.top_recruit .container .grid-list .item::after {
  content: "";
  background: url(../img/common/plus.svg) no-repeat center/contain;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 12px;
  right: 10px;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1900px) {
  .top_recruit .container .grid-list .item {
    gap: 5rem;
    height: 150rem;
  }
}
.top_recruit .container .grid-list .item .item-ttl {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #002145;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container .grid-list .item .item-ttl {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container .grid-list .item .item-ttl {
    font-size: 26rem;
  }
}
.top_recruit .container .grid-list .item .sub {
  font-weight: 500;
  font-size: 8px;
  color: #002145;
}
@media screen and (max-width: 1900px) {
  .top_recruit .container .grid-list .item .sub {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .container .grid-list .item .sub {
    font-size: 18rem;
  }
}

.service_wave {
  position: relative;
  overflow: hidden;
  /* 画面幅いっぱいに設定 */
  width: 100vw;
  /* 波の高さ。必要に応じて調整してください */
  background-color: transparent; /* 波の下に表示される背景色 (例) */
  margin-top: 200px;
}
.service_wave #bubbleCanvas {
  position: absolute;
  margin-top: -200px;
}
.service_wave svg {
  width: 100%;
}
.service_wave svg path {
  fill: #001528;
}

/* プログレスバーのスタイル */
.progress-bar-container {
  position: absolute; /* 常に画面下部に固定 */
  left: 0;
  width: 100%;
  height: 8px; /* バーの高さ */
  background-color: rgba(255, 255, 255, 0); /* バーの背景色 */
  z-index: 9999; /* 他の要素の上に表示 */
}

.progress-bar {
  width: 0%; /* 初期幅は0 */
  height: 8px;
  /* transition は width にはつけない方が即座に反応して良い */
  transition: background-color 0.2s ease-out; /* 色変化を滑らかに */
}

/* スクロール中にプログレスバーの色を変える例 */
.progress-bar.active {
  background-color: #ffa631; /* LimeGreen */
  position: fixed;
  bottom: 0;
}
.progress-bar.active.absolute {
  position: relative;
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
  }
  1% {
    /* 1%時点でvisibilityをvisibleにする */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeInSlideUp_service1 {
  0% {
    opacity: 1;
    transform: translateY(50px);
    visibility: visible;
  }
  1% {
    /* 1%時点でvisibilityをvisibleにする */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeInSlideUp_service2 {
  0% {
    opacity: 0.5;
    transform: translateY(100px);
    visibility: visible;
  }
  1% {
    /* 1%時点でvisibilityをvisibleにする */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeInSlideUp_service3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
  }
  1% {
    /* 1%時点でvisibilityをvisibleにする */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.top_services {
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}
.top_services .text-scroll {
  padding-top: 40px;
  opacity: 0.6;
}

.top_service {
  position: relative;
  background-color: #001528;
  margin-top: -30px;
  display: flex;
  z-index: 999;
}
.top_service.fixed .horizontal-scroll-wrapper .horizontal-scroll-wrapper-inner {
  position: fixed;
  top: 0px;
}
.top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap {
  animation-duration: 0.8s; /* アニメーションの時間 */
  animation-fill-mode: forwards; /* アニメーション終了時のスタイルを維持 */
  animation-timing-function: ease-out; /* イージング */
  /* 各アイテムにアニメーションの遅延を設定 */
}
.top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(1) {
  opacity: 1;
  animation-name: fadeInSlideUp_service1;
  transform: translateY(50px);
  animation-delay: 0s; /* 1番目のアイテムはすぐに開始 */
}
.top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(2) {
  animation-delay: 0.2s; /* 2番目のアイテムは0.2秒遅れて開始 */
  animation-name: fadeInSlideUp_service2;
  transform: translateY(100px);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(2) {
    opacity: 1;
    animation-delay: 0s;
    animation-name: fadeInSlideUp_service1;
    transform: translateY(50px);
  }
}
.top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(3) {
  animation-delay: 0.4s; /* 3番目のアイテムは0.4秒遅れて開始 */
  animation-name: fadeInSlideUp_service3;
}
@media screen and (max-width: 768px) {
  .top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(3) {
    opacity: 0.5;
    animation-name: fadeInSlideUp_service2;
    transform: translateY(100px);
    animation-delay: 0.2s;
  }
}
.top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(4) {
  animation-name: fadeInSlideUp_service3;
  animation-delay: 0.6s; /* 4番目のアイテムは0.6秒遅れて開始 */
}
@media screen and (max-width: 768px) {
  .top_service.fixed .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(4) {
    animation-delay: 0.3s;
  }
}
.top_service .bg-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_service .bg-wrapper .bg-wrapper-inner {
  display: flex;
  max-width: 1080px;
  justify-content: space-between;
}
.top_service .bg-wrapper .bg-wrapper-inner .item-wrap {
  width: 20%;
}
.top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(1) {
  opacity: 1;
  transform: translateY(50px);
}
.top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(2) {
  opacity: 0.5;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  .top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(2) {
    opacity: 1;
    transform: translateY(50px);
  }
}
.top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(3) {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(3) {
    opacity: 0.5;
    transform: translateY(100px);
  }
}
.top_service .bg-wrapper .bg-wrapper-inner .item-wrap:nth-child(4) {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top_service .bg-wrapper .bg-wrapper-inner .item-wrap {
    width: 45%;
  }
}
.top_service .bg-wrapper .bg-wrapper-inner img {
  object-fit: contain;
}
.top_service .service_inner {
  display: flex; /* 子要素を横並びにする */
  flex-wrap: nowrap; /* 子要素が折り返さないように */
  /* ここはGSAPでxプロパティが操作されるため、widthはJSで動的に設定することも可能 */
}
.top_service .horizontal-scroll-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #001528;
}
.top_service .horizontal-scroll-wrapper .horizontal-scroll-wrapper-inner {
  display: flex; /* これが横スクロールの対象 */
  flex-wrap: nowrap; /* 子要素が折り返さないように */
  /* widthはJSで動的に計算されるため、CSSでは指定しない */
  height: 100vh; /* ビューポートの高さに合わせる */
  align-items: center;
}
.top_service .horizontal-scroll-wrapper .js-item {
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_service .horizontal-scroll-wrapper .js-item.top_service_detail {
    width: 300vw;
  }
}
@media screen and (max-width: 768px) {
  .top_service .horizontal-scroll-wrapper .js-item.top_service_detail .container {
    width: 300vw;
  }
}
.top_service .container {
  padding: 180px 0 216px;
  max-width: 1080px;
}
@media screen and (max-width: 1900px) {
  .top_service .container {
    padding: 180rem 0 216rem;
    max-width: 1080rem;
  }
}
.top_service .container .text .mainttl {
  font-size: 145px;
  color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .top_service .container .text .mainttl {
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service .container .text .mainttl {
    font-size: 120rem;
  }
}
.top_service .container .text .glitch {
  display: inline-block;
  overflow: visible;
  position: relative;
}
.top_service .container .text .glitch:after,
.top_service .container .text .glitch:before {
  color: #e2e2e4;
  content: attr(data-eng);
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}
.top_service .container .text .glitch:before {
  left: 3px;
  text-shadow: -1px 0 red;
}
.top_service .container .text .glitch:after,
.top_service .container .text .glitch:before {
  animation-delay: 0s;
  animation-direction: reverse-alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: glitch-animation-1;
  animation-timing-function: linear;
}
.top_service .container .text .glitch:after {
  left: -3px;
  text-shadow: -1px 0 #00f;
}
@keyframes glitch-animation-1 {
  0% {
    clip: rect(22px, 9999px, 137px, 0);
  }
  5% {
    clip: rect(24px, 9999px, 132px, 0);
  }
  10% {
    clip: rect(54px, 9999px, 39px, 0);
  }
  15% {
    clip: rect(37px, 9999px, 108px, 0);
  }
  20% {
    clip: rect(88px, 9999px, 62px, 0);
  }
  25% {
    clip: rect(129px, 9999px, 10px, 0);
  }
  30% {
    clip: rect(58px, 9999px, 137px, 0);
  }
  35% {
    clip: rect(138px, 9999px, 147px, 0);
  }
  40% {
    clip: rect(96px, 9999px, 125px, 0);
  }
  45% {
    clip: rect(127px, 9999px, 10px, 0);
  }
  50% {
    clip: rect(71px, 9999px, 102px, 0);
  }
  55% {
    clip: rect(90px, 9999px, 125px, 0);
  }
  60% {
    clip: rect(99px, 9999px, 84px, 0);
  }
  65% {
    clip: rect(118px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(32px, 9999px, 129px, 0);
  }
  75% {
    clip: rect(12px, 9999px, 124px, 0);
  }
  80% {
    clip: rect(68px, 9999px, 58px, 0);
  }
  85% {
    clip: rect(62px, 9999px, 50px, 0);
  }
  90% {
    clip: rect(9px, 9999px, 35px, 0);
  }
  95% {
    clip: rect(76px, 9999px, 49px, 0);
  }
  to {
    clip: rect(130px, 9999px, 100px, 0);
  }
}
.top_service .container .text .mainttl {
  -webkit-text-stroke: #e2e2e4 1px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-indent: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.top_service .container .text .mainttl span {
  color: #e2e2e4;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .top_service .container .text .mainttl {
    text-align: center;
  }
}
.top_service .container .text .description {
  color: #fff;
  font-size: 21px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  max-width: 839px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .top_service .container .text .description {
    font-size: 21rem;
    line-height: 46rem;
    max-width: 839rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service .container .text .description {
    text-align: center;
  }
}
.top_service .container .btn,
.top_service .container .btn-sp {
  margin-top: 82px;
}
@media screen and (max-width: 1900px) {
  .top_service .container .btn,
  .top_service .container .btn-sp {
    margin-top: 82rem;
  }
}

.top_service_detail {
  position: relative;
}
.top_service_detail .container {
  padding: 116px 0 85px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container {
    padding: 116rem 0 85rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container {
    padding-right: 30px;
  }
}
.top_service_detail .container .sec-ttl {
  margin-bottom: 44px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .sec-ttl {
    margin-bottom: 44rem;
  }
}
.top_service_detail .container .grid-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list {
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list {
    overflow-x: visible;
    gap: 53rem;
  }
}
.top_service_detail .container .grid-list .item {
  background-color: #001528;
  color: #fff;
  border-radius: 30px;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item {
    width: 508rem;
  }
}
.top_service_detail .container .grid-list .item:hover {
  filter: opacity(80%);
  transition: all 0.5s ease;
}
.top_service_detail .container .grid-list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.top_service_detail .container .grid-list .item .images {
  position: relative;
}
.top_service_detail .container .grid-list .item .images::after {
  content: "";
  background: url(../img/common/plus02-w.svg) no-repeat center/10px auto #002145;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 23px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list .item .images::after {
    width: 41rem;
    height: 41rem;
    top: 20rem;
    right: 23rem;
    background-size: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item .images::after {
    width: 63rem;
    height: 63rem;
    top: 30rem;
    right: 35rem;
    background-size: 15rem auto;
  }
}
.top_service_detail .container .grid-list .item .text-box {
  padding: 17px 30px 30px 20px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list .item .text-box {
    padding: 17rem 30rem 30rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item .text-box {
    padding: 23rem 30rem 50rem 30rem;
  }
}
.top_service_detail .container .grid-list .item .text-box .subtitle {
  font-size: 8px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list .item .text-box .subtitle {
    font-size: 8rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item .text-box .subtitle {
    font-size: 16rem;
    margin-bottom: 9rem;
  }
}
.top_service_detail .container .grid-list .item .text-box .title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 13px;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list .item .text-box .title {
    font-size: 18rem;
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item .text-box .title {
    font-size: 24rem;
    margin-bottom: 24rem;
  }
}
.top_service_detail .container .grid-list .item .text-box .description {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .top_service_detail .container .grid-list .item .text-box .description {
    font-size: 13rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_detail .container .grid-list .item .text-box .description {
    font-size: 18rem;
    line-height: 36rem;
  }
}
.top_service_detail .text-scroll {
  padding-top: 81px;
  border-top: 10px solid #ffa631;
}
.top_service_detail .text-scroll .scroll-content p {
  color: rgba(6, 55, 99, 0.5);
}
@media screen and (max-width: 1900px) {
  .top_service_detail .text-scroll {
    padding-top: 81rem;
    border-top-width: 10rem;
  }
}/*# sourceMappingURL=top.css.map */