.lp-page .solution {
  --solution-radius: 40px;
  position: relative;
  min-height: 786px;
  padding: 34px 0 89px;
  background: var(--blue4);
}
.lp-page .solution::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-bottom-right-radius: var(--solution-radius);
  border-bottom-left-radius: var(--solution-radius);
  background: var(--blue2);
  pointer-events: none;
}
.lp-page .solution > .container {
  position: relative;
  z-index: 1;
}
.lp-page .solution__arrows {
  width: 40px;
  height: 54px;
  margin: 0 auto 47px;
  position: relative;
}
.lp-page .solution__arrows span {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 26px;
  border-right: 8px solid rgba(121,157,205,.95);
  border-bottom: 8px solid rgba(121,157,205,.95);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 3px;
}
.lp-page .solution__arrows span:first-child { top: 0; }
.lp-page .solution__arrows span:last-child { top: 20px; }
.lp-page .solution .section-heading__bg {
  color: #4978b3;
}
.lp-page .solution .section-heading__en {
  color: #f3f3f3;
}
.lp-page .solution .section-heading h2 {
  color: #fff;
}
.lp-page .solution .section-heading h2 span {
  color: var(--red);
}
.lp-page .solution__cards {
  margin-top: 62px;
  gap: 42px;
}
.lp-page .solution-card {
  position: relative;
  width: 350px;
  height: 302px;
  justify-self: center;
  padding: 0 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  text-align: center;
  border-radius: 17.6px;
  box-shadow: none;
}
.lp-page .solution-card span {
  position: absolute;
  left: 21px;
  top: 0;
  z-index: 1;
  width: 35px;
  height: 40px;
  display: grid;
  place-items: center;
  border-bottom-right-radius: 8.7px;
  border-bottom-left-radius: 8.7px;
  background: var(--red);
  color: #fff;
  font: 400 22px/1 Arial, sans-serif;
  letter-spacing: -1.5px;
}
.lp-page .solution-card .mock-photo {
  width: 309px;
  height: 206px;
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-page .solution-card p {
  height: 68px;
  margin: 1px 0 0;
  display: grid;
  place-items: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
