:root {
  --size-of-shape: 40px;
  --number-of-frames: 40;
  --number-of-shapes: 3;
  --mult-number: 120;
  --dist: 40px;
}

@media (max-width: 1024px) {
  :root {
    --size-of-shape: 20px;
    --number-of-frames: 20;
    --number-of-shapes: 3;
    --mult-number: 360/3;
    --dist: 20px;
  }
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.mo-only {
  display: none;
}
@media (max-width: 1024px) {
  .mo-only {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 3%;
}
@media (max-width: 800px) {
  .header__inner {
    padding: 1rem 3%;
  }
}
.header__inner .logo {
  display: block;
  width: 9.3rem;
  height: 2.4rem;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 800px) {
  .header__inner .logo {
    width: 6.4rem;
    height: 1.6rem;
  }
}

.section {
  overflow-x: hidden;
}
.section__loading {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 100;
}
.section__loading .loading-ani__wrap {
  position: absolute;
  left: -300px;
  top: 50%;
  transform: translateY(-50%);
}
.section__loading .loading-ani__wrap circle {
  animation: canim 2s ease-in-out 0s infinite alternate;
}
.section__loading .loading-ani__wrap g {
  transform-origin: 400px 400px;
}
.section__loading .loading-ani__wrap #g-0 {
  transform: rotate(calc(0 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-0 > circle {
  animation-delay: calc(0 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-1 {
  transform: rotate(calc(1 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-1 > circle {
  animation-delay: calc(1 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-2 {
  transform: rotate(calc(2 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-2 > circle {
  animation-delay: calc(2 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-3 {
  transform: rotate(calc(3 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-3 > circle {
  animation-delay: calc(3 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-4 {
  transform: rotate(calc(4 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-4 > circle {
  animation-delay: calc(4 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-5 {
  transform: rotate(calc(5 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-5 > circle {
  animation-delay: calc(5 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-6 {
  transform: rotate(calc(6 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-6 > circle {
  animation-delay: calc(6 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-7 {
  transform: rotate(calc(7 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-7 > circle {
  animation-delay: calc(7 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-8 {
  transform: rotate(calc(8 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-8 > circle {
  animation-delay: calc(8 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-9 {
  transform: rotate(calc(9 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-9 > circle {
  animation-delay: calc(9 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-10 {
  transform: rotate(calc(10 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-10 > circle {
  animation-delay: calc(10 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-11 {
  transform: rotate(calc(11 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-11 > circle {
  animation-delay: calc(11 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-12 {
  transform: rotate(calc(12 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-12 > circle {
  animation-delay: calc(12 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-13 {
  transform: rotate(calc(13 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-13 > circle {
  animation-delay: calc(13 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-14 {
  transform: rotate(calc(14 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-14 > circle {
  animation-delay: calc(14 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-15 {
  transform: rotate(calc(15 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-15 > circle {
  animation-delay: calc(15 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-16 {
  transform: rotate(calc(16 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-16 > circle {
  animation-delay: calc(16 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-17 {
  transform: rotate(calc(17 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-17 > circle {
  animation-delay: calc(17 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-18 {
  transform: rotate(calc(18 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-18 > circle {
  animation-delay: calc(18 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-19 {
  transform: rotate(calc(19 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-19 > circle {
  animation-delay: calc(19 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-20 {
  transform: rotate(calc(20 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-20 > circle {
  animation-delay: calc(20 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-21 {
  transform: rotate(calc(21 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-21 > circle {
  animation-delay: calc(21 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-22 {
  transform: rotate(calc(22 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-22 > circle {
  animation-delay: calc(22 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-23 {
  transform: rotate(calc(23 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-23 > circle {
  animation-delay: calc(23 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-24 {
  transform: rotate(calc(24 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-24 > circle {
  animation-delay: calc(24 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-25 {
  transform: rotate(calc(25 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-25 > circle {
  animation-delay: calc(25 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-26 {
  transform: rotate(calc(26 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-26 > circle {
  animation-delay: calc(26 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-27 {
  transform: rotate(calc(27 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-27 > circle {
  animation-delay: calc(27 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-28 {
  transform: rotate(calc(28 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-28 > circle {
  animation-delay: calc(28 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-29 {
  transform: rotate(calc(29 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-29 > circle {
  animation-delay: calc(29 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-30 {
  transform: rotate(calc(30 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-30 > circle {
  animation-delay: calc(30 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-31 {
  transform: rotate(calc(31 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-31 > circle {
  animation-delay: calc(31 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-32 {
  transform: rotate(calc(32 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-32 > circle {
  animation-delay: calc(32 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-33 {
  transform: rotate(calc(33 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-33 > circle {
  animation-delay: calc(33 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-34 {
  transform: rotate(calc(34 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-34 > circle {
  animation-delay: calc(34 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-35 {
  transform: rotate(calc(35 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-35 > circle {
  animation-delay: calc(35 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-36 {
  transform: rotate(calc(36 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-36 > circle {
  animation-delay: calc(36 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-37 {
  transform: rotate(calc(37 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-37 > circle {
  animation-delay: calc(37 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-38 {
  transform: rotate(calc(38 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-38 > circle {
  animation-delay: calc(38 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-39 {
  transform: rotate(calc(39 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-39 > circle {
  animation-delay: calc(39 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-40 {
  transform: rotate(calc(40 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-40 > circle {
  animation-delay: calc(40 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-41 {
  transform: rotate(calc(41 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-41 > circle {
  animation-delay: calc(41 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-42 {
  transform: rotate(calc(42 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-42 > circle {
  animation-delay: calc(42 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-43 {
  transform: rotate(calc(43 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-43 > circle {
  animation-delay: calc(43 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-44 {
  transform: rotate(calc(44 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-44 > circle {
  animation-delay: calc(44 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-45 {
  transform: rotate(calc(45 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-45 > circle {
  animation-delay: calc(45 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-46 {
  transform: rotate(calc(46 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-46 > circle {
  animation-delay: calc(46 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-47 {
  transform: rotate(calc(47 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-47 > circle {
  animation-delay: calc(47 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-48 {
  transform: rotate(calc(48 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-48 > circle {
  animation-delay: calc(48 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-49 {
  transform: rotate(calc(49 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-49 > circle {
  animation-delay: calc(49 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-50 {
  transform: rotate(calc(50 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-50 > circle {
  animation-delay: calc(50 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-51 {
  transform: rotate(calc(51 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-51 > circle {
  animation-delay: calc(51 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-52 {
  transform: rotate(calc(52 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-52 > circle {
  animation-delay: calc(52 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-53 {
  transform: rotate(calc(53 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-53 > circle {
  animation-delay: calc(53 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-54 {
  transform: rotate(calc(54 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-54 > circle {
  animation-delay: calc(54 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-55 {
  transform: rotate(calc(55 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-55 > circle {
  animation-delay: calc(55 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-56 {
  transform: rotate(calc(56 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-56 > circle {
  animation-delay: calc(56 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-57 {
  transform: rotate(calc(57 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-57 > circle {
  animation-delay: calc(57 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-58 {
  transform: rotate(calc(58 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-58 > circle {
  animation-delay: calc(58 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-59 {
  transform: rotate(calc(59 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-59 > circle {
  animation-delay: calc(59 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-60 {
  transform: rotate(calc(60 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-60 > circle {
  animation-delay: calc(60 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-61 {
  transform: rotate(calc(61 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-61 > circle {
  animation-delay: calc(61 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-62 {
  transform: rotate(calc(62 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-62 > circle {
  animation-delay: calc(62 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-63 {
  transform: rotate(calc(63 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-63 > circle {
  animation-delay: calc(63 * 2s / 8 / 1 * 1);
}
.section__loading .loading-ani__wrap #g-64 {
  transform: rotate(calc(64 * 180 / 8 * -1 * 1deg));
}
.section__loading .loading-ani__wrap #g-64 > circle {
  animation-delay: calc(64 * 2s / 8 / 1 * 1);
}
.section__top {
  background-image: url("../images/bg_top02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  isolation: isolate;
}
.section__top::after {
  content: "";
  position: absolute;
  background: #000;
  z-index: -1;
  inset: 0;
  opacity: 0.8;
}
.section__top .intro-ani__top {
  display: grid;
  place-items: center;
  height: 100dvh;
}
.section__top .intro-ani__top canvas {
  inset: 0;
  width: 100%;
  height: 100%;
}
.section__text {
  position: relative;
  height: 300vh;
}
.section__text .text-ani {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  font-size: calc(64px + 64 * (100vw - 1920px) / 1920);
  text-align: center;
  font-weight: 600;
  font-family: "Paperlogy" !important;
  color: #fff;
  will-change: transform, opacity;
}
@media (max-width: 800px) {
  .section__text .text-ani {
    font-size: 3.2rem;
    top: 45%;
  }
}
.section__text .text-ani span > img {
  width: calc(553px + 553 * (100vw - 1920px) / 1920);
  height: calc(116px + 116 * (100vw - 1920px) / 1920);
}
@media (max-width: 800px) {
  .section__text .text-ani span > img {
    width: 60%;
    height: 100%;
  }
}
.section__text .text-ani .typing-ani {
  font-weight: 300;
  font-size: calc(68px + 68 * (100vw - 1920px) / 1920);
}
@media (max-width: 800px) {
  .section__text .text-ani .typing-ani {
    font-size: 3rem;
  }
}
.section__text .text-ani .typing-ani:after {
  content: "|";
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff811b;
}
.section__text .text-ani__wrap {
  position: relative;
  height: 100vh;
}
.section__intro {
  position: relative;
  height: 100vh;
}
.section__intro:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg_space.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1024px) {
  .section__intro:before {
    background-image: url("../images/bg_space.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.section__intro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100vh;
  background-image: url("../images/img_vertical_logo.png");
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .section__intro:after {
    display: none;
  }
}
.section__intro #space {
  perspective: 2000px;
  height: 100%;
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
}
.section__intro #shade {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 800px;
  width: 800px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
}
.section__intro #globe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 400px;
  width: 400px;
  transform-style: preserve-3d;
  transform: rotateY(270deg) rotateX(-20deg);
}
.section__intro #nts {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.section__intro .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid 4px rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.section__intro .intro-text__wrap {
  position: absolute;
  left: 29%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1024px) {
  .section__intro .intro-text__wrap {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 3%;
  }
}
.section__intro .intro-text__title {
  font-size: calc(64px + 64 * (100vw - 1920px) / 1920);
  font-weight: 500;
  font-family: "Paperlogy" !important;
  color: #fff;
}
@media (max-width: 800px) {
  .section__intro .intro-text__title {
    font-size: 3.2rem;
  }
}
.section__intro .intro-text__desc {
  font-size: calc(30px + 30 * (100vw - 1920px) / 1920);
  padding-top: 2%;
  font-weight: 300;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .section__intro .intro-text__desc {
    font-size: 1.8rem;
  }
}
.section__why .section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
  padding: 10% 3%;
}
@media (max-width: 1024px) {
  .section__why .section__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10rem 3% 20rem;
  }
}
.section__why .why__title {
  font-size: calc(64px + 64 * (100vw - 1920px) / 1920);
  font-weight: 700;
  font-family: "Paperlogy";
  color: #ff811b;
}
@media (max-width: 1024px) {
  .section__why .why__title {
    text-align: center;
    padding-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .section__why .why__title {
    font-size: 3.2rem;
  }
}
.section__why .accordion__wrap {
  width: 60%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .section__why .accordion__wrap {
    width: 100%;
  }
}
.section__why .accordion__list {
  padding: 4rem 0;
  border-top: 1px solid #fff;
}
@media (max-width: 800px) {
  .section__why .accordion__list {
    padding: 2.4rem 0;
  }
}
.section__why .accordion__title {
  position: relative;
  font-size: calc(32px + 32 * (100vw - 1920px) / 1920);
  font-family: "Paperlogy";
  color: #fff;
  font-weight: 500;
  padding-right: 3%;
  line-height: 1.3;
}
.section__why .accordion__title:before {
  content: "";
  position: absolute;
  right: 23px;
  top: -2px;
  width: 2px;
  height: 40px;
  background-color: #ff811b;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .section__why .accordion__title:before {
    content: "";
    right: 18px;
    top: 0px;
  }
}
@media (max-width: 800px) {
  .section__why .accordion__title:before {
    content: "";
    width: 1px;
    height: 24px;
    right: 12px;
    top: 2px;
  }
}
.section__why .accordion__title:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 18px;
  width: 40px;
  height: 2px;
  background-color: #ff811b;
}
@media (max-width: 1024px) {
  .section__why .accordion__title:after {
    content: "";
    right: 0;
    top: 19px;
  }
}
@media (max-width: 800px) {
  .section__why .accordion__title:after {
    content: "";
    width: 24px;
    height: 1px;
    top: 14px;
  }
}
.section__why .accordion__title.active:before {
  content: "";
  transform: rotate(90deg);
}
@media (max-width: 800px) {
  .section__why .accordion__title {
    font-size: 1.8rem;
  }
}
.section__why .accordion__con {
  display: none;
  font-size: calc(24px + 24 * (100vw - 1920px) / 1920);
  font-family: "Paperlogy";
  color: #fff;
  padding-top: 2%;
  font-weight: 300;
}
@media (max-width: 800px) {
  .section__why .accordion__con {
    font-size: 1.6rem;
    padding-top: 2.4rem;
  }
}
.section__service {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .section__service {
    height: auto;
  }
}
.section__service .bg {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.1s linear;
}
.section__service .bg canvas {
  filter: grayscale(1);
  opacity: 0.5;
}
.section__service .service-box__wrap {
  padding: 0 3%;
}
.section__service .service-text__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .section__service .service-text__wrap {
    height: auto;
  }
}
.section__service .service-text__wrap .title {
  font-size: calc(100px + 100 * (100vw - 1920px) / 1920);
  font-weight: bold;
  color: #ff811b;
  font-family: "Paperlogy";
}
@media (max-width: 800px) {
  .section__service .service-text__wrap .title {
    font-size: 3.2rem;
  }
}
.section__service .service-text__wrap .sub-title {
  font-size: calc(36px + 36 * (100vw - 1920px) / 1920);
  font-weight: 500;
  padding-top: 3%;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 1024px) {
  .section__service .service-text__wrap .sub-title {
    padding-top: 4rem;
  }
}
@media (max-width: 800px) {
  .section__service .service-text__wrap .sub-title {
    font-size: 2.4rem;
  }
}
.section__service .service-text__wrap .desc {
  font-size: calc(24px + 24 * (100vw - 1920px) / 1920);
  padding-top: 2%;
  font-family: "Paperlogy";
  color: #fff;
  font-weight: 300;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .section__service .service-text__wrap .desc {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .section__service .service-text__wrap .desc {
    width: 100%;
    font-size: 1.6rem;
    padding-top: 2.4rem;
  }
}
.section__service .service-list {
  position: relative;
  padding-top: 10rem;
  margin-top: 30rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .section__service .service-list {
    margin-top: 16rem;
    padding-top: 7rem;
  }
}
.section__service .service-list > .criterion {
  position: absolute;
  left: 49%;
  top: 0;
  width: 20rem;
  height: 20rem;
}
@media (max-width: 800px) {
  .section__service .service-list > .criterion {
    left: 48%;
  }
}
.section__service .service-list > .criterion > span {
  position: absolute;
  width: var(--size-of-shape);
  height: var(--size-of-shape);
  border-radius: 50%;
  background-color: #fff;
}
.section__service .service-list > .criterion:nth-of-type(1) > span:nth-of-type(1) {
  animation: shape-animation0-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(1) > span:nth-of-type(2) {
  animation: shape-animation0-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(1) > span:nth-of-type(3) {
  animation: shape-animation0-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(1) > span:nth-of-type(4) {
  animation: shape-animation0-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(2) > span:nth-of-type(1) {
  animation: shape-animation1-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(2) > span:nth-of-type(2) {
  animation: shape-animation1-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(2) > span:nth-of-type(3) {
  animation: shape-animation1-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(2) > span:nth-of-type(4) {
  animation: shape-animation1-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(3) > span:nth-of-type(1) {
  animation: shape-animation2-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(3) > span:nth-of-type(2) {
  animation: shape-animation2-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(3) > span:nth-of-type(3) {
  animation: shape-animation2-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(3) > span:nth-of-type(4) {
  animation: shape-animation2-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(4) > span:nth-of-type(1) {
  animation: shape-animation3-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(4) > span:nth-of-type(2) {
  animation: shape-animation3-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(4) > span:nth-of-type(3) {
  animation: shape-animation3-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(4) > span:nth-of-type(4) {
  animation: shape-animation3-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(5) > span:nth-of-type(1) {
  animation: shape-animation4-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(5) > span:nth-of-type(2) {
  animation: shape-animation4-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(5) > span:nth-of-type(3) {
  animation: shape-animation4-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(5) > span:nth-of-type(4) {
  animation: shape-animation4-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(6) > span:nth-of-type(1) {
  animation: shape-animation5-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(6) > span:nth-of-type(2) {
  animation: shape-animation5-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(6) > span:nth-of-type(3) {
  animation: shape-animation5-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(6) > span:nth-of-type(4) {
  animation: shape-animation5-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(7) > span:nth-of-type(1) {
  animation: shape-animation6-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(7) > span:nth-of-type(2) {
  animation: shape-animation6-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(7) > span:nth-of-type(3) {
  animation: shape-animation6-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(7) > span:nth-of-type(4) {
  animation: shape-animation6-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(8) > span:nth-of-type(1) {
  animation: shape-animation7-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(8) > span:nth-of-type(2) {
  animation: shape-animation7-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(8) > span:nth-of-type(3) {
  animation: shape-animation7-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(8) > span:nth-of-type(4) {
  animation: shape-animation7-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(9) > span:nth-of-type(1) {
  animation: shape-animation8-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(9) > span:nth-of-type(2) {
  animation: shape-animation8-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(9) > span:nth-of-type(3) {
  animation: shape-animation8-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(9) > span:nth-of-type(4) {
  animation: shape-animation8-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(10) > span:nth-of-type(1) {
  animation: shape-animation9-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(10) > span:nth-of-type(2) {
  animation: shape-animation9-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(10) > span:nth-of-type(3) {
  animation: shape-animation9-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(10) > span:nth-of-type(4) {
  animation: shape-animation9-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(11) > span:nth-of-type(1) {
  animation: shape-animation10-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(11) > span:nth-of-type(2) {
  animation: shape-animation10-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(11) > span:nth-of-type(3) {
  animation: shape-animation10-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(11) > span:nth-of-type(4) {
  animation: shape-animation10-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(12) > span:nth-of-type(1) {
  animation: shape-animation11-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(12) > span:nth-of-type(2) {
  animation: shape-animation11-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(12) > span:nth-of-type(3) {
  animation: shape-animation11-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(12) > span:nth-of-type(4) {
  animation: shape-animation11-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(13) > span:nth-of-type(1) {
  animation: shape-animation12-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(13) > span:nth-of-type(2) {
  animation: shape-animation12-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(13) > span:nth-of-type(3) {
  animation: shape-animation12-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(13) > span:nth-of-type(4) {
  animation: shape-animation12-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(14) > span:nth-of-type(1) {
  animation: shape-animation13-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(14) > span:nth-of-type(2) {
  animation: shape-animation13-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(14) > span:nth-of-type(3) {
  animation: shape-animation13-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(14) > span:nth-of-type(4) {
  animation: shape-animation13-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(15) > span:nth-of-type(1) {
  animation: shape-animation14-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(15) > span:nth-of-type(2) {
  animation: shape-animation14-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(15) > span:nth-of-type(3) {
  animation: shape-animation14-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(15) > span:nth-of-type(4) {
  animation: shape-animation14-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(16) > span:nth-of-type(1) {
  animation: shape-animation15-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(16) > span:nth-of-type(2) {
  animation: shape-animation15-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(16) > span:nth-of-type(3) {
  animation: shape-animation15-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(16) > span:nth-of-type(4) {
  animation: shape-animation15-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(17) > span:nth-of-type(1) {
  animation: shape-animation16-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(17) > span:nth-of-type(2) {
  animation: shape-animation16-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(17) > span:nth-of-type(3) {
  animation: shape-animation16-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(17) > span:nth-of-type(4) {
  animation: shape-animation16-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(18) > span:nth-of-type(1) {
  animation: shape-animation17-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(18) > span:nth-of-type(2) {
  animation: shape-animation17-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(18) > span:nth-of-type(3) {
  animation: shape-animation17-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(18) > span:nth-of-type(4) {
  animation: shape-animation17-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(19) > span:nth-of-type(1) {
  animation: shape-animation18-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(19) > span:nth-of-type(2) {
  animation: shape-animation18-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(19) > span:nth-of-type(3) {
  animation: shape-animation18-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(19) > span:nth-of-type(4) {
  animation: shape-animation18-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(20) > span:nth-of-type(1) {
  animation: shape-animation19-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(20) > span:nth-of-type(2) {
  animation: shape-animation19-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(20) > span:nth-of-type(3) {
  animation: shape-animation19-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(20) > span:nth-of-type(4) {
  animation: shape-animation19-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(21) > span:nth-of-type(1) {
  animation: shape-animation20-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(21) > span:nth-of-type(2) {
  animation: shape-animation20-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(21) > span:nth-of-type(3) {
  animation: shape-animation20-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(21) > span:nth-of-type(4) {
  animation: shape-animation20-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(22) > span:nth-of-type(1) {
  animation: shape-animation21-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(22) > span:nth-of-type(2) {
  animation: shape-animation21-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(22) > span:nth-of-type(3) {
  animation: shape-animation21-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(22) > span:nth-of-type(4) {
  animation: shape-animation21-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(23) > span:nth-of-type(1) {
  animation: shape-animation22-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(23) > span:nth-of-type(2) {
  animation: shape-animation22-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(23) > span:nth-of-type(3) {
  animation: shape-animation22-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(23) > span:nth-of-type(4) {
  animation: shape-animation22-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(24) > span:nth-of-type(1) {
  animation: shape-animation23-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(24) > span:nth-of-type(2) {
  animation: shape-animation23-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(24) > span:nth-of-type(3) {
  animation: shape-animation23-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(24) > span:nth-of-type(4) {
  animation: shape-animation23-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(25) > span:nth-of-type(1) {
  animation: shape-animation24-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(25) > span:nth-of-type(2) {
  animation: shape-animation24-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(25) > span:nth-of-type(3) {
  animation: shape-animation24-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(25) > span:nth-of-type(4) {
  animation: shape-animation24-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(26) > span:nth-of-type(1) {
  animation: shape-animation25-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(26) > span:nth-of-type(2) {
  animation: shape-animation25-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(26) > span:nth-of-type(3) {
  animation: shape-animation25-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(26) > span:nth-of-type(4) {
  animation: shape-animation25-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(27) > span:nth-of-type(1) {
  animation: shape-animation26-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(27) > span:nth-of-type(2) {
  animation: shape-animation26-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(27) > span:nth-of-type(3) {
  animation: shape-animation26-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(27) > span:nth-of-type(4) {
  animation: shape-animation26-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(28) > span:nth-of-type(1) {
  animation: shape-animation27-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(28) > span:nth-of-type(2) {
  animation: shape-animation27-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(28) > span:nth-of-type(3) {
  animation: shape-animation27-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(28) > span:nth-of-type(4) {
  animation: shape-animation27-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(29) > span:nth-of-type(1) {
  animation: shape-animation28-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(29) > span:nth-of-type(2) {
  animation: shape-animation28-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(29) > span:nth-of-type(3) {
  animation: shape-animation28-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(29) > span:nth-of-type(4) {
  animation: shape-animation28-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(30) > span:nth-of-type(1) {
  animation: shape-animation29-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(30) > span:nth-of-type(2) {
  animation: shape-animation29-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(30) > span:nth-of-type(3) {
  animation: shape-animation29-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(30) > span:nth-of-type(4) {
  animation: shape-animation29-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(31) > span:nth-of-type(1) {
  animation: shape-animation30-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(31) > span:nth-of-type(2) {
  animation: shape-animation30-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(31) > span:nth-of-type(3) {
  animation: shape-animation30-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(31) > span:nth-of-type(4) {
  animation: shape-animation30-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(32) > span:nth-of-type(1) {
  animation: shape-animation31-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(32) > span:nth-of-type(2) {
  animation: shape-animation31-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(32) > span:nth-of-type(3) {
  animation: shape-animation31-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(32) > span:nth-of-type(4) {
  animation: shape-animation31-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(33) > span:nth-of-type(1) {
  animation: shape-animation32-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(33) > span:nth-of-type(2) {
  animation: shape-animation32-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(33) > span:nth-of-type(3) {
  animation: shape-animation32-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(33) > span:nth-of-type(4) {
  animation: shape-animation32-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(34) > span:nth-of-type(1) {
  animation: shape-animation33-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(34) > span:nth-of-type(2) {
  animation: shape-animation33-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(34) > span:nth-of-type(3) {
  animation: shape-animation33-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(34) > span:nth-of-type(4) {
  animation: shape-animation33-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(35) > span:nth-of-type(1) {
  animation: shape-animation34-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(35) > span:nth-of-type(2) {
  animation: shape-animation34-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(35) > span:nth-of-type(3) {
  animation: shape-animation34-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(35) > span:nth-of-type(4) {
  animation: shape-animation34-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(36) > span:nth-of-type(1) {
  animation: shape-animation35-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(36) > span:nth-of-type(2) {
  animation: shape-animation35-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(36) > span:nth-of-type(3) {
  animation: shape-animation35-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(36) > span:nth-of-type(4) {
  animation: shape-animation35-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(37) > span:nth-of-type(1) {
  animation: shape-animation36-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(37) > span:nth-of-type(2) {
  animation: shape-animation36-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(37) > span:nth-of-type(3) {
  animation: shape-animation36-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(37) > span:nth-of-type(4) {
  animation: shape-animation36-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(38) > span:nth-of-type(1) {
  animation: shape-animation37-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(38) > span:nth-of-type(2) {
  animation: shape-animation37-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(38) > span:nth-of-type(3) {
  animation: shape-animation37-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(38) > span:nth-of-type(4) {
  animation: shape-animation37-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(39) > span:nth-of-type(1) {
  animation: shape-animation38-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(39) > span:nth-of-type(2) {
  animation: shape-animation38-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(39) > span:nth-of-type(3) {
  animation: shape-animation38-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(39) > span:nth-of-type(4) {
  animation: shape-animation38-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(40) > span:nth-of-type(1) {
  animation: shape-animation39-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(40) > span:nth-of-type(2) {
  animation: shape-animation39-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(40) > span:nth-of-type(3) {
  animation: shape-animation39-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(40) > span:nth-of-type(4) {
  animation: shape-animation39-3 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(41) > span:nth-of-type(1) {
  animation: shape-animation40-0 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(41) > span:nth-of-type(2) {
  animation: shape-animation40-1 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(41) > span:nth-of-type(3) {
  animation: shape-animation40-2 1s ease-in-out infinite alternate;
}
.section__service .service-list > .criterion:nth-of-type(41) > span:nth-of-type(4) {
  animation: shape-animation40-3 1s ease-in-out infinite alternate;
}
.section__service .service-list__wrap .title {
  font-size: calc(48px + 48 * (100vw - 1920px) / 1920);
  font-weight: 700;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .title {
    font-size: 2.8rem;
  }
}
.section__service .service-list__wrap .sub-title {
  font-size: calc(40px + 40 * (100vw - 1920px) / 1920);
  font-weight: 700;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .sub-title {
    font-size: 2.4rem;
  }
}
.section__service .service-list__wrap .sub-title02 {
  font-size: calc(24px + 24 * (100vw - 1920px) / 1920);
  color: #a6a6a6;
  padding-top: 1%;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .sub-title02 {
    font-size: 1.6rem;
    padding-top: 0.8rem;
  }
}
.section__service .service-list__wrap .sub-title__wrap {
  padding: 3% 0 4%;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .sub-title__wrap {
    padding: 3.2rem 0 4rem;
  }
}
.section__service .service-list__wrap .desc {
  font-size: calc(28px + 28 * (100vw - 1920px) / 1920);
  font-family: "Paperlogy";
  color: #fff;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .desc {
    font-size: 1.6rem;
  }
}
.section__service .service-list__wrap .desc__wrap .badge {
  display: inline-block;
  color: #ff811b;
  font-size: calc(18px + 18 * (100vw - 1920px) / 1920);
  border-radius: 4rem;
  border: 2px solid #ff811b;
  padding: 0.4rem 3rem;
  font-weight: 500;
  margin-bottom: 1%;
}
@media (max-width: 800px) {
  .section__service .service-list__wrap .desc__wrap .badge {
    padding: 0.2rem 2rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.section__process {
  padding-top: 21%;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  .section__process {
    padding-top: 16rem;
  }
}
.section__process .process-ani {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  white-space: nowrap;
  position: relative;
  will-change: transform;
}
.section__process .process-ani > p {
  font-size: calc(160px + 160 * (100vw - 1920px) / 1920);
  font-weight: 700;
  color: #ff811b;
  font-family: "Paperlogy";
}
@media (max-width: 800px) {
  .section__process .process-ani > p {
    font-size: 6rem;
  }
}
.section__process .process-ani__wrap {
  position: relative;
}
.section__process .process-list {
  margin-top: 1.6rem !important;
}
.section__process .process-list__wrap {
  position: relative;
  padding: 6% 3% 10%;
}
@media (max-width: 800px) {
  .section__process .process-list__wrap {
    padding: 4rem 3% 6rem;
  }
}
.section__process .process-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1%;
  background-color: #222;
  border-radius: 5rem;
  padding: 3% 5%;
  border: 2px solid #272727;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  .section__process .process-content {
    border-radius: 3rem;
  }
}
@media (max-width: 800px) {
  .section__process .process-content {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    padding: 2.4rem 4rem;
    border-radius: 3rem;
  }
}
.section__process .process-content .process-right {
  width: calc(470px + 470 * (100vw - 1920px) / 1920);
}
@media (max-width: 800px) {
  .section__process .process-content .process-right {
    width: 100%;
  }
}
.section__process .process-content .title-eng {
  font-size: calc(60px + 60 * (100vw - 1920px) / 1920);
  font-weight: 700;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .section__process .process-content .title-eng {
    font-size: 2.4rem;
  }
}
.section__process .process-content .title-ko {
  font-size: calc(40px + 40 * (100vw - 1920px) / 1920);
  font-weight: 500;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .section__process .process-content .title-ko {
    display: none;
  }
}
.section__process .process-content .title-desc {
  font-size: calc(30px + 30 * (100vw - 1920px) / 1920);
  padding-top: 1%;
  font-family: "Paperlogy";
  color: #fff;
  font-weight: 300;
}
@media (max-width: 800px) {
  .section__process .process-content .title-desc {
    font-size: 1.6rem;
  }
}
.section__portfolio {
  padding-top: 60rem;
}
@media (max-width: 1024px) {
  .section__portfolio {
    padding-top: 20rem;
  }
}
.section__portfolio .title {
  padding-bottom: 3.2rem;
  font-size: calc(100px + 100 * (100vw - 1920px) / 1920);
  font-weight: bold;
  color: #ff811b;
  text-align: center;
  font-family: "Paperlogy";
}
@media (max-width: 800px) {
  .section__portfolio .title {
    font-size: 4.8rem;
  }
}
.section__portfolio .portfolio-list {
  min-width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__portfolio .portfolio-list a {
  display: block;
}
.section__portfolio .portfolio-list__wrap {
  width: 200%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .section__portfolio .portfolio-list__wrap {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 20rem;
  }
}

.btn__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__wrap .btn-contact {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.btn__wrap .btn-contact:before, .btn__wrap .btn-contact:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.btn__wrap .btn-contact:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn__wrap .btn-contact:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn__wrap .btn-contact:hover {
  color: #000;
}
.btn__wrap .btn-contact:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.btn__wrap .btn-contact:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.btn__wrap .btn-contact__big {
  font-size: calc(74px + 74 * (100vw - 1920px) / 1920);
  font-weight: 700;
  border-radius: 30rem;
  border: 5px solid #fff;
  padding: 5% 8%;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 1024px) {
  .btn__wrap .btn-contact__big {
    border-width: 2px;
  }
}
@media (max-width: 800px) {
  .btn__wrap .btn-contact__big {
    font-size: 2.8rem;
    padding: 2.4rem 3.6rem;
  }
}
.btn__wrap .btn-contact__small {
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 16rem;
  border: 1px solid #fff;
  padding: 1rem 1.4rem;
  font-family: "Paperlogy";
  color: #fff;
}
@media (max-width: 800px) {
  .btn__wrap .btn-contact__small {
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
  }
}

.footer__inner {
  margin: 0 3%;
  border-top: 1px solid #fff;
  padding: 5.4rem 0;
}
.footer__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .footer__info {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer__info p {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Paperlogy";
  flex: 1;
}
.footer__info p.email {
  text-align: right;
}
.footer__info .sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.footer__info .sns-wrap a {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  color: #fff;
}
@media (max-width: 800px) {
  .footer__info .sns-wrap a {
    padding: 0;
    padding-right: 2rem;
  }
}
.footer__info .sns-wrap a:first-of-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .footer__info .sns-wrap a:first-of-type:after {
    content: "";
    display: none;
  }
}
.footer .copy {
  color: #555;
  padding-top: 2rem;
  text-align: center;
}
@media (max-width: 800px) {
  .footer .copy {
    text-align: left;
  }
}

@keyframes canim {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(700px);
  }
}
@keyframes orbit {
  0% {
    transform: rotateY(-180deg) rotateX(20deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(20deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shape-animation0-0 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-0 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(cos(0 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(0 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(sin(0 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(0 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation1-0 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-0 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(sin(0 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(0 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(cos(0 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(0 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation0-1 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-1 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(cos(1 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(1 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(sin(1 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(1 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation1-1 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-1 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(sin(1 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(1 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(cos(1 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(1 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation0-2 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-2 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(cos(2 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(2 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(sin(2 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(2 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation1-2 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-2 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(sin(2 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(2 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(cos(2 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(2 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation0-3 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-3 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(cos(3 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(3 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(sin(3 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(3 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes shape-animation1-3 {
  0% {
    left: 0;
    top: 0;
  }
  33.3% {
    left: calc(-3 * var(--size-of-shape) + var(--size-of-shape));
    top: 0;
  }
  66.6% {
    left: calc(sin(3 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(cos(3 * var(--mult-number) * 1deg) * var(--dist));
  }
  100% {
    left: calc(cos(3 * var(--mult-number) * 1deg) * var(--dist));
    top: calc(sin(3 * var(--mult-number) * 1deg) * var(--dist));
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 2rem;
    height: 2rem;
  }
  100% {
    left: 50%;
    width: 100rem;
    height: 40rem;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 2rem;
    height: 2rem;
  }
  100% {
    right: 50%;
    width: 200rem;
    height: 40rem;
  }
}/*# sourceMappingURL=ui.css.map */