@keyframes lp-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
}
@keyframes lp-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lp-cta-shine {
  0% {
    transform: translateX(-180%) skewX(-20deg);
  }
  18% {
    transform: translateX(280%) skewX(-20deg);
  }
  100% {
    transform: translateX(280%) skewX(-20deg);
  }
}
.lp-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.lp-reveal--delay-1 {
  transition-delay: 0.1s;
}
.lp-reveal--delay-2 {
  transition-delay: 0.2s;
}
.lp-reveal--delay-3 {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
  .pain__chevron img {
    animation: none !important;
  }
  body.is-hero-ready .hero__eyecatch,
  body.is-hero-ready .hero__headline,
  body.is-hero-ready .hero__subhead,
  body.is-hero-ready .hero__ctas,
  body.is-hero-ready .hero__chips {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .btn--primary::before,
  .hero__btn-dl::before,
  .hero__btn-demo::before,
  .cta__btn-dl::before,
  .cta__btn-demo::before,
  .inbound__btn::before,
  .footer__btn-contact::before,
  .header__btn.btn--primary::before {
    animation: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0c1a3d;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.375rem;
  border-radius: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
}
.btn--outline {
  background: #ffffff;
  border: 0.09375rem solid #0c1a3d;
  color: #0c1a3d;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.btn--outline:hover {
  opacity: 0.85;
}
.btn--primary {
  background: #0c1a3d;
  border: 0.09375rem solid #0c1a3d;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.btn--primary > * {
  position: relative;
  z-index: 1;
}
.btn--primary {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.btn--primary:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.btn--primary:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
.btn--gold {
  background: #0c1a3d;
  border: 0.09375rem solid #0c1a3d;
  color: #ffffff;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.625rem 1.75rem;
}
.btn--gold-label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #c9a32a;
  line-height: 1;
}
.btn--demo {
  background: transparent;
  border: 0.09375rem solid #0c1a3d;
  color: #0c1a3d;
  border-radius: 0.25rem;
}
.btn__icon {
  flex-shrink: 0;
}

.btn-dl-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.5rem;
  max-width: 100%;
  min-width: 0;
  min-height: 2.6875rem;
  text-align: left;
}
.btn-dl-copy__top {
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
  min-height: 1.625rem;
}
.btn-dl-copy__five {
  font-family: "Barlow", "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #c0aa69;
  line-height: 1;
  letter-spacing: -0.02em;
}
.btn-dl-copy__minutes {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.1875rem;
  font-weight: 700;
  line-height: 1;
}
.btn-dl-copy__minutes-gold {
  font-size: 0.8125rem;
  color: #c0aa69;
}
.btn-dl-copy__minutes-rest {
  font-size: 0.6875rem;
  color: #ffffff;
}
.btn-dl-copy__main {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.125rem;
  white-space: nowrap;
}

.section-header {
  text-align: center;
  margin-bottom: 3.75rem;
}
.section-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section-header__title {
    font-size: 1.75rem;
  }
}
.section-header__title--white {
  color: #ffffff;
}
.section-header__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #0c1a3d;
  margin: 1rem auto 0;
}
.section-header__accent--gold {
  background: #c9a32a;
}
.section-header__accent--white {
  background: #ffffff;
}
.section-header__sub {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #5a6075;
}
@media screen and (max-width: 768px) {
  .section-header__sub {
    font-size: 0.875rem;
  }
}
.section-header__sub--white {
  color: rgba(255, 255, 255, 0.8);
}

.img-placeholder {
  background: #e8ecf8;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a8c8;
  font-size: 0.8125rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f3f5f8;
  border: 0.0625rem solid #ededed;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.header.is-scrolled {
  box-shadow: 0 0.25rem 1.25rem rgba(12, 26, 61, 0.08);
  background: rgba(243, 245, 248, 0.96);
  backdrop-filter: blur(0.5rem);
}
.header__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.header__logo-img {
  display: block;
  width: 13.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    width: 10rem;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header__actions {
    display: none;
    position: fixed;
    top: 4.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    margin-left: 0;
    padding: 2.5rem 1.5rem;
    background: #f3f5f8;
    z-index: 99;
    overflow-y: auto;
  }
  .header__actions.is-open {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    width: 100%;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.header__nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #0c1a3d;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .header__nav-link {
    white-space: normal;
  }
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header__ctas {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .header__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
  }
}
.header__btn {
  padding: 0.875rem 1.5rem;
  border-radius: 5.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-width: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .header__btn {
    width: 100%;
  }
}
.header__btn.btn--outline {
  border-color: #0c1a3d;
  color: #0c1a3d;
}
.header__btn.btn--primary {
  background: #0c1a3d;
  border-color: #0c1a3d;
  position: relative;
  overflow: hidden;
}
.header__btn.btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.header__btn.btn--primary > * {
  position: relative;
  z-index: 1;
}
.header__btn.btn--primary {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.header__btn.btn--primary:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.header__btn.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.header__btn.btn--primary:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.375rem;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger-bar {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background: #0c1a3d;
  border-radius: 0.125rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__hamburger.is-open .header__hamburger-bar:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.header__hamburger.is-open .header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open .header__hamburger-bar:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}

.btn__icon--dl {
  width: 0.75rem;
  height: 0.9375rem;
}

.btn__icon--contact {
  width: 1.125rem;
  height: 1.125rem;
}

.hero {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero__bg-image {
  position: absolute;
  top: 0;
  left: 39.12%;
  width: 74.78%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}
.hero__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 40%, #ffffff 55%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .hero__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__inner {
    padding: 0 1.25rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 94%;
  padding: 40px 0;
}
.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  max-width: 35rem;
  width: 100%;
}
.hero__headline {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.hero__eyecatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.hero__eyecatch-text {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hero__eyecatch-text {
    white-space: normal;
  }
}
.hero__eyecatch-line {
  display: block;
  width: 12.375rem;
  height: 0.375rem;
  margin-top: -0.3125rem;
  background: #c0aa69;
  mix-blend-mode: darken;
}
.hero__title {
  color: #0c1a3d;
  line-height: 1.05;
}
.hero__title-row {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hero__title-row {
    white-space: normal;
  }
}
.hero__title-qr {
  font-family: "Barlow", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .hero__title-qr {
    font-size: 3.5rem;
  }
}
.hero__title-lead {
  font-size: 3.875rem;
  font-weight: 900;
  line-height: 1.05;
}
@media screen and (max-width: 1024px) {
  .hero__title-lead {
    font-size: 3rem;
  }
}
.hero__title-main {
  display: block;
  font-size: 3.875rem;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hero__title-main {
    font-size: 3rem;
    white-space: normal;
  }
}
.hero__subhead {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.hero__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.5;
}
.hero__desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #0c1a3d;
  line-height: 1.6;
}
.hero__ctas {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.hero__btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.75rem;
  height: 3.875rem;
  padding: 0.1875rem;
  border: 0.1875rem solid #0c1a3d;
  border-radius: 25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0c1a3d;
  background: #ffffff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.hero__btn-demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.hero__btn-demo > * {
  position: relative;
  z-index: 1;
}
.hero__btn-demo {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.hero__btn-demo:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.hero__btn-demo:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.hero__btn-demo:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .hero__btn-demo {
    width: 100%;
    max-width: 21.25rem;
  }
}
.hero__btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4375rem;
  width: 18.3125rem;
  height: 3.875rem;
  padding: 0.1875rem 1.25rem;
  background: #0c1a3d;
  border: 0.1875rem solid #000311;
  border-radius: 25rem;
  position: relative;
  overflow: hidden;
}
.hero__btn-dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.hero__btn-dl > * {
  position: relative;
  z-index: 1;
}
.hero__btn-dl {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.hero__btn-dl:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.hero__btn-dl:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.hero__btn-dl:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .hero__btn-dl {
    width: 100%;
    max-width: 21.25rem;
  }
}
.hero__btn-dl-icon {
  display: block;
  width: 1.125rem;
  height: auto;
  flex-shrink: 0;
}
.hero__chips {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.hero__chips-img {
  display: block;
  width: 100%;
  max-width: 15.25rem;
  height: auto;
}
.hero__chips-note {
  font-size: 0.5625rem;
  color: #0c1a3d;
  line-height: 1.4;
  white-space: nowrap;
}
.hero__clients {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.hero__clients-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.hero__clients-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1;
}
.hero__clients-note {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1;
}
.hero__clients-row {
  display: flex;
  width: 100%;
}
.hero__clients-row:hover .hero__clients-list, .hero__clients-row:focus-within .hero__clients-list {
  animation-play-state: paused;
}
.hero__clients-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0.4375rem 0;
  list-style: none;
  flex-shrink: 0;
  will-change: transform;
  animation: hero-clients-scroll 60s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero__clients-list {
    animation: none;
  }
}
@keyframes hero-clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero__clients-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 11.0625rem;
  height: 3.375rem;
  margin: 0 0.9375rem;
  padding: 0.625rem 0.75rem;
  background: #ffffff;
  border-radius: 0.3125rem;
}
.hero__clients-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .hero__bg-image {
    left: 0;
    width: 100%;
    opacity: 0.35;
  }
  .hero__title-qr {
    font-size: 3rem;
  }
  .hero__title-lead, .hero__title-main {
    font-size: 2.25rem;
  }
  .hero__eyecatch-text {
    font-size: 1.125rem;
  }
  .hero__clients-title {
    font-size: 1.375rem;
  }
  .hero__clients-note {
    font-size: 0.875rem;
  }
  .hero__clients-item {
    width: 11.0625rem;
  }
}

.hero__eyecatch,
.hero__headline,
.hero__subhead,
.hero__ctas,
.hero__chips {
  opacity: 0;
  transform: translateY(1.25rem);
}

body.is-hero-ready .hero__eyecatch {
  animation: lp-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0s;
}
body.is-hero-ready .hero__headline {
  animation: lp-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.1s;
}
body.is-hero-ready .hero__subhead {
  animation: lp-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.2s;
}
body.is-hero-ready .hero__ctas {
  animation: lp-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.3s;
}
body.is-hero-ready .hero__chips {
  animation: lp-hero-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}

.pain__main {
  background: #f3f5f8;
  min-height: 45.3125rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
}
.pain__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .pain__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pain__inner {
    padding: 0 1.25rem;
  }
}
.pain__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.375rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  width: 100%;
}
.pain__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pain__title {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .pain__title {
    font-size: 1.375rem;
  }
}
.pain__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  overflow: visible;
}
.pain__cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .pain__cards {
    flex-direction: column;
    align-items: center;
  }
}
.pain__card {
  position: relative;
  flex: 1 1 20rem;
  min-width: 0;
  width: 100%;
  max-width: 23.75rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.40625rem #dae3f2;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .pain__card {
    flex: 1 1 auto;
  }
}
.pain__card::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  transform: translateY(100%);
  bottom: 1px;
  z-index: 2;
  box-shadow: 0 0 0.40625rem #dae3f2;
}
.pain__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 1.125rem 1.5rem 1.5rem;
  text-align: center;
  overflow: visible;
}
.pain__card--crowded .pain__card-inner {
  gap: 0.5625rem;
}
.pain__card--crowded::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: 10%;
}
.pain__card--multilingual .pain__card-inner {
  gap: 0.6875rem;
}
.pain__card--multilingual::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 100%);
  left: 50%;
}
.pain__card--kiosk .pain__card-inner {
  gap: 0.4375rem;
}
.pain__card--kiosk::after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 10%;
}
.pain__card-illust {
  display: block;
  width: 8.6875rem;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.pain__card--multilingual .pain__card-illust {
  width: 8.4375rem;
}
.pain__card-illust--kiosk {
  width: 9.5625rem;
}
.pain__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #545454;
  line-height: 1.4;
  width: 100%;
}
.pain__card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  line-height: 1.6;
  width: 100%;
}
.pain__chevron {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
}
.pain__chevron img {
  display: block;
  width: 4.875rem;
  height: 4.75rem;
  animation: lp-bounce 2s ease-in-out infinite;
}
.pain__solution {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 37.1875rem;
  min-height: 10.625rem;
  padding: 4rem 2.9375rem;
  margin-top: 0;
}
.pain__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: auto;
  max-height: 74%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.pain__solution-text {
  position: relative;
  z-index: 1;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0e5eb9;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pain__solution-text {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .pain__solution-text {
    font-size: 1.25rem;
  }
}
.pain__solution-brand {
  color: #0e5eb9;
}
.pain__wave {
  width: 100%;
  height: 4.375rem;
  line-height: 0;
  overflow: hidden;
  background: #f3f5f8;
}
.pain__wave-img {
  display: block;
  width: 100%;
  height: 4.375rem;
  object-fit: cover;
  object-position: center top;
}

.flow {
  background: #0A1232;
  padding: 5rem 0;
}
.flow__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .flow__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 0 1.25rem;
  }
}
.flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.flow__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.flow__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .flow__title {
    white-space: normal;
  }
}
.flow__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #ffffff;
  flex-shrink: 0;
}
.flow__subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .flow__subtitle {
    white-space: normal;
  }
}
.flow__cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.4375rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .flow__cards {
    flex-direction: column;
    align-items: center;
  }
}
.flow__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 1 18.75rem;
  min-width: 0;
  width: 100%;
  max-width: 24rem;
  padding: 1.9375rem 1.6875rem;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .flow__card {
    flex: 1 1 auto;
  }
}
.flow__step-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.9375rem;
  height: 3.8125rem;
  padding: 0.75rem 0 0.8125rem;
  background: #f3f5f8;
  border-radius: 0 0 0.75rem 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2067db;
  letter-spacing: 0.040625rem;
  line-height: 1.6;
}
.flow__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.4375rem;
  flex-shrink: 0;
}
.flow__card-img img {
  display: block;
  object-fit: contain;
}
.flow__card-img--01 img {
  width: 100%;
  max-width: 14.375rem;
  height: auto;
}
.flow__card-img--02 img {
  width: 100%;
  max-width: 12.6875rem;
  height: auto;
}
.flow__card-img--03 img {
  width: 100%;
  max-width: 12.8125rem;
  height: auto;
}
.flow__card-title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2067db;
  text-align: center;
  line-height: 1.2;
}
.flow__card-text {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #23324a;
  line-height: 1.6;
  text-align: center;
}

.about {
  background: #ffffff;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 3.5rem 0;
  }
}
.about__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .about__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 0 1.25rem;
  }
}
.about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .about__inner {
    gap: 2rem;
  }
}
.about__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .about__title {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 1.25rem;
  }
}
.about__steps {
  position: relative;
  width: 100%;
  max-width: 85.875rem;
  display: flex;
  justify-content: center;
}
.about__divider {
  position: absolute;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 61.4375rem;
  max-width: calc(100% - 5rem);
  height: 0.125rem;
  background: #eaeaea;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .about__divider {
    display: none;
  }
}
.about__steps-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about__steps-list {
    flex-wrap: wrap;
    gap: 2rem 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .about__steps-list {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.about__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  max-width: 20rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about__step {
    flex: 1 1 calc(50% - 0.375rem);
    max-width: calc(50% - 0.375rem);
  }
}
@media screen and (max-width: 768px) {
  .about__step {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.about__step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.0625rem;
  height: 5.0625rem;
  padding: 1.25rem 0;
  border-radius: 5.0625rem;
  background: #0c1a3d;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about__step-num {
    width: 4rem;
    height: 4rem;
    padding: 0.875rem 0;
    border-radius: 4rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.about__step--highlight .about__step-num {
  background: #2067db;
}
.about__step-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.125rem;
  position: relative;
  z-index: 1;
}
.about__step-visual img {
  display: block;
  width: 100%;
  max-width: 15.125rem;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about__step-visual img {
    max-width: 12.5rem;
  }
}
.about__step--highlight .about__step-visual img {
  box-shadow: 0 0 26px 0 rgba(205, 234, 244, 0.75);
  border-radius: 50%;
}
.about__step-title {
  font-size: 1.9375rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .about__step-title {
    font-size: 1.5rem;
    padding-top: 0.375rem;
  }
}
.about__step--highlight .about__step-title {
  color: #0e5eb9;
  padding-top: 0.375rem;
}
.about__step-desc {
  font-size: 1.125rem;
  font-weight: 400;
  color: #23324a;
  line-height: 1.6;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about__step-desc {
    font-size: 1rem;
  }
}
.about__step--highlight .about__step-desc {
  color: #0e5eb9;
}

.inbound {
  background: #fafafa;
  padding: 5rem 0;
}
.inbound__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .inbound__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .inbound__inner {
    padding: 0 1.25rem;
  }
}
.inbound__inner {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .inbound__inner {
    flex-direction: column;
  }
}
.inbound__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 33.75rem;
  min-width: 0;
  width: 100%;
  max-width: 33.75rem;
  height: 23.75rem;
  padding: 1rem;
  background: #ffffff;
}
.inbound__visual-img {
  display: block;
  width: 28.25rem;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.inbound__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1 1 37.5rem;
  min-width: 0;
  width: 100%;
  max-width: 37.5rem;
  min-height: 23.75rem;
}
.inbound__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .inbound__title {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .inbound__title {
    font-size: 1.375rem;
  }
}
.inbound__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #2b292a;
  flex-shrink: 0;
}
.inbound__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2b292a;
  line-height: 1.6;
}
.inbound__features {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.inbound__feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2b292a;
  line-height: 1.6;
}
.inbound__dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: #2b292a;
  flex-shrink: 0;
}
.inbound__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 15.0625rem;
  max-width: 100%;
  padding: 0.875rem 1.5rem;
  background: #0c1a3d;
  border-radius: 5.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.inbound__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.inbound__btn > * {
  position: relative;
  z-index: 1;
}
.inbound__btn {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.inbound__btn:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.inbound__btn:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.inbound__btn:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
.inbound__btn-icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.results {
  background: #0c1a3d;
  padding: 5rem 0;
}
.results__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .results__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .results__inner {
    padding: 0 1.25rem;
  }
}
.results__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.results__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.results__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .results__title {
    white-space: normal;
  }
}
.results__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #ffffff;
  flex-shrink: 0;
}
.results__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .results__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .results__cards {
    gap: 0.75rem;
  }
}
.results__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  height: 12.5rem;
  padding: 1.5rem;
  background: #ffffff;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .results__card {
    height: auto;
    min-height: 11.25rem;
  }
}
.results__card-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .results__card-label {
    white-space: normal;
  }
}
.results__card-value {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
}
.results__card-num {
  font-family: "Barlow", sans-serif;
  font-size: 4.25rem;
  font-weight: 700;
  color: #c0aa69;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .results__card-num {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 768px) {
  .results__card-num {
    font-size: 3rem;
  }
}
.results__card-unit, .results__card-prev {
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2b292a;
  line-height: 1;
  padding-bottom: 0.6875rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .results__card-unit, .results__card-prev {
    white-space: normal;
    font-size: 1.375rem;
    padding-bottom: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .results__card-unit, .results__card-prev {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.results__card-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: #2b292a;
  line-height: 1.6;
  margin-top: auto;
}
.results__card-note--lg {
  font-size: 0.875rem;
  line-height: 1.4;
}

.voice {
  background: #ffffff;
  padding: 5rem 0;
  overflow: hidden;
}
.voice__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .voice__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 0 1.25rem;
  }
}
.voice__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.voice__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .voice__title {
    white-space: normal;
  }
}
.voice__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #0c1a3d;
  flex-shrink: 0;
}
.voice__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.voice__slider {
  width: 100%;
  overflow: hidden;
}
.voice__track {
  display: flex;
  gap: 3rem;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .voice__track {
    transition: none;
  }
}
.voice__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 53.75rem;
  min-width: 0;
}
.voice__card {
  display: flex;
  flex-direction: column;
  height: 28.4375rem;
  background: #ffffff;
  border: 0.0625rem solid #c9c9c9;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice__card {
    height: auto;
    min-height: 25rem;
  }
}
.voice__card-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.5625rem;
  border-bottom: 0.0625rem solid #c9c9c9;
}
.voice__card-meta {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.voice__case-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background: #0c1a3d;
  border-radius: 0.5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.voice__hotel-name {
  font-size: 1rem;
  font-weight: 700;
  color: #091852;
  line-height: 1.6;
}
.voice__hotel-type {
  font-size: 0.75rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
  margin-top: 0.125rem;
}
.voice__headline {
  font-size: 1.125rem;
  font-weight: 700;
  color: #091852;
  line-height: 1.4;
}
.voice__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.voice__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
}
.voice__box--issue {
  background: #e3e3e3;
}
.voice__box--effect {
  background: #e1eeff;
}
.voice__box--effect .voice__box-label {
  font-weight: 700;
}
.voice__box--effect .voice__box-text {
  font-weight: 700;
  color: #2b292a;
}
.voice__box-label {
  font-size: 1rem;
  font-weight: 400;
  color: #2b292a;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1rem;
  width: 100%;
}
.voice__box-body {
  width: 100%;
  padding: 0.4375rem 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  text-align: center;
}
.voice__box-text {
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  line-height: 1.6;
}
.voice__card-bottom {
  flex: 1;
  padding: 1.5rem;
}
.voice__quote {
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
}
.voice__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.voice__dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #c9c9c9;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.voice__dot.is-active {
  background: #0c1a3d;
  transform: scale(1.1);
}

.faq {
  background: #ffffff;
  padding: 5rem 0 6rem;
}
.faq__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .faq__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 0 1.25rem;
  }
}
.faq__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.faq__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0c1a3d;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 1.625rem;
  }
}
.faq__accent {
  width: 3.75rem;
  height: 0.125rem;
  background: #0c1a3d;
  margin: 0 auto;
}
.faq__list {
  max-width: 71.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.faq__item {
  background: #f4f6fb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  transition: background 0.2s ease;
}
.faq__question:hover {
  background: rgb(232.78, 236.82, 246.92);
}
.faq__q-badge {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  background: #0c1a3d;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq__question-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__question-text {
    font-size: 0.875rem;
  }
}
.faq__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #0c1a3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__arrow svg {
  display: block;
}
.faq__item.is-open .faq__arrow {
  transform: rotate(180deg);
}
.faq__answer {
  display: none;
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
}
.faq__answer p {
  font-size: 0.9375rem;
  color: #5a6075;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    padding: 1rem 1.5rem 1.75rem 3.75rem;
  }
}
.faq__item.is-open .faq__answer {
  display: block;
}

.cta {
  background: #c0aa69;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 3.5rem 0;
  }
}
.cta__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .cta__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding: 0 1.25rem;
  }
}
.cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 3.5rem 2rem;
  background: #fafafa;
  border-radius: 0.5rem;
  text-align: center;
}
.cta__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c1a3d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 1.375rem;
    line-height: 1.4;
    white-space: normal;
  }
}
.cta__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1875rem;
  width: 100%;
}
.cta__texts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #0c1a3d;
  line-height: 1.6;
}
.cta__buttons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.cta__btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.75rem;
  height: 3.875rem;
  padding: 0.1875rem;
  border: 0.1875rem solid #0c1a3d;
  border-radius: 25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0c1a3d;
  background: #ffffff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.cta__btn-demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.cta__btn-demo > * {
  position: relative;
  z-index: 1;
}
.cta__btn-demo {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.cta__btn-demo:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.cta__btn-demo:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.cta__btn-demo:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .cta__btn-demo {
    width: 100%;
    max-width: 21.25rem;
  }
}
.cta__btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4375rem;
  width: 20.625rem;
  height: 3.875rem;
  padding: 0.1875rem;
  background: #0c1a3d;
  border: 0.1875rem solid #000311;
  border-radius: 25rem;
  position: relative;
  overflow: hidden;
}
.cta__btn-dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.cta__btn-dl > * {
  position: relative;
  z-index: 1;
}
.cta__btn-dl {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.cta__btn-dl:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.cta__btn-dl:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.cta__btn-dl:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .cta__btn-dl {
    width: 100%;
    max-width: 21.25rem;
  }
}
.cta__btn-dl-icon {
  display: block;
  width: 1.125rem;
  height: auto;
  flex-shrink: 0;
}

.footer {
  background: #2b292a;
  padding: 3rem 0;
}
.footer__inner {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 1.25rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer__left {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  flex-wrap: wrap;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 17.5rem;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .footer__brand {
    width: 100%;
  }
}
.footer__logo {
  display: block;
  text-decoration: none;
}
.footer__logo-badge {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  background: #2b2b2b;
  border-radius: 0.125rem;
}
.footer__logo-img {
  display: block;
  width: 10.5625rem;
  height: auto;
}
.footer__company {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #9e9e9e;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.footer__nav-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__nav-link {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #9e9e9e;
  transition: color 0.2s ease;
}
.footer__nav-link:hover {
  color: #ffffff;
}
.footer__ctas {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .footer__ctas {
    flex-direction: column;
    width: 100%;
  }
}
.footer__btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 17.75rem;
  padding: 0.875rem 1.5rem;
  border: 0.0625rem solid #0c1a3d;
  border-radius: 5.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0c1a3d;
  background: #ffffff;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.footer__btn-dl:hover {
  opacity: 0.85;
}
@media screen and (max-width: 1024px) {
  .footer__btn-dl {
    width: 100%;
    max-width: 100%;
  }
}
.footer__btn-dl-icon {
  display: block;
  width: 0.75rem;
  height: auto;
  flex-shrink: 0;
}
.footer__btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 15.0625rem;
  padding: 0.875rem 1.5rem;
  border-radius: 5.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: #0c1a3d;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.footer__btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  animation: lp-cta-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.footer__btn-contact > * {
  position: relative;
  z-index: 1;
}
.footer__btn-contact {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background-color 0.2s ease;
}
.footer__btn-contact:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
}
.footer__btn-contact:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.5rem rgba(12, 26, 61, 0.12);
}
.footer__btn-contact:focus-visible {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1rem rgba(12, 26, 61, 0.18);
  outline: 0.125rem solid #0e5eb9;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .footer__btn-contact {
    width: 100%;
    max-width: 100%;
  }
}
.footer__btn-contact-icon {
  display: block;
  width: 1.125rem;
  height: auto;
  flex-shrink: 0;
}
.footer__divider {
  border: none;
  width: 100%;
  height: 0.0625rem;
  background: #3b3b3b;
  margin: 0;
}
.footer__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: #9e9e9e;
}

body.mairy-qr-city-lp {
  margin: 0;
  padding: 0;
}

body.mairy-qr-city-lp .site,
body.mairy-qr-city-lp #page,
body.mairy-qr-city-lp #content,
body.mairy-qr-city-lp .site-content,
body.mairy-qr-city-lp .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

/*# sourceMappingURL=mairy-qr-city.css.map */
