@charset "UTF-8";
.cta-contact {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.cta-contact__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0 40px;
  height: 112px;
  min-width: 620px;
  background: linear-gradient(to bottom, #ff9a3c, #ff6a00 98.558%);
  border-radius: 16px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 8px 9px rgba(134, 66, 17, 0.38), 0 5px 29px #9ac6f5, inset 0 -2px 4px #9c6b3a;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  overflow: hidden;
}
.cta-contact__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.cta-contact__btn:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 14px rgba(134, 66, 17, 0.38), 0 5px 29px #9ac6f5, inset 0 -2px 4px #9c6b3a;
}
@media (prefers-reduced-motion: reduce) {
  .cta-contact__btn {
    transition: none;
  }
  .cta-contact__btn:hover {
    transform: none;
  }
}
.cta-contact__label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.cta-contact__divider {
  position: relative;
  display: block;
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 24px;
  flex-shrink: 0;
}
.cta-contact__text {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
}
.cta-contact__arrow {
  position: relative;
  margin-left: 20px;
  flex-shrink: 0;
  width: 49px;
  height: 49px;
}
.cta-contact__note {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #3d60a5;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-contact__btn {
    flex-direction: row;
    height: auto;
    padding: 18px 20px;
    gap: 12px;
    min-width: unset;
    width: 100%;
    max-width: 400px;
  }
  .cta-contact__label {
    font-size: 16px;
    line-height: 1.5625;
  }
  .cta-contact__divider {
    width: 1px;
    height: 36px;
    margin: 0 8px;
  }
  .cta-contact__text {
    font-size: 20px;
  }
  .cta-contact__arrow {
    width: 33px;
    height: 33px;
    margin-left: 8px;
  }
  .cta-contact__note {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 420px) {
  .cta-contact__btn {
    padding: 14px 16px;
    gap: 8px;
  }
  .cta-contact__divider {
    margin: 0 6px;
  }
}

.lp-fv {
  position: relative;
  background-color: #143d8d;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lp-fv__bg-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lp-fv__bg-sp {
  display: none;
}
.lp-fv__shinkan-logo {
  width: 306px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  margin-bottom: 20px;
}
.lp-fv__content {
  max-width: 860px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-fv__content {
    padding: 0 16px;
  }
}
.lp-fv__content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-fv__target {
  display: inline-block;
  background-color: #ffffff;
  color: #294e98;
  font-size: 17px;
  font-weight: 800;
  padding: 0 24px;
  height: 39px;
  line-height: 39px;
  border-radius: 130px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.lp-fv__subcopy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.lp-fv__subcopy-img {
  display: block;
  height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.lp-fv__heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
.lp-fv__heading-line {
  display: block;
  font-size: clamp(48px, 7vw, 108px);
  font-weight: 800;
  line-height: 1.26;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(4, 28, 76, 0.5);
}
@media (max-width: 768px) {
  .lp-fv {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .lp-fv__bg {
    display: none;
  }
  .lp-fv__bg-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-fv__content {
    padding-top: 48px;
    padding-bottom: 32px;
    gap: 16px;
  }
  .lp-fv__shinkan-logo {
    width: 200px;
    margin-bottom: 12px;
  }
  .lp-fv__target {
    font-size: 14px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    white-space: normal;
    margin-bottom: 16px;
  }
  .lp-fv__subcopy {
    gap: 8px;
    margin-bottom: 16px;
  }
  .lp-fv__subcopy-img {
    height: 14px;
  }
  .lp-fv__heading {
    margin-bottom: 0;
  }
  .lp-fv__heading-line {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 420px) {
  .lp-fv__shinkan-logo {
    width: 168px;
  }
  .lp-fv__subcopy {
    gap: 4px;
  }
  .lp-fv__heading-line {
    font-size: 40px;
  }
}

.fp-clients {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 75px;
}
.fp-clients::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 130px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #cdecff 0%, #aae3fd 50%, #54b9ec 90%);
  z-index: -1;
}
.fp-clients__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  display: block;
  z-index: 0;
}
.fp-clients__bg-sp {
  display: none;
}
.fp-clients__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .fp-clients__inner {
    padding: 0 16px;
  }
}
.fp-clients__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fp-clients__br-sp {
  display: none;
}
.fp-clients__label {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0;
  margin-top: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: #0f3580;
  letter-spacing: 0.04em;
}
.fp-clients__label::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #8db8e8;
  margin: 22px auto 0;
}
.fp-clients__title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #0f3580;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.fp-clients__title-number {
  font-size: 102px;
  color: #f86911;
  letter-spacing: -0.04em;
  line-height: 1;
}
.fp-clients__title-unit {
  font-size: 71px;
  color: #f86911;
}
.fp-clients__title-accent {
  color: #f86911;
}
.fp-clients__circle {
  position: relative;
  z-index: 1;
  display: block;
  width: 559px;
  height: 558px;
  margin-bottom: -63px;
}
.fp-clients__photos {
  position: relative;
  z-index: 2;
  width: 912px;
  height: 212px;
}
.fp-clients__photo {
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  border: 6px solid #f0f4f7;
  overflow: hidden;
}
.fp-clients__photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fp-clients__photo--1 {
  top: 0;
  left: 0;
  width: 198px;
  height: 198px;
}
.fp-clients__photo--2 {
  top: 28px;
  left: 230px;
  width: 184px;
  height: 184px;
}
.fp-clients__photo--3 {
  top: 28px;
  left: 498px;
  width: 184px;
  height: 184px;
}
.fp-clients__photo--4 {
  top: 1px;
  left: 714px;
  width: 198px;
  height: 198px;
}
@media (max-width: 768px) {
  .fp-clients {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .fp-clients::before {
    display: none;
  }
  .fp-clients__bg {
    display: none;
  }
  .fp-clients__bg-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
    z-index: 0;
  }
  .fp-clients__br-sp {
    display: inline;
  }
  .fp-clients__label {
    font-size: 20px;
    margin-top: 48px;
    margin-bottom: 18px;
  }
  .fp-clients__label::after {
    margin-top: 16px;
    height: 5px;
    background-color: #ffffff;
  }
  .fp-clients__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 48px;
  }
  .fp-clients__title-number {
    font-size: 40px;
  }
  .fp-clients__title-unit {
    font-size: 30px;
  }
  .fp-clients__title-accent {
    font-size: 30px;
  }
  .fp-clients__circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 80px;
  }
  .fp-clients__photos {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    justify-items: center;
    align-items: center;
  }
  .fp-clients__photo {
    position: static;
    aspect-ratio: 1/1;
    border-width: 4px;
  }
  .fp-clients__photo--1, .fp-clients__photo--2, .fp-clients__photo--3 {
    top: auto;
    left: auto;
    width: 100%;
    max-width: 230px;
    height: auto;
  }
  .fp-clients__photo--1 {
    grid-column: 1;
    grid-row: 1;
  }
  .fp-clients__photo--3 {
    grid-column: 2;
    grid-row: 1;
  }
  .fp-clients__photo--2 {
    grid-column: 1/-1;
    grid-row: 2;
    max-width: min(230px, (100% - 16px) / 2);
  }
  .fp-clients__photo--4 {
    display: none;
  }
}

.lp-kadai {
  background: #ffffff;
  position: relative;
  margin-top: -130px;
}
.lp-kadai__top {
  background: #d4dce9;
  padding: 160px 0 120px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
}
.lp-kadai__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-kadai__inner {
    padding: 0 16px;
  }
}
.lp-kadai__inner {
  position: relative;
  z-index: 1;
}
.lp-kadai__subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #6d86b4;
  text-align: center;
  margin: 0 0 16px;
}
.lp-kadai__title-wrap {
  margin-bottom: 64px;
}
.lp-kadai__title-box {
  display: block;
  position: relative;
  isolation: isolate;
}
.lp-kadai__title {
  display: block;
  border-radius: 100px;
  padding: 24px 60px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.lp-kadai__title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6d86b4;
  border-radius: 100px;
  z-index: 1;
}
.lp-kadai__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #6d86b4;
  z-index: 1;
}
.lp-kadai__title-text {
  position: relative;
  z-index: 3;
}
.lp-kadai__title-accent {
  color: #eef495;
  font-size: 44px;
}
.lp-kadai__character {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 153px;
  height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-3deg);
  z-index: 2;
}
.lp-kadai__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-kadai__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-kadai__icon {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-kadai__icon img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-kadai__text {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 50px;
  margin: 0;
  white-space: nowrap;
}
.lp-kadai__text-hl {
  font-size: 28px;
  color: #0F3580;
  background: #eef495;
  padding: 0 4px;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
.lp-kadai__text-hl--sm {
  font-size: 20px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.lp-kadai__text-hl:has(+ .lp-kadai__text-hl--sm) {
  padding-right: 0;
}
.lp-kadai__text-hl + .lp-kadai__text-hl--sm {
  padding-left: 0;
}
.lp-kadai__text-plain {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
.lp-kadai__bottom {
  padding: 12px 0 38px;
  position: relative;
}
.lp-kadai__bottom::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #ffffff;
  z-index: 1;
}
.lp-kadai__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
}
.lp-kadai__dots span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(15, 53, 128, 0.4);
  border-radius: 50%;
}
.lp-kadai__cta-text {
  font-size: 46px;
  font-weight: 700;
  color: #0f3580;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.lp-kadai__br-sp {
  display: none;
}
.lp-kadai__cta-shinkan-group {
  position: relative;
  display: inline;
}
.lp-kadai__cta-shinkan-group::before, .lp-kadai__cta-shinkan-group::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../img/lp/sousyoku.svg") no-repeat center/contain;
  top: -42px;
}
.lp-kadai__cta-shinkan-group::before {
  left: -22px;
}
.lp-kadai__cta-shinkan-group::after {
  right: -22px;
  transform: scaleX(-1);
}
.lp-kadai__cta-em {
  font-size: 80px;
}
.lp-kadai__cta-em--circle {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.lp-kadai__cta-em--circle::before, .lp-kadai__cta-em--circle::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: #cedb0b;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.lp-kadai__cta-em--circle::before {
  left: calc(50% - 79px);
}
.lp-kadai__cta-em--circle::after {
  left: calc(50% + 7px);
}
@media (max-width: 768px) {
  .lp-kadai {
    margin-top: -220px;
  }
  .lp-kadai__top {
    padding: 200px 0 72px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
  }
  .lp-kadai__subtitle {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .lp-kadai__title-wrap {
    margin-bottom: 40px;
  }
  .lp-kadai__title {
    padding: 16px 24px;
    font-size: 25px;
  }
  .lp-kadai__title::after {
    bottom: -10px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 14px;
  }
  .lp-kadai__title-accent {
    font-size: 35px;
  }
  .lp-kadai__character {
    width: 96px;
    height: auto;
    right: 8px;
  }
  .lp-kadai__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lp-kadai__icon {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
  }
  .lp-kadai__icon img {
    width: 80px;
    height: 80px;
  }
  .lp-kadai__text {
    font-size: 20px;
    line-height: 1.6;
    white-space: normal;
  }
  .lp-kadai__cta-text {
    font-size: 30px;
    white-space: normal;
    line-height: 1.5;
  }
  .lp-kadai__br-sp {
    display: inline;
  }
  .lp-kadai__cta-em {
    font-size: 42px;
  }
  .lp-kadai__cta-em--circle::before, .lp-kadai__cta-em--circle::after {
    width: 40px;
    height: 40px;
  }
  .lp-kadai__cta-em--circle::before {
    left: calc(50% - 44px);
  }
  .lp-kadai__cta-em--circle::after {
    left: calc(50% + 4px);
  }
  .lp-kadai__cta-shinkan-group::before, .lp-kadai__cta-shinkan-group::after {
    width: 24px;
    height: 24px;
    top: -24px;
  }
  .lp-kadai__bottom::after {
    bottom: -20px;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 27px;
  }
}
@media (max-width: 420px) {
  .lp-kadai__title {
    padding: 14px 18px;
  }
  .lp-kadai__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-kadai__icon {
    min-width: 270px;
    width: 270px;
    height: 270px;
  }
  .lp-kadai__icon img {
    width: 116px;
    height: 116px;
  }
  .lp-kadai__item:nth-child(2) .lp-kadai__icon img {
    width: 162px;
    height: 143px;
  }
  .lp-kadai__item:nth-child(3) .lp-kadai__icon img {
    width: 170px;
    height: 160px;
  }
  .lp-kadai__item:nth-child(4) .lp-kadai__icon img {
    width: 150px;
    height: 132px;
  }
  .lp-kadai__text {
    font-size: 20px;
  }
}

.lp-peeler-intro {
  background: url("../img/lp/shinkan-bg.png") no-repeat center/cover, linear-gradient(to bottom, #0f3580 448px, #dfecf7 448px);
  padding: 80px 0;
  position: relative;
}
.lp-peeler-intro__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-peeler-intro__inner {
    padding: 0 16px;
  }
}
.lp-peeler-intro__heading {
  text-align: center;
  margin-bottom: 48px;
}
.lp-peeler-intro__pre-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
}
.lp-peeler-intro__title {
  font-size: 48px;
  font-weight: 900;
  color: #e5f31d;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.lp-peeler-intro__cards {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.lp-peeler-intro__card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 53, 128, 0.25);
  flex: 1;
  max-width: 532px;
  display: flex;
  flex-direction: column;
}
.lp-peeler-intro__card-img-wrap {
  overflow: hidden;
  background-color: #e8f0f8;
  aspect-ratio: 532/429;
}
.lp-peeler-intro__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-peeler-intro__card-head {
  background-color: #0f3580;
  padding: 18px 24px;
}
.lp-peeler-intro__card-title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.lp-peeler-intro__card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
.lp-peeler-intro__card-desc {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
.lp-peeler-intro__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 192px;
  height: 44px;
  background-color: #3d60a5;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  align-self: center;
  margin-top: auto;
  transition: opacity 0.2s ease;
}
.lp-peeler-intro__card-btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.lp-peeler-intro__card-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}
@media (max-width: 768px) {
  .lp-peeler-intro {
    background: url("../img/lp/lp-peeler-intro-bg-sp.png") no-repeat center top/cover;
    padding: 80px 0 48px;
  }
  .lp-peeler-intro__heading {
    margin-bottom: 32px;
  }
  .lp-peeler-intro__pre-title {
    font-size: 30px;
  }
  .lp-peeler-intro__title {
    font-size: 40px;
  }
  .lp-peeler-intro__cards {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .lp-peeler-intro__card {
    max-width: 480px;
    width: 100%;
  }
  .lp-peeler-intro__card-head {
    padding: 14px 20px;
  }
  .lp-peeler-intro__card-title {
    font-size: 20px;
  }
  .lp-peeler-intro__card-body {
    padding: 20px;
    gap: 16px;
  }
  .lp-peeler-intro__card-desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .lp-peeler-intro__card-btn {
    width: 100%;
    max-width: 240px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .lp-peeler-intro {
    padding: 80px 0 40px;
  }
  .lp-peeler-intro__pre-title {
    font-size: 30px;
  }
  .lp-peeler-intro__title {
    font-size: 32px;
  }
}

.lp-usability__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-usability__inner {
    padding: 0 16px;
  }
}
.lp-usability__banner {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center;
}
.lp-usability__heading {
  font-size: 40px;
  font-weight: 700;
  color: #0f3580;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.lp-usability__heading-group {
  position: relative;
  display: inline;
  font-size: 80px;
}
.lp-usability__heading-group::before, .lp-usability__heading-group::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../img/lp/sousyoku.svg") no-repeat center/contain;
  top: 0;
}
.lp-usability__heading-group::before {
  left: -22px;
}
.lp-usability__heading-group::after {
  right: -22px;
  transform: scaleX(-1);
}
.lp-usability__heading-em--circle {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.lp-usability__heading-em--circle::before, .lp-usability__heading-em--circle::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: #cedb0b;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.lp-usability__heading-em--circle::before {
  left: calc(50% - 79px);
}
.lp-usability__heading-em--circle::after {
  left: calc(50% + 7px);
}
.lp-usability__br-sp {
  display: none;
}
.lp-usability__video-area {
  background-color: #143d8d;
  padding: 80px 0;
}
.lp-usability__video-heading {
  text-align: center;
  margin-bottom: 48px;
}
.lp-usability__video-title {
  font-size: 32px;
  font-weight: 700;
  color: #e5f31d;
  margin: 0 0 12px;
}
.lp-usability__video-desc {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.lp-usability__videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.lp-usability__video-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-usability__video-label {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.lp-usability__video-embed {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
.lp-usability__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lp-usability__video-caption {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .lp-usability__banner {
    padding: 32px 0;
  }
  .lp-usability__heading {
    font-size: 30px;
    white-space: normal;
    line-height: 1.5;
  }
  .lp-usability__heading-group {
    font-size: 40px;
  }
  .lp-usability__heading-group::before, .lp-usability__heading-group::after {
    width: 22px;
    height: 22px;
  }
  .lp-usability__heading-em--circle::before, .lp-usability__heading-em--circle::after {
    width: 40px;
    height: 40px;
  }
  .lp-usability__heading-em--circle::before {
    left: calc(50% - 44px);
  }
  .lp-usability__heading-em--circle::after {
    left: calc(50% + 4px);
  }
  .lp-usability__br-sp {
    display: inline;
  }
  .lp-usability__video-area {
    padding: 48px 0;
  }
  .lp-usability__video-heading {
    margin-bottom: 32px;
  }
  .lp-usability__video-title {
    font-size: 30px;
  }
  .lp-usability__video-desc {
    font-size: 16px;
  }
  .lp-usability__videos {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-usability__video-caption {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .lp-usability__heading {
    font-size: 24px;
  }
  .lp-usability__heading-group {
    font-size: 32px;
  }
  .lp-usability__video-title {
    font-size: 24px;
  }
}

.lp-comparison {
  position: relative;
  background-color: #f4f4f6;
  background-image: linear-gradient(#d2dce8 1px, transparent 1px), linear-gradient(90deg, #d2dce8 1px, transparent 1px);
  background-size: 30px 30px;
  padding: 0 0 270px;
  overflow: hidden;
}
.lp-comparison::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lp/lp-comparison-bg.png") no-repeat center/100% auto;
  pointer-events: none;
  z-index: 0;
}
.lp-comparison__heading {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  padding: 48px 0;
  text-align: center;
  margin-bottom: 140px;
}
.lp-comparison__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-comparison__inner {
    padding: 0 16px;
  }
}
.lp-comparison__title {
  font-size: 40px;
  font-weight: 700;
  color: #0f3580;
  margin: 0 0 16px;
  line-height: 1.4;
  white-space: nowrap;
}
.lp-comparison__title-group {
  position: relative;
  display: inline;
}
.lp-comparison__title-group::before, .lp-comparison__title-group::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../img/lp/sousyoku.svg") no-repeat center/contain;
  top: -42px;
}
.lp-comparison__title-group::before {
  left: -22px;
}
.lp-comparison__title-group::after {
  right: -22px;
  transform: scaleX(-1);
}
.lp-comparison__title-em {
  font-size: 80px;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.lp-comparison__title-em::before, .lp-comparison__title-em::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: #cedb0b;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.lp-comparison__title-em::before {
  left: calc(50% - 79px);
}
.lp-comparison__title-em::after {
  left: calc(50% + 7px);
}
.lp-comparison__br-sp {
  display: none;
}
.lp-comparison__columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 48px;
}
.lp-comparison__col--before {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #6d6d6d;
  border-radius: 17px;
  flex: 0 0 auto;
  width: 377px;
}
.lp-comparison__col--before .lp-comparison__col-head {
  background-color: #6d6d6d;
  border-radius: 12px 12px 0 0;
}
.lp-comparison__col--before::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #6d6d6d;
}
.lp-comparison__col-head {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-comparison__col-label {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.lp-comparison__col-image {
  padding: 12px;
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #6d6d6d;
}
.lp-comparison__col-image-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-comparison__list {
  list-style: none;
  margin: 0;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-comparison__list--good {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.lp-comparison__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.lp-comparison__list--good .lp-comparison__item {
  color: #0f3580;
  font-size: 20px;
  align-items: center;
}
.lp-comparison__list--good .lp-comparison__item span {
  font-size: 40px;
}
.lp-comparison__mark-bad {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.lp-comparison__check-icon {
  flex-shrink: 0;
  width: 71px;
  height: 71px;
}
.lp-comparison__col-divider {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.lp-comparison__product-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 556px;
  height: 556px;
}
.lp-comparison__product-wrap::before {
  content: "";
  position: absolute;
  width: 556px;
  height: 556px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(15, 53, 128, 0.2);
  z-index: 0;
}
.lp-comparison__product-wrap::after {
  content: "SHINKANの\a剥ぎ取り器";
  position: absolute;
  top: -28px;
  left: 148px;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 148px;
  padding-bottom: 21px;
  background: url("../img/lp/lp-comparison-product-bubble.svg") no-repeat center/100% 100%;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  white-space: pre;
}
.lp-comparison__product-img {
  position: relative;
  left: 60px;
  bottom: 48px;
  z-index: 1;
  flex-shrink: 0;
  width: 940px;
  height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-comparison__benefits {
  margin-bottom: 48px;
}
.lp-comparison__custom-note {
  margin: 0 auto 48px;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  line-height: 1.94;
  text-align: center;
}
.lp-comparison__cta {
  text-align: center;
}
@media (max-width: 960px) {
  .lp-comparison__columns {
    flex-direction: column;
    align-items: center;
  }
  .lp-comparison__col--before {
    width: 100%;
    max-width: 414px;
  }
  .lp-comparison__col--before::after {
    top: auto;
    right: auto;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 48px solid #6d6d6d;
    border-bottom: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
  }
  .lp-comparison__col-divider {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .lp-comparison {
    padding-bottom: 180px;
  }
  .lp-comparison::before {
    bottom: auto;
    height: 90%;
  }
  .lp-comparison__heading {
    padding: 28px 16px;
    margin-bottom: 80px;
  }
  .lp-comparison__br-sp {
    display: inline;
  }
  .lp-comparison__title {
    font-size: 30px;
    white-space: normal;
    line-height: 1.4;
  }
  .lp-comparison__title-em {
    font-size: 40px;
  }
  .lp-comparison__title-em::before, .lp-comparison__title-em::after {
    width: 40px;
    height: 40px;
  }
  .lp-comparison__title-em::before {
    left: calc(50% - 44px);
  }
  .lp-comparison__title-em::after {
    left: calc(50% + 4px);
  }
  .lp-comparison__title-group::before, .lp-comparison__title-group::after {
    width: 22px;
    height: 22px;
    top: -22px;
  }
  .lp-comparison__columns {
    gap: 56px;
    margin-bottom: 32px;
  }
  .lp-comparison__col-label {
    font-size: 20px;
  }
  .lp-comparison__col-divider {
    min-height: 0;
  }
  .lp-comparison__product-wrap {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .lp-comparison__product-wrap::before {
    width: 100%;
    height: 100%;
  }
  .lp-comparison__product-wrap::after {
    top: -16px;
    left: 24%;
    width: 148px;
    height: 80px;
    padding-bottom: 11px;
    font-size: 22px;
    line-height: 27px;
  }
  .lp-comparison__product-img {
    width: 100%;
    max-width: 360px;
    height: auto;
    left: 0;
    bottom: 0;
  }
  .lp-comparison__item {
    font-size: 18px;
    gap: 8px;
  }
  .lp-comparison__item span {
    font-size: 16px;
  }
  .lp-comparison__list--good .lp-comparison__item {
    font-size: 16px;
  }
  .lp-comparison__list--good .lp-comparison__item span {
    font-size: 16px;
  }
  .lp-comparison__mark-bad {
    width: 20px;
    height: 20px;
  }
  .lp-comparison__check-icon {
    width: 20px;
    height: 20px;
  }
  .lp-comparison__list {
    padding: 16px 12px;
  }
  .lp-comparison__custom-note {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
@media (max-width: 420px) {
  .lp-comparison {
    padding-bottom: 140px;
  }
  .lp-comparison__title {
    font-size: 24px;
  }
  .lp-comparison__title-em {
    font-size: 32px;
  }
  .lp-comparison__custom-note {
    font-size: 18px;
  }
}

.lp-reasons {
  background-color: #8db8e8;
  background-image: url("../img/lp/lp-reasons-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 120px;
}
.lp-reasons__inner {
  max-width: 912px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-reasons__inner {
    padding: 0 16px;
  }
}
.lp-reasons__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.lp-reasons__top-card {
  background-color: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
.lp-reasons__top-card-header {
  background-color: #3d60a5;
  text-align: center;
  padding: 36px 24px;
}
.lp-reasons__pre-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}
.lp-reasons__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #e5f31d;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.lp-reasons__top-card-body {
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: 234px;
  padding: 22px 64px;
}
.lp-reasons__company-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
.lp-reasons__company-logo {
  flex-shrink: 0;
  width: 335px;
  max-width: 100%;
  aspect-ratio: 335/56;
  height: auto;
}
.lp-reasons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-reasons__item {
  background-color: rgba(15, 53, 128, 0.81);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 36px 48px 36px 0;
  margin-left: 48px;
}
.lp-reasons__num-badge {
  flex-shrink: 0;
  width: 95px;
  height: 95px;
  margin-left: -48px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #0f3580;
  line-height: 1;
}
.lp-reasons__item-content {
  flex: 1;
}
.lp-reasons__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #e5f31d;
  margin: 0 0 8px;
  line-height: 1.4;
}
.lp-reasons__br-sp {
  display: none;
}
.lp-reasons__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1200px) {
  .lp-reasons {
    padding: 0 0 100px;
  }
  .lp-reasons__top-card {
    margin-top: -176px;
  }
  .lp-reasons__top-card-header {
    padding: 28px 24px;
  }
  .lp-reasons__pre-title {
    font-size: 32px;
  }
  .lp-reasons__title {
    font-size: 48px;
  }
  .lp-reasons__top-card-body {
    min-height: 190px;
    padding: 22px 40px;
    gap: 32px;
  }
  .lp-reasons__company-text {
    font-size: 18px;
  }
  .lp-reasons__company-logo {
    width: 260px;
  }
  .lp-reasons__item {
    padding: 32px 40px 32px 0;
  }
  .lp-reasons__item-title {
    font-size: 28px;
  }
  .lp-reasons__item-text {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .lp-reasons {
    padding: 0 0 80px;
  }
  .lp-reasons__inner {
    gap: 48px;
  }
  .lp-reasons__top-card {
    margin-top: -132px;
  }
  .lp-reasons__top-card-header {
    padding: 16px 20px;
  }
  .lp-reasons__pre-title {
    font-size: 28px;
  }
  .lp-reasons__title {
    font-size: 40px;
  }
  .lp-reasons__top-card-body {
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding: 32px 40px;
  }
  .lp-reasons__company-logo {
    width: 280px;
  }
  .lp-reasons__item {
    padding: 28px 32px 28px 0;
    margin-left: 36px;
    gap: 24px;
  }
  .lp-reasons__num-badge {
    width: 72px;
    height: 72px;
    margin-left: -36px;
    font-size: 38px;
  }
  .lp-reasons__item-title {
    font-size: 24px;
  }
  .lp-reasons__item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .lp-reasons {
    padding: 60px 0;
    background-color: #11254b;
    background-image: none;
  }
  .lp-reasons__inner {
    gap: 32px;
  }
  .lp-reasons__top-card {
    margin-top: -175px;
  }
  .lp-reasons__top-card-header {
    padding: 24px 16px;
  }
  .lp-reasons__pre-title {
    font-size: 20px;
  }
  .lp-reasons__title {
    font-size: 30px;
  }
  .lp-reasons__top-card-body {
    padding: 24px 24px 28px;
    gap: 20px;
  }
  .lp-reasons__company-text {
    font-size: 16px;
  }
  .lp-reasons__company-text br {
    display: none;
  }
  .lp-reasons__company-logo {
    display: none;
  }
  .lp-reasons__list {
    --bg-img-w: 100vw;
    --bg-img-h: calc(
    	var(--bg-img-w) * 326 /
    		390
    );
    position: relative;
    gap: 28px;
    margin-top: calc(var(--bg-img-h) * 0.45);
  }
  .lp-reasons__list::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - var(--bg-img-h) * 0.35);
    width: var(--bg-img-w);
    aspect-ratio: 390/326;
    background: url("../img/lp/lp-reasons-bg-sp.png") no-repeat center/contain;
    pointer-events: none;
    z-index: 0;
  }
  .lp-reasons__item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
    padding: 20px 20px 20px 0;
    margin-left: 30px;
  }
  .lp-reasons__num-badge {
    grid-column: 1;
    grid-row: 1;
    width: 60px;
    height: 60px;
    margin: 10px 0 0 -30px;
    font-size: 38px;
  }
  .lp-reasons__item-content {
    display: contents;
  }
  .lp-reasons__item-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 26px;
  }
  .lp-reasons__br-sp {
    display: inline;
  }
  .lp-reasons__item-text {
    grid-column: 1/-1;
    grid-row: 2;
    padding-left: 20px;
    font-size: 18px;
  }
  .lp-reasons__item-text br {
    display: none;
  }
}

.lp-testimonials {
  background-color: #f4f4f6;
  padding: 100px 0;
}
.lp-testimonials__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-testimonials__inner {
    padding: 0 16px;
  }
}
.lp-testimonials__heading {
  text-align: center;
  margin-bottom: 60px;
}
.lp-testimonials__title {
  font-size: 40px;
  font-weight: 700;
  color: #0f3580;
  margin: 0 0 16px;
  line-height: 1.4;
}
.lp-testimonials__title::after {
  content: "";
  display: block;
  width: 153px;
  height: 8px;
  background-color: #8db8e8;
  margin: 16px auto 0;
}
.lp-testimonials__subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #0f3580;
  margin: 0;
  line-height: 1.4;
}
.lp-testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.lp-testimonials__card {
  display: flex;
  align-items: stretch;
  min-height: 204px;
}
.lp-testimonials__card-left {
  flex-shrink: 0;
  width: 270px;
  background-color: #d4ebff;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
}
.lp-testimonials__avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #ffffff;
  display: block;
}
.lp-testimonials__client {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.lp-testimonials__card-right {
  position: relative;
  flex: 1;
  min-width: 0;
  left: 2px;
  background-color: #ffffff;
  border-radius: 0 10px 10px 0;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-testimonials__card-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  transform: translate(-100%, -50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.lp-testimonials__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #3d60a5;
  margin: 0 0 12px;
  line-height: 1.4;
}
.lp-testimonials__card-body {
  font-size: 18px;
  color: #333333;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 960px) {
  .lp-testimonials {
    padding: 80px 0;
  }
  .lp-testimonials__list {
    gap: 32px;
  }
  .lp-testimonials__card-left {
    width: 200px;
  }
  .lp-testimonials__card-title {
    font-size: 20px;
  }
  .lp-testimonials__card-body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .lp-testimonials {
    padding: 60px 0;
  }
  .lp-testimonials__title {
    font-size: 30px;
  }
  .lp-testimonials__subtitle {
    font-size: 15px;
  }
  .lp-testimonials__heading {
    margin-bottom: 40px;
  }
  .lp-testimonials__list {
    gap: 24px;
  }
  .lp-testimonials__card {
    flex-direction: column;
    min-height: 0;
  }
  .lp-testimonials__card-left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 20px 24px 36px;
  }
  .lp-testimonials__client {
    font-size: 16px;
  }
  .lp-testimonials__card-right {
    padding: 24px 20px;
    left: 0;
    top: 2px;
    border-radius: 0 0 10px 10px;
  }
  .lp-testimonials__card-right::before {
    top: 0;
    left: 50%;
    width: calc(35px * 0.7);
    height: calc(35px * 0.7);
    transform: translate(-50%, -100%);
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
  }
  .lp-testimonials__card-title {
    font-size: 20px;
  }
  .lp-testimonials__card-body {
    font-size: 18px;
  }
  .lp-testimonials__card-body br {
    display: none;
  }
}

.lp-flow {
  background-color: #dfecf7;
  padding: 100px 0;
}
.lp-flow__inner {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-flow__inner {
    padding: 0 16px;
  }
}
.lp-flow__heading {
  text-align: center;
  margin-bottom: 60px;
}
.lp-flow__title {
  font-size: 40px;
  font-weight: 700;
  color: #0f3580;
  line-height: 1.4;
  margin: 0 0 16px;
}
.lp-flow__title::after {
  content: "";
  display: block;
  width: 153px;
  height: 8px;
  background-color: #8db8e8;
  margin: 16px auto 0;
}
.lp-flow__subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #0f3580;
  margin: 0;
  line-height: 1.4;
}
.lp-flow__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 62px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-flow__step {
  flex: 0 0 auto;
  width: 307px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-flow__step-badge {
  width: 119px;
  height: 63px;
  background: url("../img/lp/flow/step-head-bg.svg") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  top: 12px;
  margin-bottom: -18px;
}
.lp-flow__step-badge-text {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateY(-8px);
}
.lp-flow__step-icon {
  width: 298px;
  height: 298px;
  border-radius: 50%;
  border: 3px solid #3d60a5;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
}
.lp-flow__step-icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-flow__step:not(:last-child) .lp-flow__step-icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 24px;
  background: url("../img/lp/flow/flow-arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
.lp-flow__step-title {
  font-size: 32px;
  font-weight: 700;
  color: #3d60a5;
  line-height: 1.4;
  margin: 0 0 12px;
}
.lp-flow__step-desc {
  font-size: 18px;
  color: #333333;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 960px) {
  .lp-flow {
    padding: 72px 0;
  }
  .lp-flow__title {
    font-size: 32px;
  }
  .lp-flow__subtitle {
    font-size: 20px;
  }
  .lp-flow__steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .lp-flow__step {
    width: 100%;
    max-width: 320px;
  }
  .lp-flow__step:not(:last-child) .lp-flow__step-icon::after {
    display: none;
  }
  .lp-flow__step-title {
    font-size: 26px;
  }
  .lp-flow__step-desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .lp-flow {
    padding: 56px 0;
  }
  .lp-flow__heading {
    margin-bottom: 40px;
  }
  .lp-flow__title {
    font-size: 30px;
  }
  .lp-flow__subtitle {
    font-size: 15px;
  }
  .lp-flow__step-badge {
    width: 119px;
    height: 63px;
  }
  .lp-flow__step-badge-text {
    font-size: 34px;
  }
  .lp-flow__step-icon {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
  }
  .lp-flow__step-title {
    font-size: 30px;
  }
  .lp-flow__step-desc {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .lp-flow {
    padding: 48px 0;
  }
  .lp-flow__step-icon {
    width: 180px;
    height: 180px;
  }
  .lp-flow__step-title {
    font-size: 26px;
  }
  .lp-flow__step-desc {
    font-size: 16px;
  }
}

.lp-faq {
  background-color: #f4f4f6;
  padding: 100px 0;
}
.lp-faq__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-faq__inner {
    padding: 0 16px;
  }
}
.lp-faq__heading {
  text-align: center;
  margin-bottom: 60px;
}
.lp-faq__title {
  font-size: 40px;
  font-weight: 700;
  color: #0f3580;
  line-height: 1.4;
  margin: 0 0 16px;
}
.lp-faq__title::after {
  content: "";
  display: block;
  width: 153px;
  height: 8px;
  background-color: #8db8e8;
  margin: 16px auto 0;
}
.lp-faq__subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #0f3580;
  margin: 0;
  line-height: 1.4;
}
.lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-faq__card {
  border-radius: 17px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.lp-faq__question {
  background-color: #dfecf7;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 90px;
}
.lp-faq__answer {
  background-color: #ffffff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 90px;
}
.lp-faq__badge {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.lp-faq__badge--q {
  background-color: #5b7fc9;
}
.lp-faq__badge--a {
  background-color: #8db8e8;
}
.lp-faq__question-text {
  font-size: 22px;
  font-weight: 700;
  color: #3d60a5;
  margin: 0;
  line-height: 1.4;
}
.lp-faq__answer-text {
  font-size: 17px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  .lp-faq {
    padding: 60px 0;
  }
  .lp-faq__heading {
    margin-bottom: 40px;
  }
  .lp-faq__title {
    font-size: 30px;
  }
  .lp-faq__subtitle {
    font-size: 15px;
  }
  .lp-faq__question, .lp-faq__answer {
    padding: 16px 20px;
    gap: 14px;
    min-height: 0;
  }
  .lp-faq__badge {
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
  .lp-faq__question-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .lp-faq__answer-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 420px) {
  .lp-faq {
    padding: 48px 0;
  }
  .lp-faq__question, .lp-faq__answer {
    padding: 14px 16px;
    gap: 12px;
  }
  .lp-faq__badge {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .lp-faq__question-text {
    font-size: 18px;
  }
  .lp-faq__answer-text {
    font-size: 15px;
  }
}

.lp-cta {
  background-image: url("../img/lp/cta/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.lp-cta__inner {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-cta__inner {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .lp-cta {
    padding: 48px 0;
  }
}
@media (max-width: 420px) {
  .lp-cta {
    padding: 40px 0;
  }
}
