/* ===== Added content page styles ===== */
.lp-page {
  background: #f7f9fc;
}

.lp-page .container,
.faq-page .container {
  max-width: 1100px;
}

.lp-section,
.faq-section,
.lp-contact-section {
  padding: 2.5rem 0.75rem;
}

@media (min-width: 768px) {
  .lp-section,
  .faq-section,
  .lp-contact-section {
    padding: 4rem 1rem;
  }
}

.lp-hero {
  padding: 2rem 0 1rem;
}

.lp-hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  border-radius: 28px;
  padding: 2rem 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.08);
}

@media (min-width: 768px) {
  .lp-hero-card {
    padding: 3rem;
  }
}

.lp-label {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #e7efff;
  color: #1e50a2;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.lp-hero-title {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  border-left: none !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1.4;
  font-size: 2.2rem !important;
  color: #202f55 !important;
	 font-weight: 800;
}

@media (min-width: 768px) {
  .lp-hero-title {
    font-size: 2.8rem !important;
  }
}

.lp-hero-lead {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e50a2;
  margin-bottom: 1rem;
}

.lp-hero-text,
.lp-text,
.lp-small-text,
.faq-intro p {
  color: #4d5b77;
  line-height: 1.9;
}

.lp-small-text {
  font-size: 0.95rem;
}

.lp-btn-wrap {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #1e50a2;
}

.lp-btn--primary {
  color: #fff !important;
  background: #1e50a2;
}

.lp-btn--secondary {
  color: #1e50a2 !important;
  background: #fff;
}

.lp-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.lp-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background: repeating-linear-gradient(
    45deg,
    #f5f7fb,
    #f5f7fb 12px,
    #edf2f9 12px,
    #edf2f9 24px
  );
  border: 2px dashed #c7d4e9;
  border-radius: 22px;
  color: #7a8baa;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.lp-panel {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
  height: 100%;
}

@media (min-width: 768px) {
  .lp-panel {
    padding: 2rem;
  }
}

.lp-panel--blue {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.lp-panel--warm {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f0 100%);
}

.lp-title {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
  padding-bottom: 0.75rem;
  font-size: 3rem !important;
  line-height: 1.4;
  color: #202f55;
  border-bottom: 1px solid #20b2aa;
	font-weight: 800;
}
@media (max-width: 767.98px) {
  .lp-title {
    font-size: 1.5rem !important;
    line-height: 1.35;
  }
}
.lp-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e50a2;
  margin-bottom: 0.75rem;
}

.lp-card-grid {
  row-gap: 1.5rem;
}

.lp-card {
  background: #fff;
  border: 1px solid #e4ebf5;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
  height: 100%;
}

.lp-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #202f55;
}

.lp-card p {
  color: #4d5b77;
}

.lp-check-list,
.lp-step-list,
.lp-faq-list,
.lp-time-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.lp-check-list li,
.lp-step-list li,
.lp-time-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
  color: #33415c;
}

.lp-check-list li::before,
.lp-step-list li::before,
.lp-time-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e50a2;
}

.lp-step-list .step-no {
  display: inline-block;
  min-width: 78px;
  margin-right: 0.5rem;
  color: #1e50a2;
  font-weight: 700;
}

.lp-data-box {
  text-align: center;
  background: #fff;
  border: 1px solid #dde7f6;
  border-radius: 20px;
  padding: 1.6rem 1rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.05);
  height: 100%;
}

.lp-data-box .label {
  color: #5f6f8d;
  font-size: 0.95rem;
}

.lp-data-box .value {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #1e50a2;
  font-weight: 700;
  margin: 0.5rem 0;
}

.lp-voice {
  border-left: 6px solid #1e50a2;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  background: #f8fbff;
  border-radius: 0 18px 18px 0;
}

.lp-cta-box {
  background: linear-gradient(135deg, #1e50a2 0%, #2b6bd6 100%);
  color: #fff;
  border-radius: 28px;
  padding: 2.2rem 1.5rem;
  box-shadow: 0 16px 40px rgba(30, 80, 162, 0.22);
}

.lp-cta-box h2,
.lp-cta-box p,
.lp-cta-box .lp-small-text {
  color: #fff !important;
}

.lp-cta-box .lp-btn--secondary {
  border-color: #fff;
}

.lp-anchor-nav {
  background: #fff;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 1rem 1.2rem;
}

.lp-anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.lp-anchor-nav a {
  color: #1e50a2;
  font-weight: 700;
  font-size: 0.95rem;
}

.lp-table-wrap {
  overflow-x: auto;
}

.lp-simple-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.lp-simple-table th,
.lp-simple-table td {
  border: 1px solid #dfe7f3;
  padding: 0.95rem;
  vertical-align: top;
}

.lp-simple-table th {
  background: #f4f8fd;
  width: 32%;
  color: #202f55;
}

.faq-page {
  background: #f7f9fc;
}

.faq-intro {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
}

.faq-index {
  background: #fff;
  border-radius: 20px;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 10px 30px rgba(21, 45, 95, 0.06);
}

.faq-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.faq-index a {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #1e50a2;
  font-weight: 700;
}

.faq-item {
  background: #fff;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  margin-bottom: 1rem;
  box-shadow: 0 10px 24px rgba(21, 45, 95, 0.04);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 1.3rem;
  font-weight: 700;
  color: #202f55;
  position: relative;
  padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #1e50a2;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.3rem 1.3rem;
  color: #4d5b77;
}

.lp-contact-box {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(21, 45, 95, 0.06);
}

.lp-contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.lp-contact-list li {
  margin-bottom: 0.6rem;
  color: #33415c;
}

@media (max-width: 767.98px) {
  .lp-anchor-nav ul,
  .faq-index ul {
    flex-direction: column;
  }
}

/* ===== Full-bleed hero layout ===== */
.lp-hero--full {
  padding: 0 !important;
}

.lp-hero--full > .lp-hero-card {
  border-radius: 0;
}

.lp-hero-card--bg {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56vw;
  max-height: 720px;
  padding: 9rem 0 5rem;
  background:
   
    url('../img/hero_bg_placeholder.jpg') center center / cover no-repeat;
  box-shadow: none;
}

.lp-hero-card--bg .container {
  width: 100%;
  max-width: 1200px;
}

.lp-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  padding: 1rem 0;
}

.lp-hero-card--bg .lp-label {
  background: #2cb4ad;
  color: #fff;
}

.lp-hero-card--bg .lp-hero-title,
.lp-hero-card--bg .lp-hero-lead,
.lp-hero-card--bg .lp-hero-text {
  color: #202f55 !important;
  text-shadow:
    -2px -2px 0 rgba(255, 255, 255, 0.96),
     2px -2px 0 rgba(255, 255, 255, 0.96),
    -2px  2px 0 rgba(255, 255, 255, 0.96),
     2px  2px 0 rgba(255, 255, 255, 0.96),
     0 10px 24px rgba(255, 255, 255, 0.38);
}
.lp-hero-card--bg .lp-btn--secondary {
  background: rgba(255, 255, 255, 0.95);
}

@media (min-width: 1400px) {
  .lp-hero-card--bg {
    min-height: 640px;
  }
}

@media (max-width: 991.98px) {
  .lp-hero-card--bg {
    min-height: 520px;
    max-height: none;
    padding: 6.5rem 0 4rem;
    background:
   
      url('../img/hero_bg_placeholder.jpg') 62% center / cover no-repeat;
  }

  .lp-hero-content {
    max-width: 100%;
  }

  .lp-btn-wrap {
    gap: 0.75rem;
  }

  .lp-btn {
    flex: 1 1 calc(50% - 0.375rem);
  }
}

@media (max-width: 767.98px) {
  .lp-hero-card--bg {
    align-items: flex-start;
    min-height: min(28svh, 240px);
    padding: 2.15rem 0 0.85rem;
    background:
     
      url('../img/hero_bg_placeholder.jpg') 67% 32% / cover no-repeat;
  }

  .lp-hero-content {
    max-width: 20.25rem;
    padding-top: 0;
  }

  .lp-hero-title {
    font-size: 1.34rem !important;
    line-height: 1.18;
    margin-bottom: 0.45rem !important;
  }

  .lp-hero-lead {
    max-width: 13.6rem;
    font-size: 0.74rem;
    line-height: 1.42;
    margin-bottom: 0.45rem;
  }

  .lp-hero-text {
    font-size: 0.7rem;
    line-height: 1.45;
  }

  .lp-btn-wrap {
    margin-top: 0.6rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .lp-btn {
    width: 100%;
    flex: 1 1 100%;
    padding: 0.62rem 0.85rem;
    font-size: 0.84rem;
  }
}

/* ===== Empathy section redesign ===== */
.lp-empathy-section {
  position: relative;
  overflow: hidden;
  background: #f8fbff;
}

.lp-empathy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(223, 236, 247, 0.9) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 236, 247, 0.9) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.lp-empathy-section .container {
  position: relative;
  z-index: 1;
}

.lp-empathy-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
  gap: 2.25rem;
  align-items: center;
  padding: 2rem 2rem 1.9rem;
  background: #ffffff;
  border: 1px solid #dbeaf7;
  border-radius: 32px;
  box-shadow: 0 18px 44px rgba(15, 35, 80, 0.08);
}

.lp-empathy-copy {
  position: relative;
  z-index: 2;
}

.lp-empathy-label {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.7rem 1.25rem;
  border-radius: 14px;
  background: #f5df67;
  color: #0f2350;
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.35;
}

.lp-empathy-title {
  margin: 0 0 1.75rem !important;
  border-left: none !important;
  padding: 0 !important;
  color: #0f2350 !important;
  font-size: clamp(2.0rem, 3.8vw, 3.5rem) !important;
  line-height: 1.28;
  letter-spacing: 0.01em;
	font-weight: 800;
}


.lp-empathy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.lp-empathy-list li {
  position: relative;
  padding-left: 2.9rem;
  font-size: 1.61rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1f2f4e;
}

.lp-empathy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background: #0095d9;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 149, 217, 0.22);
}

.lp-empathy-note {
  max-width: 44rem;
  margin-top: 1.9rem;
}

.lp-empathy-note p {
  margin-bottom: 0.8rem;
  color: #4c5f7d;
  font-size: 1.2rem;
  line-height: 1.9;
}

.lp-empathy-note span {
  color: #0095d9;
  font-weight: 700;
}

.lp-empathy-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lp-empathy-visual::before,
.lp-empathy-visual::after {
  content: "";
  position: absolute;
  border-radius: 32px;
  pointer-events: none;
}

.lp-empathy-visual::before {
  inset: 2.75rem 2.6rem 5.5rem 4.2rem;
  background: rgba(236, 245, 252, 0.95);
}

.lp-empathy-visual::after {
  inset: 4.6rem 1.3rem 1.2rem 7.2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 35, 80, 0.06);
}

.lp-empathy-visual-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.lp-empathy-visual img {
  position: relative;
  max-width: min(100%, 258px);
  width: 100%;
  height: auto;
  filter: drop-shadow(14px 18px 24px rgba(15, 35, 80, 0.12));
}

@media (max-width: 1199.98px) {
  .lp-empathy-list li {
    font-size: 1.42rem;
  }

  .lp-empathy-visual {
    min-height: 390px;
  }
}

@media (max-width: 991.98px) {
  .lp-empathy-wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1.35rem 1.4rem;
  }

  .lp-empathy-title {
    font-size: clamp(2.28rem, 8.4vw, 3.24rem) !important;
  }

  .lp-empathy-list {
    gap: 0.9rem;
  }

  .lp-empathy-list li {
    font-size: 1.3rem;
    padding-left: 2.85rem;
  }

  .lp-empathy-visual {
    min-height: auto;
    margin-top: 0.25rem;
    padding-top: 1rem;
  }

  .lp-empathy-visual::before {
    inset: 1.5rem 2.4rem 3.9rem 1.2rem;
  }

  .lp-empathy-visual::after {
    inset: 2.6rem 1rem 0.7rem 5.4rem;
  }

  .lp-empathy-visual-inner {
    justify-content: center;
  }

  .lp-empathy-visual img {
    max-width: 216px;
  }
}

@media (max-width: 575.98px) {
  .lp-empathy-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lp-empathy-section::before {
    background-size: 28px 28px;
  }

  .lp-empathy-label {
    margin-bottom: 1rem;
    padding: 0.62rem 1rem;
    font-size: 1.14rem;
    border-radius: 12px;
  }

  .lp-empathy-title {
    margin-bottom: 1.3rem !important;
    line-height: 1.35;
  }

  .lp-empathy-list li {
    font-size: 1.2rem;
    line-height: 1.62;
  }

  .lp-empathy-note {
    margin-top: 1.2rem;
  }

  .lp-empathy-note p {
    font-size: 1.14rem;
    line-height: 1.85;
  }

  .lp-empathy-visual {
    padding-top: 0.5rem;
  }

  .lp-empathy-visual::before {
    inset: 1.2rem 1.4rem 3.2rem 0.5rem;
    border-radius: 24px;
  }

  .lp-empathy-visual::after {
    inset: 2.35rem 0.45rem 0.6rem 3.8rem;
    border-radius: 24px;
  }

  .lp-empathy-visual img {
    max-width: 174px;
  }
}

/* ===== Life flow section redesign ===== */
.lp-life-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lp-life-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(220, 239, 250, 0.85) 0, rgba(220, 239, 250, 0) 24%),
    radial-gradient(circle at 92% 18%, rgba(232, 244, 253, 0.8) 0, rgba(232, 244, 253, 0) 22%);
  pointer-events: none;
}

.lp-life-section .container {
  position: relative;
  z-index: 1;
}

.lp-life-heading {
  margin-bottom: 2.4rem;
}

.lp-life-heading .lp-title {
  margin-bottom: 0.85rem !important;
}

.lp-life-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.lp-life-flow-panel,
.lp-life-visual-panel {
  background: #fff;
  border: 1px solid #dbeaf7;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(15, 35, 80, 0.06);
}

.lp-life-flow-panel {
  padding: 1.8rem 1.6rem;
}

.lp-life-flow-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.35rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #e9f5fd;
  color: #0f2350;
  font-size: 1.05rem;
  font-weight: 700;
}

.lp-life-flow-label::before {
  content: "FLOW";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  border-radius: 999px;
  background: #0095d9;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.lp-life-flow {
  position: relative;
  display: grid;
  gap: 1rem;
}

.lp-life-flow::before {
  content: "";
  position: absolute;
  left: 71px;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  background: linear-gradient(180deg, #8ed0f0 0%, #dbeaf7 100%);
}

.lp-life-step {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.lp-life-step + .lp-life-step::before {
  content: "↓";
  position: absolute;
  left: 58px;
  top: -0.82rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #bfe0f2;
  color: #0095d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 2;
}

.lp-life-time {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.5rem 0.75rem;
  border-radius: 18px;
  background: #0095d9;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(15, 35, 80, 0.18);
}

.lp-life-step-card {
  position: relative;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 1px solid #d9e8f6;
  border-left: 6px solid #0095d9;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lp-life-step-card::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #0095d9;
  transform: translateY(-50%);
}

.lp-life-step-card h3 {
  margin: 0 0 0.45rem;
  color: #0f2350;
  font-size: 1.2rem;
  line-height: 1.45;
}

.lp-life-step-card p {
  margin: 0;
  color: #4c5f7d;
  line-height: 1.8;
}

.lp-life-note {
  margin: 1.25rem 0 0;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: #eef7fd;
  color: #24507a;
  font-weight: 700;
}

.lp-life-visual-panel {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lp-life-visual-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  flex: 1;
  border-radius: 24px;
  border: 2px dashed #bfd9ec;
  background: repeating-linear-gradient(
    45deg,
    #f4f9fd,
    #f4f9fd 14px,
    #edf5fb 14px,
    #edf5fb 28px
  );
  color: #6d8eaa;
  text-align: center;
  padding: 1.5rem;
}

.lp-life-visual-placeholder span {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
  color: #0f2350;
}

.lp-life-visual-placeholder small {
  margin-top: 0.45rem;
  font-size: 0.95rem;
}

.lp-life-visual-caption {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: #f8fbff;
}

.lp-life-visual-caption strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #0f2350;
  font-size: 1.02rem;
}

.lp-life-visual-caption p {
  margin: 0;
  color: #4c5f7d;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .lp-life-layout {
    grid-template-columns: 1fr;
  }

  .lp-life-visual-panel {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .lp-life-heading {
    margin-bottom: 1.8rem;
  }

  .lp-life-flow-panel,
  .lp-life-visual-panel {
    border-radius: 22px;
  }

  .lp-empathy-wrap {
    border-radius: 24px;
  }

  .lp-life-flow-panel {
    padding: 1.15rem 1rem;
  }

  .lp-life-flow-label {
    font-size: 0.95rem;
    padding: 0.58rem 0.9rem;
  }

  .lp-life-flow::before {
    left: 49px;
    top: 1.15rem;
    bottom: 1.15rem;
  }

  .lp-life-step {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.8rem;
  }

  .lp-life-step + .lp-life-step::before {
    left: 37px;
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
  }

  .lp-life-time {
    min-height: 50px;
    font-size: 1.02rem;
    border-radius: 16px;
  }

  .lp-life-step-card {
    padding: 0.85rem 0.85rem 0.85rem 0.95rem;
    border-radius: 18px;
  }

  .lp-life-step-card::before {
    left: -9px;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .lp-life-step-card h3 {
    font-size: 1rem;
  }

  .lp-life-step-card p,
  .lp-life-visual-caption p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .lp-life-note {
    font-size: 0.92rem;
    padding: 0.85rem 0.9rem;
  }

  .lp-life-visual-panel {
    padding: 1rem;
    min-height: 260px;
  }

  .lp-life-visual-placeholder {
    border-radius: 20px;
  }

  .lp-life-visual-placeholder span {
    font-size: 1rem;
  }
}

/* ===== System reasons section redesign ===== */
.lp-system-reasons-section {
  position: relative;
  overflow: hidden;
  background: #f6fbff;
}

.lp-system-reasons-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(222, 236, 247, 0.9) 1px, transparent 1px),
    linear-gradient(90deg, rgba(222, 236, 247, 0.9) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.lp-system-reasons-section .container {
  position: relative;
  z-index: 1;
}

.lp-system-reasons-heading {
  text-align: center;
  margin-bottom: 3.25rem;
}

.lp-system-reasons-lead {
  display: inline-block;
  padding: 0.75rem 1.45rem;
  border-radius: 14px;
  background: #2cb4ad;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

.lp-system-reasons-title {
  margin: 1rem 0 1rem !important;
  border-left: none !important;
  padding: 0 !important;
  color: #0f2350 !important;
  font-size: clamp(2.5rem, 4.5vw, 4.0rem) !important;
  line-height: 1.2;
  letter-spacing: 0.01em;
	 font-weight: 800;
}

.lp-system-reasons-title span {
  color: #0095d9;
}

.lp-system-reasons-intro {
  margin: 0 auto;
  max-width: 48rem;
  color: #4c5f7d;
  font-size: 1.18rem;
  line-height: 1.9;
	
}

.lp-system-reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.75rem 2.5rem;
}

.lp-system-reason-card {
  position: relative;
  min-height: 382px;
  padding: 1.7rem 1.75rem 1.65rem;
  background: #fff;
  border: 1px solid #dbeaf7;
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(15, 35, 80, 0.08);
}

.lp-system-reason-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.lp-system-reason-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}

.lp-system-reason-label {
  margin: 0;
  color: #5a8fb0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-system-reason-no {
  margin: 0.2rem 0 0.55rem;
  color: #0095d9;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.lp-system-reason-image-placeholder {
  flex: 0 0 176px;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  border: 4px solid #bddcf0;
  background: #eef7fd;
  color: #7ca2be;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: inset 0 0 0 14px #f8fcff;
}

.lp-system-reason-title {
  margin: 0;
  color: #0f2350;
  font-size: 1.65rem;
  line-height: 1.35;
	font-weight: 800;
}

.lp-system-reason-body {
  margin-top: 1rem;
  border: 2px solid #c7dcec;
  border-radius: 18px;
  background: rgba(248, 252, 255, 0.94);
  padding: 1.05rem 1.2rem;
}

.lp-system-reason-body p {
  margin: 0;
  color: #4c5f7d;
  font-size: 1.08rem;
  line-height: 1.9;
}

@media (max-width: 1199.98px) {
  .lp-system-reason-card {
    min-height: 400px;
  }

  .lp-system-reason-title {
    font-size: 1.4rem;
  }

  .lp-system-reason-image-placeholder {
    flex-basis: 160px;
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 991.98px) {
  .lp-system-reasons-heading {
    margin-bottom: 2.4rem;
  }

  .lp-system-reasons-lead {
    font-size: 1.15rem;
  }

  .lp-system-reasons-title {
    font-size: clamp(2.1rem, 8vw, 3.2rem) !important;
  }

  .lp-system-reasons-intro {
    font-size: 1.05rem;
  }

  .lp-system-reasons-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .lp-system-reason-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .lp-system-reasons-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lp-system-reason-top {
    flex-direction: column;
    align-items: center;
  }

  .lp-system-reason-meta {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .lp-system-reasons-section::before {
    background-size: 30px 30px;
  }

  .lp-system-reasons-lead {
    font-size: 0.98rem;
    padding: 0.62rem 1rem;
  }

  .lp-system-reasons-title {
    margin-top: 0.9rem !important;
    margin-bottom: 0.85rem !important;
    line-height: 1.28;
  }

  .lp-system-reasons-intro {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .lp-system-reason-card {
    padding: 1.2rem 1.1rem 1.15rem;
    border-radius: 24px;
  }

  .lp-system-reason-top {
    gap: 0.8rem;
    margin-bottom: 0.9rem;
  }

  .lp-system-reason-label {
    font-size: 0.88rem;
  }

  .lp-system-reason-no {
    font-size: 2.2rem;
  }

  .lp-system-reason-image-placeholder {
    flex-basis: 180px;
    width: 180px;
    height: 180px;
    font-size: 0.92rem;
    border-width: 3px;
    box-shadow: inset 0 0 0 10px #f8fcff;
  }

  .lp-system-reason-title {
    font-size: 1.08rem;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .lp-system-reason-title br {
    display: none;
  }

  .lp-system-reason-body {
    margin-top: 0.9rem;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
  }

  .lp-system-reason-body p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

/* ===== Fusion contents section ===== */
.lp-fusion-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.lp-fusion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(220, 239, 250, 0.7) 0, rgba(220, 239, 250, 0) 24%),
    radial-gradient(circle at 88% 20%, rgba(232, 244, 253, 0.72) 0, rgba(232, 244, 253, 0) 20%);
  pointer-events: none;
}

.lp-fusion-section .container {
  position: relative;
  z-index: 1;
}

.lp-fusion-heading {
  text-align: center;
  margin-bottom: 2.4rem;
}

.lp-fusion-lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  background: #e2f2fb;
  color: #0f2350;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-fusion-title {
  margin: 1rem 0 0.95rem !important;
  border-left: none !important;
  padding: 0 !important;
  color: #0f2350 !important;
  font-size: clamp(2rem, 4vw, 3.3rem) !important;
  line-height: 1.3;
  text-align: center;
}

.lp-fusion-intro {
  max-width: 46rem;
  margin: 0 auto;
  color: #4c5f7d;
  font-size: 1.05rem;
  line-height: 1.9;
}

.lp-fusion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.lp-fusion-card {
  background: #ffffff;
  border: 1px solid #dbeaf7;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(15, 35, 80, 0.06);
  overflow: hidden;
}

.lp-fusion-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 1.5rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.lp-fusion-card-head > div {
  flex: 1 1 auto;
}

.lp-fusion-card-no {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0095d9 0%, #2aa9e1 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 149, 217, 0.24);
}

.lp-fusion-card-head h3 {
  margin: 0;
  color: #0f2350;
  font-size: 1.6rem;
  line-height: 1.45;
	font-weight: 800;
}

.lp-fusion-card-sub {
  margin: 0.45rem 0 0;
  color: #4c5f7d;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

.lp-fusion-card-body {
  padding: 0 1.5rem 1.5rem;
}

.lp-fusion-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lp-fusion-story {
  height: 100%;
  padding: 1.2rem 1.2rem 1.15rem;
  border: 1px solid #dbeaf7;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lp-fusion-story-meta {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eaf5fd;
  color: #0f2350;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lp-fusion-story h4 {
  margin: 0 0 0.7rem;
  color: #0f2350;
  font-size: 1.16rem;
  line-height: 1.7;
	font-weight: 800;
}

.lp-fusion-story p {
  margin: 0;
  color: #4c5f7d;
  font-size: 0.98rem;
  line-height: 1.9;
}

.lp-fusion-voice-list {
  display: grid;
  gap: 1rem;
}

.lp-fusion-voice-item {
  position: relative;
  padding: 1.15rem 1.2rem 1.1rem 1.35rem;
  border-left: 5px solid #0095d9;
  border-radius: 0 18px 18px 0;
  background: #f8fbff;
}

.lp-fusion-voice-quote {
  margin: 0;
  color: #0f2350;
  font-size: 1.02rem;
  line-height: 1.95;
  font-weight: 700;
}

.lp-fusion-voice-name {
  margin: 0.7rem 0 0;
  color: #5e7e98;
  font-size: 0.92rem;
  font-weight: 700;
}

.lp-fusion-faq-list .faq-item {
  margin-bottom: 0.9rem;
  border-color: #dbeaf7;
  box-shadow: none;
}

.lp-fusion-faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.lp-fusion-faq-list .faq-item summary {
  padding: 1rem 3rem 1rem 1.15rem;
  color: #0f2350;
  font-size: 1.02rem;
}

.lp-fusion-faq-list .faq-item summary::after {
  color: #0095d9;
}

.lp-fusion-faq-list .faq-answer {
  padding: 0 1.15rem 1rem;
}

.lp-fusion-faq-list .faq-answer p {
  margin: 0;
  color: #4c5f7d;
  line-height: 1.9;
}

.lp-fusion-placeholder {
  margin: 0;
  padding: 1.2rem 1.25rem;
  border: 2px dashed #c6dff0;
  border-radius: 20px;
  background: #f8fbff;
  color: #5e7e98;
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 575.98px) {
  .lp-fusion-heading {
    margin-bottom: 1.8rem;
  }

  .lp-fusion-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-fusion-lead {
    font-size: 0.82rem;
  }

  .lp-fusion-title {
    line-height: 1.38;
  }

  .lp-fusion-intro {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .lp-fusion-card {
    border-radius: 22px;
  }

  .lp-fusion-card-head {
    gap: 0.85rem;
    padding: 1.1rem 1rem 0.85rem;
  }

  .lp-fusion-card-no {
    min-width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1.05rem;
  }

  .lp-fusion-card-head h3 {
    font-size: 1.2rem;
  }

  .lp-fusion-card-sub,
  .lp-fusion-placeholder {
    font-size: 0.92rem;
  }

  .lp-fusion-card-body {
    padding: 0 1rem 1rem;
  }

  .lp-fusion-story-grid {
    grid-template-columns: 1fr;
  }

  .lp-fusion-story,
  .lp-fusion-voice-item {
    padding: 1rem;
    border-radius: 16px;
  }

  .lp-fusion-story h4,
  .lp-fusion-faq-list .faq-item summary,
  .lp-fusion-voice-quote {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .lp-fusion-story p,
  .lp-fusion-faq-list .faq-answer p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .lp-fusion-placeholder {
    padding: 1rem;
    border-radius: 16px;
  }
}



/* ===== shared info banner ===== */
.lp-banner-cta-section {
  padding-top: 0.5rem;
}

.lp-banner-cta {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(21, 45, 95, 0.12);
  background: #eaf3ff;
}

.lp-banner-cta__image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-banner-cta__link {
  position: absolute;
  display: block;
  border-radius: 999px;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
}

.lp-banner-cta__link,
.lp-banner-cta__link:hover {
  text-decoration: none;
}

.lp-banner-cta__link:focus-visible {
  outline: 3px solid rgba(30, 80, 162, 0.45);
  outline-offset: -2px;
}

.lp-banner-cta__link:hover {
  outline: none;
}

.lp-banner-cta--desktop {
  display: block;
}

.lp-banner-cta--desktop .lp-banner-cta__link--request {
  left: 8%;
  top: 75%;
  width: 26%;
  height: 10%;
}

.lp-banner-cta--desktop .lp-banner-cta__link--school {
  left: 34%;
  top: 75%;
  width: 34%;
  height: 10%;
}

.lp-banner-cta--mobile {
  display: none;
}

.lp-banner-cta--mobile .lp-banner-cta__link--request {
  left: 6%;
  top: 73%;
  width: 89%;
  height: 9%;
}

.lp-banner-cta--mobile .lp-banner-cta__link--school {
  left: 6%;
  top: 84%;
  width: 89%;
  height: 9%;
}

@media (max-width: 767.98px) {
  .lp-banner-cta-section {
    padding-top: 0;
  }

  .lp-banner-cta--desktop {
    display: none;
  }

  .lp-banner-cta--mobile {
    display: block;
    border-radius: 24px;
  }
}

/* =========================================
   SPのみ：「こんなことで悩んでいませんか？」タイトル縮小
   追記場所：style.css の一番下
========================================= */
@media (max-width: 767.98px) {
  .lp-empathy-title {
    font-size: 1.8rem !important;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
/* =========================================
   ここまで追記
========================================= */
/* =========================================
   SPのみ：「4つの理由があります」タイトル縮小
   追記場所：style.css の一番下
========================================= */
@media (max-width: 767.98px) {
  .lp-system-reasons-title {
    font-size: 2.2rem !important;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
/* =========================================
   ここまで追記
========================================= */