* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #f5f5f5;
  color: #333;
}

h1, h2, h3 {
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Header */
header {
  text-align: center;
  padding: 60px 20px 40px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

/* Hero (with slick slider) */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .hero-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px 80px;
  width: 100%;
  max-width: 1100px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-content h1,
.hero-content .header-sub {
  color: #ffffff;
}

.hero-content h1 {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.hero-content .header-sub {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-top: 16px;
}

.hero-content .header-closing {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin-top: 12px;
  margin-bottom: 4px;
}

.hero-content .cta-btn {
  background: #FF6B35;
  color: #ffffff;
  border-color: #FF6B35;
}

.hero-content .cta-btn:hover {
  background: #e85d04;
  color: #ffffff;
  border-color: #e85d04;
}

.hero .slick-prev,
.hero .slick-next {
  z-index: 3;
  width: 40px;
  height: 40px;
}

.hero .slick-prev { left: 20px; }
.hero .slick-next { right: 20px; }

.hero .slick-prev::before,
.hero .slick-next::before {
  font-size: 36px;
  color: #fff;
  opacity: 0.85;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.hero .slick-dots {
  bottom: 18px;
  z-index: 3;
}

.hero .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
}

.hero .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

@media (max-width: 640px) {
  .hero { min-height: 460px; }
  .hero-content { padding: 40px 16px 60px; }
  .hero .slick-prev { left: 6px; }
  .hero .slick-next { right: 6px; }
}

header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  color: #111;
}

.header-sub {
  font-size: 0.88rem;
  color: #777;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.hero-tagline {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.8);
  margin-bottom: 12px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8), 0 0px 8px rgba(0,0,0,0.6);
}

.hero-services {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.hero-services span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
}

.hero-services .divider {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}

@media (max-width: 600px) {
  .hero-services {
    flex-direction: column;
    gap: 6px;
  }
  .hero-services .divider {
    display: none;
  }
}

/* Main Nav (hero内 3ボタン構成) */
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  margin-top: 16px;
  flex-wrap: wrap;
}

.nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.9);
  transform: translateY(-1px);
}

.nav-btn--featured {
  background: rgba(255,255,255,0.92);
  color: #1a1a1a;
  border-color: #fff;
  font-weight: 600;
}

.nav-btn--featured:hover {
  background: #fff;
  color: #1a1a1a;
}

.nav-badge {
  display: inline-block;
  background: #E24B4A;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 10px;
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  .main-nav {
    flex-direction: column;
    gap: 8px;
  }
  .nav-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #111;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  border: 1.5px solid #111;
}

.cta-btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.cta-btn.outline {
  background: #fff;
  color: #111;
}

.cta-btn.outline:hover {
  background: #111;
  color: #fff;
}

.hero-cta {
  margin-top: 0;
}

/* Hero sub copy */
.hero-sub {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.92);
  line-height: 1.9;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

/* Hero CTA group (2 buttons) */
.hero-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-cta--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.85);
}
.hero-cta--ghost:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: #fff;
}

@media (max-width: 600px) {
  .hero-cta-group { flex-direction: column; gap: 10px; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
  .hero-cta-group .cta-btn { width: 100%; text-align: center; }
}

@media (max-width: 640px) {
  header h1 { font-size: 2.2rem; }
}

/* Main & Sections */
main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section {
  padding: 40px 0 60px;
}

.section + .section {
  border-top: 1px solid #e5e5e5;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-align: center;
  color: #111;
  margin-bottom: 10px;
}

.section-lead {
  text-align: center;
  font-size: 0.86rem;
  color: #777;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
  color: #888;
  letter-spacing: 0.08em;
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

/* Grid — 2 columns */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Works tabs */
.works-tabs {
  display: flex;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto 32px;
  border-bottom: 1px solid #e5e0d6;
}
.works-tab {
  flex: 1 1 0;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 14px 10px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.04em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
.works-tab:hover { color: #333; }
.works-tab.is-active {
  color: #FF6B35;
  border-bottom-color: #FF6B35;
}
.works-panel { display: none; }
.works-panel.is-active { display: block; }

@media (max-width: 768px) {
  .works-tab {
    font-size: 0.72rem;
    padding: 12px 4px;
    letter-spacing: 0;
    white-space: normal;
  }
}

/* Card */
.card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Thumbnail */
.thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e0e0e0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.thumbnail--contain {
  background: #fff;
}

.thumbnail--contain img {
  object-fit: contain;
}

.card:hover .thumbnail img {
  transform: scale(1.04);
}

/* Info */
.info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #666;
  background: #f0f0f0;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.info h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.info p {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.6;
  flex: 1;
}

/* Button */
.btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background: #222;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.2s;
}

.btn:hover {
  background: #444;
}

/* Side SNS */
.side-sns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.side-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s, width 0.2s;
}

.side-sns-btn:hover { opacity: 0.85; }

.side-sns-btn svg {
  width: 20px;
  height: 20px;
}

.side-sns-btn.fb { background: #1877f2; border-radius: 6px 0 0 6px; }

.side-sns-btn.ig {
  background: linear-gradient(160deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 6px 0 0 6px;
}

.side-sns-btn.side-link {
  width: 40px;
  height: auto;
  min-height: 110px;
  padding: 18px 0;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  border-radius: 6px 0 0 6px;
}

.side-sns-btn.contact-link { background: #c8432e; color: #fff; }
.side-sns-btn.pricing-link { background: #111; color: #fff; }
.side-sns-btn.glossary-link { background: #555; color: #fff; }
.side-sns-btn.tobira-link {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 8px rgba(0,0,0,0.3);
  z-index: 9999;
}

/* Hero SNS (top-right over slider) */
.hero-sns {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

/* Footer SNS */
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

/* Shared SNS icon */
.sns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}

.sns-icon svg {
  width: 20px;
  height: 20px;
}

.sns-icon:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.sns-icon.fb { background: #1877f2; }

.sns-icon.ig {
  background: linear-gradient(160deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.sns-icon.line { background: #06C755; }

/* Footer SNS on light bg */
.footer-sns .sns-icon {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 640px) {
  .hero-sns { top: 14px; right: 14px; gap: 8px; }
  .sns-icon { width: 34px; height: 34px; }
  .sns-icon svg { width: 17px; height: 17px; }
}
.side-sns-btn.side-link:hover { opacity: 0.85; }

/* Pricing */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.price-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.price-card.featured {
  border-color: #111;
  background: #111;
  color: #fff;
  position: relative;
}

.price-card.featured .price-tag {
  background: #fff;
  color: #111;
}

.price-card.featured ul li {
  border-color: rgba(255,255,255,0.15);
  color: #ddd;
}

.price-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  background: #f0f0f0;
  color: #555;
  padding: 4px 14px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.price-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.price-card ul {
  list-style: none;
  text-align: left;
}

.price-card ul li {
  font-size: 0.84rem;
  padding: 10px 0;
  border-top: 1px solid #eee;
  color: #555;
}

.price-card ul li:first-child { border-top: none; }

.price-note {
  text-align: center;
  font-size: 0.82rem;
  color: #888;
  margin-top: 28px;
}

.price-unit {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.9rem;
  color: inherit;
  opacity: 0.7;
  margin-left: 2px;
}

.price-sub {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #888;
  letter-spacing: 0.04em;
}

.price-detail-link {
  text-align: center;
  margin-top: 28px;
  font-size: 0.92rem;
  color: #555;
}

.price-detail-link a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-detail-link a:hover { opacity: 0.7; }

.price-disclaimer {
  max-width: 560px;
  margin: 20px auto 0;
  padding: 12px 18px;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #111;
  border-radius: 4px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* ===== Service Section ===== */
.service-axis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.service-axis {
  background: #fdfaf4;
  border: 1px solid #ead9b8;
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}

.service-axis-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(186,117,23,0.18);
}

.service-axis-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #BA7517;
  margin-bottom: 8px;
}

.service-axis-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a342c;
  margin: 0 0 6px;
  line-height: 1.5;
}

.service-axis-desc {
  font-size: 0.85rem;
  color: #7a6b4f;
  line-height: 1.7;
  margin: 0;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.service-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(58,52,44,0.1);
  border-radius: 8px;
  padding: 20px 22px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
  border-color: rgba(186,117,23,0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(58,52,44,0.06);
}

.service-card--accent {
  border-color: rgba(186,117,23,0.35);
  background: linear-gradient(135deg, #fff 0%, #fdf6e8 100%);
}

.service-card--featured {
  border-color: rgba(15,157,88,0.45);
  background: linear-gradient(135deg, #fff 0%, #f1faf4 100%);
}

.service-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  background: #E24B4A;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.05em;
}

.service-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BA7517;
  background: rgba(186,117,23,0.08);
  border: 1px solid rgba(186,117,23,0.2);
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.service-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3a342c;
  margin: 0 0 8px;
  line-height: 1.5;
}

.service-desc {
  font-size: 0.85rem;
  color: #5a4a32;
  line-height: 1.8;
  margin: 0 0 14px;
}

.service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #BA7517;
  margin: 0 0 14px;
  line-height: 1.2;
}

.service-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #7a6b4f;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.service-card--featured .service-price { color: #2e8b57; }

.service-link {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 500;
  color: #BA7517;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(186,117,23,0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.service-link:hover {
  color: #8a5610;
  border-color: #8a5610;
}

.service-card--featured .service-link {
  color: #2e8b57;
  border-bottom-color: rgba(46,139,87,0.35);
}
.service-card--featured .service-link:hover {
  color: #1e6b3d;
  border-bottom-color: #1e6b3d;
}

.service-disclaimer {
  max-width: 720px;
  margin: 32px auto 0;
  padding: 12px 18px;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #BA7517;
  border-radius: 4px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.service-table-wrap {
  max-width: 960px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.service-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.95rem;
  color: #3a342c;
}
.service-table thead th {
  padding: 16px 18px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  text-align: left;
  color: #7a6b4f;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}
.service-table tbody td {
  padding: 18px;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
  vertical-align: middle;
}
.service-table tbody tr:last-child td { border-bottom: none; }
.service-table tbody td:first-child {
  font-weight: 600;
  color: #4a3a1f;
  white-space: nowrap;
}
.service-table tbody td:last-child {
  color: #c9a063;
  font-weight: 600;
  white-space: nowrap;
}

.service-pricing-link {
  max-width: 960px;
  margin: 20px auto 0;
  text-align: right;
  font-size: 0.95rem;
}
.service-pricing-link a {
  color: #c9a063;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,160,99,0.4);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.service-pricing-link a:hover {
  color: #a8833f;
  border-bottom-color: #a8833f;
}

@media (max-width: 768px) {
  .service-axis-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-axis { padding: 24px 20px; }
  .service-axis-title { font-size: 1.15rem; }
  .service-card { padding: 18px 18px; }
  .service-card h4 { font-size: 1rem; }
  .service-price { font-size: 1.25rem; }
  .service-table { font-size: 0.88rem; min-width: 560px; }
  .service-table thead th,
  .service-table tbody td { padding: 12px 14px; }
  .service-pricing-link { text-align: center; }

  .hero-content h1 { font-size: 1.65rem; line-height: 1.5; letter-spacing: 0.02em; }
  .hero-sub {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-cta--ghost { display: none; }
  .side-sns { display: none; }
}

/* Installment banner */
.installment-banner {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 18px 24px;
  background: #fdfaf4;
  border: 1px solid #ead9b8;
  border-radius: 8px;
  text-align: center;
  line-height: 1.7;
}

.installment-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a3a1f;
  letter-spacing: 0.02em;
}

.installment-note {
  font-size: 0.82rem;
  color: #7a6b4f;
  margin-top: 4px;
}

/* Support section (寄り添い感メッセージ) */
.support-section {
  background: #f7f1e8;
  border-radius: 12px;
  text-align: center;
}

.support-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 16px;
}

.support-icon {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 12px;
  line-height: 1;
}

.support-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #4a3a1f;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.support-text {
  font-size: 0.95rem;
  color: #5a4a32;
  line-height: 2;
  margin-bottom: 26px;
}

.support-btn {
  background: #c9a063;
  border-color: #c9a063;
  color: #fff;
}

.support-btn:hover {
  background: #b3884a;
  border-color: #b3884a;
}

/* Profile */
.profile-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.profile-img {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #e5e5e5, #ccc);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.profile-values span {
  font-size: 12px;
  color: #8B7355;
  background: #F7F5F0;
  border: 1px solid #DDD9D0;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

.profile-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.profile-comment {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}
.profile-comment p {
  margin-bottom: 14px;
}
.profile-comment p:last-child {
  margin-bottom: 0;
}

.profile-value {
  font-size: 0.92rem;
  color: #3a3a3a;
  line-height: 1.85;
  background: #fdf6e3;
  border-left: 3px solid #c9a063;
  padding: 14px 18px;
  border-radius: 4px;
  margin-bottom: 22px;
}

.profile-meta {
  font-size: 0.82rem;
}

.profile-meta dt {
  font-weight: 600;
  color: #333;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.profile-meta dd {
  color: #666;
  line-height: 1.6;
  margin-bottom: 4px;
}

/* Profile - integrated Support message */
.profile-support {
  max-width: 720px;
  margin: 48px auto 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, #fdfaf4 0%, #f9f1e3 100%);
  border: 1px solid rgba(186,117,23,0.2);
  border-left: 3px solid #BA7517;
  border-radius: 10px;
  text-align: center;
}

.profile-support-icon {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.profile-support-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3a342c;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.profile-support-text {
  font-size: 0.88rem;
  color: #5a4a32;
  line-height: 1.95;
  margin: 0;
}

@media (max-width: 600px) {
  .profile-support { padding: 22px 20px; margin-top: 32px; }
  .profile-support-title { font-size: 1rem; }
  .profile-support-text { font-size: 0.85rem; }
}

.profile-whyhp-note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  line-height: 1.8;
}

.profile-whyhp-note a {
  color: #888;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.profile-whyhp-note a:hover {
  color: #333;
}

/* Contact */
.contact-section { text-align: center; }

.contact-note {
  max-width: 560px;
  margin: 8px auto 24px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact-form {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 32px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  font-size: 0.85rem;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-row .required {
  color: #c8432e;
  font-size: 0.8rem;
  margin-left: 2px;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  font-family: inherit;
  font-size: 0.95rem;
  color: #222;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.contact-submit {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1.5px solid #111;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 640px) {
  .contact-form { padding: 24px 18px; }
}

/* Footer */
footer {
  text-align: center;
  padding: 50px 20px 30px;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}

.footer-cta {
  margin-bottom: 30px;
}

.footer-cta p {
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.copyright {
  font-size: 0.8rem;
  color: #aaa;
}

/* Responsive */
@media (max-width: 900px) {
  .price-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .profile-wrap {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  header h1 {
    font-size: 1.8rem;
  }

  header {
    padding: 40px 16px 30px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  main {
    padding: 40px 16px;
  }

  .section-title { font-size: 1.7rem; }
  .section { padding: 30px 0 40px; }

  .cta-btn { padding: 12px 24px; font-size: 0.82rem; }

  .contact-actions { flex-direction: column; align-items: center; }
  .contact-actions .cta-btn { width: 100%; max-width: 280px; }

  .side-sns-btn { width: 38px; height: 38px; }
  .side-sns-btn svg { width: 16px; height: 16px; }
  .side-sns-btn.side-link {
    width: 34px;
    height: auto;
    min-height: 92px;
    padding: 14px 4px;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }
  .price-detail-link { font-size: 0.86rem; }
  .price-sub { font-size: 0.78rem; }
}

/* Footer links */
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}
.footer-link {
  font-size: 11px;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.footer-link:hover { color: #c8a84b; }
.footer-sep { font-size: 11px; color: #ccc; }

/* Hero read-more link (h1 直下・控えめ) */
.hero-read-more {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.hero-read-more:hover {
  color: #fff;
  border-bottom-color: #fff;
}


/* Why-HP banner (below support section) */
.why-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 520px;
  margin: 32px auto 0;
  padding: 18px 28px;
  background: #FAF7F2;
  color: #6b5f4d;
  border: 1px solid rgba(201, 168, 122, 0.35);
  border-radius: 999px;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(201, 168, 122, 0.12);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.why-banner:hover {
  background: #f3ece0;
  color: #3a342c;
  transform: translateY(-1px);
}
.why-banner-arrow {
  font-size: 1.05rem;
  color: #c9a87a;
}
@media (max-width: 600px) {
  .why-banner {
    font-size: 0.9rem;
    padding: 14px 22px;
    margin: 28px 16px 0;
  }
}

/* ===== Maintenance section ===== */
.maint-section {
  max-width: 1100px;
  margin: 0 auto;
}

.maint-notice-banner {
  background: #FAEEDA;
  border-left: 4px solid #BA7517;
  padding: 18px 22px;
  border-radius: 4px;
  margin: 24px auto 36px;
  max-width: 900px;
  line-height: 1.8;
  color: #4a3a1f;
  font-size: 0.92rem;
}
.maint-notice-banner p { margin: 0 0 8px; }
.maint-notice-link {
  display: inline-block;
  color: #BA7517;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.maint-notice-link:hover { text-decoration: underline; }

.maint-table-wrap {
  overflow-x: auto;
  margin: 0 auto 48px;
  -webkit-overflow-scrolling: touch;
}

.maint-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.9rem;
  color: #3a342c;
}

.maint-table thead th {
  padding: 20px 14px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.maint-th-label {
  text-align: left !important;
  color: #7a6b4f;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  width: 32%;
  min-width: 220px;
}

.maint-th-plan { position: relative; }
.maint-plan-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #4a3a1f;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.maint-plan-price {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #c9a063;
}
.maint-plan-unit {
  font-size: 0.78rem;
  color: #7a6b4f;
  margin-left: 2px;
  font-weight: 400;
}

.maint-plan-featured {
  background: #fdfaf4 !important;
  border-left: 2px solid #c9a063;
  border-right: 2px solid #c9a063;
  border-top: 2px solid #c9a063;
}
.maint-plan-badge {
  display: inline-block;
  background: #c9a063;
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.maint-table tbody td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}

.maint-col-featured {
  background: #fdfaf4;
  border-left: 2px solid #c9a063;
  border-right: 2px solid #c9a063;
  font-weight: 500;
}
.maint-table tbody tr:last-child .maint-col-featured {
  border-bottom: 2px solid #c9a063;
}

.maint-row-label {
  text-align: left !important;
  color: #3a342c;
  font-weight: 500;
}
.maint-row-note {
  display: block;
  font-size: 0.78rem;
  color: #7a6b4f;
  font-weight: 400;
  margin-top: 4px;
  line-height: 1.5;
}
.maint-cell-sub {
  display: inline-block;
  font-size: 0.78rem;
  color: #7a6b4f;
}

.maint-group td {
  background: #f7f1e8;
  color: #4a3a1f;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-align: left !important;
  padding: 12px 18px !important;
}
.maint-group-icon {
  display: inline-block;
  margin-right: 8px;
}

.maint-term-link {
  color: #3a342c;
  text-decoration: none;
  border-bottom: 1px dashed #c9a063;
  font-weight: 500;
}
.maint-term-link:hover { color: #BA7517; border-bottom-style: solid; }
.maint-term-arrow {
  display: inline-block;
  font-size: 0.78rem;
  color: #c9a063;
  margin-left: 3px;
}

.maint-accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #3a342c;
  cursor: pointer;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.maint-accordion-trigger:hover { color: #BA7517; }
.maint-accordion-arrow {
  display: inline-block;
  font-size: 0.7rem;
  color: #c9a063;
  transition: transform 0.25s;
}
.maint-accordion-trigger[aria-expanded="true"] .maint-accordion-arrow {
  transform: rotate(180deg);
}
.maint-accordion-hint {
  font-size: 0.72rem;
  color: #7a6b4f;
  font-weight: 400;
  margin-left: 4px;
}

.maint-sub-row {
  display: none;
  background: #fbf7ef;
}
.maint-sub-row.maint-open {
  display: table-row;
}
.maint-sub-row td {
  border-bottom: 1px dashed #ead9b8;
  font-size: 0.88rem;
}
.maint-sub-row.maint-open + .maint-group td,
.maint-table tbody tr.maint-sub-row:last-child td { border-bottom-style: solid; }
.maint-sub-label {
  padding-left: 40px !important;
}
.maint-sub-row td.maint-col-featured {
  background: rgba(201,160,99,0.08);
}

/* Monthly report samples */
.maint-reports {
  margin: 48px 0 40px;
}
.maint-reports-title {
  text-align: center;
  font-size: 1.15rem;
  color: #4a3a1f;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.maint-reports-sub {
  text-align: center;
  font-size: 0.88rem;
  color: #7a6b4f;
  margin-bottom: 24px;
}
.maint-reports-sub strong {
  color: #BA7517;
  font-weight: 600;
}

.maint-report-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.maint-report-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(58,52,44,0.12);
}
.maint-report-standard.maint-report-link:hover {
  box-shadow: 0 12px 28px rgba(61,121,192,0.18);
}
.maint-report-open {
  margin-left: auto;
  font-size: 0.76rem;
  color: #BA7517;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.maint-reports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.maint-report {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.maint-report-standard {
  border: 2px solid #3d79c0;
  box-shadow: 0 6px 18px rgba(61,121,192,0.08);
  position: relative;
}
.maint-report-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.maint-report-plan {
  font-weight: 700;
  color: #4a3a1f;
  letter-spacing: 0.1em;
}
.maint-report-badge {
  background: #3d79c0;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  padding: 2px 10px;
  border-radius: 999px;
}
.maint-report-type {
  margin-left: auto;
  font-size: 0.78rem;
  color: #7a6b4f;
}

/* Light report: mail */
.maint-report-mail {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 14px;
  font-size: 0.85rem;
  color: #3a342c;
  line-height: 1.8;
}
.maint-mail-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 0.78rem;
  color: #7a6b4f;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.maint-mail-body p { margin: 0 0 8px; }
.maint-mail-kpi {
  background: #fff;
  border: 1px solid #ead9b8;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.maint-mail-kpi-label { color: #7a6b4f; font-size: 0.78rem; }
.maint-mail-kpi-value { font-size: 1.2rem; font-weight: 700; color: #4a3a1f; }
.maint-mail-kpi-delta { color: #2e8b57; font-size: 0.78rem; font-weight: 600; }

/* Standard report: cards + bars */
.maint-card-kpi {
  background: #fdfaf4;
  border: 1px solid #ead9b8;
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.maint-card-kpi-label { color: #7a6b4f; font-size: 0.82rem; }
.maint-card-kpi-value { font-size: 1.35rem; font-weight: 700; color: #4a3a1f; }

.maint-card-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.maint-card-block-title {
  font-size: 0.78rem;
  color: #7a6b4f;
  letter-spacing: 0.06em;
}
.maint-card-block-value {
  font-size: 0.95rem;
  color: #3a342c;
  font-weight: 600;
}

.maint-bar-row {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #3a342c;
}
.maint-bar {
  height: 6px;
  background: #f0e7d4;
  border-radius: 3px;
  overflow: hidden;
}
.maint-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #c9a063, #b3884a);
  border-radius: 3px;
}
.maint-bar-label { color: #7a6b4f; }
.maint-bar-value { text-align: right; color: #4a3a1f; font-weight: 600; }

.maint-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.maint-tag {
  display: inline-block;
  background: #fdfaf4;
  border: 1px solid #ead9b8;
  color: #4a3a1f;
  font-size: 0.76rem;
  padding: 4px 10px;
  border-radius: 999px;
}
.maint-tag-done {
  background: #e8f4ec;
  border-color: #b6d8c2;
  color: #2e6b46;
}

/* Premium report: dashboard */
.maint-dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.maint-dash-card {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.maint-dash-label { font-size: 0.74rem; color: #7a6b4f; }
.maint-dash-value { font-size: 1.1rem; font-weight: 700; color: #4a3a1f; }

.maint-dash-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.maint-dash-list li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 0.85rem;
  color: #3a342c;
  padding: 6px 10px;
  background: #fafafa;
  border-radius: 4px;
}
.maint-dash-rank {
  background: #c9a063;
  color: #fff;
  font-size: 0.72rem;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}
.maint-dash-count {
  color: #7a6b4f;
  font-size: 0.8rem;
  font-weight: 600;
}

/* CTA */
.maint-cta {
  text-align: center;
  background: #f7f1e8;
  border-radius: 12px;
  padding: 36px 24px;
  margin-top: 20px;
}
.maint-cta-title {
  font-size: 1.3rem;
  color: #4a3a1f;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.maint-cta-sub {
  color: #5a4a32;
  font-size: 0.92rem;
  line-height: 1.9;
  margin-bottom: 22px;
}
.maint-cta-btn {
  display: inline-block;
  width: auto;
  min-width: 220px;
  padding: 14px 40px;
  background: #c9a063;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-radius: 4px;
  text-decoration: none;
  border: 1.5px solid #c9a063;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.maint-cta-btn:hover {
  background: #b3884a;
  border-color: #b3884a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(201,160,99,0.25);
}

@media (max-width: 900px) {
  .maint-reports-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .maint-notice-banner { font-size: 0.86rem; padding: 14px 18px; }
  .maint-table { font-size: 0.82rem; }
  .maint-th-plan { padding: 14px 8px !important; }
  .maint-plan-name { font-size: 0.9rem; }
  .maint-plan-price { font-size: 0.95rem; }
  .maint-cta { padding: 28px 16px; }
  .maint-cta-title { font-size: 1.1rem; }
  .maint-cta-btn { min-width: 0; width: 100%; max-width: 320px; }
}

/* ================================================
   Tobira Section
   ================================================ */

.tobira-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.tobira-section {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #f0ede8;
}

.tobira-header { margin-bottom: 56px; }

.tobira-app-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tobira-app-icon-tile {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.45), transparent 55%),
    linear-gradient(135deg, #c9a063 0%, #b8862f 50%, #8a5a1a 100%);
  box-shadow:
    0 18px 36px rgba(184,134,47,0.45),
    0 6px 14px rgba(0,0,0,0.18),
    inset 0 1px 1px rgba(255,255,255,0.5),
    inset 0 -2px 4px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tobira-app-icon-text {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 76px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.tobira-app-icon-glow {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.tobira-app-icon-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #b8862f;
  background: #fdf6e3;
  border: 1px solid #e8d5a8;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
}
@media (max-width: 640px) {
  .tobira-app-icon-tile { width: 108px; height: 108px; border-radius: 24px; }
  .tobira-app-icon-text { font-size: 62px; }
}

.tobira-eyebrow {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8862f;
  margin-bottom: 18px;
  display: inline-block;
  padding: 8px 18px;
  background: #fdf6e3;
  border: 1.5px solid #c9a063;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .tobira-eyebrow { font-size: 16px; padding: 6px 14px; }
}

.tobira-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.tobira-title-accent { color: #c9a063; }

.tobira-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.85;
  max-width: 540px;
  margin-bottom: 20px;
}

.tobira-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.tobira-pill {
  font-size: 12px;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid #ddd;
  color: #888;
}

.tobira-pill--accent {
  background: #fdf6e3;
  color: #8a6a2a;
  border-color: #c9a063;
}

.tobira-block { margin-bottom: 52px; }

.tobira-block-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.tobira-usage-illust {
  margin: 0 0 28px;
  text-align: center;
}
.tobira-usage-illust img {
  display: block;
  width: 100%;
  max-width: 880px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.tobira-flow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tobira-flow-card {
  flex: 1;
  border: 1px solid #f0ede8;
  border-radius: 10px;
  padding: 14px 12px;
  background: #fff;
  text-align: center;
}

.tobira-flow-img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: zoom-in;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tobira-flow-img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.tobira-flow-step {
  font-size: 11px;
  color: #c9a063;
  font-weight: 500;
  margin-bottom: 8px;
}

.tobira-flow-name {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.tobira-flow-detail {
  font-size: 11px;
  color: #999;
  line-height: 1.6;
}

.tobira-flow-arrow {
  color: #ccc;
  font-size: 18px;
  padding-top: 120px;
  flex-shrink: 0;
}

.tobira-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.tobira-vs-col {
  border: 1px solid #f0ede8;
  border-radius: 10px;
  overflow: hidden;
}

.tobira-vs-col--accent { border-color: #c9a063; }

.tobira-vs-head { padding: 10px 16px; font-size: 13px; font-weight: 500; }

.tobira-vs-head--gray { background: #f8f6f2; color: #888; }

.tobira-vs-head--accent { background: #fdf6e3; color: #6b4a10; }

.tobira-vs-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 16px;
  border-top: 1px solid #f5f2ee;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.tobira-icon-no {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fef0f0;
  color: #e05555;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.tobira-icon-yes {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fdf6e3;
  color: #c9a063;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.tobira-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.tobira-feat {
  border: 1px solid #f0ede8;
  border-radius: 10px;
  padding: 20px 16px;
  background: #fff;
}

.tobira-feat-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}

.tobira-feat-title { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: 6px; }

.tobira-feat-desc { font-size: 12px; color: #888; line-height: 1.7; }

.tobira-combo {
  background: #fdf6e3;
  border: 1px solid #e8d5a8;
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 40px;
}

.tobira-combo-label {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8862f;
  margin-bottom: 14px;
  display: inline-block;
  padding: 8px 18px;
  background: #fff;
  border: 1.5px solid #c9a063;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .tobira-combo-label { font-size: 16px; padding: 6px 14px; }
}

.tobira-combo-title { font-size: 16px; font-weight: 500; color: #1a1a1a; margin-bottom: 8px; }

.tobira-combo-desc { font-size: 13px; color: #666; line-height: 1.85; }

.tobira-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 32px; }

.tobira-btn {
  display: inline-block;
  background: #c9a063;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}

.tobira-btn:hover { background: #b08a4a; }

.tobira-cta-note { font-size: 12px; color: #aaa; }

.tobira-stack { display: flex; flex-wrap: wrap; gap: 6px; }

.tobira-stack-badge {
  font-size: 11px;
  padding: 3px 9px;
  background: #f8f6f2;
  border: 1px solid #ede8e0;
  border-radius: 4px;
  color: #aaa;
}

@media (max-width: 768px) {
  .tobira-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .tobira-flow-arrow { display: none; }
  .tobira-vs { grid-template-columns: 1fr; }
  .tobira-features { grid-template-columns: 1fr; }
  .tobira-title { font-size: 1.6rem; }
  .tobira-cta { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ===== HERO SLIDER ===== */
.hero-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 540px;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  display: flex;
  align-items: center;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slider .slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.2) 40%,
    rgba(0,0,0,0.55) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-tag {
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 24px;
  color: #fff;
  overflow-wrap: break-word;
  padding: 0 4px;
}

.hero-sub {
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin-bottom: 36px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: #c9a063;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 20px 44px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(201,160,99,0.45), 0 2px 6px rgba(0,0,0,0.18);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn-primary:hover {
  background: #b8862f;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(184,134,47,0.55), 0 4px 10px rgba(0,0,0,0.22);
}


.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 4px;
  border: 1.5px solid rgba(255,255,255,0.6);
  text-decoration: none;
  transition: background 0.2s;
}

.btn-secondary:hover { background: rgba(255,255,255,0.12); }

.slider-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.slider-dots .dot.active {
  background: #fff;
  transform: scale(1.3);
}

@media (max-width: 640px) {
  .slide-content { padding: 0 24px; }
  .hero-cta { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
/* ===== /HERO SLIDER ===== */

/* ===== TOBIRA LIGHTBOX ===== */
.tobira-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 32px;
  cursor: zoom-out;
}
.tobira-lightbox.is-open { display: flex; }
.tobira-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.tobira-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.tobira-lightbox-close:hover { background: rgba(255,255,255,0.22); }
.tobira-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}
.tobira-lightbox-nav:hover { background: rgba(255,255,255,0.22); }
.tobira-lightbox-prev { left: 24px; }
.tobira-lightbox-next { right: 24px; }
.tobira-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  background: rgba(0,0,0,0.4);
  padding: 6px 14px;
  border-radius: 999px;
}
@media (max-width: 640px) {
  .tobira-lightbox-nav { width: 44px; height: 44px; font-size: 18px; }
  .tobira-lightbox-prev { left: 8px; }
  .tobira-lightbox-next { right: 8px; }
}
/* ===== /TOBIRA LIGHTBOX ===== */

/* ===== FLOW SECTION ===== */
.flow-section {
  padding: 80px 20px;
  background: #FAF8F5;
  text-align: center;
}
.flow-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: #C8A97E;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.flow-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #3D2B1F;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.flow-desc {
  color: #7A6A5A;
  font-size: 0.95rem;
  line-height: 1.85;
  max-width: 560px;
  margin: 0 auto 36px;
}
.flow-illust {
  margin: 0 auto 24px;
  max-width: 720px;
}
.flow-illust img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.flow-note {
  color: #8a6a2a;
  font-size: 13px;
  background: #fdf6e3;
  border: 1px solid #e8d5a8;
  border-radius: 999px;
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 28px;
}
.flow-cta {
  display: inline-block;
  background: #c9a063;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(201,160,99,0.35);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.flow-cta:hover {
  background: #b8862f;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(184,134,47,0.45);
}
@media (max-width: 640px) {
  .flow-section { padding: 56px 16px; }
}
/* ===== /FLOW SECTION ===== */

/* ===== iPhone可読性パッチ (<=640px) ===== */
@media (max-width: 640px) {
  /* ヒーロー: 背景画像と文字のコントラスト強化 */
  .hero-slider .slide::after {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.35) 50%,
        rgba(0,0,0,0.65) 100%);
  }
  .slide-content {
    padding: 0 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.85), 0 1px 3px rgba(0,0,0,0.7);
  }
  .hero-title {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .hero-tag {
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
  }
  .hero-sub {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,0.95);
    margin-bottom: 24px;
  }
  .hero-demo-note {
    font-size: 12px;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    margin-top: 14px;
    padding: 0 8px;
    line-height: 1.6;
  }
  .cta-primary {
    width: 100%;
    max-width: 320px;
    padding: 16px 20px;
    font-size: 15px;
    box-sizing: border-box;
  }

  /* Profile: 強制改行を無効化して自然リフロー */
  .profile-comment br { display: none; }
  .profile-comment {
    line-height: 1.95;
    font-size: 14px;
  }
  /* 段落区切り（br×2）の代替: pタグ風の余白をbr後に挿入できないので
     もとのbr×2は1つだけ残したい場合は HTML側で対応。今回は全消しで自然詰め */
  .profile-value {
    font-size: 14px;
    line-height: 1.9;
  }

  /* Instagramフォローボタンを画面幅に収める */
  .profile-sns-cta {
    margin: 24px 16px 22px;
  }
  .instagram-follow-btn {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
    padding: 14px 16px;
    box-sizing: border-box;
    font-size: 13px;
  }

  /* strength-bar: 縦長になりすぎないよう余白圧縮 */
  .strength-bar {
    padding: 24px 16px;
  }
  .strength-items {
    gap: 12px;
  }
  .strength-icon { font-size: 22px; }
  .strength-label {
    font-size: 11.5px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .strength-label small {
    font-size: 10px;
  }
}
/* ===== /iPhone可読性パッチ ===== */

/* ===== TYPOGRAPHY / SPACING / MOBILE READABILITY (preview) ===== */
:root {
  --font-size-base: clamp(16px, 4vw, 18px);
  --font-size-sm:   clamp(14px, 3.5vw, 15px);
  --font-size-md:   clamp(17px, 4.5vw, 20px);
  --font-size-lg:   clamp(22px, 6vw, 32px);
  --font-size-xl:   clamp(28px, 8vw, 48px);

  --leading-tight:  1.5;
  --leading-body:   1.85;
  --leading-loose:  2.0;

  --space-xs: clamp(8px,  2vw, 12px);
  --space-sm: clamp(16px, 4vw, 24px);
  --space-md: clamp(32px, 6vw, 56px);
  --space-lg: clamp(56px, 10vw, 96px);
  --space-xl: clamp(80px, 14vw, 140px);
}

body {
  font-size: var(--font-size-base);
  line-height: var(--leading-body);
}

h1 {
  font-size: var(--font-size-xl);
  line-height: var(--leading-tight);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-sm);
}

h2 {
  font-size: var(--font-size-lg);
  line-height: var(--leading-tight);
  letter-spacing: -0.01em;
  margin-bottom: var(--space-xs);
}

h3 {
  font-size: var(--font-size-md);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-xs);
}

p {
  font-size: var(--font-size-base);
  line-height: var(--leading-body);
  margin-bottom: var(--space-sm);
  max-width: 65ch;
}

@media (max-width: 640px) {
  p { max-width: 100%; }
}

section {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.section-header {
  margin-bottom: var(--space-md);
}

.works-grid {
  gap: var(--space-md);
}

.work-card h3 {
  font-size: var(--font-size-md);
  margin-top: var(--space-xs);
  margin-bottom: calc(var(--space-xs) / 2);
}

.work-card p {
  font-size: var(--font-size-sm);
  line-height: var(--leading-loose);
  color: #555;
}

@media (max-width: 640px) {
  .btn,
  a[href="#contact"],
  a[href="#works"],
  input[type="submit"],
  button[type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 24px;
    font-size: var(--font-size-md);
    box-sizing: border-box;
  }

  .hero-cta,
  .hero-buttons {
    flex-direction: column;
    gap: var(--space-sm);
  }
}

@media (max-width: 640px) {
  select,
  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 16px;
    padding: 14px 12px;
    width: 100%;
    box-sizing: border-box;
  }

  label {
    font-size: var(--font-size-base);
    margin-bottom: 6px;
    display: block;
  }
}

@media (max-width: 640px) {
  .service-table,
  section#service table {
    display: block;
  }

  .service-table thead,
  section#service thead {
    display: none;
  }

  .service-table tr,
  section#service tr {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: var(--space-sm);
    margin-bottom: var(--space-sm);
  }

  .service-table td,
  section#service td {
    display: block;
    border: none;
    padding: 4px 0;
    font-size: var(--font-size-sm);
  }

  .service-table td:before,
  section#service td:before {
    content: attr(data-label);
    font-weight: bold;
    font-size: var(--font-size-sm);
    display: block;
    color: #888;
    margin-bottom: 2px;
  }
}
@media (max-width: 640px) {
  .hero-title br,
  .hero-sub br,
  .section-subtitle br {
    display: none;
  }
}
/* ===== /TYPOGRAPHY (preview) ===== */

/* ===== HERO CTA GROUP / DEMO NOTE ===== */
.hero-cta-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cta-primary {
  background: #c9a84c;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(201,168,76,0.4), 0 2px 6px rgba(0,0,0,0.18);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.cta-primary:hover {
  background: #b58e2f;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(181,142,47,0.5), 0 4px 10px rgba(0,0,0,0.22);
}
.cta-secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.7);
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.cta-secondary:hover {
  background: rgba(255,255,255,0.15);
}
.hero-demo-note {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-top: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 600px) {
  .hero-cta-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .cta-primary,
  .cta-secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
/* ===== /HERO CTA GROUP ===== */

/* ===== SIDE-SNS MOBILE ===== */
@media (max-width: 640px) {
  .side-sns {
    width: 36px;
  }
  .side-sns a:not(:first-child),
  .side-sns > *:not(:first-child) {
    display: none;
  }
}
/* ===== /SIDE-SNS MOBILE ===== */

/* ===== PROFILE SNS CTA ===== */
.profile-sns-cta {
  margin-top: 24px;
  margin-bottom: 22px;
}
.instagram-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1.5px solid #c9a84c;
  color: #c9a84c;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: all 0.2s;
  text-decoration: none;
}
.instagram-follow-btn:hover {
  background: #c9a84c;
  color: #fff;
}
/* ===== /PROFILE SNS CTA ===== */

/* ===== STRENGTH BAR ===== */
.strength-bar {
  background: #f8f5ef;
  padding: 28px 20px;
  border-bottom: 1px solid #e8e0d0;
}
.strength-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.strength-item {
  text-align: center;
}
.strength-icon {
  font-size: 24px;
}
.strength-label {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
  color: #555;
}
.strength-label small {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .strength-items {
    gap: 16px;
  }
  .strength-label {
    font-size: 11px;
  }
}
/* ===== /STRENGTH BAR ===== */

/* ===== SERVICE NAV CARDS (top page) ===== */
.svc-nav-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 20px 16px;
}
.svc-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-nav-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 24px;
  border: 1px solid #e7e2d8;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.svc-nav-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #c9a063;
}
.svc-nav-icon {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 14px;
}
.svc-nav-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.svc-nav-text {
  font-size: 0.84rem;
  color: #5a5a5a;
  line-height: 1.7;
  flex: 1;
}
.svc-nav-arrow {
  margin-top: 16px;
  font-size: 0.95rem;
  color: #c9a063;
  letter-spacing: 0.1em;
  transition: transform 0.2s;
}
.svc-nav-card:hover .svc-nav-arrow {
  transform: translateX(4px);
}
.svc-nav-card:focus-visible {
  outline: 2px solid #c9a063;
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .svc-nav-grid { grid-template-columns: 1fr; gap: 16px; }
  .svc-nav-section { padding: 40px 16px 8px; }
}
/* ===== /SERVICE NAV CARDS ===== */

/* ===== HERO BADGES ===== */
.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 14px 0;
}
.hero-badge {
  border: 1px solid rgba(201,160,99,0.4);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  background: rgba(0,0,0,0.25);
}
.hero-badge b {
  color: #c9a063;
}
/* ===== /HERO BADGES ===== */

/* ===== HERO TAG (屋号ラベル上書き) ===== */
.hero-tag {
  color: #c9a063;
  letter-spacing: 0.12em;
  font-size: 11px;
}
/* ===== /HERO TAG ===== */

/* ===== CTA PRIMARY / GHOST (ヒーロー用上書き) ===== */
.cta-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.7);
  font-weight: 600;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.2s;
}
.cta-ghost:hover {
  background: rgba(255,255,255,0.15);
}
/* ===== /CTA GHOST ===== */

/* ===== STRENGTH BAR — 3層カード ===== */
.strength-bar {
  background: #fff;
  padding: 48px 20px;
  border-bottom: 1px solid #ece8e0;
}
.strength-items {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: stretch;
}
.strength-item {
  background: #fff;
  border-radius: 10px;
  border-top: 3px solid #c9a063;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  padding: 28px 24px 24px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.strength-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.1);
}
.strength-icon {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.strength-problem {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  line-height: 1.5;
}
.strength-service {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.4;
}
.strength-benefit {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.strength-more {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c9a063;
  text-decoration: none;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(201,160,99,0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.strength-more:hover {
  color: #a8833f;
  border-bottom-color: #a8833f;
}
@media (max-width: 768px) {
  .strength-items {
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
  }
  .strength-item {
    padding: 22px 20px 20px;
  }
}
/* ===== /STRENGTH BAR — 3層カード ===== */

/* ===== SITE HEADER (固定ナビ) ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 60px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
}
.site-header-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  font-family: 'Pacifico', cursive;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-decoration: none;
  flex-shrink: 0;
}
.site-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header-nav a {
  font-size: 0.82rem;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: color 0.2s;
}
.site-header-nav a:hover {
  color: #c9a063;
}
.site-cta {
  display: inline-block;
  background: #c9a063;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.site-cta:hover {
  background: #b08a4f;
}
/* LINE相談ボタン（無料で相談の横・常設） */
.site-cta.site-cta--line {
  background: #06C755;
  margin-left: 8px;
}
.site-cta.site-cta--line:hover {
  background: #05b34a;
}
/* サービスナビ — デスクトップで表示、モバイルで非表示 */
.site-header-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.site-header-links a {
  font-size: 0.76rem;
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 7px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  background: #f6f6f6;
  transition: color 0.18s, background 0.18s, border-color 0.18s, box-shadow 0.18s;
  transition: color 0.18s;
}
.site-header-links a:hover {
  color: #ffffff;
  background: #06C755;
  border-color: #06C755;
  box-shadow: 0 2px 8px rgba(6,199,85,0.25);
}
/* ヘッダー分のコンテンツずれ補正 */
body.has-site-header {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .site-header-links {
    display: none;
  }
  .site-header-nav {
    gap: 12px;
  }
  .site-logo {
    font-size: 1.1rem;
  }
  .site-cta {
    font-size: 0.76rem;
    padding: 7px 12px;
  }
}
/* ===== /SITE HEADER ===== */

/* ===== VOICE SECTION (お客様の声 — コメント解除で有効化) ===== */
.voice-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 20px;
}
.voice-section-title {
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
  color: #2a2a2a;
}
.voice-section-sub {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 40px;
}
.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.voice-card {
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: 8px;
  padding: 24px 20px;
}
.voice-card-quote {
  font-size: 0.9rem;
  line-height: 1.85;
  color: #3a3a3a;
  margin-bottom: 16px;
}
.voice-card-meta {
  font-size: 0.78rem;
  color: #888;
  font-weight: 500;
}
.voice-case {
  background: #faf7f2;
  border-left: 3px solid #c9a063;
  border-radius: 4px;
  padding: 20px 24px;
}
.voice-case-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 8px;
}
.voice-case-body {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .voice-cards {
    grid-template-columns: 1fr;
  }
}

/* ===== Flow Diagram (.fdiag-) ===== */
.fdiag-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 20px;
}
.fdiag-section + .svc-section,
.svc-section + .fdiag-section {
  border-top: 1px solid #ececec;
}
.fdiag-title {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.fdiag-lead {
  text-align: center;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

/* 横並びコンテナ */
.fdiag-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}

/* 各ブロックカード */
.fdiag-block {
  flex: 1;
  max-width: 260px;
  border-radius: 12px;
  padding: 28px 20px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.fdiag-block--before {
  background: #f7f7f7;
  border-color: #d8d8d8;
}
.fdiag-block--core {
  background: #fffaf3;
  border: 2px solid #c9a063;
}
.fdiag-block--after {
  background: #f8fdf9;
  border-color: #b8dfc4;
}
.fdiag-block--step {
  background: #fff;
  border-color: #e4e4e4;
}

.fdiag-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  color: #aaa;
}
.fdiag-block--core .fdiag-icon { color: #c9a063; }
.fdiag-block--after .fdiag-icon { color: #34a85a; }
.fdiag-block--step .fdiag-icon { color: #c9a063; }

.fdiag-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 8px;
}
.fdiag-block--core .fdiag-label { color: #c9a063; }
.fdiag-block--after .fdiag-label { color: #34a85a; }
.fdiag-block--step .fdiag-label { color: #c9a063; }

.fdiag-heading {
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.5;
}
.fdiag-block--core .fdiag-heading { color: #8a6820; }

.fdiag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.fdiag-list li {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.75;
  padding-left: 1.1em;
  position: relative;
}
.fdiag-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #bbb;
}
.fdiag-block--core .fdiag-list li { color: #7a5e1a; }
.fdiag-block--core .fdiag-list li::before { color: #c9a063; }
.fdiag-block--after .fdiag-list li { color: #2a6640; }
.fdiag-block--after .fdiag-list li::before { color: #34a85a; }

.fdiag-desc {
  font-size: 0.83rem;
  color: #555;
  line-height: 1.75;
}
.fdiag-block--core .fdiag-desc { color: #7a5e1a; }
.fdiag-block--after .fdiag-desc { color: #2a6640; }

/* 矢印 */
.fdiag-arrow {
  display: flex;
  align-items: center;
  padding: 0 8px;
  padding-top: 56px;
  color: #c9a063;
  font-size: 1.2rem;
  flex-shrink: 0;
  user-select: none;
}

/* After付記 */
.fdiag-tagline {
  margin-top: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #34a85a;
  letter-spacing: 0.05em;
}

/* ステップ番号（英会話用） */
.fdiag-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: #c9a063;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

/* レスポンシブ: モバイルで縦積み */
@media (max-width: 700px) {
  .fdiag-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .fdiag-block {
    max-width: 100%;
    width: 100%;
  }
  .fdiag-arrow {
    padding-top: 0;
    padding: 4px 0;
    transform: rotate(90deg);
  }
}

/* ===== 自社プロダクト セクション (.prod-) ===== */
.prod-section {
  background: #fff;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.prod-card {
  border: 1px solid #e2e6ea;
  border-top: 3px solid #c9a063;
  border-radius: 10px;
  padding: 24px 20px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.prod-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.prod-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #c9a063;
  background: #fdf6e3;
  border: 1px solid rgba(201, 160, 99, 0.3);
  border-radius: 20px;
  padding: 3px 10px;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 10px;
}

.prod-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.prod-desc {
  font-size: 0.86rem;
  color: #555;
  line-height: 1.75;
  flex: 1;
}

.prod-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #c9a063;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.prod-link:hover {
  color: #a07830;
}

@media (max-width: 900px) {
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .prod-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== /VOICE SECTION ===== */

/* ===== HERO WIDTH / READABILITY PATCH ===== */
/* slide-content 幅を 760px→600px に縮小して読みやすく */
.slide-content {
  max-width: 600px;
}
/* hero-sub 可読性UP */
.hero-sub {
  color: rgba(255,255,255,0.92);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
/* hero-title 2行維持 / 600px幅で折り返し3行にならないよう微調整 */
.hero-title {
  font-size: clamp(28px, 3.8vw, 46px);
}
/* ===== /HERO WIDTH / READABILITY PATCH ===== */

/* ===== PROFILE LINE CTA ===== */
.profile-line-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.line-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06C755;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  transition: background 0.2s;
}
.line-follow-btn:hover {
  background: #05b34c;
}
.line-qr-img {
  width: 104px;
  height: 104px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  cursor: zoom-in;
}
/* ===== /PROFILE LINE CTA ===== */

/* ===== ZOOM LIGHTBOX ===== */
img.zoomable {
  cursor: zoom-in;
}
#zoom-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.82);
  align-items: center;
  justify-content: center;
}
#zoom-lightbox.is-open {
  display: flex;
}
#zoom-lightbox-img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  display: block;
}
#zoom-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#zoom-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.28);
}
/* ===== /ZOOM LIGHTBOX ===== */

/* ===== FV2: 左右2分割ヒーロー ===== */
.fv2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 60px);
}

/* 左カラム */
.fv2-left {
  background: #0c2340;
  color: #fff;
  padding: clamp(48px, 8vw, 96px) clamp(32px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv2-label {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #06c755;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  font-weight: 500;
}

.fv2-heading {
  font-size: clamp(36px, 4.8vw, 68px);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: -0.01em;
}

.fv2-sub {
  font-size: clamp(14px, 1.4vw, 16px);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 36ch;
  margin: 0;
}

/* 右カラム */
.fv2-right {
  background: #fff;
  color: #0c2340;
  padding: clamp(48px, 8vw, 96px) clamp(32px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv2-answer {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 36px;
  line-height: 1.4;
}

.fv2-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fv2-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.fv2-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0c2340;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.fv2-step-body {
  flex: 1;
}

.fv2-step-title {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 4px;
  line-height: 1.4;
}

.fv2-accent {
  font-size: clamp(18px, 2.2vw, 24px);
  color: #06c755;
  font-weight: 900;
}

.fv2-step-desc {
  font-size: clamp(13px, 1.2vw, 14px);
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* CTAグループ */
.fv2-cta-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 340px;
}

.fv2-btn-line {
  display: block;
  background: #06c755;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 16px);
  padding: 16px 28px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.04em;
}

.fv2-btn-line:hover {
  background: #05b34c;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(6, 199, 85, 0.45);
}

.fv2-btn-ghost {
  display: block;
  background: transparent;
  color: #0c2340;
  border: 2px solid #0c2340;
  font-weight: 600;
  font-size: clamp(13px, 1.3vw, 15px);
  padding: 14px 28px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.04em;
}

.fv2-btn-ghost:hover {
  background: #0c2340;
  color: #fff;
}

/* レスポンシブ: <=900px で縦積み（左が上） */
@media (max-width: 900px) {
  .fv2-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .fv2-left {
    padding: 48px 24px 40px;
  }
  .fv2-right {
    padding: 40px 24px 48px;
  }
  .fv2-heading {
    font-size: clamp(32px, 8vw, 48px);
  }
  .fv2-cta-group {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .fv2-left {
    padding: 40px 20px 36px;
  }
  .fv2-right {
    padding: 36px 20px 48px;
  }
  .fv2-heading {
    font-size: clamp(30px, 9vw, 40px);
  }
  .fv2-step-num {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
/* ===== /FV2: 左右2分割ヒーロー ===== */

/* ===== FV2: サービスカードセクション ===== */
.fv2-cards-section {
  background: #f7f7f7;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 40px);
  text-align: center;
}

.fv2-cards-heading {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 700;
  color: #0c2340;
  margin-bottom: clamp(28px, 4vw, 48px);
  letter-spacing: 0.02em;
}

.fv2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto 32px;
}

.fv2-card {
  background: #fff;
  border-radius: 12px;
  border-top: 4px solid #06c755;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 24px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.11);
}

.fv2-card-worry {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1.5;
}

.fv2-card-name {
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 12px;
  line-height: 1.4;
}

.fv2-card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 18px;
}

.fv2-card-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #06c755;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 199, 85, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}

.fv2-card-link:hover {
  color: #05983f;
  border-bottom-color: #05983f;
}

/* 開発事例 */
.fv2-case {
  font-size: 13px;
  color: #666;
  margin: 0 auto 20px;
  max-width: 960px;
  text-align: center;
  line-height: 1.8;
}

.fv2-case a {
  color: #0c2340;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(12, 35, 64, 0.3);
  padding-bottom: 1px;
  margin-left: 6px;
  transition: color 0.2s, border-color 0.2s;
}

.fv2-case a:hover {
  color: #06c755;
  border-bottom-color: #06c755;
}

/* 下層導線 */
.fv2-funnel {
  font-size: 13px;
  color: #888;
  margin: 0;
  line-height: 1.8;
  text-align: center;
}

.fv2-funnel a {
  color: #0c2340;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.fv2-funnel a:hover {
  color: #06c755;
}

.fv2-funnel-sep {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .fv2-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .fv2-cards-section {
    padding: 40px 16px;
  }
  .fv2-funnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .fv2-funnel-sep {
    display: none;
  }
}
/* ===== /FV2: サービスカードセクション ===== */

/* FV LINE QR（はがき呼応） */
.fv2-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}
.fv2-qr-img {
  width: 108px;
  height: 108px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  cursor: zoom-in;
  flex-shrink: 0;
}
.fv2-qr-note {
  font-size: 0.82rem;
  line-height: 1.7;
  color: #0c2340;
  font-weight: 500;
}
@media (max-width: 480px) {
  .fv2-qr { justify-content: center; }
}
