.page-about .page-mv {
  background: url("../img/about/mv-about.webp") no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .page-about .page-mv {
    background: url("../img/about/mv-about-sp.webp") no-repeat center center/cover;
  }
}
.page-about .page-mv .page-mv__content {
  max-width: 710px;
}

.about {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .about {
    padding-top: 48px;
  }
}

.about__box {
  margin-top: 40px;
  padding: 80px;
  background: url("../img/about/about-bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .about__box {
    margin: 24px calc(50% - 50vw) 0;
    padding: 40px 20px;
    background: url("../img/about/about-bg-sp.webp") no-repeat center center/cover;
  }
}

.about__content {
  color: #FFF;
  text-align: center;
}

.about__emphasis {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.352px;
}
@media screen and (max-width: 960px) {
  .about__emphasis {
    font-size: 24px;
    letter-spacing: -0.264px;
  }
}

.about__text {
  margin-top: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.176px;
}
@media screen and (max-width: 960px) {
  .about__text {
    margin-top: 24px;
  }
}

@media screen and (min-width: 961px) {
  .reason .inner {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .reason .inner {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.reason__list {
  margin-left: auto;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 80px;
}
@media screen and (max-width: 960px) {
  .reason__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.reason__img {
  position: relative;
}
.reason__img img {
  aspect-ratio: 500/333;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__num {
  background: #FF7B15;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 16px;
  left: -8px;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  width: 62px;
  height: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.reason__num span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reason__num span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #AA7851), color-stop(50%, transparent));
  background: linear-gradient(to bottom left, #AA7851 50%, transparent 50%);
  position: absolute;
  left: 0;
  bottom: -8px;
}

.reason__title {
  margin-top: 26px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .reason__title {
    margin-top: 16px;
    font-size: 24px;
  }
}
.reason__title .large {
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .reason__title .large {
    font-size: 32px;
  }
}

.reason__text {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .reason__text {
    margin-top: 8px;
  }
}

.reason__item:nth-child(2) .reason__text {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .reason__item:nth-child(2) .reason__text {
    margin-top: 8px;
  }
}
.reason__item:nth-child(3) .reason__title {
  margin-top: 16px;
}
.reason__item:nth-child(4) .reason__title {
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 960px) {
  .reason__item:nth-child(4) .reason__title {
    font-size: 24px;
  }
}
.reason__item:nth-child(4) .reason__text {
  margin-top: 16px;
}