/* TOP content */
main#top section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: clip;
}

main#top .section-01::before {
  position: absolute;
  content: "";
  top: 5.2rem;
  right: -10rem;
  width: 68.5rem;
  height: 33.8rem;
  background: url("../images/bg-top_section01_bgLine.svg") no-repeat;
  background-size: contain;
}

main#top section h2 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
}

main#top section h2::before {
  position: absolute;
  content: "About Our Work";
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  opacity: 0.5;
}

main#top .section-01 {
  padding: 20rem 0 17.7rem 16rem;
  color: #fff;
  background-image: url("../images/bg-top_section01.jpg");
  background-size: cover;
}
main#top .section-01 h2::before {
  top: -3.5rem;
}

main#top .section-01 p {
  max-width: 74rem;
  width: 100%;
  margin-top: 8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 1513px) {
  main#top .section-01::before {
    top: 52px;
    right: -100px;
    width: 685px;
    height: 338px;
  }
  main#top section h2 {
    font-size: 64px;
  }
  main#top section h2::before {
    top: -35px;
    font-size: 24px;
  }
  main#top .section-01 {
    padding: 200px 0 177px 160px;
  }
  main#top .section-01 h2::before {
    top: -35px;
  }
  main#top .section-01 p {
    max-width: 740px;
    margin-top: 80px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-01 {
    padding: 9.6rem 2.4rem 8rem;
    background-position: center;
  }
  main#top .section-01:before {
    top: 2rem;
    right: 0;
    width: 19.1rem;
    height: 5.7rem;
    background: url("../images/bg-top_section01_bgLine_sp.svg") no-repeat;
  }
  main#top section h2 {
    font-size: 2.4rem;
  }
  main#top section h2::before {
    font-size: 1.6rem;
  }
  main#top .section-01 p {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

main#top .section-02 {
  position: relative;
  min-height: auto;
  height: auto;
  padding: 15.3rem 16rem 43.5rem 0;
  color: #fff;
  background-image: url("../images/bg-top_section02.png");
  background-size: cover;
  overflow: ;
}

main#top .section-02 h2 {
  padding: 0 5px;
  writing-mode: vertical-rl;
  letter-spacing: 1.3rem;
}

main#top .section-02 h2::before {
  content: "Features";
  top: -4rem;
  left: -2rem;
  width: 103%;
  line-height: 1;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
}

main#top .section-02 .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 87.4rem;
}

main#top .section-02 .img-wrapper img {
  width: 100%;
}

main#top .section-02 .inner-content {
  justify-content: end;
  align-items: end;
  gap: 2.4rem;
}

main#top .section-02 .text-wrapper {
  display: grid;
  order: 2;
}

main#top .section-02 .text-wrapper h2 {
  margin: 0 0 0 auto;
}

main#top .section-02 .left-content {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 2rem;
  text-align: right;
  margin-bottom: -24.1rem;
}

main#top .section-02 .left-content:before,
main#top .section-02 .left-content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

main#top .section-02 .left-content:before {
  top: -2rem;
  left: -16rem;
  width: 82.1rem;
  height: 33.2rem;
  background: url("../images/bg-top_section02_bgLine.svg") no-repeat;
  background-size: contain;
}
main#top .section-02 .left-content:after {
  top: -14rem;
  left: -7rem;
  width: 94.1rem;
  height: 46.5rem;
  background: url("../images/illust-top_section02_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-02 .left-content p + p {
  margin-top: 2rem;
}

main#top .section-02 .left-content .detail-btn {
  position: relative;
  max-width: 48.6rem;
  margin: 8rem 0 0 auto;
  z-index: 99;
}

main#top .section-02 .bottom-content {
  display: none;
  position: relative;
  margin-top: 9rem;
  font-weight: 400;
  font-size: 2rem;
  text-align: right;
}

main#top .section-02 .bottom-content:before,
main#top .section-02 .bottom-content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

main#top .section-02 .bottom-content:before {
  top: 4rem;
  width: 82.1rem;
  height: 33.2rem;
  background: url("../images/bg-top_section02_bgLine.svg") no-repeat;
  background-size: contain;
}
main#top .section-02 .bottom-content:after {
  top: -3rem;
  width: 94.1rem;
  height: 46.5rem;
  background: url("../images/illust-top_section02_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-02 .bottom-content p + p {
  margin-top: 2rem;
}

main#top .section-02 .bottom-content .detail-btn {
  position: relative;
  max-width: 48.6rem;
  margin: 8rem 0 0 auto;
  z-index: 99;
}

.carousel-inner .carousel-item .sp-jobType p {
  display: none;
}

@media screen and (min-width: 1513px) {
  main#top .section-02 {
    padding: 153px 16rem 435px 0;
  }
  main#top .section-02 h2 {
    letter-spacing: 13px;
  }
  main#top .section-02 h2::before {
    top: -50px;
    left: -20px;
  }
  main#top .section-02 .img-wrapper {
    max-width: 874px;
  }
  main#top .section-02 .inner-content {
    gap: 24px;
  }
  main#top .section-02 .left-content {
    font-size: 20px;
    margin-bottom: -241px;
  }
  main#top .section-02 .left-content:before {
    top: -20px;
    width: 821px;
    height: 332px;
  }
  main#top .section-02 .left-content:after {
    top: -140px;
    width: 941px;
    height: 465px;
  }
  main#top .section-02 .left-content p + p {
    margin-top: 20px;
  }

  main#top .section-02 .left-content .detail-btn {
    max-width: 486px;
    margin: 80px 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-02 {
    padding: 9.6rem 0 20rem;
  }
  main#top .section-02 .inner-content {
    padding-right: 2.4rem;
  }
  main#top .section-02 .text-wrapper {
    display: block;
    width: 100%;
  }
  main#top .section-02 .text-wrapper h2 {
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.5rem;
  }
  main#top .section-02 h2::before {
    top: -2.8rem;
    left: -4.3rem;
    max-width: none;
    width: 7.5rem;
  }
  main#top .section-02 .img-wrapper {
    top: 9.6rem;
    max-width: 31.4rem;
    border-radius: 0 1.6rem 0 0;
    overflow: hidden;
  }
  main#top .section-02 .left-content {
    display: none;
  }
  main#top .section-02 .bottom-content {
    display: block;
    margin-top: 5rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
  main#top .section-02 .bottom-content:before {
    width: 106.6%;
    height: 15.8rem;
    top: auto;
    bottom: -16.6rem;
    left: -3.5rem;
  }
  main#top .section-02 .bottom-content:after {
    width: 100%;
    height: 18.5rem;
    top: auto;
    bottom: -16.5rem;
  }
  main#top .section-02 .bottom-content .detail-btn {
    max-width: 30rem;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  main#top .section-02 .text-wrapper h2 {
    height: max-content;
  }
}

main#top .section-03 {
  height: auto;
  padding: 20rem 0 16rem;
}

main#top .section-03 h2 {
  margin-left: 16rem;
  color: #006dff;
}

main#top .section-03 h2::before {
  content: "Voice";
}

main#top .section-03 .carousel-wrapper {
  margin-top: 8rem;
  padding: 0 16rem;
}

main#top .section-03 .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 3.2rem;
}

main#top .section-03 .carousel-inner .carousel-item {
  position: relative;
  display: flex;
  align-items: end;
  aspect-ratio: 376 / 505;
  max-width: 36.6rem;
  border-radius: 2.4rem;
  background-image: url("../images/img-top_slide01.png");
  background-repeat: no-repeat;
  background-size: contain;
  scroll-snap-align: center;
  transition: visibility 0.3s, opacity 0.3s;
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(2) {
  background-image: url("../images/img-top_slide02.png");
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(3) {
  background-image: url("../images/img-top_slide03.png");
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(4) {
  background-image: url("../images/img-top_slide04.jpg");
  background-size: cover;
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(5) {
  background-image: url("../images/img-top_slide05.jpg");
  background-size: cover;
}

main#top .section-03 .carousel-inner .carousel-item > span {
  display: block;
  width: 100%;
  padding: 2.9rem 2.7rem;
  color: #151f46;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 0 0 2.4rem 2.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2rem);
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 2.4rem;
  background-color: rgba(18, 18, 18, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

main#top .section-03 .carousel-inner .carousel-item:hover .mask-animate {
  visibility: visible;
  opacity: 1;
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate .head-item {
  padding: 4rem;
  font-size: 3.2rem;
}

main#top
  .section-03
  .carousel-inner
  .carousel-item
  .mask-animate
  .head-item
  span {
  display: block;
  font-size: 2.4rem;
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate .center-item {
  position: absolute;
  display: flex;
  gap: 1.6rem;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

main#top .section-03 .detail-btn {
  margin-left: 16rem;
}

main#top .section-03 .detail-btn a,
main#top .section-04 .detail-btn a {
  color: #fff;
  background: #006dff;
}

@media screen and (min-width: 1513px) {
  main#top .section-03 {
    padding: 200px 0;
  }

  main#top .section-03 h2 {
    margin-left: 160px;
  }

  main#top .section-03 h2::before {
    content: "Voice";
  }

  main#top .section-03 .carousel-wrapper {
    max-width: 1192px;
    margin: 80px auto 0;
    padding: 0;
  }

  main#top .section-03 .carousel-inner {
    gap: 80px 32px;
  }

  main#top .section-03 .carousel-inner .carousel-item {
    max-width: 376px;
    border-radius: 24px;
  }
  main#top .section-03 .carousel-inner .carousel-item > span {
    padding: 29px 27px;
    font-size: 24px;
    border-radius: 0 0 24px 24px;
    backdrop-filter: blur(20px);
  }

  main#top .section-03 .carousel-inner .carousel-item .mask-animate {
    border-radius: 24px;
  }
  main#top .section-03 .carousel-inner .carousel-item .mask-animate .head-item {
    padding: 40px;
    font-size: 32px;
  }
  main#top
    .section-03
    .carousel-inner
    .carousel-item
    .mask-animate
    .head-item
    span {
    font-size: 24px;
  }
  main#top
    .section-03
    .carousel-inner
    .carousel-item
    .mask-animate
    .center-item {
    gap: 16px;
    font-size: 20px;
  }
  main#top .section-03 .detail-btn {
    margin-left: 160px;
  }
  .custom-scrollbar-track {
    height: 8px;
    max-width: 618px;
    margin: 40px 0 0 160px;
  }
  .custom-scrollbar-track:after {
    border-radius: 99px;
  }
  .custom-scrollbar-thumb {
    border-radius: 99px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-03 {
    padding: 9.6rem 0 8rem;
  }
  main#top .section-03 h2 {
    margin: 0;
    padding: 0 2.4rem;
  }
  main#top .section-03 h2::before {
    left: 2.4rem;
  }
  main#top .section-03 .carousel-wrapper {
    margin-top: 4rem;
    padding: 0;
  }
  main#top .section-03 .carousel-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 30rem;
    gap: 1.6rem;
    max-inline-size: 100%;
    inline-size: 100vw;
    padding: 0 2.4rem;
    align-items: center;
    container-type: inline-size scroll-state;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overflow-x: auto;
  }
  main#top .section-03 .carousel-inner .carousel-item {
    position: relative;
    display: flex;
    align-items: end;
    aspect-ratio: 3 / 4;
    max-width: 51.2rem;
    border-radius: 2.4rem;
    background-image: url("../images/img-top_slide01.png");
    background-repeat: no-repeat;
    background-size: contain;
    scroll-snap-align: center;
    transition: visibility 0.3s, opacity 0.3s;
  }
  main#top .section-03 .carousel-inner .carousel-item > span {
    padding: 1.6rem 2.5rem 1rem;
    font-size: 1.6rem;
  }
  main#top .section-03 .carousel-inner .carousel-item:hover .mask-animate {
    display: none;
    visibility: none;
  }
  .custom-scrollbar-track {
    position: relative;
    height: 0.8rem;
    max-width: calc(100% - 4.8rem);
    margin: 4rem auto 0;
  }
  .custom-scrollbar-track:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9.9rem;
    background: #f1f5f9;
    z-index: 0;
  }
  .custom-scrollbar-thumb {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
    background-color: #006dff;
    z-index: 10;
    cursor: pointer;
    touch-action: none;
    border-radius: 9.9rem;
  }
  main#top .section-03 .detail-btn {
    max-wide: 21.6rem;
    margin: 0 0 0 2.4rem;
  }
  .carousel-inner .carousel-item .sp-jobType p {
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    top: 1.5rem;
    right: 1.5rem;
    width: 14rem;
    height: 3.4rem;
    padding-right: 1.7rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    background-image: url("../images/bg-feather-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0.3rem;
  }
  .carousel-inner .carousel-item:nth-of-type(4) .sp-jobType p {
    padding-right: 2.2rem;
    background-image: url("../images/bg-feather-yellow.svg");
  }
  .carousel-inner .carousel-item:last-of-type .sp-jobType p {
    padding-right: 1rem;
    background-image: url("../images/bg-feather-green.svg");
  }
}

main#top .section-04 {
  justify-content: space-between;
  align-items: end;
  aspect-ratio: 54 / 47;
  height: auto;
  padding: 0 16rem 15.5rem;
  border-radius: 8rem 8rem 0 0;
  background-image: url("../images/bg-top_section04.webp");
}

main#top .section-04 h2::before {
  content: "Recruit";
}

main#top .section-04 .left-content {
  position: relative;
}

main#top .section-04 .left-content:before {
  position: absolute;
  content: "";
  top: -43.5rem;
  left: -16rem;
  width: 69.4rem;
  height: 35.5rem;
  background: url("../images/bg-top_section04_bgLine.svg") no-repeat;
  background-size: contain;
}

main#top .section-04 .detail-btn {
  width: 36.8rem;
  margin-top: 3.8rem;
}

main#top .section-04 .right-content {
  position: relative;
  border: 1px solid #006dff;
  border-radius: 1.6rem;
}

main#top .section-04 .right-content:before {
  position: absolute;
  content: "";
  bottom: 22.3rem;
  left: -23rem;
  width: 79.6rem;
  height: 51.5rem;
  background: url("../images/illust-top_section04_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-04 .right-content a {
  display: flex;
  justify-content: space-between;
  gap: 9.5rem;
  width: 100%;
  padding: 4rem 4rem 4rem 8rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #006dff;
  border-radius: 1.6rem 1.6rem 0 0;
  background: #fff;
}
main#top .section-04 .right-content a + a {
  border-bottom: none;
  border-top: 1px solid #006dff;
  border-radius: 0 0 1.6rem 1.6rem;
}

@media screen and (min-width: 1513px) {
  main#top .section-04 {
    padding: 0 160px 155px;
    border-radius: 80px 80px 0 0;
  }
  main#top .section-04 .left-content:before {
    top: -435px;
    left: -160px;
    width: 694px;
    height: 355px;
  }
  main#top .section-04 .detail-btn {
    width: 368px;
    margin-top: 38px;
  }
  main#top .section-04 .right-content {
    border-radius: 16px;
  }
  main#top .section-04 .right-content:before {
    bottom: 223px;
    left: -230px;
    width: 796px;
    height: 515px;
  }

  main#top .section-04 .right-content a {
    gap: 95px;
    padding: 40px 40px 40px 80px;
    font-size: 20px;
    border-radius: 16px 16px 0 0;
  }
  main#top .section-04 .right-content a + a {
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-04 {
    flex-direction: column;
    align-items: start;
    aspect-ratio: auto;
    padding: 9.6rem 2.4rem 8rem;
    border-radius: 4rem 4rem 0 0;
    background-size: cover;
  }
  main#top .section-04 .detail-btn {
    max-width: 21.6rem;
  }
  main#top .section-04 .right-content {
    width: 100%;
    margin-top: 22.1rem;
  }
  main#top .section-04 .right-content a {
    width: 100%;
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
  main#top .section-04 .right-content:before {
    bottom: 16.6rem;
    left: auto;
    right: -2.4rem;
    width: 100%;
    height: 22rem;
  }
}

main#top .section-05 {
  min-height: auto;
  padding: 8rem 8rem 12rem;
  background-image: url("../images/bg-top_section05.png");
  background-size: cover;
  background-position: center;
}

main#top .section-05 .inner-wrapper {
  justify-content: center;
}

main#top .section-05 .movie-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

main#top .section-05 .movie-wrap .movie-item {
  aspect-ratio: 424 / 240;
  max-width: 424px;
  width: 100%;
}

main#top .section-05 .movie-wrap .movie-item iframe {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
}

@media screen and (min-width: 1513px) {
  main#top .section-05 {
    padding: 80px 80px 120px;
  }
  main#top .section-05 .movie-wrap {
    gap: 40px;
  }
  main#top .section-05 .movie-wrap .movie-item iframe {
    min-height: 240px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-05 {
    padding: 6.4rem 2.4rem 8rem;
  }
  main#top .section-05 .inner-wrapper {
    justify-content: center;
  }
  main#top .section-05 .movie-wrap {
    flex-direction: column;
    align-items: center;
  }
  main#top .section-05 .movie-wrap .movie-item iframe {
    min-height: 19.4rem;
  }
}

main#top .section-add {
  padding: 12rem 16rem;
  background: url("../images/bg-top_sectionAdd.jpg") no-repeat;
  background-size: cover;
}

main#top .section-add .cfx {
  justify-content: space-between;
}

main#top .section-add h2 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25),
    0px 0px 12px rgba(0, 109, 255, 0.75);
}
main#top .section-add h2::before {
  content: "Discover Our Work";
}

main#top .section-add .right-content {
  position: relative;
  border: 1px solid #006dff;
  border-radius: 1.6rem;
}

main#top .section-add .right-content a {
  display: flex;
  justify-content: space-between;
  max-width: 408px;
  width: 40.8rem;
  padding: 4rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #006dff;
  background: #fff;
}
main#top .section-add .right-content a:first-of-type {
  border-radius: 1.6rem 1.6rem 0 0;
}
main#top .section-add .right-content a:last-of-type {
  border-radius: 0 0 1.6rem 1.6rem;
}

@media screen and (min-width: 1513px) {
  main#top .section-add {
    padding: 120px 160px;
  }
  main#top .section-add .right-content {
    border-radius: 16px;
  }
  main#top .section-add .right-content a {
    width: 408px;
    padding: 40px;
    font-size: 20px;
  }
  main#top .section-add .right-content a:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  main#top .section-add .right-content a:last-of-type {
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-add {
    padding: 9.6rem 2.4rem 8rem;
    background-position: 15%;
  }
  main#top .section-add .cfx {
    flex-direction: column;
    gap: 4rem;
  }
  main#top .section-add .right-content a {
    max-width: 100%;
    width: 100%;
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
}

