:root {
  --blue-900: #143552;
  --blue-700: #236f94;
  --blue-100: #eef7f8;
  --ink: #1e2f3f;
  --muted: #627384;
  --line: #d8e5eb;
  --white: #ffffff;
  --coral: #bd665b;
  --green: #3f8278;
  --yellow: #c7a45d;
  --surface: #f6fafb;
  --paper: #fffdfa;
  --sheet: #f2f8f8;
  --chart-line: rgba(35, 111, 148, 0.08);
  --grid-line-soft: rgba(35, 111, 148, 0.035);
  --grid-line: rgba(35, 111, 148, 0.055);
  --grid-dot: rgba(77, 112, 135, 0.15);
  --data-line: rgba(87, 125, 151, 0.15);
  --soft-glow: rgba(86, 164, 191, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.76;
  background:
    radial-gradient(circle at 18% 16%, rgba(86, 164, 191, 0.11), transparent 28%),
    radial-gradient(circle at 86% 34%, rgba(35, 111, 148, 0.09), transparent 30%),
    radial-gradient(circle, var(--grid-dot) 1px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line-soft) 1px, transparent 1px),
    var(--surface);
  background-size: auto, auto, 28px 28px, 44px 44px, 44px 44px, auto;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.text-nowrap {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 11px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 250, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.35;
}

.brand strong {
  color: var(--blue-900);
  font-size: 17px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--blue-700);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 19px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.header-cta {
  color: var(--white);
  background: var(--blue-700);
  box-shadow: 0 7px 16px rgba(35, 111, 148, 0.18);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.header-cta.primary {
  background: var(--coral);
  box-shadow: 0 7px 16px rgba(189, 102, 91, 0.17);
}

.header-cta.secondary {
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid rgba(35, 111, 148, 0.42);
  box-shadow: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(320px, 500px);
  justify-content: center;
  gap: clamp(56px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(42px, 6vw, 82px) clamp(22px, 4vw, 56px) clamp(38px, 5vw, 68px);
  background:
    radial-gradient(circle at 68% 22%, rgba(86, 164, 191, 0.13), transparent 28%),
    radial-gradient(circle, rgba(77, 112, 135, 0.15) 1px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 247, 248, 0.92), rgba(255, 253, 250, 0.97) 58%, rgba(255, 253, 250, 0.92));
  background-size: auto, 30px 30px, 40px 40px, 40px 40px, auto;
}

.hero::before,
.page-hero::before,
.dentorun-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, var(--data-line) 24.1%, transparent 24.6% 47%, rgba(87, 125, 151, 0.11) 47.1%, transparent 47.6%),
    linear-gradient(155deg, transparent 0 58%, rgba(87, 125, 151, 0.1) 58.1%, transparent 58.5%);
  opacity: 0.78;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding-top: 16px;
}

.hero-copy::before,
.section-heading::before,
.company-intro::before,
.dentorun-hero-copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(35, 111, 148, 0.68), rgba(86, 164, 191, 0.18));
  border-radius: 999px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.company-intro h2,
.contact h2 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
  line-break: strict;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(34px, 4vw, 42px);
}

.hero h1 span {
  display: inline-block;
}

.lead {
  max-width: 600px;
  margin: 22px 0 0;
  color: #344457;
  font-size: 17px;
  font-weight: 500;
}

.lead-highlight {
  display: inline-block;
  margin: 0 3px;
  padding: 1px 8px 2px;
  color: var(--white);
  background: #2f7d73;
  border-radius: 4px;
  font-weight: 900;
}

.lead-break-mobile {
  display: inline;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.trial-ribbon {
  position: relative;
  display: inline-flex;
  margin-top: 20px;
  padding: 8px 13px;
  color: var(--blue-900);
  background: rgba(255, 253, 250, 0.9);
  border: 1px solid rgba(189, 102, 91, 0.28);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
}

.trial-ribbon::before {
  position: absolute;
  top: -1px;
  left: 12px;
  width: 52px;
  height: 3px;
  content: "";
  background: rgba(189, 102, 91, 0.72);
  border-radius: 999px;
}

.button.primary {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(189, 102, 91, 0.18);
}

.button.secondary {
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid rgba(34, 116, 159, 0.65);
}

.button.light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-visual {
  position: relative;
  z-index: 1;
  justify-self: start;
  width: min(100%, 500px);
  min-height: 460px;
}

.hero-visual::before {
  position: absolute;
  inset: 22px 0 8px;
  content: "";
  background:
    radial-gradient(circle at 30% 21%, rgba(86, 164, 191, 0.2), transparent 16%),
    radial-gradient(circle at 78% 74%, rgba(35, 111, 148, 0.14), transparent 19%),
    linear-gradient(122deg, transparent 18%, rgba(87, 125, 151, 0.18) 18.2%, transparent 18.8% 42%, rgba(87, 125, 151, 0.15) 42.2%, transparent 42.9%),
    radial-gradient(circle, rgba(77, 112, 135, 0.16) 1px, transparent 1.4px);
  background-size: auto, auto, auto, 24px 24px;
  border-radius: 28px;
  opacity: 0.62;
}

.phone {
  position: absolute;
  right: 30%;
  top: 0;
  width: 230px;
  min-height: 410px;
  padding: 28px 16px 20px;
  background: var(--paper);
  border: 7px solid #203149;
  border-radius: 28px;
  box-shadow: 0 18px 34px rgba(30, 47, 63, 0.15);
}

.phone-bar {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 76px;
  height: 8px;
  transform: translateX(-50%);
  background: #203149;
  border-radius: 999px;
}

.chat-row {
  width: 100%;
  margin: 13px 0;
  padding: 11px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.55;
}

.chat-row.incoming {
  color: var(--blue-900);
  background: var(--blue-100);
}

.chat-row.outgoing {
  color: var(--white);
  background: var(--green);
}

.report {
  position: absolute;
  right: 8px;
  bottom: 16px;
  width: 242px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 13px 26px rgba(30, 47, 63, 0.12);
}

.report p {
  margin: 0 0 14px;
  color: var(--blue-900);
  font-size: 16px;
  font-weight: 800;
}

.report dl,
.company-table {
  margin: 0;
}

.report div {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.report dt,
.report dd {
  margin: 0;
}

.report dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.report dd {
  font-size: 14px;
  font-weight: 800;
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 7vw, 84px) clamp(20px, 5vw, 72px);
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(86, 164, 191, 0.075), transparent 24%),
    radial-gradient(circle at 90% 70%, rgba(35, 111, 148, 0.065), transparent 28%),
    linear-gradient(128deg, transparent 0 35%, rgba(87, 125, 151, 0.075) 35.1%, transparent 35.5% 68%, rgba(87, 125, 151, 0.07) 68.1%, transparent 68.5%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px);
  background-size: auto, auto, auto, 30px 30px;
}

.section[id] {
  scroll-margin-top: 92px;
}

.section-muted {
  background:
    linear-gradient(90deg, var(--grid-line-soft) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line-soft) 1px, transparent 1px),
    rgba(255, 253, 250, 0.76);
  background-size: 40px 40px, 40px 40px, auto;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-heading {
  position: relative;
  max-width: 760px;
  margin-bottom: 30px;
  padding-top: 14px;
}

.section-heading h2,
.company-intro h2,
.contact h2 {
  font-size: 31px;
}

.section-heading p:not(.eyebrow),
.company-intro p:not(.eyebrow),
.contact p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}

.issue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 26px;
  align-items: stretch;
}

.issue-problems {
  display: grid;
  gap: 12px;
}

.issue-problems article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  margin: 0;
  padding: 18px 20px;
  background:
    linear-gradient(90deg, rgba(238, 247, 248, 0.74), transparent 48%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px),
    var(--paper);
  background-size: auto, 28px 28px, auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.issue-problems article::before,
.service-point::before,
.service-note::before {
  position: absolute;
  top: 0;
  left: 18px;
  width: 58px;
  height: 2px;
  content: "";
  background: rgba(35, 111, 148, 0.22);
  border-radius: 999px;
}

.issue-problems span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.issue-problems h3,
.issue-solution h3 {
  margin: 0 0 7px;
  color: var(--blue-900);
  font-size: 18px;
  line-height: 1.5;
}

.issue-problems h3,
.issue-problems p,
.issue-problems small {
  grid-column: 2;
}

.issue-problems p,
.issue-solution p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.issue-problems small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.issue-solution {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(86, 164, 191, 0.16), transparent 28%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px),
    linear-gradient(145deg, rgba(238, 247, 248, 0.96), rgba(255, 253, 250, 0.98) 68%),
    var(--paper);
  background-size: auto, 28px 28px, auto, auto;
  border: 1px solid rgba(35, 111, 148, 0.16);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.08);
}

.issue-solution::before {
  position: absolute;
  top: 50%;
  left: -18px;
  width: 36px;
  height: 36px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  background: #eef7f8;
  border: 1px solid rgba(35, 111, 148, 0.14);
  border-top: 0;
  border-right: 0;
  border-radius: 4px;
}

.solution-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 12px;
  color: var(--white);
  background: var(--blue-900);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(20, 53, 82, 0.14);
}

.issue-solution .solution-label {
  color: var(--white);
}

.issue-solution h3,
.issue-solution p,
.solution-facts {
  position: relative;
  z-index: 1;
}

.issue-solution h3 {
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 28px;
}

.issue-solution p {
  color: var(--muted);
}

.solution-facts {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.solution-facts div {
  padding: 12px 0 0;
  border-top: 1px solid rgba(35, 111, 148, 0.14);
}

.solution-facts dt,
.solution-facts dd {
  margin: 0;
}

.solution-facts dt {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
}

.solution-facts dd {
  color: var(--blue-900);
  font-size: 15px;
  font-weight: 800;
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 28px;
  align-items: center;
}

.service-illustration {
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.07);
}

.service-illustration img {
  width: 100%;
  height: auto;
}

.service-points {
  display: grid;
  gap: 12px;
}

.service-point {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 18px 20px 18px 18px;
  background:
    linear-gradient(90deg, rgba(238, 247, 248, 0.7), transparent 48%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px),
    var(--paper);
  background-size: auto, 30px 30px, auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-point span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
}

.service-point h3 {
  margin: 0 0 7px;
  color: var(--blue-900);
  font-size: 17px;
  line-height: 1.5;
}

.service-point p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.comparison-pricing {
  margin-top: 36px;
  padding: clamp(22px, 3.2vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(238, 247, 248, 0.72), rgba(255, 253, 250, 0.98)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.06);
}

.comparison-pricing.service-detail {
  margin-top: 42px;
}

.section-heading.compact {
  max-width: 860px;
  margin-bottom: 22px;
}

.section-heading.compact h2 {
  font-size: 28px;
}

.comparison-table-wrap {
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 14px;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  color: var(--blue-900);
  background: rgba(238, 247, 248, 0.86);
  border-top: 0;
  font-size: 13px;
  font-weight: 900;
}

.comparison-table tbody th {
  width: 132px;
  color: var(--blue-900);
  background: rgba(238, 247, 248, 0.38);
  font-weight: 900;
  white-space: nowrap;
}

.comparison-table td:nth-child(3) {
  color: #24394a;
  background: rgba(63, 130, 120, 0.07);
  font-weight: 800;
}

.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.mark.good {
  color: var(--white);
  background: var(--green);
}

.mark.neutral {
  color: var(--blue-900);
  background: #e9d9b5;
}

.mark.bad {
  color: var(--white);
  background: var(--coral);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.pricing-section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.pricing-heading {
  max-width: 720px;
  margin-bottom: 16px;
}

.pricing-heading h3 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 25px;
  line-height: 1.28;
}

.pricing-heading p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
}

.pricing-card.trial {
  border-color: rgba(189, 102, 91, 0.36);
}

.pricing-card.trial::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 64px;
  height: 3px;
  content: "";
  background: rgba(189, 102, 91, 0.72);
  border-radius: 999px;
}

.pricing-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.pricing-card h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 18px;
}

.pricing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-card .price {
  margin: 0 0 10px;
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.22;
}

.pricing-card.trial .price {
  color: var(--coral);
}

.pricing-card .price span {
  margin: 0 0 0 3px;
  color: var(--blue-900);
  font-family: inherit;
  font-size: 17px;
}

.pricing-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.faq-list summary {
  color: var(--blue-900);
}

.customize-section {
  margin-top: 40px;
}

.customize-table-wrap {
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
}

.customize-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.customize-table th,
.customize-table td {
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.customize-table thead th {
  color: var(--blue-900);
  background: rgba(238, 247, 248, 0.86);
  border-top: 0;
  font-size: 13px;
  font-weight: 900;
}

.customize-table tbody tr:first-child th,
.customize-table tbody tr:first-child td {
  border-top: 0;
}

.customize-table tbody th {
  width: 170px;
  color: var(--blue-900);
  background: rgba(238, 247, 248, 0.74);
  font-weight: 900;
  white-space: nowrap;
}

.customize-table td {
  color: var(--muted);
  font-weight: 700;
}

.customize-table td:last-child {
  text-align: left;
}

.check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 7px 16px rgba(30, 47, 63, 0.04);
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 18px 52px 18px 20px;
  font-weight: 900;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  color: var(--white);
  content: "+";
  transform: translateY(-50%);
  background: var(--blue-700);
  border-radius: 999px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 14px;
}

.process {
  margin-top: 40px;
  padding: 28px;
  background:
    radial-gradient(circle at 16% 20%, rgba(86, 164, 191, 0.13), transparent 24%),
    linear-gradient(110deg, transparent 0 18%, rgba(87, 125, 151, 0.11) 18.1%, transparent 18.6% 42%, rgba(87, 125, 151, 0.09) 42.1%, transparent 42.6%),
    radial-gradient(circle, rgba(77, 112, 135, 0.12) 1px, transparent 1.4px),
    repeating-linear-gradient(0deg, transparent, transparent 35px, rgba(35, 111, 148, 0.06) 36px, transparent 37px),
    var(--sheet);
  background-size: auto, auto, 28px 28px, auto, auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
}

.free-trial-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 40px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.07);
}

.free-trial-panel::before {
  position: absolute;
  top: 0;
  left: 24px;
  width: 74px;
  height: 3px;
  content: "";
  background: rgba(189, 102, 91, 0.72);
  border-radius: 999px;
}

.free-trial-panel h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1.45;
}

.free-trial-panel p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.free-trial-panel dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.free-trial-panel div {
  min-width: 0;
}

.free-trial-panel dl div {
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.free-trial-panel dt,
.free-trial-panel dd {
  margin: 0;
}

.free-trial-panel dt {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.free-trial-panel dd {
  color: #253347;
  font-size: 14px;
  font-weight: 800;
}

.process-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.process-heading h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 22px;
}

.process-heading p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  min-height: 230px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(30, 47, 63, 0.05);
}

.process-steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 2px;
  content: "";
  background: #b8c8d4;
}

.process-steps img {
  width: 100%;
  max-width: 148px;
  height: 92px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.process-steps em,
.process-steps strong,
.process-steps span {
  display: block;
}

.process-steps em {
  margin-bottom: 6px;
  color: var(--blue-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.process-steps strong {
  margin-bottom: 7px;
  color: var(--blue-900);
  font-size: 17px;
}

.process-steps span {
  color: var(--muted);
  font-size: 14px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.voice-card {
  margin: 0;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
}

.voice-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.voice-person img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}

.voice-card blockquote {
  margin: 0;
  color: #253347;
  font-size: 15px;
}

.voice-person figcaption {
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 800;
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.company-intro img {
  width: 66px;
  margin-bottom: 18px;
}

.company-table {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.company-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.company-table div:first-child {
  border-top: 0;
}

.company-table dt,
.company-table dd {
  margin: 0;
  padding: 16px 18px;
}

.company-table dt {
  color: var(--blue-900);
  background: var(--blue-100);
  font-weight: 800;
}

.company-table dd {
  color: #253347;
  overflow-wrap: anywhere;
}

.company-table a {
  color: var(--blue-700);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 24%, rgba(86, 164, 191, 0.14), transparent 30%),
    radial-gradient(circle, rgba(77, 112, 135, 0.14) 1px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 247, 248, 0.92), rgba(255, 253, 250, 0.97) 58%, rgba(255, 253, 250, 0.92));
  background-size: auto, 30px 30px, 40px 40px, 40px 40px, auto;
}

.page-hero h1 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.16;
  text-wrap: balance;
  line-break: strict;
}

.page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.service-note {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(238, 247, 248, 0.7), transparent 48%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px),
    var(--paper);
  background-size: auto, 30px 30px, auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.07);
}

.service-note img {
  width: 70px;
  margin-bottom: 18px;
}

.service-note h2 {
  margin: 0 0 14px;
  color: var(--blue-900);
  font-size: 22px;
}

.service-note ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-note li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.service-note li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: rgba(35, 111, 148, 0.3);
  border-radius: 50%;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.related-card {
  display: block;
  min-height: 220px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
}

.related-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.related-card h3 {
  margin: 0 0 10px;
  color: var(--blue-900);
  font-size: 23px;
}

.related-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.related-card.primary-service {
  color: var(--white);
  background: var(--blue-900);
}

.related-card.primary-service span,
.related-card.primary-service h3,
.related-card.primary-service p {
  color: var(--white);
}

.dentorun-brand img {
  width: 96px;
  height: auto;
}

.dentorun-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.9fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(42px, 6vw, 82px) clamp(20px, 5vw, 72px) clamp(38px, 5vw, 68px);
  background:
    radial-gradient(circle at 78% 22%, rgba(86, 164, 191, 0.15), transparent 30%),
    radial-gradient(circle, rgba(77, 112, 135, 0.15) 1px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 247, 248, 0.92), rgba(255, 253, 250, 0.97) 58%, rgba(255, 253, 250, 0.92));
  background-size: auto, 30px 30px, 40px 40px, 40px 40px, auto;
}

.dentorun-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.dentorun-hero h1,
.dentorun-bridge h2 {
  margin: 0;
  color: var(--blue-900);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
  line-break: strict;
}

.dentorun-hero h1 {
  max-width: 760px;
  font-size: clamp(36px, 4.2vw, 44px);
}

.dentorun-hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(30, 47, 63, 0.1);
}

.dentorun-hero-panel img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 6px;
}

.dentorun-scope {
  position: relative;
  width: min(92%, 420px);
  margin: -44px auto 0;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 26px rgba(30, 47, 63, 0.12);
}

.dentorun-scope p {
  margin: 0 0 12px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
}

.dentorun-scope ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: scope;
}

.dentorun-scope li {
  position: relative;
  min-height: 36px;
  padding: 7px 0 7px 42px;
  color: #253347;
  font-size: 14px;
  font-weight: 800;
  border-top: 1px solid var(--line);
  counter-increment: scope;
}

.dentorun-scope li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  content: counter(scope, decimal-leading-zero);
  background: var(--green);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.dentorun-issue-grid,
.dentorun-case-grid,
.dentorun-column-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dentorun-issue-grid article,
.dentorun-case-grid article,
.dentorun-column-grid article {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
}

.dentorun-case-grid article::before,
.inquiry-summary div::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 58px;
  height: 2px;
  content: "";
  background: rgba(35, 111, 148, 0.22);
  border-radius: 999px;
}

.dentorun-issue-grid span,
.dentorun-service-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.dentorun-issue-grid h3,
.dentorun-service-card h3,
.dentorun-case-grid h3 {
  margin: 0 0 9px;
  color: var(--blue-900);
  font-size: 18px;
  line-height: 1.5;
}

.dentorun-issue-grid p,
.dentorun-service-card p,
.dentorun-case-grid dd,
.dentorun-column-grid p,
.dentorun-bridge p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.dentorun-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dentorun-service-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(30, 47, 63, 0.06);
}

.dentorun-service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.dentorun-service-card div {
  padding: 20px;
}

.dentorun-process .process-steps li {
  min-height: 188px;
}

.dentorun-case-grid article > p,
.dentorun-column-grid span {
  margin: 0 0 6px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
}

.dentorun-column-grid span {
  display: inline-flex;
}

.dentorun-case-grid dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.dentorun-case-grid div {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.dentorun-case-grid dt,
.dentorun-case-grid dd {
  margin: 0;
}

.dentorun-case-grid dt {
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
}

.dentorun-case-card a,
.dentorun-column-grid h3 a {
  color: var(--blue-900);
  text-decoration: none;
}

.dentorun-case-card > a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dentorun-column-grid h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.55;
}

.dentorun-column-grid h3 a:hover {
  color: var(--blue-700);
}

.dentorun-section-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.dentorun-bridge {
  padding: clamp(48px, 7vw, 78px) clamp(20px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.dentorun-bridge-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.dentorun-bridge h2 {
  max-width: 720px;
  font-size: 28px;
}

.dentorun-bridge p {
  max-width: 760px;
  margin-top: 12px;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.inquiry-summary {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.inquiry-summary div {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  background:
    linear-gradient(90deg, rgba(238, 247, 248, 0.66), transparent 48%),
    radial-gradient(circle, rgba(77, 112, 135, 0.1) 1px, transparent 1.4px),
    rgba(255, 253, 250, 0.78);
  background-size: auto, 30px 30px, auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.inquiry-summary dt,
.inquiry-summary dd {
  margin: 0;
}

.inquiry-summary dt {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.inquiry-summary dd {
  margin-top: 4px;
  color: #253347;
  font-size: 15px;
  font-weight: 700;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 47, 63, 0.08);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cbdbe3;
  border-radius: 6px;
  font: inherit;
  line-height: 1.5;
}

.inquiry-form textarea {
  min-height: 132px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 3px solid rgba(35, 111, 148, 0.14);
  border-color: var(--blue-700);
}

.inquiry-form button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.inquiry-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.inquiry-form p a {
  color: var(--blue-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact {
  padding: clamp(52px, 7vw, 78px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--blue-900);
  background-size: 42px 42px, 42px 42px, auto;
}

.contact-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.contact .eyebrow,
.contact h2 {
  color: var(--white);
}

.contact p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.contact-actions {
  justify-content: center;
}

.contact-meta {
  margin-top: 22px;
  font-weight: 800;
}

.contact-meta a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blue-700);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dentorun-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 560px);
    min-height: 430px;
  }

  .phone {
    left: 4%;
    right: auto;
  }

  .report {
    right: 4%;
  }

  .issue-layout,
  .service-overview {
    grid-template-columns: 1fr;
  }

  .issue-solution::before {
    top: -14px;
    left: 42px;
    transform: rotate(45deg);
  }

  .service-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .free-trial-panel {
    grid-template-columns: 1fr;
  }

  .dentorun-service-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps li:not(:last-child)::after {
    display: none;
  }

  .page-split,
  .voice-grid,
  .company-layout,
  .inquiry-layout,
  .dentorun-bridge-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .secondary {
    display: none;
  }

  .hero {
    padding: 34px 18px 44px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .dentorun-hero {
    padding: 34px 18px 44px;
  }

  .dentorun-hero h1 {
    font-size: 31px;
  }

  .dentorun-brand img {
    width: 84px;
  }

  .lead {
    font-size: 15px;
  }

  .lead-break-mobile {
    display: block;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-visual {
    min-height: 540px;
  }

  .phone {
    left: 50%;
    width: min(248px, 92%);
    transform: translateX(-50%);
  }

  .report {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(286px, 94%);
    transform: translateX(-50%);
  }

  .section {
    padding: 48px 18px;
  }

  .section-heading h2,
  .company-intro h2,
  .contact h2 {
    font-size: 26px;
  }

  .section-heading.compact h2 {
    font-size: 24px;
  }

  .issue-problems article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .issue-problems h3,
  .issue-problems p,
  .issue-problems small {
    grid-column: auto;
  }

  .issue-solution {
    padding: 24px;
  }

  .issue-solution h3 {
    font-size: 24px;
  }

  .service-points,
  .related-grid,
  .voice-grid,
  .dentorun-issue-grid,
  .dentorun-case-grid,
  .dentorun-column-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .dentorun-hero-panel {
    min-height: auto;
    padding: 12px;
  }

  .dentorun-hero-panel img {
    height: 220px;
  }

  .dentorun-scope {
    width: 100%;
    margin-top: 12px;
  }

  .dentorun-bridge h2 {
    font-size: 24px;
  }

  .service-illustration {
    padding: 10px;
  }

  .comparison-pricing {
    padding: 20px;
  }

  .comparison-table-wrap {
    overflow-x: auto;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: inset -18px 0 18px -18px rgba(30, 47, 63, 0.28);
    -webkit-overflow-scrolling: touch;
  }

  .customize-table-wrap {
    overflow-x: visible;
    box-shadow: 0 9px 20px rgba(30, 47, 63, 0.05);
  }

  .comparison-table {
    width: 100%;
    min-width: 720px;
    display: table;
    border-collapse: collapse;
    font-size: 13px;
  }

  .comparison-table thead {
    display: table-header-group;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 13px 12px;
  }

  .comparison-table tbody th {
    width: 120px;
  }

  .customize-table {
    font-size: 13px;
  }

  .customize-table th,
  .customize-table td {
    padding: 13px 12px;
  }

  .customize-table tbody th {
    width: 128px;
  }

  .pricing-card {
    min-height: auto;
  }

  .process {
    padding: 20px;
  }

  .process-steps li {
    min-height: auto;
  }

  .voice-person img {
    width: 56px;
    height: 56px;
  }

  .company-table div {
    grid-template-columns: 1fr;
  }

  .company-table dt {
    padding-bottom: 6px;
  }

  .company-table dd {
    padding-top: 6px;
  }

  .site-footer {
    flex-direction: column;
  }

  .page-hero {
    padding: 42px 18px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .inquiry-form {
    padding: 22px;
  }
}
