/* Tailwind Breakpoints */
:root {
  font-size: 16px;
  --color-text: #333;
  --color-main: #182260;
  --color-accent:#2FB8C6;
  --color-bg1:#F5F7FB;
  --color-bg2:#E6ECFF;
}

.c-lp-heading {
  text-align: center;
  margin-bottom: 48px;
}
.c-lp-heading__title {
  font-weight: 700;
  font-size: 42px;
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .c-lp-heading__title {
    font-size: clamp(2.953rem, 3.375vw, 4.219rem); /* 54px */
  }
}
.c-lp-heading__sub {
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.c-lp-heading__line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto;
}

.c-lp-heading-2 {
  text-align: center;
  margin-bottom: 48px;
}
.c-lp-heading-2__sub {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 8px;
}
.c-lp-heading-2__line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto 24px;
}
.c-lp-heading-2__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-lp-heading-2__title {
    font-size: clamp(2.297rem, 2.625vw, 3.281rem); /* 42px */
  }
}

@keyframes reveal-text {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.fs-1\.2em {
  font-size: 1.2em;
}

.fs-1\.4em {
  font-size: 1.4em;
}

.fs-1\.5em {
  font-size: 1.5em;
}

.fs-1\.8em {
  font-size: 1.8em;
}

.fs-2em {
  font-size: 2em;
}

.hero {
  position: relative;
  width: 100%;
}
.hero__bg {
  display: block;
  width: 100%;
}
.hero__bg img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .hero__bg img {
    min-height: 600px;
    max-height: none;
  }
}
.hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    flex-direction: row;
    gap: 80px;
    padding: 0 20px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .hero__copy {
    gap: 120px;
    width: 90%;
    max-width: 1680px;
  }
}
.hero__text {
  color: #fff;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  height: 116px;
}
@media screen and (min-width: 1024px) {
  .hero__text {
    text-align: left;
    width: 430px;
    height: 154px;
    font-size: clamp(1.75rem, 2vw, 2.5rem); /* 32px */
  }
}
@media screen and (min-width: 1280px) {
  .hero__text {
    font-size: clamp(2.297rem, 2.625vw, 3.281rem); /* 42px */
    width: 560px;
    height: 202px;
  }
}
.hero__text-line {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
}
.hero__text-line:nth-child(1) {
  text-indent: 0.5em;
}
@media screen and (min-width: 1024px) {
  .hero__text-line:nth-child(1) {
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero__text-line {
    margin: 0;
  }
}
.hero__text-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: right;
  transform: scaleX(1);
}
.hero__text.is-visible .hero__text-line::before {
  animation: reveal-text 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.hero__text.is-visible .hero__text-line:nth-child(1)::before {
  animation-delay: 0s;
}
.hero__text.is-visible .hero__text-line:nth-child(2)::before {
  animation-delay: 0.2s;
}
.hero__text.is-visible .hero__text-line:nth-child(3)::before {
  animation-delay: 0.4s;
}
.hero__logo {
  width: 60%;
  max-width: 250px;
  height: 116px;
  display: flex;
  align-items: center;
}
.hero__logo img {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hero__logo {
    max-width: none;
    width: 390px;
    height: 154px;
  }
  .hero__logo img {
    width: clamp(20rem, 25vw, 32rem);
  }
}
@media screen and (min-width: 1280px) {
  .hero__logo {
    width: 504px;
    height: 202px;
  }
}

.lp-resident {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .lp-resident {
    padding: 60px 0;
  }
}
.lp-resident__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--color-main);
  padding: 28px 24px;
}
@media screen and (min-width: 768px) {
  .lp-resident__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 36px 48px;
  }
}
.lp-resident__label {
  color: #999;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.lp-resident__text {
  line-height: 1.8;
  color: var(--color-text);
}
.lp-resident__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 12px 32px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.lp-resident__btn:hover {
  background: var(--color-main);
  color: #fff;
}

.lp-problem {
  background: var(--color-bg1);
  padding: 80px 0 80px;
}
@media screen and (min-width: 1024px) {
  .lp-problem {
    padding: 100px 0 100px;
  }
}
.lp-problem__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-problem__head {
    margin-bottom: 80px;
  }
}
.lp-problem__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .lp-problem__title {
    font-size: clamp(2.078rem, 2.375vw, 2.969rem); /* 38px */
  }
}
.lp-problem__title-lg {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-main);
  display: inline-block;
  margin: 0 0.2em 0 0.1em;
}
@media screen and (min-width: 1024px) {
  .lp-problem__title-lg {
    font-size: clamp(2.625rem, 3vw, 3.75rem); /* 48px */
  }
}
.lp-problem__title-bracket {
  font-size: 1.4em;
  font-weight: 400;
  color: var(--color-main);
}
.lp-problem__title-deco {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto 32px;
}
.lp-problem__desc {
  line-height: 1.9;
  color: var(--color-text);
}
.lp-problem__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-problem__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
}
.lp-problem__card {
  text-align: center;
  padding: 32px 0;
  border-bottom: 1px solid #d0d5e0;
}
.lp-problem__card:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .lp-problem__card {
    padding: 0 48px;
    border-bottom: none;
    border-right: 1px solid #d0d5e0;
  }
  .lp-problem__card:last-child {
    border-right: none;
  }
}
.lp-problem__card-icon {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}
.lp-problem__card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 12px;
}
.lp-problem__card-text {
  line-height: 1.9;
  color: var(--color-text);
}
.lp-problem__lower {
  position: relative;
}
.lp-problem__illust-wrap {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: -30px;
}
.lp-problem__illust {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 80%;
}
.lp-problem__bottom {
  background: #fff;
  padding: 120px 24px 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-problem__bottom {
    padding: 130px 40px 80px;
  }
}
.lp-problem__bottom-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-text);
}
@media screen and (min-width: 1024px) {
  .lp-problem__bottom-text {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.lp-problem__bottom-divider {
  margin: 40px auto;
}
.lp-problem__bottom-divider img {
  display: block;
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-problem__bottom-claim {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
}
@media screen and (min-width: 1024px) {
  .lp-problem__bottom-claim {
    font-size: clamp(1.641rem, 1.875vw, 2.344rem); /* 30px */
  }
}

.lp-about {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .lp-about {
    padding: 100px 0;
  }
}
.lp-about__desc {
  text-align: center;
  line-height: 1.9;
  font-size: 14px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .lp-about__desc {
    font-size: clamp(0.82rem, 0.9375vw, 1.172rem); /* 15px */
  }
}
.lp-about__catch {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-about__catch {
    margin-bottom: 80px;
  }
}
.lp-about__catch-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .lp-about__catch-text {
    font-size: clamp(1.094rem, 1.25vw, 1.562rem); /* 20px */
  }
}
.lp-about__catch-em {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  color: var(--color-main);
  display: inline-block;
  margin: 0 3px;
}
@media screen and (min-width: 1024px) {
  .lp-about__catch-em {
    font-size: clamp(1.969rem, 2.25vw, 2.812rem); /* 36px */
  }
}
.lp-about__flow {
  background: var(--color-bg1);
  padding: 40px;
}

.lp-features {
  padding: 80px 0;
  background: url("../img/img04.jpg") center/cover no-repeat;
}
@media screen and (min-width: 1024px) {
  .lp-features {
    padding: 100px 0;
  }
}
.lp-features__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .lp-features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-features__item {
  padding: 40px 0;
  border-bottom: 1px solid #d0d5e0;
}
.lp-features__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .lp-features__item {
    position: relative;
    padding: 48px 48px 48px 0;
    border-bottom: none;
  }
  .lp-features__item:not(:first-child) {
    padding-left: 48px;
  }
  .lp-features__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    width: 1px;
    height: 75%;
    background: #d0d5e0;
  }
}
.lp-features__num {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--color-main);
  line-height: 1;
  margin-bottom: 12px;
}
.lp-features__accent-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin-bottom: 24px;
}
.lp-features__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1.5;
  margin-bottom: 16px;
}
.lp-features__text {
  line-height: 1.9;
  color: var(--color-text);
}

.lp-effects {
  padding: 80px 0;
  background: var(--color-bg1);
}
@media screen and (min-width: 1024px) {
  .lp-effects {
    padding: 100px 0;
  }
}
.lp-effects__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .lp-effects__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-effects__item {
  padding: 40px 0;
  border-bottom: 1px solid #d0d5e0;
}
.lp-effects__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .lp-effects__item {
    position: relative;
    padding: 48px 48px 48px 0;
    border-bottom: none;
  }
  .lp-effects__item:not(:first-child) {
    padding-left: 48px;
  }
  .lp-effects__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #d0d5e0;
  }
}
.lp-effects__num {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 12px;
}
.lp-effects__accent-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin-bottom: 24px;
}
.lp-effects__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1.5;
  margin-bottom: 16px;
}
.lp-effects__text {
  line-height: 1.9;
  color: var(--color-text);
}

.lp-protection {
  padding: 80px 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .lp-protection {
    padding: 100px 0;
  }
}
.lp-protection__heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  padding-left: 16px;
  border-left: 4px solid var(--color-accent);
  line-height: 1.4;
  margin-bottom: 24px;
}
.lp-protection__desc {
  line-height: 1.9;
  color: var(--color-text);
  margin-bottom: 48px;
}
.lp-protection__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .lp-protection__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-protection__card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid #d0d5e0;
  padding: 32px;
  position: relative;
}
.lp-protection__card-icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.lp-protection__card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.lp-protection__card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 12px;
}
.lp-protection__card-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: 12px;
}
.lp-protection__card-note {
  font-size: 12px;
  line-height: 1.7;
  color: #999;
  margin-bottom: auto;
}
.lp-protection__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--color-main);
  text-decoration: none;
  padding-bottom: 4px;
  margin-top: 16px;
  align-self: flex-end;
}
.lp-protection__card-link::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 18px;
  background: url("../img/icon-arrow-blue.svg") center/contain no-repeat;
  flex-shrink: 0;
}
.lp-protection__card-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background: var(--color-accent);
  transition: left 0.3s ease, right 0.3s ease;
}
.lp-protection__card-link:hover::before {
  left: 0;
  right: 0;
}

.lp-flow {
  padding: 80px 0;
  background: var(--color-bg1);
}
@media screen and (min-width: 1024px) {
  .lp-flow {
    padding: 100px 0;
  }
}
.lp-flow__desc {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 48px;
}
.lp-flow__steps {
  border-top: 1px solid #d0d5e0;
  margin-bottom: 48px;
  max-width: 960px;
  margin: 0 auto;
}
.lp-flow__step {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 0;
  border-bottom: 1px solid #d0d5e0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-flow__step {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.lp-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 28px;
  width: 18px;
  height: 18px;
  border-right: 1px solid #c0c8d8;
  border-bottom: 1px solid #c0c8d8;
  transform: rotate(45deg);
  background: var(--color-bg1);
  z-index: 1;
}
.lp-flow__step-content {
  flex: 1;
}
.lp-flow__step-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.lp-flow__step-label {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-main);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.lp-flow__step-num {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--color-main);
  line-height: 1;
}
.lp-flow__step-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin-bottom: 20px;
}
.lp-flow__step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 12px;
}
.lp-flow__step-text {
  line-height: 1.9;
  color: var(--color-text);
}
.lp-flow__step-img {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-flow__step-img {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .lp-flow__step-img {
    width: 340px;
  }
}
.lp-flow__step-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .lp-flow__step-img img {
    height: 220px;
  }
}
.lp-flow__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .lp-flow__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-flow__card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #d0d5e0;
  padding: 28px 32px;
}
.lp-flow__card-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.lp-flow__card-body {
  flex: 1;
}
.lp-flow__card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 8px;
}
.lp-flow__card-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-accent);
  margin-bottom: 12px;
}
.lp-flow__card-text {
  line-height: 1.9;
  color: var(--color-text);
}

.lp-cases {
  padding: 80px 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .lp-cases {
    padding: 100px 0;
  }
}
.lp-cases__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .lp-cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-cases__card {
  border: 1px solid #d0d5e0;
  background: #fff;
}
.lp-cases__card-img img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .lp-cases__card-img img {
    height: 280px;
  }
}
.lp-cases__card-body {
  padding: 28px 32px 32px;
}
.lp-cases__card-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-accent);
  margin-bottom: 12px;
}
.lp-cases__card-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color-accent);
  flex-shrink: 0;
}
.lp-cases__card-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 20px;
}
.lp-cases__card-section {
  padding: 20px 0;
  border-top: 1px solid #e8eaf0;
}
.lp-cases__card-tag {
  display: inline-block;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.lp-cases__card-text {
  line-height: 1.9;
  color: var(--color-text);
}

.voices {
  background: #fff;
  color: var(--color-main);
  padding: 60px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .voices {
    padding: 100px 0 0;
  }
}
.voices .c-lp-heading-2 {
  text-align: center;
  margin-bottom: 0;
}
.voices__slider-wrap {
  width: 100%;
  padding-left: 0;
  position: relative;
  margin-top: 48px;
}
.voices__slider-wrap .swiper-voices {
  overflow: hidden;
  padding-bottom: 10px;
}
.voices__slider-wrap .swiper-voices .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .voices__slider-wrap {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .voices__slider-wrap {
    padding-left: calc(50% - 620px);
  }
}
.voices__nav {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .voices__nav {
    margin-top: 40px;
    gap: 16px;
    padding-left: 0;
  }
}

.voices-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  text-decoration: none;
}
.voices-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--color-accent);
  transition: left 0.3s ease, right 0.3s ease;
}
.voices-card:hover::before {
  left: 0;
  right: 0;
}
.voices-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .voices-card__img {
    height: 220px;
  }
}
.voices-card__img img {
  max-height: 100%;
  width: auto;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.voices-card__img p {
  margin: 0;
  font-size: clamp(1.203rem, 1.375vw, 1.719rem);
}
.voices-card:hover .voices-card__img img {
  transform: scale(1.08);
}
.voices-card__content {
  padding: 20px 24px 56px;
  flex: 1;
}
.voices-card__label {
  background-color: var(--color-accent);
  color: #fff;
  font-size: 14px;
  padding: 3px 10px 4px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.voices-card__company {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.voices-card__title {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .voices-card__title {
    font-size: clamp(1.203rem, 1.375vw, 1.719rem); /* 22px */
  }
}
.voices-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-bottom: 0;
}
.voices-card__tag {
  font-size: 14px;
  color: var(--color-accent);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.voices-card__arrow {
  position: absolute;
  bottom: 22px;
  right: 24px;
  display: block;
  width: 63px;
  height: 16px;
  background: url("../img/icon-arrow-blue.svg") center/contain no-repeat;
}
.voices-card:hover {
  opacity: 1;
}

.voices-button-prev,
.voices-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--color-main);
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .voices-button-prev,
  .voices-button-next {
    width: 50px;
    height: 50px;
  }
}
.voices-button-prev::after,
.voices-button-next::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg);
  margin-left: -3px;
}
.voices-button-prev:hover,
.voices-button-next:hover {
  opacity: 0.7;
}

.voices-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
  margin-right: -3px;
}

.partner-logos {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .partner-logos {
    padding: 100px 0;
  }
}
.partner-logos .swiper-container {
  width: 100%;
  margin-bottom: 40px;
}
.partner-logos .swiper-container:last-child {
  margin-bottom: 0;
}
.partner-logos .swiper-wrapper {
  transition-timing-function: linear;
}
.partner-logos .swiper-slide img {
  width: 220px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .partner-logos .swiper-slide img {
    width: 300px;
  }
}

.contact--mamorocca {
  margin-top: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .contact--mamorocca {
    align-items: stretch;
  }
  .contact--mamorocca .contact__img {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 60%;
    height: auto;
    flex-shrink: 0;
  }
  .contact--mamorocca .contact__img::before {
    content: none;
  }
  .contact--mamorocca .contact__img picture {
    display: block;
    height: 100%;
  }
  .contact--mamorocca .contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact--mamorocca .contact__body {
    margin-left: 0;
    flex: 1;
  }
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  height: 60px;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .lp-header__inner {
    height: 100px;
  }
}
.lp-header__logo {
  flex-shrink: 0;
}
.lp-header__logo a {
  display: block;
}
.lp-header__logo img {
  width: 120px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp-header__logo img {
    width: 240px;
  }
}
.lp-header__nav {
  display: none;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .lp-header__nav {
    display: flex;
    justify-content: center;
  }
}
.lp-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-header__nav-link {
  font-size: clamp(0.766rem, 0.875vw, 1.094rem); /* 14px */
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.lp-header__nav-link:hover {
  color: var(--color-main);
}
.lp-header__actions {
  display: none;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .lp-header__actions {
    display: flex;
  }
}
.lp-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.lp-header__btn:hover {
  opacity: 0.85;
  color: #fff;
}
.lp-header__btn--contact {
  background: var(--color-main);
  color: #fff;
}
.lp-header__btn--member {
  background: #e8637a;
  color: #fff;
}
.lp-header__btn-icon {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.lp-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .lp-header__hamburger {
    display: none;
  }
}
.lp-header__hamburger-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-main);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.lp-header__hamburger.is-active .lp-header__hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lp-drawer {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .lp-drawer {
    display: none;
  }
}
.lp-drawer.is-open {
  transform: translateX(0);
}
.lp-drawer__inner {
  padding: 32px 24px 48px;
}
.lp-drawer__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.lp-drawer__link {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.2s;
}
.lp-drawer__link:hover {
  color: var(--color-main);
}
.lp-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.lp-drawer__actions .lp-header__btn {
  padding: 14px 20px;
}

.lp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lp-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lp-footer {
  background: #f0f2f5;
  padding: 48px 24px 32px;
}
.lp-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.lp-footer__logo {
  display: block;
}
.lp-footer__logo img {
  height: 36px;
  width: auto;
}
.lp-footer__nav {
  width: 100%;
}
.lp-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.lp-footer__nav-item {
  position: relative;
}
.lp-footer__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #ccc;
}
.lp-footer__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.lp-footer__nav-link:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .lp-footer__nav-link {
    padding: 8px 28px;
  }
}
.lp-footer__nav-ja {
  font-size: 12px;
  color: var(--color-text);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.lp-footer__nav-en {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.lp-footer__copyright {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.05em;
  margin: 0;
}