.en {
  font-family: var(--en);
}

.ja {
  font-family: var(--ja);
}

.to {
  font-family: var(--toppan);
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.section__label {
  position: relative;
  z-index: 2;
}

.section__label-en {
  color: #e6e6e6;
  font-size: var(--f45);
  margin-top: -40px;
  position: relative;
  z-index: 0;
  font-weight: 500;
}

.about {
  overflow-x: clip;
}

.under-fv {
  margin-bottom: 0;
}

.about__intro {
  background-color: #ebebeb;
  position: relative;
}
.about__intro-bg {
  position: absolute;
  z-index: 0;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about__intro img {
  -o-object-position: top;
     object-position: top;
}
.about__intro-inner {
  padding: 23svh 0 7.5svh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about__intro-inner {
    padding: 26svh 0 7.5svh;
  }
}
.about__intro-badge {
  position: absolute;
  width: min(31.1904761905vw, 131 * var(--px));
  margin-top: min(6.6666666667vw, 28 * var(--px));
  height: auto;
  aspect-ratio: 1;
  position: relative;
  margin: 0 -20px -40px auto;
  z-index: 0;
}
.about__intro-badge-text {
  font-family: var(--toppan);
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}
.about__intro-rotate-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  height: auto;
}
.about__intro-title {
  font-size: var(--f43);
  margin-bottom: 30px;
}
.about__intro-title .lead {
  display: block;
  font-size: var(--f23);
}
.about__intro-title .text-deco {
  position: relative;
  z-index: 3;
}
.about__intro-title .text-deco::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url(../img/about/about-text-dec.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 25px;
  bottom: -10px;
}
.about__intro-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__thoughts {
  padding: 65px 0 40px;
  background: #fff;
}
.about__thoughts-image {
  margin-bottom: 45px;
}
.about__thoughts-message {
  margin: 15px 0 30px;
  font-size: var(--f43);
  line-height: 1.4;
}

.about__reason {
  position: relative;
}
.about__reason-wrap {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100lvh;
}
.about__reason-fix {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  transform: translateX(-50%);
}
.about__reason-fix img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.about__reason-contents {
  position: relative;
  z-index: 1;
  margin: -90vh auto 0;
  padding-bottom: 20svh;
}
@media screen and (max-width: 834px) {
  .about__reason-contents {
    padding-bottom: 10svh;
  }
}
.about__reason-title {
  color: #fff;
  text-align: center;
  font-size: var(--f43);
  line-height: 1.5;
  margin-bottom: 40px;
}
.about__reason-title span.lead {
  display: block;
  font-size: var(--f23);
}
.about__reason-list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.about__reason-item {
  border-radius: 5px;
  background: #fff;
  padding: 50px 7%;
  position: relative;
}
.about__reason-item .number {
  position: absolute;
  z-index: 0;
  font-size: var(--f50);
  color: #ebebeb;
  right: 6%;
  top: 0;
}
@media screen and (max-width: 834px) {
  .about__reason-item .number {
    top: 20px;
  }
}
.about__reason-item-title {
  margin-bottom: 21px;
  font-size: var(--f28);
}
.about__reason-item-title .lead {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: var(--f18);
  font-weight: 500;
}
.about__reason-item-title .text-orange {
  color: #d8683a;
}
.about__reason-item-image {
  margin-top: 20px;
}

.about__result {
  padding: 70px 0 40px;
  background: url(../img/about/about-result-bg.webp) top center/cover no-repeat;
}
.about__result-title {
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
}
.about__result-message {
  text-align: center;
  font-size: var(--f43);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about__result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 834px) {
  .about__result-list {
    gap: 10px 0;
  }
}
.about__result-item {
  width: 48%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 39.9/34;
  border-radius: 4px;
  background: #e7eaf2;
  padding: 25px 5% 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0;
}
@media screen and (max-width: 834px) {
  .about__result-item {
    gap: 10px 0;
  }
}
.about__result-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.about__result-item-bg img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about__result-item-title {
  position: relative;
  z-index: 1;
  background: #2a3f7d;
  border-radius: 3px;
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  font-size: var(--f18);
}
.about__result-item-text {
  position: relative;
  color: #d8683a;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 0 2px;
}
.about__result-item-text .number {
  font-size: var(--f43);
  line-height: 1;
  font-weight: 500;
}
.about__result-item-text .unit {
  font-size: var(--f24);
  line-height: 1;
  font-weight: 500;
}/*# sourceMappingURL=about.css.map */