.about {
  overflow: hidden;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 79px;
  position: relative;
  width: 100%;
}

.about__cycleLoop {
  aspect-ratio: 1/1;
  bottom: 20%;
  position: absolute;
  right: calc(clamp(18.75rem, 9.881117558rem + 37.8405650858vw, 42.1875rem) / -2);
  width: clamp(18.75rem, 9.881117558rem + 37.8405650858vw, 42.1875rem);
  z-index: 4;
}

.about__cycleLoop-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.about__cycleLoop-wrap img {
  animation: rotate 17s linear infinite;
  aspect-ratio: 1/1;
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about__inner {
  display: flex;
  flex-direction: column-reverse;
  margin-inline: auto;
  max-width: 1286px;
  position: relative;
}

.about__img-wrap {
  align-items: flex-start;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 40% 1fr;
  justify-content: space-between;
  margin-top: 50px;
  pointer-events: none;
}

.about__img {
  pointer-events: visible;
  width: 100%;
}
.about__img:nth-of-type(1) {
  aspect-ratio: 216/276;
  margin-left: auto;
  max-width: 216px;
}
.about__img:nth-of-type(2) {
  aspect-ratio: 430/352;
  margin-right: auto;
  margin-top: auto;
  max-width: 300px;
}
.about__img:nth-of-type(3) {
  aspect-ratio: 406/238;
  grid-column: span 2;
  margin-inline: auto;
  max-width: 350px;
  width: 80%;
}

.about__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 5;
}
.about__contents .c-desc {
  margin-inline: auto;
  max-width: 405px;
  pointer-events: visible;
  width: 100%;
}

.about__label {
  font-size: clamp(1.625rem, 1.4357971746rem + 0.8072653885vw, 2.125rem);
  line-height: 1.47;
  pointer-events: visible;
  text-align: center;
}

@media (min-width: 768px) {
  .about {
    padding-bottom: 171px;
  }
  .about__cycleLoop {
    bottom: 0px;
  }
  .about__inner {
    display: block;
  }
  .about__img-wrap {
    display: block;
    height: 100%;
    margin-block: 0;
    position: absolute;
    width: 100%;
  }
  .about__img {
    margin: 0;
    position: absolute;
    z-index: 2;
  }
  .about__img:nth-of-type(1) {
    aspect-ratio: 216/276;
    height: 276px;
    left: 0;
    max-width: 216px;
    top: 0;
    width: 16.7962674961%;
  }
  .about__img:nth-of-type(2) {
    aspect-ratio: 430/352;
    height: 352px;
    max-width: 430px;
    right: 0;
    top: 33.110367893%;
    width: 33.4370139969%;
  }
  .about__img:nth-of-type(3) {
    aspect-ratio: 406/238;
    bottom: 0;
    height: 238px;
    left: 23.0948678072%;
    max-width: 406px;
    width: 31.5707620529%;
  }
  .about__contents {
    align-items: flex-start;
    gap: 82px;
    margin-inline: auto;
    padding-bottom: 312px;
    padding-top: 39px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__contents .c-desc {
    margin-inline: 0;
  }
  .about__label {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .about__contents {
    padding-inline: 0 90px;
  }
  .about__contents .c-desc {
    margin-left: 170px;
  }
}