@charset "UTF-8";
.footer {
  padding-bottom: 10.4rem;
}
@media (min-width: 480px) {
  .footer {
    padding-bottom: 12.8rem;
  }
}

.site-footer-secondary {
  position: static;
  padding-bottom: 12.8rem;
}

.container {
  padding-bottom: 0;
}

#halesee_lp {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c2b33;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  /* --------------------------------------------------- セクション共通 */
  /* --------------------------------------------------- CTA */
  /* --------------------------------------------------- キービジュアル */
  /* --------------------------------------------------- 利用実績 */
  /* --------------------------------------------------- お悩み */
  /* --------------------------------------------------- 仕組み(before/after) */
  /* --------------------------------------------------- 比較表 */
  /* --------------------------------------------------- ご利用の流れ */
  /* --------------------------------------------------- 安心 */
  /* --------------------------------------------------- よくある質問 */
  /* --------------------------------------------------- 最終 CTA */
  /* --------------------------------------------------- 追従 CTA */
  /* --------------------------------------------------- タブレット・PC */
}
#halesee_lp * {
  box-sizing: border-box;
}
#halesee_lp img,
#halesee_lp svg {
  max-width: 100%;
  width: auto;
  display: block;
}
#halesee_lp a {
  color: inherit;
}
#halesee_lp section {
  padding: 4.4rem 2rem;
}
#halesee_lp .sec-bg {
  background: #f5fbfe;
}
#halesee_lp .section-inner {
  max-width: 48rem;
  margin: 0 auto;
}
#halesee_lp h2.section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: #0c445a;
  margin: 0 0 2.8rem;
}
#halesee_lp h2.section-title.section-title--tight {
  margin: 0 0 1.8rem;
}
#halesee_lp .eyebrow {
  font-size: 1.3rem;
  font-weight: 700;
  color: #136693;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 0 0.8rem;
}
#halesee_lp .section-sub {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5c6b72;
  margin: -1.6rem 0 2.6rem;
}
#halesee_lp .section-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 3.6rem;
}
#halesee_lp .cta-wrap {
  grid-area: cta;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
#halesee_lp .cta-note-top {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7a33;
}
#halesee_lp .cta-note {
  font-size: 1.3rem;
  color: #5c6b72;
}
#halesee_lp .btn-cta {
  display: inline-block;
  width: 100%;
  max-width: 36rem;
  background: #ff7a33;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  padding: 1.7rem 2rem;
  border-radius: 10rem;
  box-shadow: 0 1rem 2.8rem rgba(12, 68, 90, 0.1);
  transition: background 0.15s ease;
  position: relative;
  overflow: hidden;
}
#halesee_lp .btn-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: halesee-cta-shine 2.6s ease-in-out infinite;
}
#halesee_lp .btn-cta:hover {
  background: #e8611a;
}
#halesee_lp .btn-cta:hover::after {
  animation-play-state: paused;
}
#halesee_lp .btn-cta:active {
  transform: scale(0.97);
}
#halesee_lp .cta-tag {
  display: inline-block;
  background: #fff;
  color: #e8611a;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
  margin-right: 1rem;
  vertical-align: middle;
  line-height: 1.4;
}
#halesee_lp .hero {
  background: #fff;
  padding: 0;
  text-align: center;
}
#halesee_lp .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "media" "disclaimer" "cta" "features";
  row-gap: 1.6rem;
  padding-bottom: 3.6rem;
}
#halesee_lp .hero-grid > *:not(.hero-media) {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
#halesee_lp .hero-media {
  grid-area: media;
  width: 100%;
}
#halesee_lp .hero-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65.82%;
}
#halesee_lp .hero-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#halesee_lp .hero-disclaimer {
  grid-area: disclaimer;
  font-size: 1.1rem;
  color: #0c445a;
  opacity: 0.75;
  line-height: 1.7;
  margin: 0;
}
#halesee_lp .hero-features {
  grid-area: features;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#halesee_lp .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(12, 68, 90, 0.06);
  border-radius: 1.4rem;
  padding: 1.2rem 0.6rem;
  box-shadow: 0 0.6rem 1.6rem rgba(12, 68, 90, 0.08);
}
#halesee_lp .feature span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0c445a;
  line-height: 1.4;
}
#halesee_lp .feature-ic {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  background: #eaf6fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
#halesee_lp .activity {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
#halesee_lp .activity-emphasis {
  font-size: 1.25em;
  color: #e8611a;
}
#halesee_lp .activity-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 64rem;
  margin: 0 auto;
}
#halesee_lp .activity-row {
  background: #fff;
  border: 1px solid #d7e1e4;
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  color: #1c2b33;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#halesee_lp .problem-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 52rem;
  margin: 0 auto;
}
#halesee_lp .problem-item {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d7e1e4;
  border-radius: 1.4rem;
  padding: 1.6rem 1.8rem;
}
#halesee_lp .problem-item .ic {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  background: #ffe9dc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#halesee_lp .problem-item p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #1c2b33;
}
#halesee_lp .problem-note {
  max-width: 52rem;
  margin: 1.8rem auto 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0c445a;
  line-height: 1.8;
  background: #ffe9dc;
  border-radius: 1.4rem;
  padding: 1.4rem 1.8rem;
  border-left: 4px solid #ff7a33;
}
#halesee_lp .funnel-compare {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 48rem;
  margin: 0 auto 2rem;
}
#halesee_lp .fc-card {
  flex: 1;
  background: #fff;
  border-radius: 1.4rem;
  padding: 2rem 1.2rem 1.6rem;
  text-align: center;
  border: 1px solid #d7e1e4;
  position: relative;
  min-width: 0;
}
#halesee_lp .fc-before {
  border-color: #f0997b;
}
#halesee_lp .fc-after {
  border: 2px solid #2cbcd9;
}
#halesee_lp .fc-badge {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #2cbcd9;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 10rem;
  white-space: nowrap;
}
#halesee_lp .fc-ic {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #ffe9dc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
#halesee_lp .fc-ic.fc-ic-blue {
  background: #eaf6fd;
}
#halesee_lp .fc-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
  color: #0c445a;
}
#halesee_lp .fc-desc {
  font-size: 1.3rem;
  color: #5c6b72;
  margin: 0;
  line-height: 1.5;
}
#halesee_lp .fc-arrow {
  flex-shrink: 0;
}
#halesee_lp .funnel-caption {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0c445a;
  max-width: 44rem;
  margin: 0 auto 3.2rem;
  line-height: 1.8;
}
#halesee_lp .usp-grid {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  max-width: 56rem;
  margin: 0 auto;
}
#halesee_lp .usp-card {
  flex: 1;
  background: #fff;
  border-radius: 1.4rem;
  padding: 2.2rem 2rem;
  text-align: center;
  box-shadow: 0 0.6rem 1.8rem rgba(12, 68, 90, 0.08);
}
#halesee_lp .usp-card .ic {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.4rem;
  background: #eaf6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
}
#halesee_lp .usp-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 0.6rem;
  color: #0c445a;
}
#halesee_lp .usp-card p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0c445a;
  margin: 0;
  line-height: 1.6;
}
#halesee_lp .compare-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 56rem;
  margin: 0 auto;
}
#halesee_lp .compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #d7e1e4;
  border-radius: 1.4rem;
  overflow: hidden;
}
#halesee_lp .compare-row > div {
  padding: 1.4rem 1rem;
  font-size: 1.4rem;
  text-align: center;
}
#halesee_lp .compare-row.head > div {
  background: #2cbcd9;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
#halesee_lp .compare-row.head > div:first-child {
  background: transparent;
  color: #5c6b72;
}
#halesee_lp .compare-row.head > div:nth-child(2) {
  background: #ff7a33;
}
#halesee_lp .compare-row:not(.head) {
  border-top: none;
}
#halesee_lp .compare-row:not(.head) > div:first-child {
  text-align: left;
  color: #5c6b72;
  font-weight: 500;
  background: #f5fbfe;
}
#halesee_lp .compare-row:not(.head) > div:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
  color: #e8611a;
  background: #ffe9dc;
}
#halesee_lp .compare-row:not(.head) > div:nth-child(3) {
  color: #5c6b72;
}
#halesee_lp .flow-compare {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 56rem;
  margin: 0 auto;
}
#halesee_lp .flow-track-badge {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #2cbcd9;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3rem 1.2rem;
  border-radius: 10rem;
  white-space: nowrap;
}
#halesee_lp .flow-track-title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 1.8rem;
  color: #5c6b72;
}
#halesee_lp .fts-num {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #d7e1e4;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#halesee_lp .flow-track {
  flex: 1;
  border-radius: 2.4rem;
  padding: 2.4rem 2rem;
  position: relative;
}
#halesee_lp .flow-track.flow-track-common {
  background: #fff;
  border: 1px solid #d7e1e4;
}
#halesee_lp .flow-track.flow-track-door {
  background: #eaf6fd;
  border: 2px solid #2cbcd9;
}
#halesee_lp .flow-track.flow-track-door .flow-track-title {
  color: #0c445a;
}
#halesee_lp .flow-track.flow-track-door .fts-num {
  background: #2cbcd9;
}
#halesee_lp .flow-track-steps {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#halesee_lp .fts-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c2b33;
  line-height: 1.5;
}
#halesee_lp .fts-step.fts-warn {
  color: #e8611a;
  font-weight: 700;
}
#halesee_lp .fts-step.fts-warn .fts-num {
  background: #ff7a33;
}
#halesee_lp .flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#halesee_lp .flow-arrow svg {
  transform: rotate(90deg);
}
#halesee_lp .reassure {
  background: #eaf6fd;
  border-radius: 2.4rem;
  padding: 2.6rem 2.2rem;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  border-left: 4px solid #2cbcd9;
}
#halesee_lp .reassure-icons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
#halesee_lp .ri-dot {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#halesee_lp .ri-dot.active {
  background: #2cbcd9;
}
#halesee_lp .ri-dot.muted {
  background: #fff;
  border: 1.5px dashed #d7e1e4;
  color: #d7e1e4;
}
#halesee_lp .reassure-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #0c445a;
  margin: 0 0 0.8rem;
}
#halesee_lp .reassure-caption strong {
  color: #e8611a;
}
#halesee_lp .reassure-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0c445a;
  margin: 0;
}
#halesee_lp .faq-list {
  max-width: 56rem;
  margin: 0 auto;
}
#halesee_lp .faq-item {
  border-bottom: 1px solid #d7e1e4;
  padding: 1.8rem 0;
}
#halesee_lp .faq-item:first-child {
  border-top: 1px solid #d7e1e4;
}
#halesee_lp .faq-q {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 0.8rem;
  color: #0c445a;
  display: flex;
  gap: 0.8rem;
}
#halesee_lp .faq-a {
  font-size: 1.5rem;
  color: #5c6b72;
  margin: 0;
  line-height: 1.8;
  padding-left: 2.6rem;
}
#halesee_lp .qa-mark {
  color: #136693;
  flex-shrink: 0;
}
#halesee_lp .final-cta {
  background: #2cbcd9;
  color: #fff;
  text-align: center;
}
#halesee_lp .final-cta h2.section-title,
#halesee_lp .final-cta .eyebrow {
  color: #fff;
}
#halesee_lp .final-cta .cta-note {
  color: rgba(255, 255, 255, 0.9);
}
#halesee_lp .sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  border-top: 1px solid #d7e1e4;
  padding: 1rem 1.6rem;
  box-shadow: 0 -0.6rem 2rem rgba(12, 68, 90, 0.14);
}
#halesee_lp .sticky-cta-inner {
  max-width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
#halesee_lp .sticky-cta-inner .cta-note-top {
  display: none;
  font-size: 1.3rem;
  color: #e8611a;
}
#halesee_lp .btn-cta-sticky {
  width: auto;
  max-width: none;
  padding: 1.2rem 2.6rem;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: none;
}
@media (min-width: 480px) {
  #halesee_lp .sticky-cta-inner .cta-note-top {
    display: block;
  }
}
@media (min-width: 640px) {
  #halesee_lp .cta-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 1.6rem;
  }
  #halesee_lp .cta-wrap .btn-cta {
    width: auto;
    min-width: 28rem;
  }
}
@media (min-width: 768px) {
  #halesee_lp .usp-grid,
  #halesee_lp .flow-compare {
    flex-direction: row;
  }
  #halesee_lp .flow-compare {
    align-items: stretch;
  }
  #halesee_lp .flow-arrow svg {
    transform: none;
  }
}
@media (min-width: 900px) {
  #halesee_lp .section-inner {
    max-width: 116rem;
  }
  #halesee_lp .problem-list,
  #halesee_lp .problem-note,
  #halesee_lp .compare-cards,
  #halesee_lp .flow-compare,
  #halesee_lp .reassure,
  #halesee_lp .faq-list {
    max-width: 76rem;
  }
  #halesee_lp .usp-grid {
    max-width: 98rem;
  }
  #halesee_lp .funnel-compare {
    max-width: 64rem;
  }
  #halesee_lp .activity-list {
    max-width: 80rem;
  }
}

@keyframes halesee-cta-shine {
  0% {
    left: -75%;
  }
  45% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
