/*
Theme Name: 賢威8.0子テーマ
Template: keni80_wp_standard_all_202402031650
*/

.hiace-home {
  --hiace-text: #1f2933;
  --hiace-muted: #5f6f7a;
  --hiace-line: #d9e2e8;
  --hiace-bg: #f6f8f9;
  --hiace-soft: #eef5f7;
  --hiace-main: #14566f;
  --hiace-main-dark: #0f4053;
  --hiace-accent: #f59e0b;
  --hiace-accent-dark: #d97706;
  --hiace-white: #ffffff;
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  margin-left: calc(50% - min(560px, calc(50vw - 16px)));
  margin-right: calc(50% - min(560px, calc(50vw - 16px)));
  overflow-x: hidden;
  color: var(--hiace-text);
  font-size: 16px;
  line-height: 1.8;
}

body.home .wp-custom-header,
body.home .custom-header-media,
body.home .custom-header,
body.home .wp-header-image,
body.home .header-image,
body.home .site-header-image,
body.home .site-header_image,
body.home .keni-mainvisual,
body.home .keni-main_visual,
body.home .keni-main-visual,
body.home .keni-mv,
body.home .keni-mv_wrap,
body.home .keni-header-image,
body.home .keni-header_image,
body.home .keni-header-visual,
body.home .keni-header_visual,
body.home .main-image,
body.home .main_image,
body.home .mainvisual,
body.home .mainvisual_wrap,
body.home .mainvisual-image,
body.home .main-visual,
body.home .main-visual_wrap,
body.home .main-visual-image,
body.home .key-visual {
  height: min(420px, 42vw);
  min-height: 260px;
  max-height: 420px;
  overflow: hidden;
  background-size: cover;
  background-position: center 22%;
}

body.home .wp-custom-header img,
body.home .custom-header-media img,
body.home .custom-header img,
body.home .wp-header-image img,
body.home .header-image img,
body.home .site-header-image img,
body.home .site-header_image img,
body.home .keni-mainvisual img,
body.home .keni-main_visual img,
body.home .keni-main-visual img,
body.home .keni-mv img,
body.home .keni-mv_wrap img,
body.home .keni-header-image img,
body.home .keni-header_image img,
body.home .keni-header-visual img,
body.home .keni-header_visual img,
body.home .main-image img,
body.home .main_image img,
body.home .mainvisual img,
body.home .mainvisual_wrap img,
body.home .mainvisual-image img,
body.home .main-visual img,
body.home .main-visual_wrap img,
body.home .main-visual-image img,
body.home .key-visual img {
  display: block;
  width: 100%;
  height: min(420px, 42vw);
  min-height: 260px;
  object-fit: cover;
  object-position: center 22%;
}

.hiace-home *,
.hiace-home *::before,
.hiace-home *::after {
  box-sizing: border-box;
}

.hiace-home a {
  color: inherit;
  text-decoration: none;
}

.hiace-home h1,
.hiace-home h2,
.hiace-home h3,
.hiace-home h4,
.hiace-home h5,
.hiace-home h6,
.hiace-home p {
  margin-top: 0;
}

.hiace-home h1,
.hiace-home h2,
.hiace-home h3,
.hiace-home h4,
.hiace-home h5,
.hiace-home h6 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--hiace-text);
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: 0;
}

.hiace-home h1::before,
.hiace-home h1::after,
.hiace-home h2::before,
.hiace-home h2::after,
.hiace-home h3::before,
.hiace-home h3::after,
.hiace-home h4::before,
.hiace-home h4::after,
.hiace-home h5::before,
.hiace-home h5::after,
.hiace-home h6::before,
.hiace-home h6::after {
  content: none !important;
  display: none !important;
}

.hiace-hero,
.hiace-section,
.hiace-cta-band,
.hiace-profile {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.hiace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: clamp(28px, 7vw, 72px) 16px 30px;
}

.hiace-hero__body,
.hiace-hero__panel {
  min-width: 0;
}

.hiace-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--hiace-main);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
}

.hiace-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--hiace-accent);
  border-radius: 999px;
}

.hiace-hero h1 {
  max-width: 18em;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--hiace-text) !important;
  font-size: clamp(1.9rem, 7vw, 3.5rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.hiace-hero__lead,
.hiace-section__head p,
.hiace-cta-band p,
.hiace-profile p,
.hiace-card p,
.hiace-guide__item p,
.hiace-faq p {
  color: var(--hiace-muted);
}

.hiace-hero__lead {
  max-width: 42em;
  margin-bottom: 18px;
  font-size: clamp(1rem, 3vw, 1.12rem);
}

.hiace-hero__actions,
.hiace-cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hiace-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hiace-button:hover,
.hiace-button:focus-visible {
  transform: translateY(-1px);
}

.hiace-button--primary {
  background: var(--hiace-accent);
  color: #231b07;
}

.hiace-button--primary:hover,
.hiace-button--primary:focus-visible {
  background: var(--hiace-accent-dark);
  color: var(--hiace-white);
}

.hiace-button--secondary {
  border-color: var(--hiace-main);
  background: var(--hiace-white);
  color: var(--hiace-main-dark);
}

.hiace-button--secondary:hover,
.hiace-button--secondary:focus-visible {
  background: var(--hiace-main);
  color: var(--hiace-white);
}

.hiace-hero__panel,
.hiace-card,
.hiace-guide__item,
.hiace-link-list a,
.hiace-faq details {
  border: 1px solid var(--hiace-line);
  border-radius: 8px;
  background: var(--hiace-white);
  box-shadow: 0 10px 28px rgba(15, 64, 83, 0.06);
}

.hiace-hero__panel {
  padding: 18px;
}

.hiace-panel-title {
  margin-bottom: 10px;
  font-weight: 800;
}

.hiace-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hiace-check-list li {
  position: relative;
  padding-left: 28px;
}

.hiace-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--hiace-soft);
  color: var(--hiace-main);
  font-size: 0.78rem;
  font-weight: 900;
}

.hiace-section {
  padding: 26px 16px;
}

.hiace-section--soft {
  width: 100%;
  max-width: none;
  padding-block: 32px;
  background: var(--hiace-bg);
}

.hiace-section--soft > * {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.hiace-section__head {
  max-width: 720px;
  margin-bottom: 18px;
}

.hiace-section__head h2,
.hiace-cta-band h2,
.hiace-profile h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: clamp(1.55rem, 5vw, 2.35rem);
  line-height: 1.28;
}

.hiace-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 14px;
}

.hiace-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 18px;
  overflow: visible;
}

.hiace-card__tag {
  align-self: flex-start;
  display: inline-flex;
  margin: 0 0 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--hiace-soft);
  color: var(--hiace-main-dark);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.hiace-card h3,
.hiace-guide__item h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--hiace-text);
  font-size: 1.12rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.hiace-card p,
.hiace-guide__item p {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.hiace-card__link,
.hiace-guide__item a,
.hiace-text-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  color: var(--hiace-main-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hiace-cta-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-block: 14px;
  padding: 24px 18px;
  border-radius: 8px;
  background: var(--hiace-main);
  color: var(--hiace-white);
}

.hiace-cta-band h2 {
  max-width: 19em;
  color: var(--hiace-white) !important;
  overflow-wrap: anywhere;
}

.hiace-cta-band .hiace-eyebrow,
.hiace-cta-band p {
  color: rgba(255, 255, 255, 0.86);
}

.hiace-cta-band .hiace-eyebrow::before {
  background: var(--hiace-accent);
}

.hiace-cta-band__actions {
  width: 100%;
}

.hiace-cta-band .hiace-button {
  width: 100%;
}

.hiace-cta-band .hiace-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: var(--hiace-white);
}

.hiace-guide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hiace-guide__item {
  min-width: 0;
  height: auto;
  padding: 18px;
  border-left: 4px solid var(--hiace-main);
  background: var(--hiace-bg);
}

.hiace-link-list {
  display: grid;
  gap: 10px;
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

.hiace-link-list a {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: var(--hiace-text);
}

.hiace-link-list span {
  color: var(--hiace-main);
  font-size: 0.82rem;
  font-weight: 800;
}

.hiace-profile {
  display: grid;
  gap: 14px;
  margin-block: 10px;
  padding: 22px 16px;
  border-top: 1px solid var(--hiace-line);
  border-bottom: 1px solid var(--hiace-line);
}

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

.hiace-faq summary {
  cursor: pointer;
  padding: 15px 16px;
  background: transparent;
  color: var(--hiace-main-dark);
  font-weight: 800;
}

.hiace-faq p {
  margin: 0;
  padding: 0 16px 16px;
}

@media (min-width: 768px) {
  body.home .wp-custom-header,
  body.home .custom-header-media,
  body.home .custom-header,
  body.home .wp-header-image,
  body.home .header-image,
  body.home .site-header-image,
  body.home .site-header_image,
  body.home .keni-mainvisual,
  body.home .keni-main_visual,
  body.home .keni-main-visual,
  body.home .keni-mv,
  body.home .keni-mv_wrap,
  body.home .keni-header-image,
  body.home .keni-header_image,
  body.home .keni-header-visual,
  body.home .keni-header_visual,
  body.home .main-image,
  body.home .main_image,
  body.home .mainvisual,
  body.home .mainvisual_wrap,
  body.home .mainvisual-image,
  body.home .main-visual,
  body.home .main-visual_wrap,
  body.home .main-visual-image,
  body.home .key-visual {
    height: min(380px, 36vw);
    min-height: 280px;
    max-height: 380px;
  }

  body.home .wp-custom-header img,
  body.home .custom-header-media img,
  body.home .custom-header img,
  body.home .wp-header-image img,
  body.home .header-image img,
  body.home .site-header-image img,
  body.home .site-header_image img,
  body.home .keni-mainvisual img,
  body.home .keni-main_visual img,
  body.home .keni-main-visual img,
  body.home .keni-mv img,
  body.home .keni-mv_wrap img,
  body.home .keni-header-image img,
  body.home .keni-header_image img,
  body.home .keni-header-visual img,
  body.home .keni-header_visual img,
  body.home .main-image img,
  body.home .main_image img,
  body.home .mainvisual img,
  body.home .mainvisual_wrap img,
  body.home .mainvisual-image img,
  body.home .main-visual img,
  body.home .main-visual_wrap img,
  body.home .main-visual-image img,
  body.home .key-visual img {
    height: min(380px, 36vw);
    min-height: 280px;
  }

  .hiace-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    align-items: center;
    padding-inline: 24px;
  }

  .hiace-section {
    padding: 42px 24px;
  }

  .hiace-hero__actions,
  .hiace-cta-band__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hiace-button {
    min-width: 210px;
  }

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

  .hiace-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hiace-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hiace-cta-band,
  .hiace-profile {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    align-items: center;
    padding: 30px 24px;
  }

  .hiace-cta-band__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1180px) {
  body.home .wp-custom-header,
  body.home .custom-header-media,
  body.home .custom-header,
  body.home .wp-header-image,
  body.home .header-image,
  body.home .site-header-image,
  body.home .site-header_image,
  body.home .keni-mainvisual,
  body.home .keni-main_visual,
  body.home .keni-main-visual,
  body.home .keni-mv,
  body.home .keni-mv_wrap,
  body.home .keni-header-image,
  body.home .keni-header_image,
  body.home .keni-header-visual,
  body.home .keni-header_visual,
  body.home .main-image,
  body.home .main_image,
  body.home .mainvisual,
  body.home .mainvisual_wrap,
  body.home .mainvisual-image,
  body.home .main-visual,
  body.home .main-visual_wrap,
  body.home .main-visual-image,
  body.home .key-visual {
    height: 360px;
    min-height: 0;
    max-height: 360px;
  }

  body.home .wp-custom-header img,
  body.home .custom-header-media img,
  body.home .custom-header img,
  body.home .wp-header-image img,
  body.home .header-image img,
  body.home .site-header-image img,
  body.home .site-header_image img,
  body.home .keni-mainvisual img,
  body.home .keni-main_visual img,
  body.home .keni-main-visual img,
  body.home .keni-mv img,
  body.home .keni-mv_wrap img,
  body.home .keni-header-image img,
  body.home .keni-header_image img,
  body.home .keni-header-visual img,
  body.home .keni-header_visual img,
  body.home .main-image img,
  body.home .main_image img,
  body.home .mainvisual img,
  body.home .mainvisual_wrap img,
  body.home .mainvisual-image img,
  body.home .main-visual img,
  body.home .main-visual_wrap img,
  body.home .main-visual-image img,
  body.home .key-visual img {
    height: 360px;
    min-height: 0;
  }

  .hiace-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hiace-cta-band__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hiace-hero__panel {
    padding: 24px;
  }
}

.hiace-profile-page {
  --profile-text: #1f2933;
  --profile-muted: #5f6f7a;
  --profile-line: #d9e2e8;
  --profile-bg: #f6f8f9;
  --profile-soft: #eef5f7;
  --profile-main: #14566f;
  --profile-main-dark: #0f4053;
  --profile-accent: #f59e0b;
  --profile-white: #ffffff;
  width: min(960px, calc(100vw - 32px));
  margin-inline: auto;
  color: var(--profile-text);
  font-size: 16px;
  line-height: 1.85;
}

.hiace-profile-page *,
.hiace-profile-page *::before,
.hiace-profile-page *::after {
  box-sizing: border-box;
}

.hiace-profile-page h1,
.hiace-profile-page h2,
.hiace-profile-page h3,
.hiace-profile-page p {
  margin-top: 0;
}

.hiace-profile-page h1,
.hiace-profile-page h2,
.hiace-profile-page h3 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--profile-text);
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: 0;
}

.hiace-profile-page h1::before,
.hiace-profile-page h1::after,
.hiace-profile-page h2::before,
.hiace-profile-page h2::after,
.hiace-profile-page h3::before,
.hiace-profile-page h3::after {
  content: none !important;
  display: none !important;
}

.hiace-profile-hero {
  display: grid;
  gap: 22px;
  padding: 34px 0 20px;
}

.hiace-profile-hero__body {
  min-width: 0;
}

.hiace-profile-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--profile-main);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
}

.hiace-profile-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--profile-accent);
  border-radius: 999px;
}

.hiace-profile-hero h1 {
  max-width: 18em;
  margin-bottom: 14px !important;
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 1.22;
}

.hiace-profile-lead,
.hiace-profile-page p,
.hiace-profile-list {
  color: var(--profile-muted);
}

.hiace-profile-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--profile-line);
  border-radius: 8px;
  background: var(--profile-soft);
  box-shadow: 0 10px 28px rgba(15, 64, 83, 0.06);
}

.hiace-profile-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.hiace-profile-message {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-block: 10px 22px;
  padding: 16px;
  border: 1px solid var(--profile-line);
  border-radius: 8px;
  background: #fffaf0;
}

.hiace-profile-message__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--profile-accent);
  color: #231b07;
  font-weight: 900;
}

.hiace-profile-message__body p {
  margin-bottom: 0;
  color: var(--profile-text);
  font-weight: 700;
}

.hiace-profile-card,
.hiace-profile-section,
.hiace-profile-cta {
  margin-block: 18px;
}

.hiace-profile-card {
  padding: 20px;
  border: 1px solid var(--profile-line);
  border-radius: 8px;
  background: var(--profile-white);
  box-shadow: 0 10px 28px rgba(15, 64, 83, 0.06);
}

.hiace-profile-section {
  padding: 24px 0;
  border-top: 1px solid var(--profile-line);
}

.hiace-profile-section h2,
.hiace-profile-cta h2 {
  margin-bottom: 12px !important;
  font-size: clamp(1.45rem, 5vw, 2.1rem);
  line-height: 1.32;
}

.hiace-profile-grid {
  display: grid;
  gap: 14px;
}

.hiace-profile-item {
  padding: 18px;
  border-left: 4px solid var(--profile-main);
  background: var(--profile-bg);
}

.hiace-profile-item h3 {
  margin-bottom: 8px !important;
  font-size: 1.1rem;
  line-height: 1.45;
}

.hiace-profile-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--profile-line);
  border-radius: 8px;
  background: var(--profile-white);
}

.hiace-profile-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.hiace-profile-table th,
.hiace-profile-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--profile-line);
  text-align: left;
  vertical-align: top;
}

.hiace-profile-table th {
  width: 160px;
  background: var(--profile-soft);
  color: var(--profile-main-dark);
  font-weight: 800;
}

.hiace-profile-table tr:last-child th,
.hiace-profile-table tr:last-child td {
  border-bottom: 0;
}

.hiace-profile-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

.hiace-profile-cta {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 8px;
  background: var(--profile-main);
  color: var(--profile-white);
}

.hiace-profile-cta p,
.hiace-profile-cta .hiace-profile-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.hiace-profile-cta h2 {
  color: var(--profile-white);
}

.hiace-profile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--profile-accent);
  color: #231b07;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .hiace-profile-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    align-items: center;
    padding-top: 48px;
  }

  .hiace-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hiace-profile-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 30px;
  }

  .hiace-profile-button {
    min-width: 220px;
  }
}

.hiace-policy-page {
  --policy-text: #1f2933;
  --policy-muted: #5f6f7a;
  --policy-line: #d9e2e8;
  --policy-bg: #f6f8f9;
  --policy-main: #14566f;
  --policy-accent: #f59e0b;
  width: min(920px, calc(100vw - 32px));
  margin-inline: auto;
  color: var(--policy-text);
  font-size: 16px;
  line-height: 1.9;
}

.hiace-policy-page *,
.hiace-policy-page *::before,
.hiace-policy-page *::after {
  box-sizing: border-box;
}

.hiace-policy-page h1,
.hiace-policy-page h2,
.hiace-policy-page p {
  margin-top: 0;
}

.hiace-policy-page h1,
.hiace-policy-page h2 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--policy-text);
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: 0;
}

.hiace-policy-page h1::before,
.hiace-policy-page h1::after,
.hiace-policy-page h2::before,
.hiace-policy-page h2::after {
  content: none !important;
  display: none !important;
}

.hiace-policy-page a {
  color: var(--policy-main);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.hiace-policy-hero {
  padding: 34px 0 22px;
}

.hiace-policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--policy-main);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
}

.hiace-policy-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--policy-accent);
  border-radius: 999px;
}

.hiace-policy-hero h1 {
  margin-bottom: 14px !important;
  font-size: clamp(2rem, 7vw, 3.1rem);
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.hiace-policy-lead,
.hiace-policy-page p {
  color: var(--policy-muted);
}

.hiace-policy-section {
  padding: 24px 0;
  border-top: 1px solid var(--policy-line);
}

.hiace-policy-section h2 {
  margin-bottom: 12px !important;
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hiace-policy-date {
  margin-block: 24px 36px;
  padding: 16px;
  border: 1px solid var(--policy-line);
  border-radius: 8px;
  background: var(--policy-bg);
}

.hiace-policy-date p {
  margin-bottom: 4px;
}
