:root {
  --green: #2f9952;
  --green-deep: #1f793f;
  --green-soft: #edf8ef;
  --pink: #e85782;
  --pink-deep: #d63f6d;
  --pink-soft: #fff1f5;
  --blue: #2a80bd;
  --blue-soft: #eef8ff;
  --line: #cfe6f6;
  --text: #1f3445;
  --muted: #617486;
  --white: #fff;
  --shadow: 0 18px 48px rgba(61, 120, 159, .14);
  --radius: 18px;
  --container: 1300px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: .02em;
  background: linear-gradient(180deg, #fff 0%, #f7fcff 55%, #fff 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }

.notice-bar {
  display: none;
  position: absolute;
  top: 8px;
  right: max(24px, calc((100vw - 1220px) / 2));
  z-index: 5;
  min-width: 238px;
  color: #fff;
  background: linear-gradient(90deg, #df4f7e, #ed6d96);
  border-radius: 999px;
  padding: 4px 20px 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .05em;
  box-shadow: 0 5px 12px rgba(216, 63, 109, .18);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(207, 230, 246, .85);
}
.header-inner {
  width: min(calc(100% - 56px), 1300px);
  min-height: 108px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "brand contact"
    "nav nav";
  gap: 0 24px;
  align-items: start;
  justify-content: space-between;
  padding: 12px 0 8px;
}
.brand { grid-area: brand; display: inline-flex; align-items: center; gap: 8px; min-width: 230px; align-self: center; margin-top: 2px; }
.brand-mark {
  width: 27px;
  height: 46px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}
.brand-copy { display: grid; grid-template-columns: auto auto auto; gap: 7px; align-items: baseline; white-space: nowrap; }
.brand-copy small { font-size: 18px; font-weight: 700; color: #163522; }
.brand-copy strong { font-size: clamp(25px, 3.5vw, 36px); line-height: 1; letter-spacing: .08em; color: #1d1d1d; font-family: Georgia, "Yu Mincho", serif; }
.brand-copy strong span { color: var(--pink); }
.brand-copy em { font-style: normal; font-weight: 800; color: var(--green); font-size: 18px; }
.global-nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(26px, 3.4vw, 48px);
  width: 100%;
  padding: 7px 0 0;
  color: #222;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
}
.global-nav a {
  position: relative;
  padding: 3px 0;
  white-space: nowrap;
}
.global-nav a::after { display: none; }
.global-nav a:hover { color: var(--pink-deep); }
.header-contact {
  grid-area: contact;
  width:310px;
  justify-self: end;
  align-self: start;
  margin-top: 2px;
  margin-left: auto;
  text-align: right;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.contact-badge {
  align-self: flex-end;
  margin: 0 0 4px;
  min-width: 232px;
  color: #fff;
  background: linear-gradient(90deg, #df4f7e, #ed6d96);
  border-radius: 999px;
  padding: 5px 18px 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 5px 12px rgba(216, 63, 109, .18);
}
.header-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 7px;
  font-weight: 900;
}
.header-contact .icon {
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}
.header-contact .freecall {
  color: var(--pink);
}
.header-contact .freecall .number {
  font-size: clamp(28px, 2.4vw, 35px);
  line-height: 1;
  letter-spacing: .03em;
}
.header-contact .phone {
  color: #1f2830;
  gap: 6px;
}
.header-contact .phone .number {
  font-size: 18px;
  line-height: 1;
  letter-spacing: .04em;
}
.icon-phone {
  width: 50px;
  height: 33px;
}
.icon-sub {
  width: 15px;
  height: 15px;
}
.nav-toggle { display: none; }


.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 650px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 11% 16%, rgba(110, 187, 99, .25), transparent 16%),
    linear-gradient(180deg, #eaf8ff 0%, #fff 86%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 44%, rgba(255,255,255,.26) 68%, rgba(255,255,255,.1) 100%),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.6), transparent 28%),
    linear-gradient(150deg, rgba(174, 220, 242, .82), rgba(239, 249, 255, .35));
}
.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  filter: blur(1px);
}
.hero-bg::before { width: 260px; height: 90px; right: 17%; top: 70px; }
.hero-bg::after { width: 360px; height: 125px; right: 2%; top: 155px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: 20px;
  align-items: center;
  padding: 60px 0 70px;
}
.eyebrow { color: #1a5c83; font-weight: 900; margin: 0 0 12px; font-size: clamp(16px, 1.7vw, 22px); }
.hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5.4vw, 66px);
  line-height: 1.33;
  letter-spacing: .05em;
  color: #161f29;
  text-shadow: 0 2px 0 rgba(255,255,255,.7);
}
.hero h1 span { color: var(--green); }
.lead { width: min(100%, 700px); margin: 22px 0 0; font-weight: 700; color: #465867; font-size: 17px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 28px 0 0; }
.hero-badges li {
  border: 2px solid #9bd09e;
  background: rgba(255,255,255,.86);
  color: var(--green-deep);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(54, 153, 82, .08);
}
.hero-badges li:nth-child(2), .hero-badges li:nth-child(4) { border-color: #f2a6bd; color: var(--pink-deep); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.btn {
  min-width: 210px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 13px;
  padding: 15px 26px;
  font-weight: 900;
  letter-spacing: .05em;
  border: 2px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(90deg, var(--pink), #ee789a); box-shadow: 0 16px 28px rgba(216, 63, 109, .28); }
.btn-primary::before { content: "☎"; }
.btn-outline { color: var(--green-deep); background: rgba(255,255,255,.88); border-color: #6db779; box-shadow: 0 14px 26px rgba(70, 150, 91, .12); }
.btn-outline::before { content: "✉"; }
.btn-green { color: #fff; background: linear-gradient(90deg, var(--green), #65b86f); box-shadow: 0 12px 22px rgba(47, 153, 82, .2); }
.btn-pink { color: #fff; background: linear-gradient(90deg, var(--pink), #ed789a); box-shadow: 0 12px 22px rgba(216, 63, 109, .2); }
.hero-visual { margin: 0; align-self: end; position: relative; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% 3% -6% 4%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(94, 154, 190, .18);
  filter: blur(20px);
}
.hero-visual img { width: 100%; filter: drop-shadow(0 22px 18px rgba(31, 72, 101, .14)); }

.section { padding: 54px 0; }
.section-light { background: linear-gradient(180deg, rgba(239,248,255,.74), rgba(255,255,255,.65)); }
.section-heading { text-align: center; margin-bottom: 28px; }
.section-heading span { color: var(--blue); font-family: Georgia, serif; font-style: italic; letter-spacing: .2em; font-weight: 700; }
.section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 5px 0 0;
  color: #174a78;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.35;
  letter-spacing: .08em;
}
.section-heading h2::before,
.section-heading h2::after {
  content: "";
  width: min(17vw, 210px);
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--line) 0 5px, transparent 5px 11px);
}
.section-heading p { margin: 8px auto 0; max-width: 760px; color: var(--muted); font-weight: 700; }
.section-heading.compact { text-align: left; margin-bottom: 12px; }
.section-heading.compact h2 { display: block; }
.section-heading.compact h2::before,
.section-heading.compact h2::after { display: none; }

.message-section { padding: 30px 0 16px; background: #fff; }
.message-card {
  min-height: 154px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: end;
  padding: 24px 48px 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 18%, rgba(110, 192, 235, .24), transparent 15%),
    linear-gradient(90deg, rgba(239, 249, 255, .98), rgba(243, 251, 255, .7));
  box-shadow: inset 0 0 0 1px rgba(214, 234, 246, .85);
  overflow: hidden;
}
.message-card h2 { font-family: "Yu Mincho", serif; margin: 0; font-size: clamp(24px, 2.4vw, 32px); letter-spacing: .09em; }
.message-card h2 span { color: var(--pink); font-size: 1.18em; }
.message-card p { margin: 12px 0 26px; color: #495a68; font-weight: 700; }
.message-card img { width: 100%; align-self: end; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(220px, .84fr);
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 17px;
  padding: 28px 22px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(55, 121, 68, .08);
}
.service-card-pink { border-color: #ef9ab1; box-shadow: 0 12px 32px rgba(232, 87, 130, .08); }
.service-card h3 { font-size: clamp(24px, 2.7vw, 36px); margin: 0 0 10px; color: var(--green); font-weight: 900; letter-spacing: .04em; }
.service-card-pink h3 { color: var(--pink); }
.service-card p { margin: 0; font-weight: 700; color: #405567; }
.service-card img { border-radius: 12px; filter: drop-shadow(0 12px 16px rgba(42, 89, 119, .12)); }
.mini-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; }
.mini-tags li { background: var(--pink-soft); color: var(--pink-deep); border: 1px solid #f3a6ba; border-radius: 8px; padding: 4px 10px; font-size: 13px; font-weight: 900; }

.scene-grid, .reason-grid { display: grid; gap: 16px; }
.scene-grid { grid-template-columns: repeat(6, 1fr); }
.scene-grid article {
  min-height: 152px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 15px;
  padding: 18px 12px;
  box-shadow: 0 8px 20px rgba(57, 128, 183, .06);
}
.scene-grid i { font-size: 44px; font-style: normal; line-height: 1; }
.scene-grid h3, .flow-list h3 { margin: 0; font-size: 18px; line-height: 1.45; }
.reason-grid { grid-template-columns: repeat(5, 1fr); }
.reason-grid article {
  min-height: 154px;
  background: linear-gradient(180deg, #fff, #f8fff9);
  border: 1px solid #c9e7cd;
  border-radius: 15px;
  padding: 18px 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(45, 137, 70, .08);
}
.reason-grid article:nth-child(even) { background: linear-gradient(180deg, #fff, #fff5f8); border-color: #f4c1cf; }
.reason-icon { font-size: 44px; line-height: 1; }
.reason-grid h3 { margin: 9px 0 5px; font-size: 17px; line-height: 1.45; }
.reason-grid p { margin: 0; color: var(--muted); font-weight: 700; font-size: 13px; }

.vehicle-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr repeat(4, 1fr);
  gap: 14px;
}
.vehicle-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 20px rgba(47, 116, 164, .08);
}
.vehicle-card img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; background: #fff; }
.vehicle-card.wide img { aspect-ratio: 1.66 / 1; }
.vehicle-card h3 { margin: 0; padding: 10px 8px 14px; font-size: 15px; line-height: 1.35; }

.flow-section { padding-top: 36px; }
.flow-list {
  counter-reset: flow;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
}
.flow-list li {
  position: relative;
  min-height: 140px;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 15px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
  padding: 18px 10px;
}
.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  border-left: 10px solid #8a9bad;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.flow-list span {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.flow-list i { font-style: normal; font-size: 43px; color: #62778b; }

.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.info-card, .utility-card, .faq-card {
  border-radius: 18px;
  background: #fff;
  padding: 26px 30px;
  box-shadow: 0 10px 28px rgba(42, 117, 164, .08);
  border: 1px solid var(--line);
}
.info-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; min-height: 220px; }
.info-card h2, .utility-card h2, .faq-card h2 { margin: 0 0 8px; color: var(--green-deep); font-size: 28px; }
.member-card h2 { color: var(--pink-deep); }
.info-card p, .utility-card p { color: #536677; font-weight: 700; margin: 0 0 18px; }
.price-card { background: linear-gradient(90deg, #fff, #f4fff5); border-color: #c8eaca; }
.member-card { background: linear-gradient(90deg, #fff, #fff4f8); border-color: #f3c2ce; }
.card-illust { font-size: 74px; filter: drop-shadow(0 10px 12px rgba(0,0,0,.08)); }
.member-card img { width: 160px; opacity: .92; }
.utility-faq-section { padding-top: 26px; }
.utility-card { background: linear-gradient(180deg, #fff, #fffaf0); border-color: #f3dca7; }
.utility-card h2 { color: #c9891c; }
.utility-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.utility-list span { display: grid; place-items: center; gap: 5px; min-height: 92px; border-radius: 12px; background: #fff; border: 1px solid #f0d7a4; font-size: 26px; }
.utility-list b { font-size: 14px; }
.faq-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; background: linear-gradient(180deg, #fff, #f0f8ff); }
.faq-card h2 { color: #1b6aa0; }
details { border: 1px solid #bdd7ea; border-radius: 8px; background: #fff; margin: 8px 0; overflow: hidden; }
summary { cursor: pointer; padding: 9px 12px; font-weight: 900; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--blue); font-size: 20px; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 12px 12px; color: var(--muted); font-weight: 700; }
.faq-link { display: inline-flex; justify-content: center; min-width: 260px; border-radius: 999px; padding: 9px 18px; margin-top: 10px; background: linear-gradient(90deg, #2d7eba, #175f93); color: #fff; font-weight: 900; }
.faq-card img { width: 170px; align-self: end; }

.cta-section { padding: 38px 0 54px; }
.cta-card {
  display: grid;
  grid-template-columns: 300px 1fr 235px;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  border: 3px solid #6eb8ea;
  border-radius: 18px;
  background: linear-gradient(120deg, #fff, #eff9ff 50%, #fff 100%);
  box-shadow: var(--shadow);
}
.cta-card img { border-radius: 12px; }
.cta-copy h2 { margin: 0; color: #174a78; font-size: clamp(24px, 3vw, 40px); line-height: 1.35; font-family: "Yu Mincho", serif; letter-spacing: .06em; }
.cta-copy h2 span { color: var(--pink); font-size: 1.16em; }
.cta-copy p { margin: 6px 0 0; font-weight: 800; color: #4a5f70; }
.cta-tels { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: baseline; margin-top: 10px; }
.cta-tels a:first-child { color: var(--pink); font-size: clamp(31px, 4vw, 48px); font-weight: 900; letter-spacing: .05em; }
.cta-tels a:first-child::before { content: "☎ "; color: var(--green); font-size: .7em; }
.cta-tels a:last-child { color: #174a78; font-size: 26px; font-weight: 900; }
.cta-badges { list-style: none; display: flex; gap: 10px; padding: 0; margin: 8px 0; }
.cta-badges li { background: var(--green); color: #fff; border-radius: 999px; padding: 4px 14px; font-weight: 900; font-size: 13px; }
.cta-badges li:nth-child(2) { background: var(--pink); }
address { font-style: normal; color: #374a59; font-weight: 800; }
.cta-message { margin: 0; color: var(--pink-deep); font-weight: 900; text-align: center; font-size: 18px; line-height: 1.8; }

.site-footer {
  background: linear-gradient(180deg, #f2fbff 0%, #ffffff 100%);
  border-top: 1px solid #d7edf8;
  padding: 18px 0 9px;
}
.site-footer .container {
  width: min(calc(100% - 56px), 1300px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 380px 1fr 380px;
  align-items: start;
  gap: 30px;
}
.footer-brand {
  min-height: 82px;
  padding-right: 30px;
  border-right: 1px solid #cfdde6;
}
.site-footer .brand {
  gap: 8px;
  min-width: 0;
  margin-top: 0;
  align-items: center;
}
.site-footer .brand-mark {
  width: 29px;
  height: 44px;
}
.site-footer .brand-copy {
  gap: 4px;
}
.site-footer .brand-copy small {
  font-size: 15px;
}
.site-footer .brand-copy strong {
  font-size: 33px;
  letter-spacing: .06em;
}
.site-footer .brand-copy em {
  font-size: 15px;
}
.footer-brand p {
  margin: 7px 0 0;
  color: #617486;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
.footer-nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 58px;
  padding-top: 3px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
}
.footer-nav-col {
  display: grid;
  gap: 9px;
  align-content: start;
}
.footer-nav a:hover { color: var(--pink); }
.footer-contact {
  min-height: 82px;
  padding-left: 30px;
  border-left: 1px solid #cfdde6;
  text-align: right;
  display: grid;
  gap:12px;
  justify-items: end;
  align-content: start;
}
.footer-freecall {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--pink);
  font-weight: 900;
  line-height: 1;
}
.footer-phone-icon {
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.footer-main-number {
  font-size: 24px;
  letter-spacing: .04em;
}
.footer-freecall small {
  color: #5e6d77;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(1px);
}
.footer-subphone {
  color: #1f2830;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.footer-contact p {
  margin: 0;
  color: #5d6d78;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.copyright {
  text-align: center;
  color: #71808c;
  margin: 15px 0 0;
  font-size: 11px;
  letter-spacing: .03em;
}
.floating-tel { display: none; }

@media (max-width: 1100px) {
  .header-inner { width: min(calc(100% - 32px), 1220px); grid-template-columns: auto auto; grid-template-areas: "brand contact" "nav nav"; justify-content: space-between; }
  .notice-bar { display: none; right: 16px; }
  .global-nav {
    grid-area: nav;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding: 8px 0 12px;
  }
  .header-contact { width: 278px; margin-left: auto; margin-right: 0; justify-self: end; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(760px, 100%); margin: -16px auto 0; }
  .service-grid, .two-column { grid-template-columns: 1fr; }
  .scene-grid { grid-template-columns: repeat(3, 1fr); }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .vehicle-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-card { grid-template-columns: 240px 1fr; }
  .cta-message { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 72px; }
  .notice-bar { display: none; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto; grid-template-areas: "brand toggle" "nav nav"; padding: 10px 0; }
  .brand { min-width: auto; gap: 8px; }
  .brand-mark { width: 22px; height: 38px; }
  .brand-copy { grid-template-columns: auto auto; gap: 4px 6px; margin-top:5px; }
  .brand-copy small { font-size: 14px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy em { grid-column: 2; font-size: 11px; }
  .nav-toggle {
    grid-area: toggle;
    appearance: none;
    border: 1px solid #ccc;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    color: #999;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(155, 109, 90, .12);
  }
  .nav-toggle span {
    width: 24px;
    height: 5px;
    border-radius: 0;
    background: currentColor;
    display: block;
  }
  .nav-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .global-nav {
    display: none;
    grid-area: nav;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
    box-shadow: var(--shadow);
  }
  .global-nav.is-open { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
  .global-nav a { padding: 12px 10px; border-bottom: 1px solid #edf5fb; }
  .header-contact { display: none; }
  .contact-badge { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding: 34px 0 42px; }
  .hero h1 { font-size: clamp(31px, 10vw, 46px); }
  .lead { font-size: 15px; }
  .hero-badges { gap: 8px; }
  .hero-badges li { font-size: 12px; padding: 6px 10px; }
  .hero-actions { gap: 10px; }
  .btn { width: 100%; min-width: 0; padding: 14px 18px; }
  .hero-visual { margin-top: 2px; }
  .section { padding: 38px 0; }
  .section-heading h2 { display: block; }
  .section-heading h2::before, .section-heading h2::after { display: none; }
  .message-card { grid-template-columns: 1fr; padding: 22px 18px 0; text-align: left; }
  .message-card p { margin-bottom: 6px; }
  .service-card { grid-template-columns: 1fr; padding: 22px 18px; }
  .service-card img { justify-self: center; width: min(430px, 100%); }
  .scene-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .scene-grid article { min-height: 122px; padding: 14px 8px; }
  .scene-grid i { font-size: 34px; }
  .scene-grid h3 { font-size: 13px; }
  .reason-grid { grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-card.wide { grid-column: span 2; }
  .flow-list { grid-template-columns: 1fr; gap: 12px; }
  .flow-list li { min-height: 104px; grid-template-columns: 68px 1fr; text-align: left; padding-left: 16px; }
  .flow-list li:not(:last-child)::after { display: none; }
  .flow-list span { left: -7px; top: -7px; width: 32px; height: 32px; font-size: 18px; }
  .flow-list i { font-size: 36px; }
  .info-card, .faq-card { grid-template-columns: 1fr; }
  .info-card { padding: 22px 18px; }
  .member-card img, .faq-card img { justify-self: center; }
  .utility-card, .faq-card { padding: 22px 18px; }
  .utility-list { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr; padding: 20px 16px; text-align: center; }
  .cta-card img { margin-inline: auto; }
  .cta-tels { justify-content: center; }
  .cta-tels a:first-child { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-brand { border-right: 0; padding-right: 0; }
  .footer-nav { justify-content: start; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; }
  .footer-contact { border-left: 0; padding-left: 0; text-align: left; justify-items: start; }
  .floating-tel {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(90deg, var(--pink), #ef7b9b);
    box-shadow: 0 18px 34px rgba(216, 63, 109, .35);
  }
}

@media (max-width: 410px) {
  .brand-copy strong { font-size: 30px; }
  .brand-copy em { display: none; }
  .global-nav.is-open { grid-template-columns: 1fr; }
  .scene-grid, .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card.wide { grid-column: auto; }
  .cta-tels a:first-child { font-size: 29px; }
}

.main_imgaes {
min-width:1300px;
max-width:1300px;
margin:0 auto;
text-align:center;
}

.main_imgaes img {
width:100%;
display:inline !important;
}

@media (max-width: 768px) {
 
.main_imgaes {
min-width:100%;
max-width:100%;
margin:0 auto;
text-align:center;
}

.main_imgaes img {
width:100%;
display:inline !important;
}

}

/* ===== Top page coded main (2026-07-03) ===== */
.home-main {
  width: min(100%, 1300px);
  margin: 0 auto 50px;
  background: #fff;
  overflow: visible;
  color: #162b3f;
}
.home-main img { display: block; max-width: 100%; }
.home-hero {
  position: relative;
  min-height: 472px;
  padding: 38px 45px 30px 60px;
  background-image:url(../assets/home-hero_bg.webp);
  background-repeat:no-repeat;
  background-size:cover;
}

@media (min-width: 1101px) {
  .home-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(60px, calc((100vw - 1300px) / 2 + 60px));
    padding-right: max(45px, calc((100vw - 1300px) / 2 + 45px));
  }
}


@media (min-width: 1101px) {
  .home-message,
  .home-section,
  .home-info-grid,
  .home-bottom-grid,
  .home-cta {
    max-width: 1300px;
    box-sizing: border-box;
  }
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  /* background:
    radial-gradient(ellipse at 84% 35%, rgba(255,255,255,.7), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 44%, rgba(255,255,255,.30) 64%, rgba(255,255,255,.02) 100%);*/
}
.home-hero::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 120px;
  height: 170px;
  opacity: .62;
  /*background:
    radial-gradient(ellipse at 20px 16px, #8bc77f 0 5px, transparent 6px),
    radial-gradient(ellipse at 36px 33px, #8bc77f 0 6px, transparent 7px),
    radial-gradient(ellipse at 18px 54px, #8bc77f 0 7px, transparent 8px),
    radial-gradient(ellipse at 50px 74px, #8bc77f 0 5px, transparent 6px),
    linear-gradient(130deg, transparent 0 45%, #76b86d 46% 48%, transparent 49%);
  transform: rotate(-12deg);*/
}
.home-hero__copy {
  position: relative;
  z-index: 2;
  width: 900px;
}
.home-hero__label {
  margin: 0 0 14px;
  color: #163b64;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .04em;
}
.home-hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #151515;
  font-size: 39px;
  line-height: 1.42;
  letter-spacing: .08em;
  text-shadow: 0 2px 0 rgba(255,255,255,.75);
}
.home-hero h1 span {
  color: #239048;
  font-size: 1.12em;
}
.home-hero__lead {
  margin: 18px 0 0;
  color: #3e5061;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 800;
  letter-spacing: .03em;
}
.home-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 21px 0 0;
  padding: 0;
}
.home-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 50px;
  padding: 0 12px;
  border: 2px solid #68bc76;
  border-radius: 9px;
  background: rgba(255,255,255,.9);
  color: #2f9d52;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.home-hero__badges li:nth-child(2),
.home-hero__badges li:nth-child(4) { border-color: #ef9bb8; color: #e45380; }
.home-hero__badges img {
  display: block;
  /*width: 35px;*/
  height: 25px;
  object-fit: contain;
  flex: 0 0 24px;
}
.home-hero__actions {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 260px;
  min-height: 56px;
  border-radius: 9px;
  border: 2px solid #35965a;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .05em;
  box-shadow: 0 7px 14px rgba(72, 123, 79, .10);
}
.home-btn--tel {
  color: #fff;
  border-color: #e35782;
  background: linear-gradient(180deg, #ee7197, #df4f7a);
}
.home-btn--mail { color: #23884b; background: rgba(255,255,255,.96); }

.home-btn__icon {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}
.home-btn__icon--phone {
  width: 24px;
  height: 24px;
}
.home-btn__icon--mail {
  width: 30px;
  height: 18px;
}
.home-hero__visual {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 690px;
  margin: 0;
  
  top: 50%;
  left: 50%;
  /* いったん中央に持ってくる */
  transform: translate(calc(-50% + 330px), -50%);
}
.home-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 18px 16px rgba(51, 85, 101, .16));
}

.home-message {
  display: grid;
  grid-template-columns: 1fr 630px;
  align-items: end;
  gap: 10px;
  min-height: 164px;
  margin: 50px 44px 50px;
  padding: 22px 0px 0px 40px;
  border-radius: 13px;
  background-color:#EFF7FB;
}
.home-message h2 {
  margin: 0;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .08em;
}
.home-message h2 span { color: #e34d79; font-size: 1.3em; }
.home-message p {
  margin: 9px 0 22px;
  color: #3d4c5b;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 800;
}
.home-message img { align-self: end; width: 100%; }

.home-section { padding: 0 44px 50px; }
.home-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 16px;
  text-align: center;
}
.home-section-title::before,
.home-section-title::after {
  content: "";
  flex: 1 1 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #a4cce9 0 3px, transparent 3px 7px);
}
.home-section-title h2 {
  margin: 0;
  color: #173b65;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: .10em;
  font-weight: 900;
  white-space: nowrap;
}
.home-section-title--compact { margin-bottom: 7px; flex-wrap: wrap; gap: 12px 20px; }
.home-section-title--compact p {
  flex: 0 0 100%;
  order: 2;
  margin: -9px 0 0;
  color: #33495c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}
.home-section-note {
  margin: 12px 0 0;
  color: #2d3742;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
}

.home-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.home-service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  align-items: center;
  gap: 12px;
  min-height: 175px;
  padding: 21px 24px;
  border: 2px solid #63b271;
  border-radius: 13px;
  background: linear-gradient(90deg, #fbfff7, #fff);
}
.home-service-card--pink { border-color: #ef9bb2; background: linear-gradient(90deg, #fff7fa, #fff); }
.home-service-card h3 {
  margin: 0 0 9px;
  color: #22964e;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .05em;
}
.home-service-card--pink h3 { color: #e64f7d; }
.home-service-card p {
  margin: 0;
  color: #31475a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 800;
}
.home-service-card img { width: 100%; filter: drop-shadow(0 8px 8px rgba(0,0,0,.10)); }
.home-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.home-service-tags li {
  border: 2px solid #ef9bb2;
  border-radius: 7px;
  padding: 4px 8px;
  color: #e64f7d;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  background: rgba(255,255,255,.88);
}

.home-icon-grid { display: grid; gap: 14px; }
.home-icon-grid--six { grid-template-columns: repeat(6, 1fr); }
.home-icon-grid--five { grid-template-columns: repeat(5, 1fr); }
.home-icon-grid article {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 132px;
  padding: 12px 10px 13px;
  border: 2px solid #d3e7f6;
  border-radius: 13px;
  background: #fff;
  text-align: center;
  box-shadow: 0 6px 14px rgba(77, 132, 168, .07);
}
.home-icon-grid--five article {
  min-height: 136px;
  border-color: #d9edd7;
  background: linear-gradient(180deg, #fff, #fbfff7);
}
.home-icon-grid--five article:nth-child(2n) {
  border-color: #f3c8d3;
  background: linear-gradient(180deg, #fff, #fff8fb);
}
.home-icon-grid img {
  width: 74px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 10px;
}
.home-icon-grid--five img { width: 78px; height: 70px; }
.home-icon-grid h3 {
  margin: 0;
  color: #263647;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}
.home-icon-grid--five h3 { font-size: 15px; }

.home-vehicle-grid {
  display: grid;
  grid-template-columns: 280px 280px repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
  margin-top:20px;
}
.home-vehicle-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 145px;
  border: 2px solid #d3e4f2;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.home-vehicle-card--wide { align-content: center; padding: 0; }
.home-vehicle-card--wide span {
  position: absolute;
  left: 12px;
  top: 9px;
  z-index: 2;
  min-width: 132px;
  padding: 4px 13px 5px;
  border-radius: 999px;
  color: #fff;
  background: #2f9b52;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.home-vehicle-card--wide.pink span { background: #e85782; }
.home-vehicle-card img { width: 100%; height: 100%; object-fit: cover; padding:20px; }
.home-vehicle-card:not(.home-vehicle-card--wide) {
  grid-template-rows: minmax(82px, 1fr) auto;
  align-content: center;
  padding: 9px 8px 8px;
}
.home-vehicle-card:not(.home-vehicle-card--wide) img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  padding: 0 4px;
}
.home-vehicle-card:not(.home-vehicle-card--wide) h3 {
  margin: 4px 0 0;
  min-height: 39px;
  display: grid;
  place-items: center;
  color: #333;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
}

.home-flow-list {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-flow-list li {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 116px;
  border: 2px solid #d3e7f6;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.home-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  transform: translateY(-50%);
  border-left: 9px solid #3c3c3c;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.home-flow-list span {
  position: absolute;
  left: -10px;
  top: -10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #3d82bb, #255f99);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 2px 4px rgba(0,0,0,.18);
}
.home-flow-list img {
  width: 62px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 7px;
}
.home-flow-list strong {
  display: block;
  color: #273642;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.home-info-grid {
  display: grid;
  grid-template-columns: 1fr 1.33fr;
  gap: 18px;
  padding: 0 44px 14px;
}
.home-info-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  align-items: center;
  min-height: 150px;
  padding: 18px 22px 16px;
  border: 2px solid #cde9c7;
  border-radius: 13px;
  background: linear-gradient(110deg, #fbfff7, #fff);
}
.home-info-card--member {
  grid-template-columns: minmax(0, 1fr) 190px;
  border-color: #f4c6d2;
  background: linear-gradient(110deg, #fff8fb, #fff);
}
.home-info-card h2 {
  margin: 0 0 8px;
  color: #22964e;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
}
.home-info-card--member h2 { color: #e64f7d; text-align: left; }
.home-info-card p {
  margin: 0 0 10px;
  color: #31475a;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}
.home-info-card > img { justify-self: end; /*max-height: 118px;*/ object-fit: contain; }
.home-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 225px;
  min-height: 39px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
}
.home-mini-btn::after { content: "›"; font-size: 24px; line-height: .5; }
.home-mini-btn--green { background: linear-gradient(90deg, #2f9b52, #58b769); }
.home-mini-btn--pink { background: linear-gradient(90deg, #e85782, #ed789a); }
.home-mini-btn--blue { background: linear-gradient(90deg, #2c80bc, #156196); width: 300px; }

.home-bottom-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
  padding: 0 44px 50px;
}
.home-utility-card,
.home-faq-card {
  min-height: 170px;
  border-radius: 13px;
  border: 2px solid #f3dfb1;
  background: linear-gradient(110deg, #fffaf0, #fffdf7);
  padding: 18px 24px;
}
.home-utility-card h2,
.home-faq-card h2 {
  margin: 0 0 8px;
  color: #ad7f12;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
  letter-spacing: .05em;
}
.home-utility-card p {
  margin: 0 0 13px;
  color: #31475a;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}
.home-utility-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.home-utility-list span {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 90px;
  border: 1px solid #f1d8a0;
  border-radius: 9px;
  background: #fff;
  color: #262f39;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
.home-utility-list img { width: 34px; height: 31px; object-fit: contain; margin-bottom: 5px; }
.home-faq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  border-color: #c8e2f5;
  background: linear-gradient(110deg, #f3faff, #fff);
  padding-right: 18px;
}
.home-faq-card h2 { color: #1e679e; text-align: left; }
.home-faq-list { margin: 0 0 8px; }
.home-faq-item {
  border: 1px solid #bedaf0;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.home-faq-item + .home-faq-item { margin-top: 4px; }
.home-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 25px;
  padding: 10px 12px;
  color: #263442;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary span {
  flex: 0 0 auto;
  margin-left: 10px;
  color: #2e7db8;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.home-faq-item[open] summary span { transform: rotate(45deg); }
.home-faq-item p {
  margin: 0;
  padding: 8px 12px 10px;
  border-top: 1px solid #e0eef8;
  color: #4b5f70;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  background: #f8fcff;
}
.home-faq-card > img { align-self: end; /*max-height: 162px;*/ object-fit: contain; }

.home-cta {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr) 210px;
  align-items: center;
  gap: 10px;
  min-height: 225px;
  margin: 0 auto 0;
  padding: 18px 22px 14px;
  border: 3px solid #6db8ee;
  border-radius: 15px;
  background-image: url(../assets/home-hero_bg2.webp);
  background-repeat:no-repeat;
  background-size:cover;
}
.home-cta__vehicles { align-self: end; width: 390px; }
.home-cta h2 {
  margin: 0 0 5px;
  color: #173b65;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: .08em;
  white-space: nowrap;
}
.home-cta h2 span { color: #e54d79; font-size: 1.18em; }
.home-cta__body > p {
  margin: 0 0 6px;
  color: #354656;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}
.home-cta__tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.home-cta__tel a {
  color: #e85782;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .06em;
}
.home-cta__tel a::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 29px;
  margin-right: 10px;
  background: url("../assets/top-coded/home-cta-contact-icon.webp") center / contain no-repeat;
  vertical-align: middle;
  transform: translateY(-2px);
}
.home-cta__tel em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 25px;
  border-radius: 999px;
  color: #fff;
  background: #40a757;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.home-cta__tel em:last-child { background: #e85782; }
.home-cta__subtel {
  display: block;
  margin-top: 4px;
  color: #1d5588;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .06em;
}
.home-cta__subtel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 8px;
  background: url("../assets/header-subphone-icon-generated2.webp") center / contain no-repeat;
  vertical-align: middle;
  transform: translateY(-1px);
}
.home-cta address {
  margin-top: 12px;
  color: #313d49;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
}
.home-cta address::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../assets/home-cta_map.webp") center / contain no-repeat;
  vertical-align: middle;
  transform: translateY(-1px);
}
.home-cta__message {
  align-self: end;
  margin: 0 0 3px;
  color: #e85782;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1100px) {
  .home-main { width: 100%; }
  .home-hero { padding-right: 32px; padding-left: 32px; }
  .home-hero__copy { width: min(60vw, 650px); }
  .home-hero__visual { width: 54vw; }
  .home-service-card { grid-template-columns: 1fr; }
  .home-vehicle-grid { grid-template-columns: repeat(3, 1fr); }
  .home-vehicle-card--wide { min-height: 185px; }
  .home-info-grid, .home-bottom-grid { grid-template-columns: 1fr; }
  .home-cta { grid-template-columns: 300px 1fr; }
  .home-cta__message { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .home-main { width: 100%; margin-bottom: 0; }
  .home-hero { min-height: auto; padding: 28px 18px 24px; }
  .home-hero__copy { width: 100%; }
  .home-hero h1 { font-size: clamp(28px, 8.6vw, 42px); text-align:center; }
  .home-hero__label { font-size: 15px; }
  .home-hero__lead { font-size: 13px; }
  .home-hero__visual { position: static; width: 100%; margin-top: 16px; }
  .home-hero__actions { gap: 10px; flex-direction: column; }
  .home-btn { width: 100%; }
  .home-message { grid-template-columns: 1fr; margin: 0 16px 22px; padding: 20px 18px 0; }
  .home-message h2 { font-size: 21px; }
  .home-section, .home-info-grid, .home-bottom-grid { padding-left: 16px; padding-right: 16px; }
  .home-section-title { gap: 12px; }
  .home-section-title::before, .home-section-title::after { display: none; }
  .home-section-title h2 { white-space: normal; font-size: 24px; }
  .home-service-grid, .home-icon-grid--six, .home-icon-grid--five, .home-flow-list { grid-template-columns: 1fr; }
  .home-service-card { padding: 20px 16px; }
  .home-icon-grid article { min-height: 120px; }
  .home-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .home-vehicle-card--wide { grid-column: span 2; }
  .home-flow-list li:not(:last-child)::after { display: none; }
  .home-info-card, .home-info-card--member, .home-faq-card { grid-template-columns: 1fr; }
  .home-info-card h2, .home-info-card--member h2, .home-faq-card h2 { text-align: center; }
  .home-info-card > img, .home-faq-card > img { justify-self: center; }
  .home-utility-list { grid-template-columns: repeat(2, 1fr); }
  .home-cta { grid-template-columns: 1fr; margin: 0 16px; text-align: center; }
  .home-cta__vehicles { width: 100%; max-width: 420px; margin-inline: auto; }
  .home-cta h2 { white-space: normal; font-size: 24px; }
  .home-cta__tel { justify-content: center; }
  .home-cta__tel a { font-size: clamp(30px, 9vw, 40px); }
}


/* mobile fixed contact area */
.floating-contact { display: none; }
.floating-contact a {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.floating-contact img {
  display: block;
  width: 100%;
  height: auto;
}
.floating-contact a::after {
  content: "";
  position: absolute;
  top: -18%;
  left: -32%;
  width: 16%;
  height: 136%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.82), rgba(255,255,255,0));
  transform: skewX(-24deg) translateX(0);
  opacity: 0;
  pointer-events: none;
}

@keyframes floating-contact-shine {
  0% { opacity: 0; transform: skewX(-24deg) translateX(-210%); }
  8% { opacity: .95; }
  22% { opacity: 0; transform: skewX(-24deg) translateX(820%); }
  100% { opacity: 0; transform: skewX(-24deg) translateX(820%); }
}

@media (max-width: 820px) {
  body { padding-bottom: 92px; }

  .floating-contact {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    gap: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, .18);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px));
  }

  .floating-contact__tel::after { animation: floating-contact-shine 4.2s ease-in-out infinite; }
  .floating-contact__mail::after { animation: floating-contact-shine 4.2s ease-in-out infinite 1.1s; }
  .floating-contact__line::after { animation: floating-contact-shine 4.2s ease-in-out infinite 2.2s; }

  .floating-tel { display: none !important; }
}

@media (max-width: 410px) {
  body { padding-bottom: 78px; }
}

/* ===== Smartphone top main A layout override (2026-07-03) ===== */
@media (max-width: 760px) {
  .home-main {
    width: 100% !important;
    margin: 0 auto !important;
    background: #fff !important;
    overflow: hidden !important;
  margin-bottom:40px !important;
}

  .home-main * {
    box-sizing: border-box;
  }
  .home-main img {
    display: block;
    max-width: 100%;
  }

  .home-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 30px 18px 28px !important;
    background-image: url(../assets/home-hero_bg.webp) !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  .home-hero::before {
    z-index: 0 !important;
    /*background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 54%, rgba(255,255,255,.55) 100%) !important;*/
  }
  .home-hero::after {
    display: none !important;
  }
  .home-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    transform: none !important;
  }
  .home-hero__label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px !important;
    padding: 5px 12px;
    border: 2px solid #c9e6f7;
    border-radius: 999px;
    background: rgba(255,255,255,.93);
    color: #175f8c;
    font-size: 16px !important;
    line-height: 1.25;
  }
  .home-hero h1 {
    font-size: 25px !important;
    line-height: 1.46 !important;
    letter-spacing: .01em !important;
  }
  .home-hero__lead {
    margin-top: 13px !important;
    padding: 12px 13px;
    border-radius: 12px;
    background: rgba(255,255,255,.78);
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  .home-hero__badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }
  .home-hero__badges li {
    justify-content: center;
    min-height: 46px !important;
    padding: 6px 7px !important;
    border-radius: 10px !important;
    white-space: normal !important;
    text-align: center;
    font-size: 13px !important;
  }
  .home-hero__badges li:last-child {
    grid-column: 1 / -1;
  }
  .home-hero__badges img {
    width: 26px;
    height: 22px;
    flex: 0 0 26px;
  }
  .home-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }
  .home-btn {
    width: 100% !important;
    min-height: 52px !important;
    gap: 8px !important;
    border-radius: 10px;
    font-size: 15px !important;
  }
  .home-hero__visual {
    position: static !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 350px;
    margin: 18px auto 0 !important;
    transform: none !important;
  }

  .home-message {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin: 28px 16px 34px !important;
    padding: 20px 18px 0 !important;
    border-radius: 16px;
    text-align: center;
  }
  .home-message h2 {
    font-size: 23px !important;
    line-height: 1.1 !important;
  }
  .home-message p {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .home-message img {
    justify-self: center;
    width: 100%;
    max-width: 340px;
  }

  .home-section,
  .home-info-grid,
  .home-bottom-grid {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .home-section {
    padding-bottom: 38px !important;
  }
  .home-section-title {
    gap: 12px;
    margin-bottom: 18px !important;
  }
  .home-section-title::before,
  .home-section-title::after {
    display: none !important;
  }
  .home-section-title h2 {
    white-space: normal !important;
    font-size: 24px !important;
    letter-spacing: .06em !important;
  }
  .home-section-title--compact p {
    margin-top: 0 !important;
  }
  .home-section-note {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .home-service-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .home-service-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 25px 23px !important;
    border-radius: 16px !important;
    text-align: center;
  }
  .home-service-card h3 {
    font-size: 25px !important;
  }
  .home-service-card p {
    font-size: 15px !important;
  }
  .home-service-card img {
    justify-self: center;
    width: 86%;
    max-width: 280px;
    margin-top: 10px;
  }
  .home-service-tags {
    justify-content: center;
  }

  .home-icon-grid--six,
  .home-icon-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .home-icon-grid article {
    min-height: 124px !important;
    padding: 13px 7px !important;
    border-radius: 14px !important;
  }
  .home-icon-grid img {
    width: 64px !important;
    height: 56px !important;
    margin-bottom: 7px !important;
  }
  .home-icon-grid h3 {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .home-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .home-vehicle-card--wide {
    grid-column: span 2;
    min-height: 170px !important;
  }
  .home-vehicle-card:not(.home-vehicle-card--wide) {
    min-height: 130px !important;
  }

  .home-flow-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .home-flow-list li {
    display: grid !important;
    grid-template-columns: 40px 70px 1fr;
    align-items: center;
    min-height: 92px !important;
    padding: 12px !important;
    text-align: left !important;
  }
  .home-flow-list li:not(:last-child)::after {
    display: none !important;
  }
  .home-flow-list li img {
    grid-column: 2;
    width: 62px !important;
    height: 54px !important;
    margin: 0 !important;
  }
  .home-flow-list li strong {
    grid-column: 3;
    font-size: 15px !important;
  }

  .home-info-grid,
  .home-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .home-info-card,
  .home-info-card--member,
  .home-faq-card {
    grid-template-columns: 1fr !important;
    border-radius: 16px !important;
    text-align: center;
  }
  .home-info-card h2,
  .home-info-card--member h2,
  .home-faq-card h2 {
    text-align: center !important;
  }
  .home-info-card p,
  .home-utility-card p,
  .home-faq-item p {
    font-size: 15px !important;
  }
  .home-info-card > img,
  .home-faq-card > img {
    justify-self: center;
    max-width: 180px !important;
  }
  .home-mini-btn {
    width: 100%;
    min-width: 0;
  }
  .home-utility-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .home-cta {
    grid-template-columns: 1fr !important;
    margin: 0 16px !important;
    padding: 18px 16px !important;
    border-radius: 16px !important;
    text-align: center;
  }
  .home-cta__vehicles {
    justify-self: center;
    width: 100% !important;
    max-width: 330px !important;
  }
  .home-cta h2 {
    white-space: normal !important;
    font-size: 20px !important;
  }
  .home-cta__tel {
    justify-content: center;
  }
}

/* ===== Smartphone top main requested adjustments (2026-07-03) ===== */
.home-hero__visual--mobile {
  display: none;
}

@media (max-width: 760px) {
  .home-hero__visual--desktop {
    display: none !important;
  }
  .home-hero__visual--mobile {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 14px auto 2px !important;
    transform: none !important;
  }
  .home-hero__visual--mobile img {
    width: 100% !important;
    filter: drop-shadow(0 12px 12px rgba(51, 85, 101, .14));
  }

  .home-vehicle-card--wide {
    grid-column: auto !important;
    min-height: 142px !important;
  }
  .home-vehicle-card--wide span {
    left: 50% !important;
    top: 8px !important;
    min-width: 110px !important;
    padding: 4px 8px 5px !important;
    font-size: 12px !important;
    transform: translateX(-50%);
  }
  .home-vehicle-card--wide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 30px 8px 8px !important;
  }
}

/* ===== CTA vehicle image position adjustment (2026-07-03) ===== */
.home-cta__body {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  grid-column: 1 / 3;
}
.home-cta__body > :not(.home-cta__vehicles) {
  grid-column: 2;
}
.home-cta__body > .home-cta__vehicles {
  grid-column: 1;
  grid-row: 1 / span 6;
}

/* ===== Smartphone header logo adjustment (2026-07-03) =====
   スマホ最上部のロゴをPC版に近い横並びに調整。
   「博愛社」の右側に「福祉事業部」を表示する。 */
@media (max-width: 760px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
  }
  .brand {
    min-width: 0;
    gap: 7px;
    overflow: visible;
  }
  .brand-mark {
    flex: 0 0 auto;
    width: 22px;
    height: 38px;
  }
  .brand-copy {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    gap: 3px 5px;
    margin-top: 0;
    white-space: nowrap;
    min-width: 0;
  }
  .brand-copy small {
    grid-column: 1;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .02em;
  }
  .brand-copy strong {
    grid-column: 2;
    font-size: 33px;
    line-height: 1;
    letter-spacing: .05em;
  }
  .brand-copy em {
    display: inline-block !important;
    grid-column: 3;
    font-size: 14px;
    line-height: 1;
    margin-left: 1px;
    align-self: end;
    color: var(--green);
  }
}

@media (max-width: 410px) {
  .brand {
    gap: 6px;
  }
  .brand-copy {
    gap: 3px 4px;
  }
  .brand-copy small {
    font-size: 15px !important;
  }
  .brand-copy strong {
    font-size:33px; !important;
  }
  .brand-copy em {
    display: inline-block !important;
    font-size: 15px !important;
	margin-bottom:3px;
  }
}

@media (max-width: 360px) {
  .header-inner {
    column-gap: 6px;
  }
  .brand-mark {
    width: 20px;
    height: 35px;
  }
  .brand-copy {
    gap: 2px 3px;
  }
  .brand-copy small {
    font-size: 9px !important;
  }
  .brand-copy strong {
    font-size: 19px !important;
    letter-spacing: .03em;
  }
  .brand-copy em {
    font-size: 9px !important;
  }
}


/* beginner page */
.beginner-page{width:min(100%,1300px);margin:0 auto 48px;background:#fff;overflow:hidden;}
.beginner-page img{display:block;max-width:100%;}
.beginner-hero{position:relative;min-height:500px;padding:42px 44px 34px 60px;background:url(../assets/home-hero_bg.webp) center top/cover no-repeat;overflow:hidden; margin-bottom:45px;}
.beginner-hero:after{content:"";position:absolute;left:-14px;top:0;width:125px;height:175px;opacity:.62;background:radial-gradient(ellipse at 20px 16px,#8bc77f 0 5px,transparent 6px),radial-gradient(ellipse at 36px 33px,#8bc77f 0 6px,transparent 7px),radial-gradient(ellipse at 18px 54px,#8bc77f 0 7px,transparent 8px),radial-gradient(ellipse at 50px 74px,#8bc77f 0 5px,transparent 6px),linear-gradient(130deg,transparent 0 45%,#76b86d 46% 48%,transparent 49%);transform:rotate(-12deg);z-index:-1;}
.beginner-hero__copy{position:relative;z-index:2;width:900px;}
.beginner-label{display:inline-flex;align-items:center;margin:0 0 15px;padding:6px 16px;border:2px solid #c9e6f7;border-radius:999px;background:rgba(255,255,255,.9);color:#175f8c;font-weight:900;font-size:17px;line-height:1.25;}
.beginner-hero h1{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;color:#151515;font-size:44px;line-height:1.38;letter-spacing:.10em;text-shadow:0 2px 0 rgba(255,255,255,.75);}
.beginner-hero h1 span{color:#239048;font-size:1.08em;}
.beginner-hero__lead{margin:18px 0 0;color:#3e5061;font-weight:800;font-size:16px;line-height:1.9;max-width:600px;}
.beginner-badges{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:22px 0 0;padding:0;}
.beginner-badges li{display:inline-flex;align-items:center;gap:5px;min-height:47px;padding:0 12px;border:2px solid #68bc76;border-radius:9px;background:rgba(255,255,255,.92);color:#2f9d52;font-size:14px;line-height:1;font-weight:900;white-space:nowrap;}
.beginner-badges li:nth-child(2),.beginner-badges li:nth-child(4){border-color:#ef9bb8;color:#e45380;}
.beginner-badges img{width:24px;height:23px;object-fit:contain;}
.beginner-actions{display:flex;gap:22px;margin-top:24px;flex-wrap:wrap;}
.beginner-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:300px;min-height:56px;border-radius:9px;border:2px solid #35965a;font-size:18px;line-height:1;font-weight:900;letter-spacing:.05em;box-shadow:0 7px 14px rgba(72,123,79,.10);}
.beginner-btn--tel{color:#fff;border-color:#e35782;background:linear-gradient(180deg,#ee7197,#df4f7a);}
.beginner-btn--mail{color:#23884b;background:rgba(255,255,255,.96);}
.beginner-btn img{width:26px;height:26px;object-fit:contain;}
.beginner-btn--mail img{width:30px;height:18px;}
.beginner-hero__visual{position:absolute;right:28px;bottom:8px;width:660px;z-index:1;margin:0;}
.beginner-hero__visual--mobile{display:none;}

.beginner-hero__visual .care{position:absolute;right:0;bottom:22px;width:690px;filter:drop-shadow(0 12px 14px rgba(51,85,101,.13));border-radius:24px;}
.beginner-hero__visual .vehicles{width:420px;margin:130px 230px 0 0;filter:drop-shadow(0 16px 15px rgba(51,85,101,.15));}
.beginner-section{padding:0 44px 46px;}
.beginner-section:first-of-type{padding-top:48px;}
.beginner-title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0 0 18px;text-align:center;padding-inline:44px;}
.beginner-title:before,.beginner-title:after{content:"";flex:1 1 0;height:2px;background:repeating-linear-gradient(90deg,#a4cce9 0 3px,transparent 3px 7px);}
.beginner-title h2{margin:0;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:27px;line-height:1.3;letter-spacing:.10em;font-weight:900;white-space:nowrap;}
.beginner-title--flow{margin-bottom:0;}
.beginner-note{margin:12px 0 0;color:#2d3742;font-size:15px;line-height:1.6;text-align:center;font-weight:800;}
.concern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.concern-card{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:10px;min-height:88px;padding:10px 14px;border:2px solid #d3e7f6;border-radius:13px;background:#fff;box-shadow:0 6px 14px rgba(77,132,168,.07);}
.concern-card img{width:76px;height:58px;object-fit:contain;justify-self:center;}
.concern-card h3{margin:0;color:#263647;font-size:15px;line-height:1.48;font-weight:900;letter-spacing:.03em;}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.service-card{display:grid;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:12px;min-height:180px;padding:22px 24px;border:2px solid #63b271;border-radius:13px;background:linear-gradient(90deg,#fbfff7,#fff);}
.service-card:nth-child(2){border-color:#ef9bb2;background:linear-gradient(90deg,#fff7fa,#fff);}
.service-card h3{margin:0 0 9px;color:#22964e;font-size:28px;line-height:1.1;font-weight:900;letter-spacing:.05em;}
.service-card:nth-child(2) h3{color:#e64f7d;}
.service-card p{margin:0;color:#31475a;font-size:15px;line-height:1.75;font-weight:800;}
.service-card img{width:100%;filter:drop-shadow(0 8px 8px rgba(0,0,0,.10));}
.tags{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:14px 0 0;padding:0;}
.tags li{border:2px solid #97cfa0;border-radius:7px;padding:4px 8px;color:#239048;font-size:14px;line-height:1;font-weight:900;background:rgba(255,255,255,.88);}
.service-card:nth-child(2) .tags li{border-color:#ef9bb2;color:#e64f7d;}
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.case-card{display:grid;grid-template-columns:1fr 210px;align-items:center;gap:14px;min-height:220px;padding:24px 28px;border:2px solid #a5dbaa;border-radius:13px;background:linear-gradient(90deg,#fff,#fbfff7);}
.case-card.pink{border-color:#f1b6c5;background:linear-gradient(90deg,#fff,#fff7fa);}
.case-card h3{margin:0 0 12px;color:#22964e;font-size:24px;text-align:center;line-height:1.25;letter-spacing:.05em;}
.case-card.pink h3{color:#e64f7d;}
.case-card ul{margin:0;padding:0;list-style:none;display:grid;gap:7px;}
.case-card li{position:relative;padding-left:25px;color:#31475a;font-weight:800;font-size:15px;line-height:1.55;}
.case-card li:before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#239048;color:#fff;font-size:12px;font-weight:900;line-height:1;}
.case-card.pink li:before{background:#e64f7d;}
.case-card img{width:100%;object-fit:contain;}
.consult-card{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:30px;padding:24px 34px;border:2px solid #d3e7f6;border-radius:13px;background:linear-gradient(90deg,#fff,#f7fcff);}
.consult-card>img:first-child{justify-self:center;max-height:250px;object-fit:contain;}
.consult-bubbles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;max-width:810px;margin:0 auto 18px;}
.consult-bubbles span{display:block;padding:8px 18px;border:2px solid #b5d8ee;border-radius:999px;background:#fff;color:#1c5f91;font-size:16px;font-weight:900;text-align:center;}
.consult-card p{margin:0;color:#31475a;font-size:15px;font-weight:800;line-height:1.9;}
.consult-card div img{margin-top:12px;max-width:810px;}
.reserve-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;}
.reserve-card{position:relative;display:grid;place-items:center;align-content:center;min-height:138px;padding:15px 10px;border:2px solid #d3e7f6;border-radius:13px;background:#fff;text-align:center;box-shadow:0 6px 14px rgba(77,132,168,.07);}
.reserve-card span{position:absolute;left:10px;top:10px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#2f9b52;color:#fff;font-size:17px;font-weight:900;}
.reserve-card img{height:58px;max-width:90px;object-fit:contain;margin-bottom:8px;}
.reserve-card strong{font-size:15px;line-height:1.4;color:#263647;font-weight:900;}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:0 44px 46px;}
.info-card{display:grid;grid-template-columns:1fr 170px;align-items:center;gap:20px;min-height:205px;padding:25px 28px;border:2px solid #cce8c9;border-radius:13px;background:linear-gradient(90deg,#fbfff7,#fff);}
.info-card.pink{border-color:#f2c8d4;background:linear-gradient(90deg,#fff,#fff7fa);}
.info-card h2{margin:0 0 8px;color:#22964e;font-size:25px;text-align:center;line-height:1.25;letter-spacing:.05em;}
.info-card.pink h2{color:#e64f7d;}
.info-card p{margin:0;color:#31475a;font-size:15px;font-weight:800;line-height:1.75;}
.mini-btn{display:inline-flex;justify-content:center;align-items:center;width:240px;min-height:42px;margin-top:14px;border-radius:999px;background:linear-gradient(90deg,#2f9b52,#58b769);color:#fff;font-weight:900;font-size:15px;}
.mini-btn:after{content:"›";font-size:24px;margin-left:16px;line-height:0;}
.info-card img{justify-self:end;max-height:145px;object-fit:contain;}
.mind-card{display:grid;grid-template-columns:1fr 360px;align-items:center;gap:25px;padding:28px 42px;border:2px solid #d3e7f6;border-radius:14px;background:linear-gradient(90deg,#fff,#f4fbff 55%,#fff);box-shadow:0 6px 14px rgba(77,132,168,.07);}
.mind-card h2{margin:0;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:28px;line-height:1.45;letter-spacing:.09em;text-align:center;}
.mind-card h2 span{color:#e64f7d;font-size:1.15em;}
.mind-card p{margin:12px 0 0;color:#31475a;font-size:15px;font-weight:800;line-height:1.9;}
.mind-card .copy{margin-top:12px;color:#1e679e;font-size:20px;font-weight:900;text-align:center;letter-spacing:.07em;}
.mind-card img{justify-self:center;max-width:100%;}
.faq-card{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;padding:24px 32px;border:2px solid #d3e7f6;border-radius:14px;background:#fff;box-shadow:0 6px 14px rgba(77,132,168,.07);}
.faq-card img{justify-self:center;max-width:100%;}
.faq-card h2{margin:0 0 10px;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:26px;text-align:center;line-height:1.25;letter-spacing:.08em;}
.faq-list{display:grid;gap:8px;}
.faq-row{display:flex;justify-content:space-between;align-items:center;min-height:40px;padding:8px 14px;border:2px solid #d3e7f6;border-radius:7px;color:#31475a;font-size:14px;font-weight:800;line-height:1.4;}
.faq-row b{color:#2a80bd;font-size:20px;line-height:1;}
.faq-btn{display:flex;justify-content:center;align-items:center;width:250px;min-height:42px;margin:16px auto 0;border-radius:999px;background:linear-gradient(90deg,#2a80bd,#347ec0);color:#fff;font-weight:900;font-size:15px;}
.faq-btn:after{content:"›";font-size:24px;margin-left:16px;line-height:0;}
.cta-card{display:grid;grid-template-columns:260px 1fr 220px;align-items:center;gap:24px;margin:0 44px;padding:22px 34px;border:3px solid #5ca7de;border-radius:14px;background:linear-gradient(90deg,#fff,#f5fbff 55%,#fff);}
.cta-card h2{margin:0;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:26px;line-height:1.3;letter-spacing:.08em;}
.cta-card p{margin:10px 0 0;color:#31475a;font-size:14px;font-weight:800;line-height:1.7;}
.cta-tel{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-top:8px;}
.cta-tel a:first-child{color:#e95782;font-size:50px;font-weight:900;line-height:1;}
.cta-tel a:last-child{color:#2e5178;font-size:26px;font-weight:900;line-height:1.2;}
.cta-badges{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:12px 0 0;}
.cta-badges li{padding:4px 10px;border-radius:999px;color:#fff;font-size:14px;font-weight:900;line-height:1;background:#2f9b52;}
.cta-badges li:nth-child(2){background:#e64f7d;}
.cta-message{color:#e64f7d;font-size:18px;font-weight:900;line-height:1.6;text-align:center;letter-spacing:.06em;}

@media (max-width: 1200px){
  .beginner-hero{padding-right:26px;padding-left:36px;}
  .beginner-hero__copy{width:56%;}
  .beginner-hero__visual{width:52%;}
  .beginner-hero__visual .vehicles{width:62%;margin:170px 34% 0 0;}
  .beginner-hero__visual .care{width:62%;}
  .concern-grid{grid-template-columns:repeat(2,1fr);}
  .reserve-grid{grid-template-columns:repeat(3,1fr);}
  .cta-card{grid-template-columns:220px 1fr;}
  .cta-message{grid-column:1/-1;}
}

@media (max-width: 860px){
  .beginner-page{margin-bottom:40px;}
  .beginner-hero{min-height:0;padding:28px 16px 24px;background-position:center top; margin-bottom:40px;}
  .beginner-hero__copy{width:100%;}
  .beginner-label{font-size:14px;padding:6px 14px;margin-bottom:14px;}
  .beginner-hero h1{font-size:28px;line-height:1.42;letter-spacing:.06em;}
  .beginner-hero__lead{margin-top:14px;font-size:14px;line-height:1.8;max-width:none;}
  .beginner-badges{gap:8px;}
  .beginner-badges li{flex:1 1 calc(50% - 4px);justify-content:center;min-height:44px;padding:8px 10px;font-size:13px;}
  .beginner-badges li:last-child{flex-basis:100%;}
  .beginner-actions{gap:12px;margin-top:18px;}
  .beginner-btn{width:calc(50% - 6px);min-width:0;min-height:52px;font-size:15px;padding-inline:10px;}
  .beginner-btn img{width:22px;height:22px;}
  .beginner-btn--mail img{width:26px;height:16px;}
  .beginner-hero__visual--desktop{display:none;}
  .beginner-hero__visual--mobile{display:grid;position:static;width:100%;gap:12px;align-items:end;margin:16px 0 14px;}
  .beginner-hero__visual--mobile .vehicles{width:100%;margin:0;}
  .beginner-hero__visual--mobile .care{position:static;width:100%;}
  .beginner-section{padding:0 16px 38px;}
  .beginner-section:first-of-type{padding-top:34px;}
  .beginner-title{gap:12px;margin-bottom:18px;padding-inline:16px;}
  .beginner-title:before,.beginner-title:after{display:none;}
  .beginner-title h2{white-space:normal;font-size:24px;letter-spacing:.06em;}
  .beginner-note{font-size:15px;line-height:1.65;text-align:left;}
  .concern-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .concern-card{grid-template-columns:1fr;justify-items:center;align-content:start;gap:8px;padding:14px 10px 12px;border-radius:14px;text-align:center;}
  .concern-card img{width:72px;height:62px;}
  .concern-card h3{font-size:15px;text-align:center;}
  .service-grid,.case-grid{grid-template-columns:1fr;gap:16px;}
  .service-card{grid-template-columns:1fr;min-height:0;padding:24px 22px;border-radius:16px;text-align:center;}
  .service-card h3{font-size:25px;}
  .service-card p{text-align:left;font-size:15px;}
  .service-card img{justify-self:center;width:86%;max-width:280px;margin-top:10px;}
  .tags{justify-content:center;}
  .case-card{grid-template-columns:1fr;min-height:0;padding:22px 20px;border-radius:16px;text-align:left;}
  .case-card h3{font-size:22px;}
  .case-card img{justify-self:center;width:88%;max-width:260px;order:2;}
  .consult-card{grid-template-columns:1fr;padding:22px 18px;border-radius:16px;text-align:center;}
  .consult-card>img:first-child{max-height:220px;}
  .consult-bubbles{grid-template-columns:1fr;max-width:460px;}
  .consult-bubbles span{font-size:14px;line-height:1.4;border-radius:14px;}
  .consult-card p{text-align:left;font-size:15px;}
  .consult-card div img{max-width:100%;}
  .reserve-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .reserve-card{min-height:132px;border-radius:14px;}
  .reserve-card img{height:54px;max-width:80px;}
  .info-grid{grid-template-columns:1fr;gap:16px;padding:0 16px 38px;}
  .info-card{grid-template-columns:1fr;min-height:0;padding:22px 18px;border-radius:16px;text-align:center;}
  .info-card p{text-align:left;font-size:15px;}
  .info-card img{justify-self:center;max-height:145px;order:2;margin-top:8px;}
  .mini-btn{width:100%;}
  .mind-card{grid-template-columns:1fr;padding:24px 18px;border-radius:16px;text-align:center;}
  .mind-card h2{font-size:22px;line-height:1.45;}
  .mind-card p{text-align:left;font-size:15px;}
  .mind-card .copy{font-size:17px;line-height:1.6;}
  .faq-card{grid-template-columns:1fr;padding:22px 16px;border-radius:16px;}
  .faq-card img{justify-self:center;max-width:180px;}
  .faq-card h2{font-size:24px;}
  .faq-row{font-size:13px;line-height:1.4;}
  .faq-btn{width:100%;}
  .cta-card{grid-template-columns:1fr;gap:8px;margin:0 16px;padding:18px 16px 24px;border-radius:16px;text-align:center;}
  .cta-card h2{font-size:22px;}
  .cta-tel{justify-content:center;}
  .cta-tel a:first-child{font-size:34px;}
  .cta-tel a:last-child{font-size:21px;}
  .cta-message{font-size:17px;}
}


/* beginner page updates */
.beginner-hero h1{font-size:58px;line-height:1.25;}
.beginner-hero__lead{max-width:640px;}
.beginner-faq-list{display:grid;gap:0px;}
.beginner-faq-item{border:2px solid #d3e7f6;border-radius:7px;background:#fff;overflow:hidden;}
.beginner-faq-item summary{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:15px 15px 15px 15px;color:#31475a;font-size:16px;font-weight:900;line-height:1.4;cursor:pointer;list-style:none;}
.beginner-faq-item summary::-webkit-details-marker{display:none;}
.beginner-faq-item summary::after{content:"＋";flex:0 0 auto;margin-left:14px;color:#2a80bd;font-size:18px;line-height:1;font-weight:900;}
.beginner-faq-item[open] summary::after{content:"－";}
.beginner-faq-item p{margin:0;padding:10px 14px 12px;border-top:1px solid #e0eef8;background:#f8fcff;color:#4b5f70;font-size:16px;line-height:1.7;font-weight:700;text-align:left;}
@media (max-width: 860px){
  .beginner-hero h1{font-size:36px;line-height:1.35;}
  .beginner-hero__lead br{display:none;}
  .beginner-faq-item summary{font-size:15px;padding:9px 12px;}
  .beginner-faq-item p{font-size:15px;}
}

/* beginner page PC hero full width adjustment */
@media (min-width: 861px){
  .beginner-page{
    width:100%;
    max-width:none;
  }
  .beginner-page > .beginner-section,
  .beginner-page > .info-grid,
  .beginner-page > .beginner-title,
  .beginner-page > .cta-card{
    width:min(100%, 1300px);
    margin-left:auto;
    margin-right:auto;
	margin-bottom:20px;
  }
  .beginner-page > .beginner-hero{
    width:100%;
    max-width:none;
  }
  .beginner-hero__copy{
    /*margin-left:max(0px, calc((100vw - 1300px) / 2));*/
	margin:0 auto;
	width:1300px;
  }
  .beginner-hero__visual{
    right:max(28px, calc((100vw - 1300px) / 2 + 28px));
  }
}

/* beginner page FAQ PC alignment adjustment */
@media (min-width: 861px){
  .beginner-page .faq-card{
    align-items:center;
  }
  .beginner-page .faq-card > img{
    align-self:center;
    justify-self:center;
  }
  .beginner-page .faq-card h2{
    text-align:center;
    width:100%;
  }
  .beginner-page .faq-card .faq-btn{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
}

/* beginner page FAQ heading layout adjustment */
@media (min-width: 861px){
  .beginner-page .beginner-title--faq{
    padding-left:0;
    padding-right:0;
    margin-bottom:18px;
  }
  .beginner-page .faq-card h2{
    display:none;
  }
}
@media (max-width: 860px){
  .beginner-page .beginner-title--faq{
    display:none;
  }
}

/* beginner FAQ mobile image position adjustment */
@media (max-width: 860px){
  .beginner-page .faq-card{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  .beginner-page .faq-card > div{
    order:1;
  }
  .beginner-page .faq-card > img{
    order:2;
    align-self:center;
    margin-top:18px;
  }
}

/* coded sub pages faithful layout: service / scene / vehicle / price / faq / company */
.subpage{
  width:100%;
  max-width:none;
  margin:0 auto 48px;
  background:#fff;
  overflow:hidden;
}
.subpage img{max-width:100%;display:block;}
.sub-hero{
  position:relative;
  overflow:hidden;
background:url(../assets/home-hero_bg.webp) center top/cover no-repeat;overflow:hidden;
}
.sub-hero:before{
  content:"";
  position:absolute;
  left:-28px;
  top:-4px;
  width:150px;
  height:200px;
  opacity:.55;
  z-index:-1;
}
.sub-hero__inner{
  width:min(calc(100% - 56px), 1300px);
  min-height:500px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 650px;
  align-items:center;
  gap:20px;
  padding:52px 0 42px;
}
.sub-hero h1{
  margin:0;
  color:#151515;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:50px;
  line-height:1.32;
  letter-spacing:.12em;
  text-shadow:0 2px 0 rgba(255,255,255,.78);
}
.sub-hero__subtitle{margin:18px 0 0;color:#23884b;font-size:22px;font-weight:900;line-height:1.6;letter-spacing:.05em;}
.sub-hero__lead{max-width:620px;margin:13px 0 0;color:#31475a;font-size:16px;line-height:2;font-weight:800;}
.sub-hero__badges{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:28px 0 0;padding:0;}
.sub-hero__badges li{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 13px;border:2px solid #68bc76;border-radius:9px;background:rgba(255,255,255,.92);color:#2f9d52;font-size:14px;line-height:1;font-weight:900;white-space:nowrap;}
.sub-hero__badges li:nth-child(2),.sub-hero__badges li:nth-child(4){border-color:#ef9bb8;color:#e45380;}
.sub-hero__badges img{width:24px;height:23px;object-fit:contain;}
.sub-hero__actions{display:flex;flex-wrap:wrap;gap:22px;margin-top:24px;}
.sub-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:290px;min-height:60px;border-radius:10px;border:2px solid #35965a;font-size:18px;line-height:1;font-weight:900;letter-spacing:.05em;box-shadow:0 7px 14px rgba(72,123,79,.10);}
.sub-btn--tel{color:#fff;border-color:#e35782;background:linear-gradient(180deg,#ee7197,#df4f7a);}
.sub-btn--mail{color:#23884b;background:rgba(255,255,255,.96);}
.sub-btn img{width:26px;height:26px;object-fit:contain;}
.sub-btn--mail img{width:30px;height:18px;}
.sub-hero__image{margin:0;align-self:end;filter:drop-shadow(0 15px 18px rgba(51,85,101,.12));}
.sub-section{width:min(calc(100% - 56px), 1300px);margin-inline:auto;padding:52px 0 0; margin-bottom:50px;}
.sub-title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0 0 24px;text-align:center;}
.sub-title:before,.sub-title:after{content:"";flex:1 1 0;height:2px;background:repeating-linear-gradient(90deg,#a4cce9 0 3px,transparent 3px 7px);}
.sub-title h2{margin:0;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:30px;line-height:1.3;letter-spacing:.10em;font-weight:900;white-space:nowrap;}
.sub-note{margin:14px 0 0;text-align:center;color:#536678;font-size:15px;font-weight:800;}
.sub-intro-card{display:grid;grid-template-columns:1fr 180px;align-items:center;gap:20px;padding:22px 34px;border-radius:16px;border:2px solid #d3e7f6;background:linear-gradient(90deg,#fff,#f7fcff);}
.sub-intro-card p{margin:0;text-align:center;color:#31475a;font-size:16px;font-weight:800;line-height:1.9;}
.sub-intro-card img{max-height:165px;justify-self:center;}

.sub-compact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px; margin-bottom:0px;}
.sub-compact-grid article{min-height:92px;padding:14px 12px;border:2px solid #d3e7f6;border-radius:13px;background:#fff;display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;box-shadow:0 6px 14px rgba(77,132,168,.07);}
.sub-compact-grid img{width:58px;height:48px;object-fit:contain;justify-self:center;}
.sub-compact-grid h3{margin:0;color:#263647;font-size:16px;line-height:1.45;font-weight:900;}
.sub-compact-grid--equip,.sub-compact-grid--price,.sub-compact-grid--pricecheck,.sub-compact-grid--company,.sub-compact-grid--faqcat{grid-template-columns:repeat(8,1fr);}
.sub-compact-grid--equip article,.sub-compact-grid--price article,.sub-compact-grid--pricecheck article,.sub-compact-grid--company article,.sub-compact-grid--faqcat article,.sub-compact-grid--vehicle article,.sub-compact-grid--scene article,.sub-compact-grid--target article,.sub-compact-grid--building article,.sub-compact-grid--consult article{grid-template-columns:1fr;text-align:center;align-content:center;justify-items:center;min-height:138px;}
.sub-compact-grid--equip img,.sub-compact-grid--price img,.sub-compact-grid--pricecheck img,.sub-compact-grid--company img,.sub-compact-grid--faqcat img,.sub-compact-grid--vehicle img,.sub-compact-grid--scene img,.sub-compact-grid--target img,.sub-compact-grid--building img,.sub-compact-grid--consult img{width:74px;height:62px;}
.sub-compact-grid--scene{grid-template-columns:repeat(6,1fr);}
.sub-compact-grid--vehicle{grid-template-columns:repeat(6,1fr);}
.sub-compact-grid--target,.sub-compact-grid--building{grid-template-columns:repeat(6,1fr);}
.sub-compact-grid--consult{grid-template-columns:repeat(4,1fr);}
.sub-compact-grid--faqcat article{position:relative;}
.sub-compact-grid--faqcat article:before{content:counter(cat);counter-increment:cat;position:absolute;left:9px;top:8px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#2f9b52;color:#fff;font-weight:900;font-size:14px;}
.sub-compact-grid--faqcat{counter-reset:cat;}

.sub-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.sub-card-grid--4{grid-template-columns:repeat(4,1fr);}
.sub-card-grid--6{grid-template-columns:repeat(6,1fr);}
.sub-icon-card{min-height:170px;padding:20px 15px 18px;border:2px solid #d3e7f6;border-radius:15px;background:#fff;text-align:center;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.sub-icon-card img{width:76px;height:62px;object-fit:contain;margin:0 auto 10px;}
.sub-icon-card h3{margin:0;color:#263647;font-size:17px;line-height:1.45;font-weight:900;letter-spacing:.03em;}
.sub-icon-card p{margin:8px 0 0;color:#536678;font-size:14px;line-height:1.7;font-weight:700;text-align:left;}

.sub-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.sub-feature-grid article{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:16px;min-height:155px;padding:18px;border:2px solid #d3e7f6;border-radius:15px;background:#fff;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.sub-feature-grid img{width:120px;height:96px;object-fit:contain;justify-self:center;}
.sub-feature-grid h3{margin:0 0 7px;color:#173b65;font-size:20px;line-height:1.4;font-weight:900;}
.sub-feature-grid p{margin:0;color:#536678;font-size:14px;line-height:1.75;font-weight:700;}
.sub-feature-grid--service,.sub-feature-grid--vehicle,.sub-feature-grid--scene{grid-template-columns:repeat(3,1fr); margin-bottom:50px;}
.sub-feature-grid--companyinfo{grid-template-columns:repeat(4,1fr);}
.sub-feature-grid--companyinfo article{grid-template-columns:95px 1fr;}

.sub-step-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.sub-step-grid article{position:relative;min-height:155px;padding:18px 12px 14px;border:2px solid #cce8c9;border-radius:14px;background:#fff;text-align:center;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.sub-step-grid article+article:before{content:"";position:absolute;left:-16px;top:50%;width:17px;height:18px;transform:translateY(-50%);background:linear-gradient(90deg,#67b777,#67b777);clip-path:polygon(0 0,100% 50%,0 100%);}
.sub-step-grid span{position:absolute;left:10px;top:10px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#2f9b52;color:#fff;font-size:17px;font-weight:900;}
.sub-step-grid img{height:56px;width:80px;object-fit:contain;margin:12px auto 8px;}
.sub-step-grid h3{margin:0;color:#263647;font-size:16px;line-height:1.45;font-weight:900;}
.sub-step-grid p{margin:6px 0 0;color:#536678;font-size:13px;line-height:1.55;font-weight:700;}

.sub-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.sub-side-grid--3{grid-template-columns:repeat(3,1fr);}
.sub-side-grid--4{grid-template-columns:repeat(4,1fr);}
.sub-info-box{display:grid;grid-template-columns:1fr 150px;align-items:center;gap:18px;min-height:180px;padding:24px 26px;border:2px solid #cce8c9;border-radius:16px;background:linear-gradient(90deg,#fbfff7,#fff);}
.sub-info-box.pink{border-color:#f2c8d4;background:linear-gradient(90deg,#fff,#fff7fa);}
.sub-info-box.blue{border-color:#aad4ef;background:linear-gradient(90deg,#fff,#f7fcff);}
.sub-info-box.orange{border-color:#efc18c;background:linear-gradient(90deg,#fff,#fff9f1);}
.sub-info-box h3{margin:0 0 8px;color:#22964e;font-size:24px;line-height:1.35;font-weight:900;text-align:center;}
.sub-info-box.pink h3{color:#e64f7d;}
.sub-info-box.blue h3{color:#2a80bd;}
.sub-info-box.orange h3{color:#e58b29;}
.sub-info-box p,.sub-info-box li{margin:0;color:#31475a;font-size:15px;font-weight:800;line-height:1.8;}
.sub-info-box ul{margin:0;padding-left:1.2em;}
.sub-info-box a{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-width:220px;min-height:42px;border-radius:999px;background:#2f9b52;color:#fff;font-weight:900;}
.sub-info-box img{max-height:135px;object-fit:contain;justify-self:center;}
.sub-side-grid--3 .sub-info-box,.sub-side-grid--4 .sub-info-box{grid-template-columns:1fr;text-align:center;}
.sub-side-grid--3 .sub-info-box img,.sub-side-grid--4 .sub-info-box img{order:-1;}

.sub-case-compare{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.sub-case-compare article{display:grid;grid-template-columns:210px 1fr;gap:22px;align-items:center;padding:24px 28px;border:2px solid #a5dbaa;border-radius:16px;background:#fbfff7;}
.sub-case-compare article.pink{border-color:#f1b6c5;background:#fff7fa;}
.sub-case-compare img{width:100%;object-fit:contain;}
.sub-case-compare h3{margin:0 0 10px;color:#22964e;font-size:21px;text-align:center;}
.sub-case-compare .pink h3{color:#e64f7d;}
.sub-case-compare ul{margin:0;padding:0;list-style:none;display:grid;gap:7px;}
.sub-case-compare li{position:relative;padding-left:24px;color:#31475a;font-weight:800;}
.sub-case-compare li:before{content:"✓";position:absolute;left:0;top:2px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#239048;color:#fff;font-size:12px;font-weight:900;}
.sub-case-compare .pink li:before{background:#e64f7d;}

.sub-alert-card{display:grid;grid-template-columns:150px auto 1fr 180px;align-items:center;gap:24px;padding:22px 30px;border:2px solid #f1b6c5;border-radius:16px;background:linear-gradient(90deg,#fff,#fff7fa);}
.sub-alert-card h3{margin:0;color:#e64f7d;font-size:26px;line-height:1.4;font-weight:900;}
.sub-alert-card p{margin:0;color:#31475a;font-size:16px;line-height:1.8;font-weight:800;}
.sub-alert-card strong{color:#e64f7d;font-size:24px;}
.sub-alert-card ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0;}
.sub-alert-card li{padding:8px 18px;border:2px solid #f1b6c5;border-radius:8px;background:#fff;color:#e64f7d;font-weight:900;}
.sub-alert-card img{max-height:120px;object-fit:contain;justify-self:center;}

.price-grid{display:grid;grid-template-columns:1.15fr .82fr .82fr 1.15fr;gap:18px;}
.price-card{padding:22px 20px;border:2px solid #d3e7f6;border-radius:15px;background:#fff;text-align:center;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.price-card.pink{border-color:#ef9bb2;background:#fff7fa;}
.price-card.green{border-color:#a5dbaa;background:#fbfff7;}
.price-card.blue{border-color:#aad4ef;background:#f7fcff;}
.price-card.purple{border-color:#d9c3e9;background:#fbf7ff;}
.price-card h3{margin:0 0 10px;font-size:20px;line-height:1.4;font-weight:900;}
.price-card.pink h3{color:#e64f7d;}
.price-card.green h3{color:#239048;}
.price-card.blue h3{color:#2a80bd;}
.price-card.purple h3{color:#7e54a9;}
.price-card p{margin:0 0 10px;color:#31475a;font-size:14px;line-height:1.7;font-weight:800;}
.price-card img{width:90px;height:78px;object-fit:contain;margin:4px auto 10px;}
.price-card strong{display:block;color:#239048;font-size:36px;line-height:1.15;letter-spacing:.05em;margin:2px 0 12px;}
.price-card.blue strong{color:#2a80bd;}
.price-card dl{display:grid;grid-template-columns:1fr auto;margin:12px 0 0;border-top:1px solid rgba(0,0,0,.10);text-align:left;}
.price-card dt,.price-card dd{margin:0;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.10);font-size:15px;line-height:1.4;font-weight:800;}
.price-card dd{color:#e64f7d;font-size:20px;text-align:right;font-weight:900;}
.sub-formula{width:min(700px,100%);margin:26px auto 0;padding:14px 24px;border:3px solid #9bd09e;border-radius:10px;background:#fff;text-align:center;color:#239048;font-size:26px;font-weight:900;letter-spacing:.08em;}

.sub-faq-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center;padding:26px 32px;border:2px solid #d3e7f6;border-radius:16px;background:#fff;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.sub-faq-layout>img{justify-self:center;max-width:230px;}
.sub-faq-list,.faq-group-list{display:grid;gap:0px;}
.sub-faq-item{border:2px solid #d3e7f6;border-radius:10px;background:#fff;overflow:hidden;}
.sub-faq-item summary{position:relative;display:block;cursor:pointer;padding:18px 48px 18px 18px;color:#31475a;font-size:15px;line-height:1.5;font-weight:900;}
.sub-faq-item summary::-webkit-details-marker{display:none;}
.sub-faq-item summary:after{content:"＋";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#2a80bd;font-size:22px;font-weight:900;}
.sub-faq-item[open] summary:after{content:"−";}
.sub-faq-item p{margin:0;padding:14px 18px 14px;color:#536678;font-size:14px;line-height:1.8;font-weight:700;}
.faq-group-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.faq-group{padding:20px;border:2px solid #cce8c9;border-radius:16px;background:#fbfff7;}
.faq-group.pink{border-color:#f2c8d4;background:#fff7fa;}
.faq-group h3{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#22964e;font-size:22px;line-height:1.4;}
.faq-group.pink h3{color:#e64f7d;}
.faq-group h3 span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#22964e;color:#fff;}
.faq-group.pink h3 span{background:#e64f7d;}
.faq-group .sub-faq-item{border-color:#d9efe0;}
.faq-group.pink .sub-faq-item{border-color:#f4cad5;}

.sub-company-message{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.sub-company-message article{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:22px;padding:28px;border:2px solid #d3e7f6;border-radius:16px;background:linear-gradient(90deg,#fff,#f7fcff);box-shadow:0 7px 15px rgba(77,132,168,.07);}
.sub-company-message article:first-child{border-color:#f2c8d4;background:linear-gradient(90deg,#fff,#fff7fa);}
.sub-company-message img{max-height:150px;object-fit:contain;justify-self:center;}
.sub-company-message h3{margin:0 0 8px;color:#173b65;font-size:22px;line-height:1.5;font-weight:900;}
.sub-company-message article:first-child h3{color:#e64f7d;}
.sub-company-message p{margin:0;color:#31475a;font-size:15px;line-height:1.85;font-weight:800;}
.sub-company-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;}
.sub-company-layout>.sub-title{grid-column:1/-1;}
.company-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:2px solid #d3e7f6;border-radius:16px;background:#fff;box-shadow:0 7px 15px rgba(77,132,168,.07);}
.company-table th,.company-table td{padding:15px 18px;border-bottom:1px solid #d3e7f6;font-size:15px;line-height:1.7;text-align:left;}
.company-table th{width:190px;background:#f7fcff;color:#173b65;font-weight:900;}
.company-table td{color:#31475a;font-weight:800;}
.company-table tr:last-child th,.company-table tr:last-child td{border-bottom:0;}

.sub-cta{width:min(calc(100% - 56px),1300px);margin:60px auto 0;display:grid;grid-template-columns:270px 1fr 220px;align-items:center;gap:24px;padding:22px 34px;border:3px solid #5ca7de;border-radius:16px;background:linear-gradient(90deg,#fff,#f5fbff 55%,#fff);}
.sub-cta h2{margin:0;color:#173b65;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:28px;line-height:1.3;letter-spacing:.08em;}
.sub-cta p{margin:10px 0 0;color:#31475a;font-size:14px;font-weight:800;line-height:1.7;}
.sub-cta__tel{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-top:8px;}
.sub-cta__tel a:first-child{color:#e95782;font-size:46px;font-weight:900;line-height:1;}
.sub-cta__tel a:last-child{color:#2e5178;font-size:26px;font-weight:900;line-height:1.2;}
.sub-cta ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:12px 0 0;padding:0;}
.sub-cta li{padding:4px 10px;border-radius:999px;color:#fff;background:#2f9b52;font-size:14px;font-weight:900;line-height:1;}
.sub-cta li:nth-child(2){background:#e64f7d;}
.sub-cta__message{color:#e64f7d!important;font-size:18px!important;font-weight:900!important;line-height:1.65!important;text-align:center;letter-spacing:.06em;}

@media (max-width: 1100px){
  .sub-hero__inner{grid-template-columns:1fr;min-height:0;}
  .sub-hero__image{max-width:700px;margin:0 auto;}
  .sub-compact-grid,.sub-compact-grid--equip,.sub-compact-grid--price,.sub-compact-grid--pricecheck,.sub-compact-grid--company,.sub-compact-grid--faqcat,.sub-compact-grid--scene,.sub-compact-grid--vehicle,.sub-compact-grid--target,.sub-compact-grid--building{grid-template-columns:repeat(3,1fr);}
  .sub-card-grid,.sub-card-grid--4,.sub-card-grid--6{grid-template-columns:repeat(2,1fr);}
  .sub-feature-grid,.sub-feature-grid--service,.sub-feature-grid--vehicle,.sub-feature-grid--scene,.sub-feature-grid--companyinfo{grid-template-columns:repeat(2,1fr);}
  .sub-side-grid,.sub-side-grid--3,.sub-side-grid--4,.sub-case-compare,.sub-company-message,.sub-company-layout{grid-template-columns:1fr;}
  .sub-step-grid{grid-template-columns:repeat(3,1fr);}
  .sub-step-grid article+article:before{display:none;}
  .price-grid{grid-template-columns:repeat(2,1fr);}
  .faq-group-grid{grid-template-columns:repeat(2,1fr);}
  .sub-alert-card{grid-template-columns:120px 1fr;}
  .sub-alert-card img:last-child{display:none;}
  .sub-cta{grid-template-columns:230px 1fr;}
  .sub-cta__message{grid-column:1/-1;}
}
@media (max-width: 860px){
  .subpage{margin-bottom:20px;}
  .sub-hero__inner{width:calc(100% - 32px);display:block;padding:30px 0 26px;}
  .sub-hero h1{font-size:34px;letter-spacing:.08em;}
  .sub-hero__subtitle{font-size:18px;line-height:1.55;}
  .sub-hero__lead{font-size:14px;line-height:1.85;}
  .sub-hero__badges{gap:8px;margin-top:20px;}
  .sub-hero__badges li{flex:1 1 calc(50% - 4px);justify-content:center;min-height:42px;padding:8px;font-size:13px;}
  .sub-hero__badges li:last-child{flex-basis:100%;}
  .sub-hero__actions{gap:12px;margin-top:18px;}
  .sub-btn{width:calc(50% - 6px);min-width:0;min-height:52px;font-size:15px;padding-inline:10px;}
  .sub-btn img{width:22px;height:22px;}
  .sub-btn--mail img{width:26px;height:16px;}
  .sub-hero__image{margin:18px auto 0;}
  .sub-section{width:calc(100% - 32px);padding-top:38px;}
  .sub-title{gap:12px;margin-bottom:18px;}
  .sub-title:before,.sub-title:after{display:none;}
  .sub-title h2{white-space:normal;font-size:24px;letter-spacing:.06em;}
  .sub-intro-card{grid-template-columns:1fr;padding:22px 18px;}
  .sub-compact-grid,.sub-compact-grid--equip,.sub-compact-grid--price,.sub-compact-grid--pricecheck,.sub-compact-grid--company,.sub-compact-grid--faqcat,.sub-compact-grid--scene,.sub-compact-grid--vehicle,.sub-compact-grid--target,.sub-compact-grid--building,.sub-compact-grid--consult{grid-template-columns:repeat(2,1fr);gap:10px;}
  .sub-compact-grid article{grid-template-columns:1fr;text-align:center;align-content:center;justify-items:center;min-height:138px;padding:14px 10px;}
  .sub-compact-grid img{width:72px;height:58px;}
  .sub-compact-grid h3{font-size:15px;}
  .sub-card-grid,.sub-card-grid--4,.sub-card-grid--6{grid-template-columns:repeat(2,1fr);gap:10px;}
  .sub-icon-card{min-height:178px;padding:16px 10px 14px;border-radius:14px;}
  .sub-icon-card img{width:72px;height:58px;margin-bottom:8px;}
  .sub-icon-card h3{font-size:15px;}
  .sub-icon-card p{font-size:13px;line-height:1.55;text-align:center;}
  .sub-feature-grid,.sub-feature-grid--service,.sub-feature-grid--vehicle,.sub-feature-grid--scene,.sub-feature-grid--companyinfo{grid-template-columns:1fr;gap:14px;}
  .sub-feature-grid article{grid-template-columns:105px 1fr;min-height:130px;padding:16px 14px;}
  .sub-feature-grid img{width:100px;height:82px;}
  .sub-feature-grid h3{font-size:18px;}
  .sub-feature-grid p{font-size:13px;}
  .sub-step-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .sub-step-grid article{min-height:142px;}
  .sub-info-box{grid-template-columns:1fr;text-align:center;padding:20px 16px;}
  .sub-info-box h3{font-size:22px;}
  .sub-info-box p,.sub-info-box li{font-size:14px;text-align:left;}
  .sub-info-box img{order:-1;max-height:120px;}
  .sub-case-compare article{grid-template-columns:1fr;text-align:center;padding:20px 16px;}
  .sub-alert-card{grid-template-columns:1fr;text-align:center;padding:20px 16px;}
  .sub-alert-card h3{font-size:22px;}
  .sub-alert-card p{font-size:14px;}
  .sub-alert-card strong{font-size:20px;}
  .price-grid{grid-template-columns:1fr;}
  .sub-formula{font-size:20px;padding:12px 14px;letter-spacing:.04em;}
  .price-card strong{font-size:32px;}
  .sub-faq-layout{grid-template-columns:1fr;padding:22px 16px;}
  .sub-faq-layout>img{order:2;max-width:180px;}
  .faq-group-grid{grid-template-columns:1fr;}
  .sub-company-message article{grid-template-columns:1fr;text-align:center;padding:22px 18px;}
  .sub-company-message p{text-align:left;font-size:14px;}
  .company-table th,.company-table td{display:block;width:100%;padding:13px 16px;font-size:14px;}
  .company-table th{border-bottom:0;}
  .sub-cta{width:calc(100% - 32px);grid-template-columns:1fr;gap:8px;margin-top:44px;padding:18px 16px 24px;text-align:center;}
  .sub-cta h2{font-size:23px;}
  .sub-cta__tel{justify-content:center;}
  .sub-cta__tel a:first-child{font-size:34px;}
  .sub-cta__tel a:last-child{font-size:21px;}
  .sub-cta ul{justify-content:center;}
  .sub-cta__message{font-size:17px!important;}
}

/* layout/image fidelity adjustment v2 */
@media (min-width: 1101px){
  /* service: 元画像と同じく「主なサービス内容」は上段4列・下段3列 */
  .sub-feature-grid--service{
    grid-template-columns:repeat(12, 1fr);
  }
  .sub-feature-grid--service article{
    grid-column:span 3;
  }
  .sub-feature-grid--service article:nth-child(n+5){
    grid-column:span 4;
  }

  /* vehicle: 元画像と同じく「主な車両・設備紹介」は4列 */
  .sub-feature-grid--vehicle{
    grid-template-columns:repeat(4, 1fr);
  }

  /* FAQカテゴリは元画像と同じく9項目を横一列 */
  .sub-compact-grid--faqcat{
    grid-template-columns:repeat(9, 1fr);
  }
  .sub-compact-grid--faqcat article{
    min-height:150px;
    padding-top:28px;
  }
  .sub-compact-grid--faqcat article:nth-child(even):before{
    background:#e64f7d;
  }

  /* company: 事業内容・設備一覧は元画像と同じく9項目を横一列 */
  .sub-compact-grid--company{
    grid-template-columns:repeat(9, 1fr);
  }

  /* price: 割引・別途料金・便利サービスは画像左／文言右のカードに近づける */
  .subpage-price .sub-side-grid--4 .sub-info-box{
    grid-template-columns:92px 1fr;
    gap:16px;
    text-align:left;
    align-items:center;
    min-height:170px;
    padding:22px 18px;
  }
  .subpage-price .sub-side-grid--4 .sub-info-box h3{
    text-align:left;
    font-size:22px;
  }
  .subpage-price .sub-side-grid--4 .sub-info-box img{
    order:0;
    max-height:94px;
  }

  /* price: 料金例・お急ぎ・緊急時の3カードも元画像に近い横並び */
  .subpage-price .sub-side-grid--3 .sub-info-box{
    grid-template-columns:92px 1fr;
    gap:16px;
    text-align:left;
    min-height:150px;
    padding:20px 18px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box h3{
    text-align:left;
    font-size:21px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box img{
    order:0;
    max-height:86px;
  }

  /* service: 対応サービス一覧は元画像の横長カード感を強める */
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip){
    grid-template-columns:repeat(5, 1fr);
  }
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) article{
    grid-template-columns:64px 1fr;
    min-height:82px;
    text-align:left;
  }
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) img{
    width:64px;
    height:54px;
  }

  /* scene: 上部の用途一覧は元画像のように画像上・文言下で2段6列 */
  .subpage-scene .sub-compact-grid--scene article{
    min-height:150px;
  }

  /* vehicle: 設備一覧は元画像のように画像上・文言下で整列 */
  .subpage-vehicle .sub-compact-grid--vehicle article{
    min-height:150px;
  }

  /* company: 会社案内の小カードを元画像の均等なアイコンカードに近づける */
  .subpage-company .sub-compact-grid--company article,
  .subpage-company .sub-compact-grid--target article{
    min-height:145px;
  }

  /* FAQページのカテゴリ別カードは元画像の3列ブロックに近づける */
  .faq-group-grid{
    align-items:start;
  }
  .faq-group{
    min-height:365px;
  }
}

/* FAQページ：各カテゴリの開閉項目は元画像同様、先頭項目が展開された見た目に近づける */
.subpage-faq .faq-group .sub-faq-item[open]{
  background:linear-gradient(180deg,#fff,#f8fdff);
}
.subpage-faq .faq-group.pink .sub-faq-item[open]{
  background:linear-gradient(180deg,#fff,#fff8fb);
}
.subpage-faq .faq-group .sub-faq-item[open] summary{
  color:#173b65;
}

/* 画像の余白を全体的に元画像のカード内バランスへ近づける */
.sub-compact-grid article img,
.sub-icon-card img{
  object-fit:contain;
}
.sub-feature-grid article img{
  object-fit:contain;
}

/* detailed visual fidelity adjustment v3 */
:root{
  --sub-navy:#173b65;
  --sub-text:#31475a;
  --sub-green:#22964e;
  --sub-pink:#e64f7d;
  --sub-blue-line:#d3e7f6;
  --sub-green-line:#cce8c9;
  --sub-pink-line:#f2c8d4;
}

/* 共通：元画像の白背景・薄いブルー枠・やわらかいカード感へ寄せる */
.subpage{
  background:linear-gradient(180deg,#fff 0%,#fbfeff 50%,#fff 100%);
  color:var(--sub-text);
}
.sub-section{
  padding-top:0px;
}
.sub-title{
  margin-bottom:22px;
}
.sub-title h2{
  color:var(--sub-navy);
  font-size:28px;
  line-height:1.35;
  letter-spacing:.11em;
}
.sub-title:before,
.sub-title:after{
  opacity:.95;
}

/* ヒーロー：元画像の余白、文字サイズ、緑見出しに調整 */
.sub-hero__inner{
  min-height:470px;
  padding-top:46px;
  padding-bottom:34px;
}
.sub-hero h1{
  font-size:58px;
  line-height:1.3;
  color:#151515;
}
.sub-hero__subtitle{
  color:var(--sub-green);
  font-size:21px;
  line-height:1.55;
  margin-top:16px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .75);
}
.sub-hero__lead{
  color:#2f3f4d;
  font-size:15px;
  line-height:1.9;
}
.sub-hero__badges li{
  background:rgba(255,255,255,.94);
  box-shadow:0 4px 10px rgba(77,132,168,.05);
}
.sub-btn{
  min-height:58px;
  border-radius:9px;
}
.sub-hero__image img{
  width:100%;
}

/* 小アイコンカード：元画像の白カード、薄い枠、余白・文字を調整 */
.sub-compact-grid article,
.sub-icon-card,
.sub-feature-grid article,
.sub-step-grid article{
  background:rgba(255,255,255,.96);
  border-color:var(--sub-blue-line);
  box-shadow:0 5px 12px rgba(77,132,168,.055);
}
.sub-compact-grid h3,
.sub-icon-card h3{
  color:#263647;
  font-size:15px;
  line-height:1.45;
  letter-spacing:.02em;
}
.sub-icon-card p{
  color:#536678;
  font-size:15px;
  line-height:1.65;
}

/* 横長カード：元画像に近い画像左・文章右のバランス */
.sub-feature-grid article{
  grid-template-columns:116px 1fr;
  gap:14px;
  min-height:145px;
  padding:16px 18px;
}
.sub-feature-grid img{
  width:112px;
  height:92px;
}
.sub-feature-grid h3{
  color:var(--sub-navy);
  font-size:19px;
  line-height:1.45;
  letter-spacing:.05em;
}
.sub-feature-grid p{
  color:#2f3f4d;
  font-size:15px;
  line-height:1.75;
}

/* サービスページ：メインサービス内容の緑・ピンク・青の背景/枠を元画像寄りに */
.subpage-service .sub-feature-grid--service article:nth-child(1),
.subpage-service .sub-feature-grid--service article:nth-child(4){
  border-color:var(--sub-green-line);
  background:linear-gradient(90deg,#fbfff7,#fff);
}
.subpage-service .sub-feature-grid--service article:nth-child(2),
.subpage-service .sub-feature-grid--service article:nth-child(5){
  border-color:var(--sub-pink-line);
  background:linear-gradient(90deg,#fff7fa,#fff);
}
.subpage-service .sub-feature-grid--service article:nth-child(1) h3,
.subpage-service .sub-feature-grid--service article:nth-child(4) h3{
  color:var(--sub-green);
}
.subpage-service .sub-feature-grid--service article:nth-child(2) h3,
.subpage-service .sub-feature-grid--service article:nth-child(5) h3{
  color:var(--sub-pink);
}

/* ご利用シーン：用途一覧は元画像同様、絵を大きく・文言を太めに */
.subpage-scene .sub-compact-grid--scene article{
  border-color:var(--sub-blue-line);
  min-height:150px;
}
.subpage-scene .sub-compact-grid--scene img{
  width:88px;
  height:72px;
}
.subpage-scene .sub-compact-grid--scene h3{
  color:#263647;
  font-size:16px;
}

/* 車両ページ：設備一覧の画像を大きくし、元画像のカード感に */
.subpage-vehicle .sub-compact-grid--vehicle article{
  min-height:150px;
}
.subpage-vehicle .sub-compact-grid--vehicle img{
  width:92px;
  height:72px;
}
.subpage-vehicle .sub-compact-grid--vehicle h3{
  color:#263647;
  font-size:15px;
}

/* 料金ページ：料金表の背景色・文字色・罫線を元画像のトーンへ */
.price-card{
  box-shadow:0 5px 12px rgba(77,132,168,.06);
}
.price-card h3{
  font-size:20px;
  letter-spacing:.03em;
}
.price-card.pink{
  border-color:#f0a9bf;
  background:linear-gradient(180deg,#fff7fa 0%,#fff 100%);
}
.price-card.green{
  border-color:#a5dbaa;
  background:linear-gradient(180deg,#fbfff7 0%,#fff 100%);
}
.price-card.blue{
  border-color:#aad4ef;
  background:linear-gradient(180deg,#f7fcff 0%,#fff 100%);
}
.price-card.purple{
  border-color:#d9c3e9;
  background:linear-gradient(180deg,#fbf7ff 0%,#fff 100%);
}
.price-card dt{
  color:#31475a;
}
.price-card dd{
  color:var(--sub-pink);
}
.sub-formula{
  color:var(--sub-green);
  background:#fff;
  border-color:#8fcf94;
  font-size:25px;
}
.subpage-price .sub-side-grid--4 .sub-info-box,
.subpage-price .sub-side-grid--3 .sub-info-box{
  box-shadow:0 5px 12px rgba(77,132,168,.05);
}
.sub-info-box.green{
  border-color:var(--sub-green-line);
  background:linear-gradient(90deg,#fbfff7,#fff);
}
.sub-info-box.pink{
  border-color:var(--sub-pink-line);
  background:linear-gradient(90deg,#fff7fa,#fff);
}
.sub-info-box.blue{
  border-color:#c6e2f5;
  background:linear-gradient(90deg,#f7fcff,#fff);
}
.sub-info-box.orange{
  border-color:#efc18c;
  background:linear-gradient(90deg,#fff9f1,#fff);
}

/* FAQページ：元画像の緑/ピンクカテゴリカード、見出し色、開閉行の見た目を調整 */
.faq-group{
  box-shadow:0 5px 12px rgba(77,132,168,.055);
}
.faq-group.green{
  background:linear-gradient(180deg,#fbfff7,#fff);
  border-color:var(--sub-green-line);
}
.faq-group.pink{
  background:linear-gradient(180deg,#fff7fa,#fff);
  border-color:var(--sub-pink-line);
}
.faq-group h3{
  font-size:21px;
  letter-spacing:.04em;
}
.sub-faq-item{
  border-color:#ddebf5;
  box-shadow:none;
}
.sub-faq-item summary{
  color:#263647;
  font-size:16px;
}
.sub-faq-item p{
  color:#536678;
  font-size:16px;
  background:rgba(247,252,255,.8);
}

/* 会社ページ：元画像に近い淡いピンク/グリーンの大カード */
.sub-company-message article:first-child{
  background:linear-gradient(90deg,#fff7fa,#fff);
  border-color:var(--sub-pink-line);
}
.sub-company-message article:nth-child(2){
  background:linear-gradient(90deg,#fbfff7,#fff);
  border-color:var(--sub-green-line);
}
.sub-company-message h3{
  font-size:21px;
}
.sub-company-message p{
  font-size:15px;
}

/* 会社概要表：元画像の薄い罫線・小さめ文字へ */
.company-table{
  border-color:var(--sub-blue-line);
}
.company-table th{
  background:#f7fcff;
  color:#263647;
  font-size:14px;
}
.company-table td{
  color:#31475a;
  font-size:14px;
}

/* 緊急時カード：元画像の淡いピンク背景と赤文字に寄せる */
.sub-alert-card{
  border-color:#f2bdcd;
  background:linear-gradient(90deg,#fff7fa,#fff);
}
.sub-alert-card h3{
  color:var(--sub-pink);
}
.sub-alert-card strong{
  color:var(--sub-pink);
}

/* CTA：元画像の青枠・文字サイズ・余白へ */
.sub-cta{
  border-color:#5ca7de;
  background:linear-gradient(90deg,#fff,#f5fbff 58%,#fff);
  box-shadow:0 6px 14px rgba(77,132,168,.05);
}
.sub-cta h2{
  color:var(--sub-navy);
  font-size:27px;
}
.sub-cta p{
  color:#31475a;
}
.sub-cta__tel a:first-child{
  color:#e95782;
}
.sub-cta__message{
  color:var(--sub-pink)!important;
}

/* PCで画像が違って見えやすい箇所のサイズを再調整 */
@media (min-width:1101px){
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) article{
    min-height:82px;
  }
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) h3{
    font-size:15px;
  }
  .sub-feature-grid--service article,
  .sub-feature-grid--scene article,
  .sub-feature-grid--vehicle article{
    align-items:center;
  }
  .subpage-price .sub-compact-grid--price article,
  .subpage-price .sub-compact-grid--pricecheck article{
    min-height:145px;
  }
  .subpage-company .sub-compact-grid--company article{
    min-height:142px;
  }
  .subpage-company .sub-compact-grid--target article{
    min-height:135px;
  }
}

/* スマホ：文字詰まりを抑え、画像上・文字下の元画像風カードに統一 */
@media (max-width:860px){
  .sub-title h2{
    font-size:23px;
  }
  .sub-hero h1{
    font-size:32px;
  }
  .sub-hero__subtitle{
    font-size:17px;
  }
  .sub-compact-grid article{
    min-height:145px;
  }
  .sub-feature-grid article{
    grid-template-columns:1fr;
    text-align:center;
  }
  .sub-feature-grid img{
    width:118px;
    height:92px;
    margin-inline:auto;
  }
  .sub-feature-grid p{
    text-align:left;
  }
  .sub-cta h2{
    font-size:22px;
  }
}

/* final icon fidelity and faq button patch v4 */
.sub-faq-more{margin:14px 0 0;text-align:center;}
.sub-faq-more a{display:inline-flex;align-items:center;justify-content:center;min-width:260px;min-height:34px;padding:0 18px;border-radius:999px;background:#234f86;color:#fff;font-size:14px;font-weight:900;letter-spacing:.03em;box-shadow:0 4px 10px rgba(35,79,134,.14);}
.sub-faq-more a:hover{opacity:.92;}
.subpage-scene .sub-feature-grid--scene article img{border-radius:6px;}
.subpage-company .sub-company-message article:nth-child(2) img{max-height:138px;}
/* small font-size normalization to match source images more closely */
.sub-compact-grid h3{font-size:15px;}
.sub-feature-grid h3{font-size:18px;}
.price-card h3{font-size:19px;}
.faq-group h3{font-size:20px;}
@media (max-width:860px){
  .sub-faq-more a{min-width:220px;font-size:13px;}
  .sub-compact-grid h3{font-size:13px;}
  .sub-feature-grid h3{font-size:17px;}
}

/* service page fidelity patch v5 */
.subpage-service .sub-title h2{font-size:27px;letter-spacing:.16em;}
.subpage-service .sub-intro-card{grid-template-columns:1fr 150px;gap:14px;padding:10px 28px;background:#E7F0F8;border-color:#d9e8f4; margin-bottom:50px;}
.subpage-service .sub-intro-card p{font-size:22px;line-height:1.8;}
.subpage-service .sub-intro-card img{max-height:126px;}
.subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) article{border-color:#d9e8f4;background:#fff;min-height:74px;padding:10px 12px;box-shadow:none;}
.subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) img{width:54px;height:44px;}
.subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) h3{font-size:15px;color:#1f2f43;line-height:1.4;}
.subpage-service .sub-feature-grid--service article{min-height:130px;padding:12px 14px;gap:12px;box-shadow:none;background:#fff;border-color:#d9e8f4;}
.subpage-service .sub-feature-grid--service article img{width:125px;height:92px;}
.subpage-service .sub-feature-grid--service article:nth-child(1),
.subpage-service .sub-feature-grid--service article:nth-child(4),
.subpage-service .sub-feature-grid--service article:nth-child(5){background:#fcfefc;border-color:#cfe2cb;}
.subpage-service .sub-feature-grid--service article:nth-child(2),
.subpage-service .sub-feature-grid--service article:nth-child(6){background:#fffafb;border-color:#f0cfd8;}
.subpage-service .sub-feature-grid--service h3{font-size:19px;line-height:1.35;}
.subpage-service .sub-feature-grid--service article:nth-child(1) h3,
.subpage-service .sub-feature-grid--service article:nth-child(4) h3,
.subpage-service .sub-feature-grid--service article:nth-child(5) h3{color:#18824f;}
.subpage-service .sub-feature-grid--service article:nth-child(2) h3,
.subpage-service .sub-feature-grid--service article:nth-child(6) h3{color:#d94878;}
.subpage-service .sub-feature-grid--service article:nth-child(3) h3,
.subpage-service .sub-feature-grid--service article:nth-child(7) h3{color:#234f86;}
.subpage-service .sub-feature-grid--service p{font-size:15px;line-height:1.7;}
.subpage-service .sub-compact-grid--equip article{min-height:132px;box-shadow:none;background:#fff;border-color:#cfe2cb;}
.subpage-service .sub-compact-grid--equip img{width:88px;height:68px;}
.subpage-service .sub-compact-grid--equip h3{font-size:15px;line-height:1.35;}
.subpage-service .sub-card-grid--4 .sub-icon-card{min-height:162px;padding:14px 10px 12px;background:#fff;box-shadow:none;border-color:#d9e8f4;}
.subpage-service .sub-card-grid--4 .sub-icon-card img{width:88px;height:68px;}
.subpage-service .sub-card-grid--4 .sub-icon-card h3{font-size:19px;line-height:1.3;color:#234f86;}
.subpage-service .sub-card-grid--4 .sub-icon-card p{text-align:center;font-size:15px;line-height:1.6;}
.subpage-service .sub-step-grid article{min-height:142px;box-shadow:none;border-color:#cfe2cb;}
.subpage-service .sub-step-grid h3{font-size:15px;line-height:1.5;}
.subpage-service .sub-step-grid img{width:88px;height:58px;}
.subpage-service .sub-info-box{box-shadow:none;min-height:186px;}
.subpage-service .sub-info-box h3{font-size:24px;}
.subpage-service .sub-info-box img{max-height:120px;}
.subpage-service .sub-info-box a{min-width:210px;min-height:38px;background:#37994f;font-size:14px;}
.subpage-service .sub-faq-layout{padding:20px 22px 20px;grid-template-columns:190px 1fr;box-shadow:none;}
.subpage-service .sub-faq-layout>img{max-width:170px;}
.subpage-service .sub-faq-item summary{font-size:16px;padding:15px 14px;}
.subpage-service .sub-faq-more{margin-top:10px;}
.subpage-service .sub-faq-more a{min-width:210px;min-height:28px;background:#234f86;font-size:14px;padding:0 16px;}
.subpage-service .sub-cta{margin-top:42px;grid-template-columns:250px 1fr 210px;padding:18px 30px;}
.subpage-service .sub-cta>img{max-width:230px;}
.subpage-service .sub-cta h2{font-size:22px;letter-spacing:.15em;}
.subpage-service .sub-cta__tel a:first-child{font-size:44px;}
.subpage-service .sub-cta__tel a:last-child{font-size:22px;}
@media (max-width:860px){
  .subpage-service .sub-title h2{font-size:22px;letter-spacing:.08em;}
  .subpage-service .sub-intro-card{grid-template-columns:1fr;padding:18px 16px;}
  .subpage-service .sub-intro-card img{max-height:110px;}
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) article{min-height:122px;grid-template-columns:1fr;text-align:center;}
  .subpage-service .sub-compact-grid:not(.sub-compact-grid--equip) img{width:68px;height:54px;}
  .subpage-service .sub-feature-grid--service article{grid-template-columns:1fr;text-align:center;}
  .subpage-service .sub-feature-grid--service article img{width:120px;height:90px;margin-inline:auto;}
  .subpage-service .sub-feature-grid--service p{text-align:left;}
  .subpage-service .sub-card-grid--4 .sub-icon-card h3{font-size:16px;}
  .subpage-service .sub-faq-layout{grid-template-columns:1fr;padding:18px 14px 12px;}
  .subpage-service .sub-faq-layout>img{max-width:150px;order:2;}
  .subpage-service .sub-cta{grid-template-columns:1fr;padding:18px 14px 22px;}
}

/* remaining pages fidelity patch v6 */
/* 共通：各ページの元画像に近いサイズ・色へ再調整 */
.subpage-scene .sub-title h2,
.subpage-vehicle .sub-title h2,
.subpage-price .sub-title h2,
.subpage-faq .sub-title h2,
.subpage-company .sub-title h2{font-size:27px;letter-spacing:.15em;color:#173b65;}
.subpage-scene .sub-compact-grid article,
.subpage-vehicle .sub-compact-grid article,
.subpage-price .sub-compact-grid article,
.subpage-faq .sub-compact-grid article,
.subpage-company .sub-compact-grid article{box-shadow:none;background:#fff;border-color:#d9e8f4;}
.subpage-scene .sub-feature-grid article,
.subpage-vehicle .sub-feature-grid article,
.subpage-company .sub-feature-grid article{box-shadow:none;border-color:#d9e8f4;background:#fff;}
.subpage-scene .sub-faq-more a,
.subpage-vehicle .sub-faq-more a,
.subpage-price .sub-faq-more a,
.subpage-company .sub-faq-more a{min-width:210px;min-height:28px;background:#234f86;font-size:14px;padding:0 16px;}

/* scene.html */
.subpage-scene .sub-compact-grid--scene{grid-template-columns:repeat(6,1fr);}
.subpage-scene .sub-compact-grid--scene article{min-height:142px;padding:12px 10px;}
.subpage-scene .sub-compact-grid--scene img{width:92px;height:70px;}
.subpage-scene .sub-compact-grid--scene h3{font-size:15px;color:#1f2f43;line-height:1.35;}
.subpage-scene .sub-feature-grid--scene{grid-template-columns:repeat(3,1fr);}
.subpage-scene .sub-feature-grid--scene article{grid-template-columns:128px 1fr;gap:14px;min-height:132px;padding:13px 14px;}
.subpage-scene .sub-feature-grid--scene article img{width:120px;height:auto;object-fit:cover;border-radius:2px;}
.subpage-scene .sub-feature-grid--scene h3{font-size:18px;line-height:1.35;color:#234f86;}
.subpage-scene .sub-feature-grid--scene article:nth-child(10){background:#f8fff6;border-color:#cfe2cb;}
.subpage-scene .sub-feature-grid--scene article:nth-child(11){background:#fbfff7;border-color:#cfe2cb;}
.subpage-scene .sub-feature-grid--scene article:nth-child(12){background:#fff7fa;border-color:#f0cfd8;}
.subpage-scene .sub-feature-grid--scene article:nth-child(11) h3{color:#18824f;}
.subpage-scene .sub-feature-grid--scene article:nth-child(12) h3{color:#d94878;}
.subpage-scene .sub-card-grid--4 .sub-icon-card{box-shadow:none;background:#fff;border-color:#d9e8f4;min-height:150px;padding:14px 12px;}
.subpage-scene .sub-card-grid--4 .sub-icon-card img{width:82px;height:62px;}
.subpage-scene .sub-card-grid--4 .sub-icon-card h3{font-size:18px;color:#234f86;}
.subpage-scene .sub-step-grid article{box-shadow:none;border-color:#cfe2cb;min-height:135px;}
.subpage-scene .sub-step-grid img{width:84px;height:58px;}
.subpage-scene .sub-alert-card{min-height:115px;padding:16px 30px;}
.subpage-scene .sub-alert-card img{max-height:85px;}
.subpage-scene .sub-alert-card h3{font-size:23px;}
.subpage-scene .sub-faq-layout{box-shadow:none;padding:24px 32px;}
.subpage-scene .sub-faq-layout>img{max-width:170px;}
.subpage-scene .sub-cta>img{max-width:240px;}

/* vehicle.html */
.subpage-vehicle .sub-compact-grid--vehicle{grid-template-columns:repeat(6,1fr);}
.subpage-vehicle .sub-compact-grid--vehicle article{min-height:142px;padding:12px 10px;}
.subpage-vehicle .sub-compact-grid--vehicle img{width:96px;height:72px;}
.subpage-vehicle .sub-compact-grid--vehicle h3{font-size:15px;line-height:1.35;color:#1f2f43;}
.subpage-vehicle .sub-feature-grid--vehicle{grid-template-columns:repeat(4,1fr);}
.subpage-vehicle .sub-feature-grid--vehicle article{grid-template-columns:118px 1fr;gap:13px;min-height:122px;padding:12px 14px;}
.subpage-vehicle .sub-feature-grid--vehicle img{width:112px;height:84px;}
.subpage-vehicle .sub-feature-grid--vehicle h3{font-size:17px;line-height:1.35;color:#234f86;}
.subpage-vehicle .sub-feature-grid--vehicle p{font-size:15px;line-height:1.6;}
.subpage-vehicle .sub-case-compare article{box-shadow:none;min-height:145px;padding:18px 24px;}
.subpage-vehicle .sub-case-compare article.green{background:#fbfff7;border-color:#cfe2cb;}
.subpage-vehicle .sub-case-compare article.pink{background:#fff7fa;border-color:#f0cfd8;}
.subpage-vehicle .sub-case-compare img{max-height:110px;}
.subpage-vehicle .sub-compact-grid--building article{min-height:122px;}
.subpage-vehicle .sub-compact-grid--building img{width:90px;height:66px;}
.subpage-vehicle .sub-side-grid .sub-info-box{box-shadow:none;min-height:128px;}
.subpage-vehicle .sub-side-grid .sub-info-box img{max-height:96px;}
.subpage-vehicle .sub-faq-layout{box-shadow:none;padding:24px 32px;}
.subpage-vehicle .sub-faq-layout>img{max-width:170px;}
.subpage-vehicle .sub-cta>img{max-width:240px;}

/* price.html */
.subpage-price .sub-compact-grid--price,
.subpage-price .sub-compact-grid--pricecheck{grid-template-columns:repeat(8,1fr);}
.subpage-price .sub-compact-grid--price article{min-height:142px;padding:12px 8px;}
.subpage-price .sub-compact-grid--price img{width:86px;height:68px;}
.subpage-price .sub-compact-grid--price h3,
.subpage-price .sub-compact-grid--pricecheck h3{font-size:15px;color:#1f2f43;line-height:1.35;}
.subpage-price .price-grid--main{gap:14px;}
.subpage-price .price-card{box-shadow:none;}
.subpage-price .price-card h3{font-size:18px;line-height:1.35;}
.subpage-price .price-card p{font-size:16px;line-height:1.6;}
.subpage-price .price-card dt{font-size:15px;}
.subpage-price .price-card dd{font-size:18px;}
.subpage-price .price-card img{width:84px;height:68px;}
.subpage-price .price-card strong{font-size:32px;}
.subpage-price .sub-side-grid--4 .sub-info-box{box-shadow:none;min-height:150px;padding:18px 18px;}
.subpage-price .sub-side-grid--4 .sub-info-box img{max-height:88px;}
.subpage-price .sub-side-grid--4 .sub-info-box h3{font-size:20px;}
.subpage-price .sub-compact-grid--pricecheck article{min-height:132px;padding:12px 8px;}
.subpage-price .sub-compact-grid--pricecheck img{width:82px;height:64px;}
.subpage-price .sub-side-grid--3 .sub-info-box{box-shadow:none;min-height:125px;padding:16px 18px;}
.subpage-price .sub-side-grid--3 .sub-info-box img{max-height:82px;}
.subpage-price .sub-faq-layout{box-shadow:none;grid-template-columns:260px 1fr;padding:24px 32px;}
.subpage-price .sub-faq-layout>img{max-width:170px;}
.subpage-price .sub-cta>img{max-width:240px;}

/* faq.html */
.subpage-faq .sub-compact-grid--faqcat{grid-template-columns:repeat(9,1fr);}
.subpage-faq .sub-compact-grid--faqcat article{min-height:148px;padding:26px 8px 12px;}
.subpage-faq .sub-compact-grid--faqcat img{width:82px;height:64px;}
.subpage-faq .sub-compact-grid--faqcat h3{font-size:15px;line-height:1.35;}
.subpage-faq .faq-group-grid{grid-template-columns:repeat(3,1fr);gap:22px;}
.subpage-faq .faq-group{box-shadow:none;min-height:335px;padding:18px 18px;}
.subpage-faq .faq-group h3{font-size:20px;line-height:1.35;}
.subpage-faq .sub-faq-item summary{font-size:16px;padding:9px 40px 9px 14px;}
.subpage-faq .sub-faq-item p{font-size:16px;line-height:1.65;}
.subpage-faq .sub-alert-card{min-height:145px;padding:18px 30px;}
.subpage-faq .sub-alert-card img{max-height:105px;}
.subpage-faq .sub-cta>img{max-width:250px;}

/* company.html */
.subpage-company .sub-company-message article{box-shadow:none;min-height:170px;padding:20px 24px;}
.subpage-company .sub-company-message img{max-height:126px;}
.subpage-company .sub-company-message h3{font-size:23px;line-height:1.45;}
.subpage-company .sub-feature-grid--companyinfo{grid-template-columns:repeat(4,1fr);}
.subpage-company .sub-feature-grid--companyinfo article{grid-template-columns:92px 1fr;min-height:125px;padding:14px 18px;}
.subpage-company .sub-feature-grid--companyinfo img{width:86px;height:70px;}
.subpage-company .sub-feature-grid--companyinfo h3{font-size:18px;color:#234f86;}
.subpage-company .sub-compact-grid--company{grid-template-columns:repeat(9,1fr);}
.subpage-company .sub-compact-grid--company article{min-height:135px;padding:12px 8px;}
.subpage-company .sub-compact-grid--company img{width:88px;height:68px;}
.subpage-company .sub-compact-grid--company h3{font-size:15px;}
.subpage-company .sub-compact-grid--target{grid-template-columns:repeat(6,1fr);}
.subpage-company .sub-compact-grid--target article{min-height:125px;}
.subpage-company .sub-compact-grid--target img{width:82px;height:64px;}
.subpage-company .sub-company-layout{gap:22px;}
.subpage-company .company-table{box-shadow:none;}
.subpage-company .company-table th,
.subpage-company .company-table td{font-size:15px;padding:12px 16px;}
.subpage-company .sub-compact-grid--consult article{min-height:118px;}
.subpage-company .sub-compact-grid--consult img{width:78px;height:58px;}
.subpage-company .sub-alert-card{padding:16px 30px;min-height:120px;}
.subpage-company .sub-alert-card img{max-height:92px;}
.subpage-company .sub-cta>img{max-width:240px;}

@media (max-width:1100px){
  .subpage-scene .sub-compact-grid--scene,
  .subpage-vehicle .sub-compact-grid--vehicle,
  .subpage-price .sub-compact-grid--price,
  .subpage-price .sub-compact-grid--pricecheck,
  .subpage-faq .sub-compact-grid--faqcat,
  .subpage-company .sub-compact-grid--company{grid-template-columns:repeat(3,1fr);}
  .subpage-scene .sub-feature-grid--scene,
  .subpage-vehicle .sub-feature-grid--vehicle,
  .subpage-faq .faq-group-grid,
  .subpage-company .sub-feature-grid--companyinfo{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:860px){
  .subpage-scene .sub-title h2,
  .subpage-vehicle .sub-title h2,
  .subpage-price .sub-title h2,
  .subpage-faq .sub-title h2,
  .subpage-company .sub-title h2{font-size:22px;letter-spacing:.08em;}
  .subpage-scene .sub-compact-grid--scene,
  .subpage-vehicle .sub-compact-grid--vehicle,
  .subpage-price .sub-compact-grid--price,
  .subpage-price .sub-compact-grid--pricecheck,
  .subpage-faq .sub-compact-grid--faqcat,
  .subpage-company .sub-compact-grid--company,
  .subpage-company .sub-compact-grid--target,
  .subpage-company .sub-compact-grid--consult{grid-template-columns:repeat(2,1fr);}
  .subpage-scene .sub-feature-grid--scene,
  .subpage-vehicle .sub-feature-grid--vehicle,
  .subpage-company .sub-feature-grid--companyinfo{grid-template-columns:1fr;}
  .subpage-scene .sub-feature-grid--scene article,
  .subpage-vehicle .sub-feature-grid--vehicle article,
  .subpage-company .sub-feature-grid--companyinfo article{grid-template-columns:1fr;text-align:center;}
  .subpage-scene .sub-feature-grid--scene article img,
  .subpage-vehicle .sub-feature-grid--vehicle article img,
  .subpage-company .sub-feature-grid--companyinfo article img{margin-inline:auto;}
  .subpage-faq .faq-group-grid{grid-template-columns:1fr;}
  .subpage-scene .sub-faq-layout,
  .subpage-vehicle .sub-faq-layout,
  .subpage-price .sub-faq-layout{grid-template-columns:1fr;}
  .subpage-scene .sub-faq-layout>img,
  .subpage-vehicle .sub-faq-layout>img,
  .subpage-price .sub-faq-layout>img{order:2;max-width:150px;}
}

/* service info boxes exact match patch v7 */
.subpage-service .sub-info-box--service-price,
.subpage-service .sub-info-box--service-heart{
  min-height:200px;
  padding:18px 22px;
  align-items:center;
  gap:18px;
}
.subpage-service .sub-info-box--service-price{
  background:linear-gradient(90deg,#fbfff7 0%,#fff 100%);
  border-color:#cfe2cb;
}
.subpage-service .sub-info-box--service-heart{
  background:linear-gradient(90deg,#fff 0%,#fff7fa 100%);
  border-color:#f0cfd8;
}
.subpage-service .sub-info-box--service-price .sub-info-box__body,
.subpage-service .sub-info-box--service-heart .sub-info-box__body{
  display:block;
}
.subpage-service .sub-info-box--service-price h3,
.subpage-service .sub-info-box--service-heart h3{
  margin:0 0 10px;
  text-align:center;
  font-size:25px;
  line-height:1.35;
  letter-spacing:.08em;
}
.subpage-service .sub-info-box--service-price h3{ color:#22964e; }
.subpage-service .sub-info-box--service-heart h3{ color:#e64f7d; }

.subpage-service .sub-info-box--service-price .sub-info-box__lead{
  font-size:14px;
  line-height:1.8;
  color:#31475a;
  font-weight:700;
  text-align:left;
}
.subpage-service .sub-info-box--service-price .sub-info-box__formula{
  margin:12px 0 0;
  text-align:center;
  color:#22964e;
  font-size:32px;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.06em;
}
.subpage-service .sub-info-box--service-price .sub-info-box__action{
  margin:12px 0 0;
  text-align:center;
}
.subpage-service .sub-info-box--service-price .sub-info-box__action a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  background:#37994f;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.subpage-service .sub-info-box--service-heart .sub-info-box__motto{
  margin:2px 0 10px;
  text-align:center;
  color:#234f86;
  font-size:24px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.04em;
}
.subpage-service .sub-info-box--service-heart .sub-info-box__message{
  text-align:left;
  color:#31475a;
  font-size:14px;
  line-height:1.9;
  font-weight:800;
}

.subpage-service .sub-info-box--service-price img{
  max-height:122px;
}
.subpage-service .sub-info-box--service-heart img{
  max-height:136px;
}

@media (max-width:860px){
  .subpage-service .sub-info-box--service-price,
  .subpage-service .sub-info-box--service-heart{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 14px;
  }
  .subpage-service .sub-info-box--service-price .sub-info-box__formula{
    font-size:24px;
  }
  .subpage-service .sub-info-box--service-heart .sub-info-box__motto{
    font-size:20px;
  }
  .subpage-service .sub-info-box--service-price img,
  .subpage-service .sub-info-box--service-heart img{
    order:-1;
    margin-inline:auto;
  }
}

/* vehicle info boxes exact match patch v7 */
.subpage-vehicle .sub-info-box--vehicle-emergency{
  grid-template-columns:126px 1fr;
  gap:16px;
  min-height:130px;
  padding:16px 18px;
  background:linear-gradient(90deg,#fff 0%,#fff7fa 100%);
  border-color:#f0cfd8;
  box-shadow:none;
}
.subpage-vehicle .sub-info-box--vehicle-emergency > img{
  width:112px;
  max-height:92px;
  object-fit:contain;
  justify-self:center;
}
.subpage-vehicle .sub-info-box--vehicle-emergency h3{
  margin:0 0 8px;
  color:#e64f7d;
  text-align:left;
  font-size:22px;
  line-height:1.35;
  letter-spacing:.08em;
}
.subpage-vehicle .sub-info-box--vehicle-emergency .sub-info-box__message{
  margin:0;
  color:#31475a;
  font-size:15px;
  line-height:1.85;
  font-weight:800;
  text-align:left;
}
.subpage-vehicle .sub-info-box--vehicle-emergency .sub-info-box__message strong{
  color:#e64f7d;
  font-size:24px;
  font-weight:900;
}

.subpage-vehicle .sub-info-box--vehicle-consult{
  grid-template-columns:96px 1fr 126px;
  gap:14px;
  min-height:130px;
  padding:16px 18px;
  background:linear-gradient(90deg,#fbfff7 0%,#fff 100%);
  border-color:#cfe2cb;
  box-shadow:none;
}
.subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-icon{
  width:82px;
  max-height:90px;
  object-fit:contain;
  align-self:center;
  justify-self:center;
}
.subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-person{
  width:112px;
  max-height:96px;
  object-fit:contain;
  align-self:end;
  justify-self:center;
}
.subpage-vehicle .sub-info-box--vehicle-consult h3{
  margin:0 0 8px;
  color:#22964e;
  text-align:left;
  font-size:22px;
  line-height:1.35;
  letter-spacing:.05em;
}
.subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px 18px;
}
.subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist li{
  position:relative;
  margin:0;
  padding-left:20px;
  color:#31475a;
  font-size:14px;
  line-height:1.75;
  font-weight:800;
}
.subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist li::before{
  content:"●";
  position:absolute;
  left:0;
  top:0;
  color:#22964e;
  font-size:12px;
  line-height:1.9;
}

@media (max-width:860px){
  .subpage-vehicle .sub-info-box--vehicle-emergency{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 14px;
  }
  .subpage-vehicle .sub-info-box--vehicle-emergency h3{
    text-align:center;
    font-size:20px;
  }
  .subpage-vehicle .sub-info-box--vehicle-emergency .sub-info-box__message{
    text-align:left;
    font-size:14px;
  }
  .subpage-vehicle .sub-info-box--vehicle-emergency > img{
    order:-1;
    margin-inline:auto;
  }

  .subpage-vehicle .sub-info-box--vehicle-consult{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 14px;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult h3{
    text-align:center;
    font-size:20px;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist{
    grid-template-columns:1fr;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-icon,
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-person{
    margin-inline:auto;
  }
}

/* vehicle consult one-line pc layout patch v8 */
@media (min-width: 861px){
  .subpage-vehicle .sub-info-box--vehicle-consult{
    grid-template-columns:84px 1fr 104px;
    gap:12px;
    min-height:118px;
    padding:14px 16px;
    align-items:center;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__body{
    display:grid;
    grid-template-rows:auto auto;
    align-items:center;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult h3{
    margin:0 0 6px;
    font-size:18px;
    line-height:1.3;
    letter-spacing:.03em;
    white-space:nowrap;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist{
    grid-template-columns:1fr 1fr;
    gap:2px 18px;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__checklist li{
    font-size:15px;
    line-height:1.65;
    white-space:nowrap;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-icon{
    width:74px;
    max-height:82px;
  }
  .subpage-vehicle .sub-info-box--vehicle-consult .sub-info-box__consult-person{
    width:98px;
    max-height:88px;
    align-self:end;
  }
}

/* price cards exact match patch v7 */
.subpage-price .price-grid--main{
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.subpage-price .price-card--exact{
  padding:12px 12px 14px;
  border-width:2px;
  border-radius:14px;
  box-shadow:none;
  min-height:520px;
}
.subpage-price .price-card--exact h3{
  margin:0;
  text-align:center;
  font-size:18px;
  line-height:1.35;
  letter-spacing:.03em;
  font-weight:900;
}
.subpage-price .price-card--a h3{ color:#d94878; }
.subpage-price .price-card--b h3{ color:#22964e; }
.subpage-price .price-card--c h3{ color:#2c78b9; }
.subpage-price .price-card--d h3{ color:#6d4f91; }

.subpage-price .price-card__subhead{
  margin:6px 0 2px;
  text-align:center;
  color:#31475a;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
}
.subpage-price .price-card__lead{
  margin:0 0 10px;
  text-align:center;
  color:#31475a;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}
.subpage-price .price-card--b > img,
.subpage-price .price-card--c > img{
  display:block;
  width:108px;
  height:84px;
  object-fit:contain;
  margin:10px auto 8px;
}
.subpage-price .price-table{
  display:grid;
  gap:0;
  border:1px solid #e4e4e4;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.subpage-price .price-group-label{
  padding:8px 12px 5px;
  background:#faf7f8;
  color:#d94878;
  font-size:16px;
  line-height:1.3;
  font-weight:900;
  border-top:1px solid #e4e4e4;
  border-bottom:1px solid #e4e4e4;
}
.subpage-price .price-card--d .price-group-label{ display:none; }
.subpage-price .price-row{
  display:grid;
  grid-template-columns:54px 1fr 78px;
  align-items:stretch;
  border-bottom:1px solid #e4e4e4;
}
.subpage-price .price-row:last-child{ border-bottom:none; }
.subpage-price .price-row dt,
.subpage-price .price-row .price-row__detail,
.subpage-price .price-row .price-row__price{
  margin:0;
  padding:7px 8px;
}
.subpage-price .price-row dt{
  background:#fafafa;
  color:#31475a;
  font-size:13px;
  line-height:1.4;
  font-weight:900;
  border-right:1px solid #e4e4e4;
}
.subpage-price .price-row--first dt{
  width:auto;
}
.subpage-price .price-row__detail{
  color:#31475a;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}
.subpage-price .price-row__price{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  color:#d94878;
  font-size:18px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.02em;
  border-left:1px solid #e4e4e4;
  background:#fff;
}
.subpage-price .price-card--d .price-row dt{
  width:auto;
}
.subpage-price .price-card--d .price-row{
  grid-template-columns:88px 1fr 78px;
}
.subpage-price .price-card--b,
.subpage-price .price-card--c{
  text-align:center;
}
.subpage-price .price-rate-box{
  margin:8px auto 0;
  max-width:165px;
  padding:10px 8px 9px;
  border:1px solid #e4e4e4;
  border-radius:10px;
  background:#fff;
}
.subpage-price .price-rate-box__label{
  margin:0;
  color:#31475a;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}
.subpage-price .price-rate-box__price{
  margin:3px 0 0;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
}
.subpage-price .price-card--b .price-rate-box__price{ color:#22964e; }
.subpage-price .price-card--c .price-rate-box__price{ color:#2c78b9; }
.subpage-price .price-card__note{
  margin:10px 2px 0;
  text-align:left;
  color:#31475a;
  font-size:12px;
  line-height:1.55;
  font-weight:700;
}

@media (max-width:1100px){
  .subpage-price .price-grid--main{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:860px){
  .subpage-price .price-grid--main{
    grid-template-columns:1fr;
  }
  .subpage-price .price-card--exact{
    min-height:auto;
  }
}

/* price cards layout refinement patch v8 */
.subpage-price .price-grid--main{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.subpage-price .price-card--exact{
  min-height:0;
  padding:25px 10px 25px;
  border-width:2px;
  border-radius:16px;
  box-shadow:none;
  display:block;
}
.subpage-price .price-card--exact h3{
  margin:0;
  text-align:center;
  font-size:18px;
  line-height:1.35;
  letter-spacing:.01em;
  font-weight:900;
}
.subpage-price .price-card__subhead{
  margin:6px 0 1px;
  text-align:center;
  color:#31475a;
  font-size:11px;
  line-height:1.35;
  font-weight:700;
}
.subpage-price .price-card__lead{
  margin:0 0 8px;
  text-align:center;
  color:#31475a;
  font-size:11px;
  line-height:1.4;
  font-weight:700;
}
.subpage-price .price-card--b > img,
.subpage-price .price-card--c > img{
  display:block;
  width:auto;
  height:130px;
  object-fit:contain;
  margin:8px auto 6px;
}
.subpage-price .price-table2{
  overflow:hidden;
  border:1px solid #dddddd;
  border-radius:10px;
  background:#fff;
}
.subpage-price .price-table2__group{
  padding:6px 10px 4px;
  background:#fbf7f8;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  color:#d94878;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}
.subpage-price .price-table2__row{
  display:grid;
  grid-template-columns:56px 1fr 80px;
  align-items:stretch;
  border-bottom:1px solid #dddddd;
}
.subpage-price .price-table2__row--wide{
  grid-template-columns:80px 1fr 80px;
}
.subpage-price .price-table2__row:last-child{
  border-bottom:none;
}
.subpage-price .price-table2__label,
.subpage-price .price-table2__detail,
.subpage-price .price-table2__price{
  padding:10px 10px;
}
.subpage-price .price-table2__label{
  background:#fafafa;
  color:#31475a;
  font-size:15px;
  line-height:1.35;
  font-weight:900;
  border-right:1px solid #dddddd;
}
.subpage-price .price-table2__label--code{
  text-align:center;
 
}
.subpage-price .price-table2__detail{
  color:#31475a;
  font-size:15px;
  line-height:1.45;
  font-weight:700;
}
.subpage-price .price-table2__price{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  color:#e64f7d;
  font-size:16px;
  line-height:1.2;
  font-weight:900;
  border-left:1px solid #dddddd;
  text-align:right;
  white-space:nowrap;
}
.subpage-price .price-table2__row--note .price-table2__price{
  color:#31475a;
}
.subpage-price .price-pill{
  max-width:100%;
  margin:7px auto 0;
  padding:7px 6px 8px;
  border:1px solid #e3e3e3;
  border-radius:10px;
  background:#fff;
}
.subpage-price .price-pill__label{
  margin:0;
  color:#31475a;
  font-size:11px;
  line-height:1.35;
  font-weight:700;
}
.subpage-price .price-pill__price{
  margin:2px 0 0;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}
.subpage-price .price-card--b .price-pill__price{ color:#22964e; }
.subpage-price .price-card--c .price-pill__price{ color:#2c78b9; }
.subpage-price .price-card__note{
  margin:8px 2px 0;
  text-align:left;
  color:#31475a;
  font-size:11px;
  line-height:1.5;
  font-weight:700;
}
@media (max-width:1100px){
  .subpage-price .price-grid--main{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:860px){
  .subpage-price .price-grid--main{
    grid-template-columns:1fr;
  }
  .subpage-price .price-card--exact h3{
    font-size:16px;
  }
  .subpage-price .price-table2__detail,
  .subpage-price .price-card__note,
  .subpage-price .price-pill__label{
    font-size:15px;
  }
}

/* price benefit boxes exact patch v9 */
.subpage-price .sub-side-grid--4{
  gap:16px;
}
.subpage-price .sub-side-grid--4 .sub-info-box--price-benefit{
  grid-template-columns:1fr;
  gap:10px;
  align-items:start;
  text-align:center;
  min-height:270px;
  padding:16px 14px 14px;
  box-shadow:none;
}
.subpage-price .sub-side-grid--4 .sub-info-box--price-benefit .sub-info-box__body{
  display:block;
}
.subpage-price .sub-side-grid--4 .sub-info-box--price-benefit h3{
  margin:0 0 8px;
  text-align:center;
  font-size:22px;
  line-height:1.3;
  letter-spacing:.04em;
  font-weight:900;
}
.subpage-price .sub-side-grid--4 .sub-info-box--handicap h3{ color:#22964e; }
.subpage-price .sub-side-grid--4 .sub-info-box--member h3{ color:#e64f7d; }
.subpage-price .sub-side-grid--4 .sub-info-box--extra h3{ color:#2c78b9; }
.subpage-price .sub-side-grid--4 .sub-info-box--convenient h3{ color:#d4872b; }

.subpage-price .sub-side-grid--4 .sub-info-box--price-benefit .sub-info-box__text{
  margin:0;
  color:#31475a;
  font-size:15px;
  line-height:1.75;
  font-weight:800;
}
.subpage-price .sub-side-grid--4 .sub-info-box--member .sub-info-box__tagline{
  margin:0 0 8px;
  color:#31475a;
  font-size:14px;
  line-height:1.45;
  font-weight:900;
}
.subpage-price .sub-side-grid--4 .sub-info-box--member .sub-info-box__list{
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}
.subpage-price .sub-side-grid--4 .sub-info-box--member .sub-info-box__list li{
  position:relative;
  margin:0 0 5px;
  padding-left:18px;
  color:#31475a;
  font-size:15px;
  line-height:1.6;
  font-weight:800;
}
.subpage-price .sub-side-grid--4 .sub-info-box--member .sub-info-box__list li::before{
  content:"◉";
  position:absolute;
  left:0;
  top:0;
  color:#e64f7d;
  font-size:11px;
  line-height:1.9;
}
.subpage-price .sub-side-grid--4 .sub-info-box--price-benefit img{
  order:2;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}
.subpage-price .sub-side-grid--4 .sub-info-box--handicap{
  background:linear-gradient(180deg,#fbfff7 0%,#fff 100%);
  border-color:#cfe2cb;
}
.subpage-price .sub-side-grid--4 .sub-info-box--member{
  background:linear-gradient(180deg,#fff7fa 0%,#fff 100%);
  border-color:#f0cfd8;
}
.subpage-price .sub-side-grid--4 .sub-info-box--extra{
  background:linear-gradient(180deg,#f7fcff 0%,#fff 100%);
  border-color:#c6e2f5;
}
.subpage-price .sub-side-grid--4 .sub-info-box--convenient{
  background:linear-gradient(180deg,#fff9f1 0%,#fff 100%);
  border-color:#efc18c;
}

@media (max-width:1100px){
  .subpage-price .sub-side-grid--4{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:860px){
  .subpage-price .sub-side-grid--4{
    grid-template-columns:1fr;
  }
  .subpage-price .sub-side-grid--4 .sub-info-box--price-benefit{
    min-height:auto;
    padding:16px 14px;
  }
  .subpage-price .sub-side-grid--4 .sub-info-box--price-benefit h3{
    font-size:20px;
  }
  .subpage-price .sub-side-grid--4 .sub-info-box--price-benefit .sub-info-box__text,
  .subpage-price .sub-side-grid--4 .sub-info-box--member .sub-info-box__tagline{
    font-size:15px;
  }
}

/* price lower info cards exact patch v10 */
.subpage-price .sub-side-grid--3{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-lower{
  display:block;
  min-height:172px;
  padding:14px 16px 14px;
  border-width:2px;
  border-radius:14px;
  box-shadow:none;
  background:#fff;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-lower h3{
  margin:0 0 10px;
  text-align:center;
  font-size:22px;
  line-height:1.3;
  letter-spacing:.04em;
  font-weight:900;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-example h3{ color:#22964e; }
.subpage-price .sub-side-grid--3 .sub-info-box--price-phone h3{ color:#2c78b9; }
.subpage-price .sub-side-grid--3 .sub-info-box--price-emergency h3{ color:#e64f7d; }

.subpage-price .sub-side-grid--3 .sub-info-box__lower-body{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:14px;
  align-items:center;
}
.subpage-price .sub-side-grid--3 .sub-info-box__lower-body img{
  width:86px;
  max-height:96px;
  object-fit:contain;
  justify-self:center;
}
.subpage-price .sub-side-grid--3 .sub-info-box__lower-body p{
  margin:0;
  color:#31475a;
  text-align:left;
  font-size:15px;
  line-height:1.8;
  font-weight:800;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-emergency .sub-info-box__lower-body strong{
  color:#e64f7d;
  font-size:26px;
  line-height:1;
  font-weight:900;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-example{
  background:linear-gradient(180deg,#fbfff7 0%, #fff 100%);
  border-color:#cfe2cb;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-phone{
  background:linear-gradient(180deg,#f7fcff 0%, #fff 100%);
  border-color:#c6e2f5;
}
.subpage-price .sub-side-grid--3 .sub-info-box--price-emergency{
  background:linear-gradient(180deg,#fff7fa 0%, #fff 100%);
  border-color:#f0cfd8;
}

@media (max-width:1100px){
  .subpage-price .sub-side-grid--3{
    grid-template-columns:1fr;
  }
}
@media (max-width:860px){
  .subpage-price .sub-side-grid--3 .sub-info-box--price-lower{
    min-height:auto;
    padding:14px 14px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box--price-lower h3{
    font-size:20px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box__lower-body{
    grid-template-columns:78px 1fr;
    gap:12px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box__lower-body img{
    width:72px;
    max-height:82px;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box__lower-body p{
    font-size:15px;
    line-height:1.7;
  }
  .subpage-price .sub-side-grid--3 .sub-info-box--price-emergency .sub-info-box__lower-body strong{
    font-size:22px;
  }
}

/* faq page equal height closed patch v11 */
@media (min-width: 861px){
  .subpage-faq .faq-group-grid{
    align-items:stretch;
  }
  .subpage-faq .faq-group{
    height:100%;
    min-height:360px;
    display:flex;
    flex-direction:column;
  }
  .subpage-faq .faq-group-list{
    flex:1;
    display:grid;
    align-content:start;
  }
  .subpage-faq .sub-faq-item:not([open]) p{
    display:none;
  }
}

/* company emergency exact layout patch v12 */
.subpage-company .sub-alert-card--company-exact{
  display:grid;
  grid-template-columns:105px 1.2fr 1.4fr 135px;
  align-items:center;
  gap:18px;
  min-height:124px;
  padding:18px 28px;
  border:2px solid #f0b8c9;
  border-radius:14px;
  background:linear-gradient(90deg,#fff7fa 0%,#fff 100%);
  box-shadow:none;
}
.subpage-company .sub-alert-card--company-exact .company-alert__vehicle{
  width:92px;
  max-height:82px;
  object-fit:contain;
  justify-self:center;
}
.subpage-company .sub-alert-card--company-exact .company-alert__body h3{
  margin:0 0 8px;
  color:#e64f7d;
  font-size:25px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.10em;
  text-align:left;
}
.subpage-company .sub-alert-card--company-exact .company-alert__body p{
  margin:0;
  color:#31475a;
  font-size:15px;
  line-height:1.8;
  font-weight:800;
  text-align:left;
}
.subpage-company .sub-alert-card--company-exact .company-alert__body strong{
  color:#e64f7d;
  font-size:30px;
  line-height:1;
  font-weight:900;
  padding:0 2px;
}
.subpage-company .sub-alert-card--company-exact .company-alert__chips{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:8px 10px;
  margin:0;
  padding:0;
  list-style:none;
}
.subpage-company .sub-alert-card--company-exact .company-alert__chips li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:5px 10px;
  border:2px solid #f0c3d0;
  border-radius:6px;
  background:rgba(255,255,255,.9);
  color:#e64f7d;
  font-size:15px;
  line-height:1.35;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}
.subpage-company .sub-alert-card--company-exact .company-alert__chips li:nth-child(4),
.subpage-company .sub-alert-card--company-exact .company-alert__chips li:nth-child(5){
  grid-column:span 1;
}
.subpage-company .sub-alert-card--company-exact .company-alert__heart{
  width:112px;
  max-height:96px;
  object-fit:contain;
  justify-self:center;
}

@media (max-width:1100px){
  .subpage-company .sub-alert-card--company-exact{
    grid-template-columns:95px 1fr 120px;
  }
  .subpage-company .sub-alert-card--company-exact .company-alert__chips{
    grid-column:1 / -1;
    grid-template-columns:repeat(5, minmax(0,1fr));
  }
}
@media (max-width:860px){
  .subpage-company .sub-alert-card--company-exact{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px 14px;
    text-align:center;
  }
  .subpage-company .sub-alert-card--company-exact .company-alert__body h3,
  .subpage-company .sub-alert-card--company-exact .company-alert__body p{
    text-align:center;
  }
  .subpage-company .sub-alert-card--company-exact .company-alert__chips{
    grid-template-columns:1fr 1fr;
  }
  .subpage-company .sub-alert-card--company-exact .company-alert__chips li{
    white-space:normal;
  }
  .subpage-company .sub-alert-card--company-exact .company-alert__heart{
    max-height:84px;
  }
}

@media (max-width:860px){

.subpage-service .sub-intro-card p{
    font-size: 18px;
	text-align:left;
	border-color: #d9e8f4;
	border-color: #d9e8f4;
}

}



@media (max-width: 760px) {
  .home-cta__body {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-column: auto !important;
    row-gap: 8px;
  }
  .home-cta__body > :not(.home-cta__vehicles),
  .home-cta__body > .home-cta__vehicles {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .home-cta__vehicles {
    margin: 4px auto 6px !important;
  }
}

.home-cta__body > .home-cta__vehicles {
  grid-column: 1;
  grid-row: 1 / span 6;
}

.pcbr {
  display:block;
}

.spbr {
  display:none;
}

@media (max-width: 768px) {

.pcbr {
  display:none;
}

.spbr {
  display:block;
}

.home-message__text p {
text-align:left;
}

.home-service-grid p {
text-align:left;
}

.home-info-card p {
text-align:left;
}

.home-info-card img {
margin-top:20px;
}

.home-faq-list p {
text-align:left;
}

details{
margin:12px 0;
}

.beginner-faq-list details{
margin:7px 0;
}

.subpage-scene .sub-faq-layout {
    padding: 22px 16px;
}

.subpage-vehicle .sub-faq-layout {
    padding: 22px 16px;
}

.subpage-price .sub-faq-layout {
    padding: 22px 16px;
}

.company-table {
margin-bottom:30px;
}

}

/* ===== Smartphone landscape layout guard (2026-07-06) =====
   横向きスマホではCSS上の横幅が800〜900px台になるため、
   PC/タブレット向け指定が混ざらないよう横向きスマホのみ補正。
   通常のPC表示・縦向きスマホ表示には影響しない条件で指定。 */
@media (orientation: landscape) and (max-width: 980px) and (max-height: 520px) {
  body {
    overflow-x: hidden;
    padding-bottom: 58px;
  }

  .container,
  .site-footer .container,
  .sub-section,
  .sub-hero__inner,
  .beginner-page > .beginner-section,
  .beginner-page > .info-grid,
  .beginner-page > .beginner-title,
  .beginner-page > .cta-card {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
  }

  /* Header: keep the landscape smartphone header from using cramped PC navigation/contact. */
  .header-inner {
    min-height: 74px;
    width: calc(100% - 32px);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand toggle" "nav nav";
    column-gap: 8px;
    padding: 9px 0;
  }
  .brand {
    min-width: 0;
    gap: 7px;
    overflow: visible;
  }
  .brand-mark {
    flex: 0 0 auto;
    width: 22px;
    height: 38px;
  }
  .brand-copy {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    gap: 3px 5px;
    margin-top: 0;
    white-space: nowrap;
    min-width: 0;
  }
  .brand-copy small {
    grid-column: 1;
    font-size: 14px;
    line-height: 1;
  }
  .brand-copy strong {
    grid-column: 2;
    font-size: 33px;
    line-height: 1;
    letter-spacing: .05em;
  }
  .brand-copy em {
    display: inline-block !important;
    grid-column: 3;
    font-size: 14px;
    line-height: 1;
    align-self: end;
  }
  .header-contact,
  .contact-badge {
    display: none !important;
  }
  .nav-toggle {
    grid-area: toggle;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    width: 54px;
    height: 54px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(155, 109, 90, .12);
  }
  .nav-toggle span {
    width: 24px;
    height: 5px;
    background: currentColor;
    display: block;
  }
  .nav-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .global-nav {
    display: none;
    grid-area: nav;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .global-nav.is-open {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .global-nav a {
    padding: 10px 8px;
    border-bottom: 1px solid #edf5fb;
    white-space: normal;
    text-align: center;
  }

  /* Top page hero: cancel the PC absolute vehicle placement that protrudes in landscape. */
  .home-main {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 40px !important;
  }
  .home-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 26px 18px 24px !important;
    background-position: center top !important;
  }
  .home-hero__copy {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
  .home-hero h1 {
    font-size: 25px !important;
    line-height: 1.45 !important;
    text-align: center;
  }
  .home-hero__lead {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
  .home-hero__badges {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .home-hero__badges li {
    justify-content: center;
    min-height: 42px !important;
    padding: 6px 8px !important;
    white-space: normal !important;
    text-align: center;
    font-size: 13px !important;
  }
  .home-hero__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .home-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
  .home-hero__visual,
  .home-hero__visual--desktop {
    position: static !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 16px auto 0 !important;
    transform: none !important;
  }
  .home-hero__visual--desktop {
    display: none !important;
  }
  .home-hero__visual--mobile {
    display: block !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 16px auto 0 !important;
  }

  .home-message,
  .home-service-card,
  .home-info-card,
  .home-info-card--member,
  .home-faq-card,
  .home-cta,
  .home-cta__body {
    grid-template-columns: 1fr !important;
  }
  .home-message {
    margin: 28px 16px 34px !important;
    padding: 20px 18px 0 !important;
    text-align: center;
  }
  .home-message img,
  .home-service-card img,
  .home-info-card > img,
  .home-faq-card > img,
  .home-cta__vehicles {
    justify-self: center;
    margin-inline: auto;
  }
  .home-section,
  .home-info-grid,
  .home-bottom-grid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .home-icon-grid--six,
  .home-icon-grid--five,
  .home-vehicle-grid,
  .home-utility-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .home-flow-list,
  .home-info-grid,
  .home-bottom-grid {
    grid-template-columns: 1fr !important;
  }
  .home-cta {
    margin: 0 16px !important;
    text-align: center;
  }
  .home-cta__body,
  .home-cta__body > :not(.home-cta__vehicles),
  .home-cta__body > .home-cta__vehicles {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .home-cta h2 {
    white-space: normal !important;
    font-size: 22px !important;
  }
  .home-cta__tel {
    justify-content: center;
  }
  .home-cta__tel a {
    font-size: 34px !important;
  }

  /* Beginner/sub page hero: neutralize min-width:861px PC full-width rules on landscape phones. */
  .beginner-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .beginner-page > .beginner-hero {
    width: 100% !important;
    max-width: 100% !important;
  }
  .beginner-hero {
    min-height: 0 !important;
    padding: 28px 16px 24px !important;
    margin-bottom: 40px !important;
    background-position: center top !important;
  }
  .beginner-hero__copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .beginner-hero h1 {
    font-size: 36px !important;
    line-height: 1.35 !important;
    letter-spacing: .06em !important;
  }
  .beginner-hero__lead {
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .beginner-badges {
    gap: 8px !important;
  }
  .beginner-badges li {
    flex: 1 1 calc(33.333% - 6px);
    justify-content: center;
    white-space: normal;
    min-height: 42px;
    padding: 8px 10px;
    text-align: center;
    font-size: 13px;
  }
  .beginner-actions {
    gap: 12px !important;
  }
  .beginner-btn {
    width: calc(50% - 6px) !important;
    min-width: 0 !important;
    min-height: 52px !important;
    font-size: 15px !important;
  }
  .beginner-hero__visual--desktop {
    display: none !important;
  }
  .beginner-hero__visual--mobile {
    display: grid !important;
    position: static !important;
    width: 100% !important;
    max-width: 420px !important;
    gap: 12px !important;
    align-items: end;
    margin: 16px auto 14px !important;
  }
  .beginner-hero__visual--mobile .vehicles,
  .beginner-hero__visual--mobile .care {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .beginner-section,
  .info-grid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .beginner-title {
    padding-inline: 16px !important;
  }
  .concern-grid,
  .service-grid,
  .case-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .consult-card,
  .mind-card,
  .faq-card,
  .cta-card {
    grid-template-columns: 1fr !important;
  }
  .reserve-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .cta-card {
    margin: 0 16px !important;
    text-align: center;
  }

  /* Coded sub page blocks. */
  .subpage {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .sub-hero__inner {
    display: block !important;
    min-height: 0 !important;
    padding: 30px 0 26px !important;
  }
  .sub-hero h1 {
    font-size: 34px !important;
  }
  .sub-hero__subtitle {
    font-size: 18px !important;
  }
  .sub-hero__lead {
    max-width: none !important;
  }
  .sub-hero__image {
    max-width: 420px !important;
    margin: 18px auto 0 !important;
  }
  .sub-compact-grid,
  .sub-compact-grid--equip,
  .sub-compact-grid--price,
  .sub-compact-grid--pricecheck,
  .sub-compact-grid--company,
  .sub-compact-grid--faqcat,
  .sub-compact-grid--scene,
  .sub-compact-grid--vehicle,
  .sub-compact-grid--target,
  .sub-compact-grid--building,
  .sub-compact-grid--consult {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .sub-card-grid,
  .sub-card-grid--4,
  .sub-card-grid--6,
  .sub-feature-grid,
  .sub-feature-grid--service,
  .sub-feature-grid--vehicle,
  .sub-feature-grid--scene,
  .sub-feature-grid--companyinfo,
  .price-grid,
  .subpage-price .price-grid--main,
  .subpage-price .sub-side-grid--4,
  .faq-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sub-side-grid,
  .sub-side-grid--3,
  .sub-case-compare,
  .sub-company-message,
  .sub-company-layout,
  .sub-faq-layout,
  .subpage-price .sub-side-grid--3 {
    grid-template-columns: 1fr !important;
  }
  .sub-feature-grid article,
  .subpage-service .sub-feature-grid--service article,
  .subpage-scene .sub-feature-grid--scene article,
  .subpage-vehicle .sub-feature-grid--vehicle article,
  .sub-info-box,
  .subpage-vehicle .sub-info-box--vehicle-emergency,
  .subpage-vehicle .sub-info-box--vehicle-consult,
  .subpage-company .sub-alert-card--company-exact,
  .sub-cta {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .sub-feature-grid p,
  .sub-info-box p,
  .sub-info-box li,
  .subpage-vehicle .sub-info-box--vehicle-emergency .sub-info-box__message,
  .subpage-service .sub-info-box--service-heart .sub-info-box__message {
    text-align: left !important;
  }
  .sub-feature-grid img,
  .sub-info-box img,
  .sub-faq-layout > img,
  .sub-cta > img {
    margin-inline: auto;
    justify-self: center;
  }
  .sub-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sub-step-grid article + article:before {
    display: none !important;
  }
  .sub-cta {
    width: calc(100% - 32px) !important;
    gap: 8px !important;
    padding: 18px 16px 24px !important;
  }
  .sub-cta h2 {
    font-size: 23px !important;
    white-space: normal !important;
  }
  .sub-cta__tel {
    justify-content: center;
  }
  .sub-cta__tel a:first-child {
    font-size: 34px !important;
  }
  .sub-cta__tel a:last-child {
    font-size: 21px !important;
  }

  /* Footer: PC three-column footer is too wide for landscape phones. */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .footer-brand {
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  .site-footer .brand-copy strong {
    font-size: 30px !important;
  }
  .footer-nav {
    min-height: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    gap: 10px 18px !important;
    padding-top: 0 !important;
  }
  .footer-nav-col {
    gap: 8px !important;
  }
  .footer-contact {
    min-height: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
    justify-items: start !important;
  }
  .footer-freecall,
  .footer-subphone {
    justify-content: flex-start !important;
  }
  .footer-contact p {
    text-align: left !important;
  }

  /* Bottom contact buttons: keep them visible but shorter in landscape. */
  .floating-contact {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    justify-content: center !important;
    align-items: end !important;
    gap: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, .18);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .floating-contact a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 58px !important;
  }
  .floating-contact img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain !important;
    margin-inline: auto !important;
  }
  .floating-tel {
    display: none !important;
  }
}

@media (orientation: landscape) and (max-width: 980px) and (max-height: 520px) {
  .main_imgaes {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .main_imgaes img {
    width: 100% !important;
    height: auto !important;
  }
}
