/* ============ reset (minimal, scoped to this page's own markup) ============ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #2b2f34;
  background: #eef1f5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p, dl, dt, dd, ul { margin: 0; padding: 0; }
ul { list-style: none; }
button { font-family: inherit; }

:root {
  --acc: #2b6cb0;
  --acc-dark: #1f5680;
}

/* ============ header ============ */
.l-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(237, 241, 246, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #d4dce4;
}
.l-header_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header_logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
}
.l-header_sub {
  font-size: 12px;
  color: #79818c;
  font-weight: 500;
  white-space: nowrap;
}
.l-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.l-nav a {
  font-size: 13px;
  font-weight: 700;
  color: #4a4f56;
  text-decoration: none;
}
.l-nav_cta {
  display: inline-flex;
  align-items: center;
  background: var(--acc);
  color: #fff !important;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 20px;
  border-radius: 3px;
}
.l-nav_cta:hover { filter: brightness(.94); }
.l-nav-toggle { display: none; }
.l-btn-burger { display: none; }

/* 文節単位で折り返し、語中での不自然な改行を防ぐ */
.l-phrase { display: inline-block; }

/* ============ buttons ============ */
.l-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.l-btn-primary { background: var(--acc); color: #fff; }
.l-btn-primary:hover { filter: brightness(.94); }
.l-btn-white { background: #fff; color: #23262b; font-weight: 900; }
.l-btn-white:hover { filter: brightness(.96); }
.l-btn-lg { font-size: 18px; padding: 16px 30px; }

/* ============ hero ============ */
.l-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vw, 760px);
}
.l-hero_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.l-hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 26, 33, .86) 0%, rgba(20, 26, 33, .72) 38%, rgba(20, 26, 33, .32) 62%, rgba(20, 26, 33, .12) 100%);
}
.l-hero_inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) clamp(16px, 4vw, 32px) clamp(64px, 9vw, 110px);
  display: flex;
  align-items: center;
  min-height: clamp(520px, 72vw, 760px);
}
.l-hero_content { max-width: 620px; }
.l-hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  padding: 7px 14px;
  border-radius: 3px;
  margin-bottom: 24px;
  backdrop-filter: blur(2px);
}
.l-hero_badge span {
  width: 7px;
  height: 7px;
  background: var(--acc);
  display: inline-block;
}
.l-hero_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 5.6vw, 46px);
  line-height: 1.45;
  letter-spacing: -.5px;
  margin: 0 0 22px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.l-hero_lead {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.9;
  color: rgba(255, 255, 255, .92);
  font-weight: 500;
  margin: 0 0 30px;
  max-width: 540px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
.l-hero_ctaWrap { margin-bottom: 36px; }
.l-hero_stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 44px);
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.l-hero_statNum {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.l-hero_statNum span { font-size: 14px; color: rgba(255, 255, 255, .75); }
.l-hero_statLabel { font-size: 12.5px; color: rgba(255, 255, 255, .75); margin-top: 6px; }
.l-hero_priceBadge {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  bottom: clamp(16px, 4vw, 48px);
  background: var(--acc);
  color: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}
.l-hero_priceBadge_label { font-size: 11px; font-weight: 700; opacity: .9; letter-spacing: .5px; }
.l-hero_priceBadge_price { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 32px; line-height: 1.1; }
.l-hero_priceBadge_price span { font-size: 15px; font-weight: 600; }
.l-hero_priceBadge_note { font-size: 11px; opacity: .9; font-weight: 500; }

/* ============ law banner ============ */
.l-lawBanner { background: #e3edf6; }
.l-lawBanner_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 32px) clamp(16px, 4vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
  border-left: 5px solid var(--acc);
}
.l-lawBanner_label {
  flex: 0 0 auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--acc-dark);
  text-align: center;
}
.l-lawBanner_text {
  flex: 1 1 400px;
  font-size: clamp(13.5px, 1.5vw, 15.5px);
  line-height: 1.85;
  color: #4a4f56;
  font-weight: 500;
}
.l-lawBanner_text strong { font-weight: 900; color: #23262b; }

/* ============ generic section ============ */
.l-section-white { background: #ffffff; border-top: 1px solid #dce3ea; border-bottom: 1px solid #dce3ea; }
.l-section-gray { background: #eef1f5; }
.l-section_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(16px, 4vw, 32px);
}
.l-section_inner-narrow { max-width: 840px; }
.l-sectionHead { max-width: 780px; margin: 0 auto clamp(38px, 5vw, 54px); text-align: center; }
.l-sectionEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--acc-dark);
}
.l-sectionEyebrow span { width: 24px; height: 2px; background: var(--acc); display: inline-block; }
.l-sectionTitle {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.4;
  color: #23262b;
}
.l-sectionLead {
  margin: 16px 0 0;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.9;
  color: #5a5f66;
}
.l-note { text-align: center; font-size: 13px; color: #909aa4; margin: 26px 0 0; }

/* ============ problem ============ */
.l-problemGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: #dce3ea;
  border: 1px solid #dce3ea;
}
.l-problemCard { background: #fff; padding: 32px 28px; }
.l-problemCard_num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; color: var(--acc); margin-bottom: 12px; }
.l-problemCard h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 18px; margin: 0 0 12px; color: #23262b; }
.l-problemCard p { font-size: 14px; line-height: 1.85; color: #5a5f66; }

/* ============ solution ============ */
.l-solutionRow { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 52px); align-items: stretch; }
.l-slider {
  flex: 1 1 360px;
  min-width: 300px;
  min-height: 300px;
  border: 1px solid #d7dee6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.l-slider_track { position: relative; width: 100%; height: 100%; min-height: 300px; }
.l-slider_track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .5s ease;
}
.l-slider_track img.is-active { opacity: 1; }
.l-slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #d7dee6;
  color: #23262b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-slider_arrow-prev { left: 10px; }
.l-slider_arrow-next { right: 10px; }
.l-slider_dots { position: absolute; left: 0; right: 0; bottom: 12px; display: flex; justify-content: center; gap: 7px; }
.l-slider_dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}
.l-slider_dots button.is-active { width: 18px; background: #ffffff; }

.l-featureList { flex: 1 1 340px; min-width: 300px; display: flex; flex-direction: column; }
.l-featureItem { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid #dce3ea; }
.l-featureItem-last { border-bottom: none; }
.l-featureItem_num {
  flex: 0 0 auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: var(--acc);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.l-featureItem h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 17px; margin: 0 0 5px; color: #23262b; }
.l-featureItem p { font-size: 14px; line-height: 1.8; color: #5a5f66; }

/* ============ spec grid ============ */
.l-specGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.l-specCard { border: 1px solid #dce3ea; border-radius: 4px; overflow: hidden; background: #fff; }
.l-specCard img { width: 100%; height: 160px; object-fit: cover; }
.l-specCard_body { padding: 20px 22px; }
.l-specCard_body h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 17px; margin: 0 0 6px; color: #23262b; }
.l-specCard_body p { font-size: 13px; line-height: 1.75; color: #6b6f76; }

/* ============ vehicle grid ============ */
.l-vehicleGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.l-vehicleCard { border: 1px solid #d7dee6; border-radius: 4px; overflow: hidden; position: relative; background: #fff; }
.l-vehicleCard_ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--acc);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 3px;
}
.l-vehicleCard img { width: 100%; height: 220px; object-fit: cover; }
.l-vehicleCard_body { padding: 22px 24px; }
.l-vehicleCard_body h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 20px; margin: 0 0 4px; color: #23262b; }
.l-vehicleCard_spec { font-size: 12.5px; color: #79818c; margin-bottom: 14px; }
.l-vehicleCard_body p { font-size: 13.5px; line-height: 1.85; color: #5a5f66; }

/* カード内カルーセル（.l-slider をカード用に上書き） */
.l-vehicleCard .l-slider {
  flex: none;
  min-width: 0;
  min-height: 0;
  border: none;
  border-radius: 0;
}
.l-vehicleCard .l-slider_track { min-height: 0; height: 220px; }
.l-vehicleCard .l-slider_track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-vehicleCard .l-slider_arrow { width: 30px; height: 30px; font-size: 14px; }

/* ============ 様々な場面で活躍します ============ */
.l-usecase { margin-top: 48px; text-align: center; }
.l-usecase_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #23262b;
  margin: 0 0 16px;
}
.l-usecase_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13.5px;
  line-height: 1.9;
  color: #5a5f66;
}
.l-usecase_list li { display: inline-flex; align-items: center; }
.l-usecase_list li:not(:last-child)::after {
  content: "/";
  margin: 0 .7em;
  color: #b6bec7;
}

/* ============ price ============ */
.l-priceHero {
  border: 2px solid var(--acc);
  border-radius: 4px;
  padding: clamp(26px, 4vw, 40px);
  text-align: center;
  margin-bottom: 32px;
  background: #eef4fb;
}
.l-priceHero_label { font-weight: 700; font-size: 15px; letter-spacing: 1px; color: var(--acc-dark); }
.l-priceHero_price { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(44px, 8vw, 78px); line-height: 1.05; margin: 6px 0; color: #23262b; }
.l-priceHero_price span { font-size: clamp(20px, 3vw, 28px); }
.l-priceHero_note { font-weight: 700; font-size: 14px; color: #4a4f56; }

.l-planGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.l-planCard { background: #fff; border: 1px solid #dce3ea; border-radius: 4px; padding: 26px 24px; position: relative; }
.l-planCard-highlight { background: #eef4fb; border: 2px solid var(--acc); }
.l-planCard_badge {
  position: absolute;
  top: -11px;
  left: 24px;
  background: var(--acc);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 3px;
}
.l-planCard_title { font-weight: 900; font-size: 16px; margin-bottom: 4px; color: #23262b; }
.l-planCard_period { font-size: 12px; color: #79818c; margin-bottom: 14px; }
.l-planCard_off { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 32px; color: var(--acc); }
.l-planCard_off span { font-size: 16px; }
.l-planCard p { margin: 12px 0 0; font-size: 12.5px; line-height: 1.75; color: #6b6f76; }

/* ============ flow ============ */
.l-flowGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.l-flowCard { background: #fff; border: 1px solid #dce3ea; border-radius: 4px; padding: 28px 24px; }
.l-flowCard_step { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; color: var(--acc); }
.l-flowCard h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 18px; margin: 8px 0 10px; color: #23262b; }
.l-flowCard p { font-size: 13.5px; line-height: 1.8; color: #5a5f66; }

/* ============ faq ============ */
.l-faqList { display: flex; flex-direction: column; gap: 12px; }
.l-faqItem { border: 1px solid #dce3ea; border-radius: 4px; overflow: hidden; background: #fff; }
.l-faqItem_q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.l-faqItem_q span:first-child { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; color: #23262b; }
.l-faqItem_q em { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 700; color: var(--acc); font-size: 17px; }
.l-faqItem_icon { flex: 0 0 auto; font-size: 22px; color: var(--acc); font-weight: 700; line-height: 1; }
.l-faqItem_a { display: none; padding: 0 22px 22px 22px; font-size: 14px; line-height: 1.9; color: #5a5f66; border-top: 1px solid #e6ecf2; }
.l-faqItem_a div { padding-top: 16px; }
.l-faqItem.is-open .l-faqItem_a { display: block; }
.l-faqItem.is-open .l-faqItem_icon { content: "−"; }

/* ============ cta band ============ */
.l-ctaBand { background: var(--acc); }
.l-ctaBand_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 52px) clamp(16px, 4vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.l-ctaBand_text { color: #fff; }
.l-ctaBand_title { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: clamp(20px, 2.6vw, 28px); line-height: 1.4; }
.l-ctaBand_sub { font-size: 13.5px; opacity: .92; margin-top: 6px; }
.l-ctaBand .l-btn-white { font-size: 16px; padding: 16px 32px; flex: none; box-shadow: 0 4px 14px rgba(0, 0, 0, .14); }

/* ============ contact ============ */
.l-contactSection { background: #e4eaf1; }
.l-contactActions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 20px; }
.l-telCard {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #ced6df;
  border-radius: 4px;
  padding: 15px 26px;
  text-decoration: none;
  color: #23262b;
}
.l-telCard_label { font-size: 12px; color: #79818c; }
.l-telCard_num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; color: var(--acc); }

/* ============ blog（スタッフブログ） ============ */
.l-blogGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.l-blogCard { display: block; border: 1px solid #dce3ea; border-radius: 4px; overflow: hidden; background: #fff; text-decoration: none; transition: box-shadow .2s; }
.l-blogCard:hover { box-shadow: 0 6px 16px rgba(0, 0, 0, .08); }
.l-blogCard_img { width: 100%; height: 150px; object-fit: cover; }
.l-blogCard_body { padding: 18px 20px; }
.l-blogCard_date { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .5px; color: #909aa4; }
.l-blogCard_title { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 700; font-size: 15px; line-height: 1.6; color: #23262b; margin: 8px 0; }
.l-blogCard_excerpt {
  font-size: 12.5px;
  line-height: 1.75;
  color: #6b6f76;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.l-blogMore { text-align: center; margin-top: 34px; }
.l-btn-outline { background: #fff; color: var(--acc-dark); border: 1px solid var(--acc); }
.l-btn-outline:hover { background: var(--acc); color: #fff; }

/* ============ footer ============ */
/* 本体のフッターは japan-crc.shop から移植（footer-crc.css）。
   下の帯は移植元に著作権表記が無いため、LP の表記を残すもの。 */
.l-footerCopy {
  background: #0C509F;
  color: #fff;
  text-align: center;
  font-size: 11.5px;
  padding: 0 32px 20px;
}

/* ============ floating cta ============ */
.l-floatCta {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  background: var(--acc);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.l-floatCta:hover { filter: brightness(.94); }

/* ============ responsive nav (mobile) ============ */
@media (max-width: 760px) {
  .l-btn-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .l-btn-burger span,
  .l-btn-burger span::before,
  .l-btn-burger span::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #23262b;
  }
  .l-btn-burger span::before { transform: translateY(-7px); }
  .l-btn-burger span::after { transform: translateY(7px); }
  .l-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0 20px;
  }
  .l-nav-toggle:checked ~ .l-nav { display: flex; }
  .l-hero_stats { gap: 20px; }
  .l-floatCta { font-size: 13px; padding: 12px 18px; }
}
