.tm-lp {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  color: #102033;
  background:
    radial-gradient(circle at top left, rgba(0,87,200,.12), transparent 34%),
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 52%, #f6f8fb 100%);
  overflow: hidden;
}

.tm-lp * { box-sizing: border-box; }
.tm-lp a { text-decoration: none; }

.tm-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px 54px;
}

.tm-badge,
.tm-kicker,
.tm-mini-label {
  letter-spacing: .08em;
  font-weight: 900;
}

.tm-badge {
  display: inline-block;
  background: #e7f0ff;
  color: #0a4ea3;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}

.tm-kicker {
  color: #0057c8;
  font-size: 13px;
  margin: 0 0 8px;
}

.tm-mini-label {
  color: #60738d;
  font-size: 12px;
  margin: 0 0 6px;
}

.tm-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.16;
  margin: 18px 0;
  letter-spacing: -.05em;
}

.tm-lead {
  font-size: 18px;
  line-height: 1.9;
  color: #46576b;
  margin: 0;
}

.tm-hero__photo { position: relative; }

.tm-hero__photo img,
.tm-clinic-card img,
.tm-trust__photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tm-hero__photo img {
  height: 460px;
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(14, 44, 80, .18);
}

.tm-hero__photo::after {
  content: "オンライン対応";
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: rgba(255,255,255,.94);
  color: #0a4ea3;
  padding: 12px 16px;
  border-radius: 16px;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.tm-hero-cta,
.tm-final-cta,
.tm-two-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.tm-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 900;
  line-height: 1.25;
  transition: .2s ease;
}

.tm-btn:hover {
  transform: translateY(-2px);
  opacity: .94;
}

.tm-btn--primary {
  background: #0057c8;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,87,200,.25);
}

.tm-btn--secondary {
  background: #00a676;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,166,118,.22);
}

.tm-btn--outline {
  background: #fff;
  color: #0057c8;
  border: 2px solid #d4e3fa;
}

.tm-proof {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.tm-proof li {
  background: #fff;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  padding: 9px 12px;
  color: #334b66;
  font-size: 13px;
  font-weight: 800;
}

.tm-note {
  font-size: 13px;
  color: #69788a;
  margin-top: 16px;
}

.tm-fast,
.tm-clinics,
.tm-steps,
.tm-final {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px;
}

.tm-section-head {
  max-width: 760px;
}

.tm-section-head h2,
.tm-guide h2,
.tm-trust h2,
.tm-final h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 12px;
  letter-spacing: -.04em;
}

.tm-section-head p,
.tm-guide p,
.tm-final p {
  color: #53657a;
  line-height: 1.85;
}

.tm-route-grid,
.tm-clinic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.tm-route-card,
.tm-clinic-card,
.tm-guide,
.tm-step-grid > div,
.tm-trust,
.tm-final {
  background: rgba(255,255,255,.96);
  border-radius: 26px;
  box-shadow: 0 16px 40px rgba(15, 38, 70, .08);
  border: 1px solid rgba(231,237,245,.9);
}

.tm-route-card {
  padding: 30px;
}

.tm-route-card h3,
.tm-clinic-card h3 {
  font-size: 24px;
  margin: 14px 0 8px;
  letter-spacing: -.03em;
}

.tm-route-card p,
.tm-clinic-card p,
.tm-step-grid p,
.tm-trust li {
  color: #516377;
  line-height: 1.75;
}

.tm-label {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
}

.tm-label--new { background: #0057c8; }
.tm-label--repeat { background: #00a676; }

.tm-card-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tm-clinic-card {
  overflow: hidden;
}

.tm-clinic-card img {
  height: 250px;
  background: #e9f0f8;
}

.tm-clinic-body { padding: 26px; }
.tm-two-actions .tm-btn { flex: 1 1 150px; }

.tm-guide {
  max-width: 1132px;
  margin: 22px auto 0;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-left: 8px solid #0057c8;
}

.tm-steps { padding-top: 64px; }

.tm-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.tm-step-grid > div { padding: 24px; }

.tm-step-grid span {
  color: #0057c8;
  font-size: 30px;
  font-weight: 950;
}

.tm-step-grid h3 {
  margin: 10px 0 6px;
  font-size: 20px;
}

.tm-trust {
  max-width: 1180px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
}

.tm-trust__photo img {
  height: 100%;
  min-height: 365px;
}

.tm-trust__text { padding: 42px; }

.tm-trust ul {
  margin: 22px 0 0;
  padding-left: 1.2em;
}

.tm-trust li {
  margin: 12px 0;
  font-weight: 800;
}

.tm-final {
  text-align: center;
  margin-bottom: 96px;
}

.tm-final .tm-final-cta { justify-content: center; }

.tm-sticky { display: none; }

@media (max-width: 900px) {
  .tm-hero,
  .tm-route-grid,
  .tm-clinic-grid,
  .tm-step-grid,
  .tm-trust {
    grid-template-columns: 1fr;
  }

  .tm-hero { padding-top: 38px; }

  .tm-hero__photo img {
    height: 300px;
    border-radius: 24px;
  }

  .tm-guide {
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-btn { width: 100%; }
  .tm-two-actions { gap: 10px; }

  .tm-trust__photo img { min-height: 260px; }

  .tm-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 9999;
    box-shadow: 0 -8px 22px rgba(0,0,0,.12);
  }

  .tm-sticky a {
    padding: 16px 10px;
    text-align: center;
    color: #fff;
    font-weight: 950;
  }

  .tm-sticky a:first-child { background: #0057c8; }
  .tm-sticky a:last-child { background: #00a676; }
}

@media (max-width: 480px) {
  .tm-fast,
  .tm-clinics,
  .tm-steps,
  .tm-final { padding-left: 18px; padding-right: 18px; }
  .tm-route-card, .tm-guide, .tm-trust__text { padding: 24px; }
  .tm-hero h1 { font-size: 36px; }
}
