.lp-page .feature {
  position: relative;
  min-height: 2363px;
  padding: 126px 0 80px;
  overflow: hidden;
  background: var(--blue4);
}
.lp-page .feature::before, .lp-page .feature::after { content: ""; position: absolute; border-radius: 50%; }
.lp-page .feature::before { left: 150px; top: -11px; width: 60px; height: 60px; background: #f3f3f3; }
.lp-page .feature::after { right: 146px; bottom: 140px; width: 58px; height: 58px; background: var(--blue); }
.lp-page .feature::before,
.lp-page .feature::after {
  display: none;
}
.lp-page .feature .section-heading__en {
  transform: translateY(0);
}
.lp-page .feature-list { margin-top: 32px; display: grid; gap: 73px; }
.lp-page .feature-item {
  min-height: 445px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 603px;
  align-items: center;
  gap: 90px;
  position: relative;
}
.lp-page .feature-item::before {
  content: "";
  position: absolute;
  top: 57px;
  left: calc((100vw - 1140px) / -2);
  width: calc((100vw - 1140px) / 2 + 1107px);
  height: 388px;
  background: #fff;
  z-index: 0;
}
.lp-page .feature-item::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 382px;
  height: 24px;
  border-radius: 0 0 6px 6px;
  background: var(--blue);
  z-index: 1;
}
.lp-page .feature-item::after {
  display: block;
}
.lp-page .feature-item--reverse { grid-template-columns: 603px minmax(0,1fr); }
.lp-page .feature-item--reverse .feature-copy { order: 2; }
.lp-page .feature-item--reverse::after {
  right: auto;
  left: 34px;
}
.lp-page .feature-item--reverse::before {
  left: auto;
  right: calc((100vw - 1140px) / -2);
}
.lp-page .feature-item > * {
  position: relative;
  z-index: 2;
}
.lp-page .feature .section-heading h2 span {
  color: var(--red);
  font-size: 52px;
  line-height: 0;
  vertical-align: -5px;
}
.lp-page .point { display: flex; align-items: end; gap: 23px; margin-bottom: 45px; color: var(--blue3); font-family: Poppins, sans-serif; }
.lp-page .point::before {
  content: "";
  width: 17px;
  height: 83px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--blue);
  transform: rotate(20deg);
  transform-origin: center;
  margin-right: 7px;
}
.lp-page .point::before {
  display: block;
}
.lp-page .point span { font-size: 24px; font-weight: 700; letter-spacing: .08em; }
.lp-page .point b { color: transparent; -webkit-text-stroke: 4px var(--blue3); font-size: 100px; font-weight: 500; line-height: .85; letter-spacing: .09em; }
.lp-page .feature-copy h3 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-page .feature-copy ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 20px; font-size: 18px; line-height: 30px; }
.lp-page .feature-copy li { position: relative; padding-left: 25px; }
.lp-page .feature-copy li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue3); }
.lp-page .feature .feature-copy {
  transform: translateY(-58px);
}
.lp-page .wide-photo {
  width: 100%;
  aspect-ratio: 603/402;
  border-radius: 16px;
  box-shadow: none;
}
.lp-page .wide-photo::before { left: 12%; top: 24%; width: 35%; height: 38%; border-radius: 10px; }
.lp-page .wide-photo::after { right: 13%; top: 19%; width: 27%; height: 57%; border-radius: 18px; }
.lp-page .wide-photo--1 { background-image: var(--img-feature-1); }
.lp-page .wide-photo--2 { background-image: var(--img-feature-2); }
.lp-page .wide-photo--3 { background-image: var(--img-feature-3); }
.lp-page .wide-photo--4 { background-image: var(--img-feature-4); }
