.ReductionPtn01 .kvAreaMain__inner{
  padding: 24px 40px 40px 40px;
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__inner {
    padding: 32px 28px;
  }
}
@media screen and (max-width: 480px) {
  .ReductionPtn01 .kvAreaMain__inner {
    padding: 32px 20px;
  }
}
.ReductionPtn01 .kvAreaMain__subtitle {
  font-size: 20px;
  color: var(--color-text-sub);
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__subtitle {
    font-size: 16px;
  }
}
.ReductionPtn01 .kvAreaMain__subtitle .annotationMark {
  vertical-align: text-bottom;
}
.ReductionPtn01 .kvAreaMain__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__title {
    font-size: 28px;
    line-height: 1.0;
  }
}
.ReductionPtn01 .kvAreaMain__title span.symbolSmall {
  font-size: 0.85em;
  vertical-align: baseline;
}
.ReductionPtn01 .kvAreaMain__title span.symbolValue {
  display: inline-block;
  color: var(--color-primary);
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -0.03em;
  background: linear-gradient(to bottom, #ACE3F8, #20AEE5, #0CA0DA);
  -webkit-background-clip: text; /* 背景クリップをテキストに限定 */
  -webkit-text-fill-color: transparent; /* テキストの塗りつぶしを透明にする */
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__title span.symbolValue {
    font-size: 80px;
  }
}
@media screen and (max-width: 480px) {
  .ReductionPtn01 .kvAreaMain__title span.symbolValue {
    font-size: 56px;
  }
}
.ReductionPtn01 .kvAreaMain__title span.symbolUnit {
  color: var(--color-primary);
  font-size: 1.1em;
  letter-spacing: -0.15em;
  display: inline-block; /* transform を適用するために必要 */
  transform: translateX(-8px); /* 左にずらして詰める */
}
@media screen and (max-width: 480px) {
  .ReductionPtn01 .kvAreaMain__title span.symbolUnit {
    transform: translateX(-6px); /* 左にずらして詰める */
  }
}

.ReductionPtn01 .kvAreaMain__title .kvAreaMain__title__image {
  width: 38px;
  display: inline-block; /* transform を適用するために必要 */
  transform: translateY(5px); /* 高さ位置調整 */
  margin: 0 5px;
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__title .kvAreaMain__title__image {
    width: 26px;
  }
}
@media screen and (max-width: 480px) {
  .ReductionPtn01 .kvAreaMain__title .kvAreaMain__title__image {
    width: 19px;
    transform: translateY(2px); /* 高さ位置調整 */
    margin-right: 2px;
    margin-left: 0;
  }
}
.ReductionPtn01 .kvAreaMain__logo {
  height: 40px;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__logo {
    max-height: 28px;
    margin-top: 10px;
  }
}
.ReductionPtn01 .kvAreaMain__logo__image {
  max-width: 480px;
}
.ReductionPtn01 .kvAreaMain__button__wrapper {
  margin-top: 30px;
}
.ReductionPtn01 .kvAreaMain__button {
  max-width: 320px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
.ReductionPtn01 .kvAreaMain__body {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ReductionPtn01 .kvAreaMain__image {
  width: 335px;
}
@media screen and (max-width: 960px) {
  .ReductionPtn01 .kvAreaMain__image {
    width: 100%;
  }
}
