/* Scss Document */
/* Scss Document */
.about__inner {
  max-width: 1920px;
  padding-right: 10vw;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .about__inner {
    padding-right: 0;
  }
}

.about__image {
  display: none;
}
@media only screen and (max-width: 640px) {
  .about__image {
    display: block;
    background-image: url("../images/advantage/about00-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    aspect-ratio: 375/442;
    position: relative;
  }
}

.about__text-box {
  background-image: url("../images/advantage/about00.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  padding-top: calc(160 / 1920 * 100vw);
  padding-left: calc(200 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .about__text-box {
    padding-top: calc(120 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .about__text-box {
    background-image: none;
    position: absolute;
    top: calc(60 / 640 * 100vw);
    padding-left: 0;
    text-align: center;
  }
}

.about__text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 1600px) {
  .about__text {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .about__text {
    font-size: calc(28 / 640 * 100vw);
    letter-spacing: 3.6px;
  }
}

.about__body {
  margin-top: -140px;
}
@media only screen and (max-width: 640px) {
  .about__body {
    margin-top: 0;
  }
}

.about__body-inner {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1580px;
}
@media only screen and (max-width: 1200px) {
  .about__body-inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .about__body-inner {
    margin-top: calc(50 / 640 * 100vw);
    padding: 0 20px;
  }
}

.about__description {
  position: relative;
}
.about__description p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 640px) {
  .about__description p {
    font-size: calc(24 / 640 * 100vw);
  }
}
.about__description p span {
  color: #0D7CCE;
}
.about__description::after {
  content: "";
  position: absolute;
  background-image: url("../images/advantage/about02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 730px;
  height: 134px;
  bottom: -101px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .about__description::after {
    width: 100%;
    bottom: -122px;
  }
}

.about__lists {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 200px;
}
@media only screen and (max-width: 640px) {
  .about__lists {
    margin-top: 140px;
  }
}

.about__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 6vw;
}
@media only screen and (max-width: 1200px) {
  .about__list {
    gap: 3vw;
  }
}
@media only screen and (max-width: 640px) {
  .about__list {
    flex-direction: column;
    gap: 30px;
  }
}
.about__list:nth-child(odd) {
  margin-left: 10vw;
}
@media only screen and (max-width: 1200px) {
  .about__list:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .about__list:nth-child(odd) {
    margin-left: 0;
  }
}
.about__list:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: 10vw;
}
@media only screen and (max-width: 1200px) {
  .about__list:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .about__list:nth-child(even) {
    margin-right: 0;
    flex-direction: column;
  }
}

.about__list-content {
  flex: 1;
}

.about__list-number {
  display: inline-block;
  background: linear-gradient(138deg, #0D7CCE 17.39%, #1AAFD8 86.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 10rem;
  line-height: 0.96;
  border-bottom: 3px solid #1aafd8;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .about__list-number {
    font-size: calc(90 / 640 * 100vw);
  }
}
.about__list-number::after {
  content: "";
  position: absolute;
  background-image: url("../images/advantage/about-bear01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 137px;
  height: 125px;
  bottom: 8px;
  right: -118px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .about__list-number::after {
    width: 90px;
    height: 90px;
    bottom: -9px;
    right: -80px;
  }
}

.about__list:nth-of-type(2) .about__list-number::after {
  background-image: url("../images/advantage/about-bear02.png");
  left: -93px;
  top: 5px;
}
@media only screen and (max-width: 1600px) {
  .about__list:nth-of-type(2) .about__list-number::after {
    left: auto;
    top: auto;
  }
}

.about__list:nth-of-type(3) .about__list-number::after {
  background-image: url("../images/advantage/about-bear03.png");
  bottom: -12px;
  right: -100px;
}
@media only screen and (max-width: 640px) {
  .about__list:nth-of-type(3) .about__list-number::after {
    bottom: -4px;
    right: -70px;
  }
}

.about__list:nth-of-type(4) .about__list-number::after {
  background-image: url("../images/advantage/about-bear04.png");
  bottom: -10px;
  right: -96px;
}
@media only screen and (max-width: 640px) {
  .about__list:nth-of-type(4) .about__list-number::after {
    bottom: 0px;
    right: -56px;
  }
}

.about__list-title {
  margin-top: 45px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .about__list-title {
    font-size: calc(32 / 640 * 100vw);
    margin-top: 30px;
  }
}

.about__list-text {
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .about__list-text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .about__list-btn {
    margin-top: 30px;
  }
}

.about__list-image {
  flex: 1;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .about__list-image {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .about__list-image {
    width: 100%;
    height: auto;
  }
}
.about__list-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}/*# sourceMappingURL=advantage.css.map */