:root {
  --brown: #3a322c;
  --brown-soft: #5a4b43;
  --greige: #8a7a70;
  --terracotta: #c98f7a;
  --ivory: #faf7f2;
  --gold: #c4a46a;
  --green: #66816f;
  --white: #fff;
  --border: rgba(58, 50, 44, .16);
  --shadow: 0 20px 60px rgba(58, 50, 44, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--ivory);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 242, .94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 144px;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--brown);
  padding: 9px 14px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 19px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  color: var(--brown-soft);
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--terracotta);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--white) !important;
}

.hero {
  padding: 104px 0 88px;
  background:
    radial-gradient(circle at 90% 15%, rgba(201, 143, 122, .18), transparent 30%),
    linear-gradient(135deg, #fff 0%, var(--ivory) 52%, #f2eee7 100%);
}

.hero-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--brown);
  font-family: "Noto Serif JP", Georgia, serif;
  line-height: 1.35;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 42px);
}

h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.lead {
  margin: 24px 0 0;
  color: var(--brown);
  font-size: 19px;
  line-height: 1.9;
}

.text {
  color: var(--brown-soft);
  line-height: 2;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.actions.center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(201, 143, 122, .28);
}

.button.secondary {
  background: var(--brown);
  color: var(--white);
}

.button.ghost {
  border-color: var(--border);
  background: rgba(255, 255, 255, .72);
  color: var(--brown);
}

.flow-visual {
  position: relative;
  min-height: 390px;
  padding: 42px;
  border: 1px solid rgba(196, 164, 106, .32);
  border-radius: 28px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image {
  min-height: 390px;
  margin: 0;
  border: 1px solid rgba(196, 164, 106, .32);
  border-radius: 28px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.flow-visual::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(102, 129, 111, .22);
  border-radius: 999px;
}

.flow-card {
  position: relative;
  z-index: 1;
  padding: 26px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(58, 50, 44, .10);
}

.flow-card span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flow-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: 24px;
  line-height: 1.55;
}

.flow-line {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 76px;
  margin: 22px auto;
  background: linear-gradient(var(--gold), var(--terracotta));
}

.flow-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.flow-list span,
.route span {
  display: block;
  border-radius: 999px;
  background: #f3eee6;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.flow-list span {
  padding: 14px 8px;
}

.section {
  padding: 84px 0;
  background: var(--white);
}

.section.tint {
  background: var(--ivory);
}

.grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 20px 18px 52px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  color: var(--brown-soft);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--terracotta);
  box-shadow: inset 0 0 0 5px var(--white);
}

.flow-steps,
.process-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.flow-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flow-steps article,
.process-list article {
  position: relative;
  min-height: 150px;
  padding: 24px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
}

.flow-steps article:not(:last-child)::after,
.process-list article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
  background: var(--ivory);
  z-index: 2;
}

.flow-steps span,
.process-list span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.flow-steps h3,
.process-list h3 {
  font-size: 19px;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.before-after article {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
}

.before-after ul {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: var(--brown-soft);
}

.price {
  margin-top: 10px !important;
  color: var(--terracotta) !important;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.section-note {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--brown-soft);
}

.link-card {
  display: block;
  text-decoration: none;
}

.privacy-content {
  max-width: 920px;
  margin: 0 auto;
}

.privacy-content h2 {
  margin: 34px 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 24px;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content .text {
  margin: 0 0 18px;
}

.card,
.form-panel,
.price-panel {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 32px rgba(58, 50, 44, .06);
}

.card p {
  margin: 0;
  color: var(--brown-soft);
}

.card-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--terracotta);
  font-weight: 800;
  text-decoration: none;
}

.route {
  display: grid;
  gap: 14px;
}

.route span {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  padding: 18px 22px;
  text-align: left;
}

.page-hero {
  padding: 78px 0 58px;
  background: linear-gradient(135deg, #fff 0%, var(--ivory) 100%);
  text-align: center;
}

.page-hero p {
  max-width: 760px;
  margin: 20px auto 0;
}

.price-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.price-panel strong {
  font-family: Georgia, serif;
  font-size: 30px;
  color: var(--terracotta);
}

.form-page {
  padding: 70px 0 90px;
  background: var(--ivory);
}

.form-panel {
  max-width: 880px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 800;
}

.required,
.optional {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--white);
}

.required {
  background: var(--terracotta);
}

.optional {
  background: var(--greige);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(58, 50, 44, .20);
  border-radius: 12px;
  background: #fff;
  color: var(--brown);
  font: inherit;
  padding: 13px 14px;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.form-note {
  margin: 0 0 26px;
  color: var(--brown-soft);
}

.form-fallback {
  margin: -8px 0 26px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 143, 122, 0.32);
  border-radius: 14px;
  background: rgba(250, 247, 242, 0.72);
  color: var(--brown-soft);
  font-size: 0.94rem;
}

.form-fallback a {
  color: var(--terracotta);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hp-field input,
.hp-field label {
  position: absolute;
  left: -9999px;
}

.cta {
  padding: 82px 0 92px;
  background: var(--brown);
  color: var(--white);
  text-align: center;
}

.cta h2,
.cta p {
  color: var(--white);
}

.cta p {
  margin: 18px auto 0;
  max-width: 720px;
}

.site-footer {
  padding: 60px 0 26px;
  background: #2d2925;
  color: rgba(255, 255, 255, .78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.copyright {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 920px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 0;
  }

  .hero-grid,
  .split,
  .grid.two,
  .grid.three,
  .check-list,
  .flow-steps,
  .process-list,
  .before-after,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .flow-steps article,
  .process-list article {
    min-height: auto;
  }

  .flow-steps article:not(:last-child)::after,
  .process-list article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -12px;
    transform: translateX(50%) rotate(135deg);
  }

  .price-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-field.full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .brand img {
    width: 128px;
  }

  .hero {
    padding: 62px 0 68px;
  }

  .flow-visual {
    min-height: 310px;
    padding: 28px;
  }

  .hero-image,
  .hero-image img {
    min-height: 280px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .card,
  .form-panel,
  .price-panel {
    padding: 24px;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

/* Stage 6: keep strengthened Japanese SEO copy readable on narrow screens. */
body {
  overflow-x: hidden;
}

.page-hero,
.section,
.cta,
.card,
.price-panel,
.text,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
  line-break: anywhere;
  word-break: break-word;
}

.hero-grid > *,
.split > *,
.grid > *,
.price-panel > * {
  min-width: 0;
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(30px, 9vw, 40px);
    word-break: break-all;
  }

  h2 {
    font-size: clamp(25px, 7.5vw, 34px);
    word-break: break-all;
  }

  .text,
  .card p,
  .section-note,
  .page-hero p {
    max-width: 100%;
    word-break: break-all;
  }

  .button {
    white-space: normal;
    text-align: center;
  }

  .page-hero {
    padding: 58px 0 46px;
  }
}

.confirm-list {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: 0;
  margin: 26px 0 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.confirm-list dt,
.confirm-list dd {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}

.confirm-list dt {
  background: rgba(250, 247, 242, 0.9);
  font-weight: 800;
}

.confirm-list dd {
  background: var(--white);
  color: var(--brown-soft);
  overflow-wrap: anywhere;
}

.confirm-list dt:last-of-type,
.confirm-list dd:last-of-type {
  border-bottom: 0;
}

.form-error-list {
  margin: 22px 0 0;
  padding: 18px 22px 18px 42px;
  border: 1px solid rgba(201, 143, 122, 0.36);
  border-radius: 14px;
  background: rgba(250, 247, 242, 0.78);
  color: var(--brown-soft);
}

@media (max-width: 640px) {
  .confirm-list {
    grid-template-columns: 1fr;
  }

  .confirm-list dt {
    border-bottom: 0;
    padding-bottom: 6px;
  }

  .confirm-list dd {
    padding-top: 6px;
  }
}


/* Brand refresh 2026-07-01: business-card aligned visuals and mobile text fixes. */
:root {
  --brown: #3b2f2a;
  --brown-soft: #5c4b43;
  --terracotta: #b98f77;
  --ivory: #fbf8f1;
  --gold: #b99658;
  --border: rgba(98, 77, 60, .18);
}

body {
  color: #3b2f2a;
  line-height: 1.8;
  letter-spacing: 0.03em;
  word-break: normal;
  overflow-wrap: anywhere;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img {
  width: auto;
  height: 54px;
  display: block;
}

.brand img {
  width: auto;
  height: 54px;
}

.site-header {
  background: rgba(255, 253, 248, .96);
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 92% 14%, rgba(185, 150, 88, .13), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #fbf8f1 62%, #f3ecdf 100%);
}

.eyebrow,
.section-label {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: normal;
}

h1,
h2,
h3 {
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

.text,
.card p,
.section-note,
.page-hero p,
p,
li {
  word-break: normal;
  line-break: strict;
}

.card-image,
.page-hero-image img,
.section-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(185, 150, 88, .22);
  box-shadow: 0 14px 36px rgba(59, 47, 42, .08);
}

.card-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 22px;
}

.page-hero-image {
  max-width: 760px;
  margin: 34px auto 0;
}

.page-hero-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.section-visual {
  max-width: 980px;
  margin: 34px auto 0;
}

.service-card .card-number {
  margin-top: 0;
}

.process-list article .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(185, 150, 88, .34);
  background: #fffdf8;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.process-list article .step-icon + span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.site-footer {
  background: #f7f0e6;
  color: var(--brown-soft);
  border-top: 1px solid rgba(185, 150, 88, .28);
}

.site-footer h2,
.site-footer h3,
.site-footer p,
.footer-links a {
  color: var(--brown);
}

.footer-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}

.copyright {
  border-top-color: rgba(59, 47, 42, .14);
}

.btn,
.button,
.cta-button {
  white-space: nowrap;
  line-height: 1.4;
}

a[href^="mailto:"],
a[href^="http"],
.contact-text,
.footer-link,
.footer-links a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.card,
.service-card,
.flow-card,
.price-card,
.related-card,
.price-panel {
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .site-logo img,
  .brand img {
    height: 38px;
  }

  h1 {
    font-size: clamp(2rem, 8vw, 3.2rem);
    line-height: 1.35;
    letter-spacing: 0.04em;
    word-break: normal;
  }

  h2 {
    font-size: clamp(1.45rem, 6vw, 2.2rem);
    line-height: 1.45;
    letter-spacing: 0.04em;
    word-break: normal;
  }

  h3 {
    font-size: 1.1rem;
    line-height: 1.55;
  }

  p,
  li {
    font-size: 0.95rem;
    line-height: 1.85;
  }

  .section-label,
  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .card,
  .service-card,
  .flow-card,
  .price-card,
  .related-card {
    padding: 1.5rem;
  }

  .page-hero-image {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .btn,
  .button,
  .cta-button {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}


.step-icon::before,
.step-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.process-list article .step-icon {
  position: relative;
}

.icon-chat::before {
  width: 22px;
  height: 15px;
  border: 2px solid var(--gold);
  border-radius: 12px;
  left: 12px;
  top: 13px;
}

.icon-chat::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-20deg);
  left: 18px;
  top: 27px;
}

.icon-check::before {
  width: 22px;
  height: 14px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
  left: 12px;
  top: 13px;
}

.icon-doc::before {
  width: 22px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  left: 13px;
  top: 9px;
}

.icon-doc::after {
  width: 14px;
  height: 2px;
  background: var(--gold);
  left: 17px;
  top: 20px;
  box-shadow: 0 8px 0 var(--gold);
}

.icon-pc::before {
  width: 26px;
  height: 17px;
  border: 2px solid var(--gold);
  border-radius: 3px;
  left: 10px;
  top: 12px;
}

.icon-pc::after {
  width: 32px;
  height: 3px;
  background: var(--gold);
  border-radius: 3px;
  left: 8px;
  top: 33px;
}

.icon-grow::before {
  width: 24px;
  height: 24px;
  border-top: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  transform: rotate(0deg);
  left: 12px;
  top: 12px;
}

.icon-grow::after {
  width: 28px;
  height: 3px;
  background: var(--gold);
  transform: rotate(-45deg);
  left: 10px;
  top: 27px;
}

/* Process icon polish 2026-07-01 */
.process-list {
  gap: 18px;
}

.process-list article {
  min-height: 178px;
  padding: 28px 20px 26px;
  border: 1px solid rgba(183, 145, 86, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 0%, rgba(183, 145, 86, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 247, 242, 0.94));
  box-shadow: 0 18px 44px rgba(59, 47, 42, 0.075);
  overflow: visible;
}

.process-list article::before {
  content: "";
  position: absolute;
  inset: 0 22px auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(183, 145, 86, 0.14), rgba(183, 145, 86, 0.78), rgba(183, 145, 86, 0.14));
}

.process-list article:not(:last-child)::after {
  top: 50%;
  right: -13px;
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(183, 145, 86, 0.72);
  border-right: 2px solid rgba(183, 145, 86, 0.72);
  background: #fbf8f1;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 5px -5px 0 #fbf8f1;
  z-index: 2;
}

.process-list article .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border: 1px solid rgba(183, 145, 86, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, #fffefb 0%, #fff7e8 48%, #ead8b6 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 28px rgba(183, 145, 86, 0.16);
}

.process-list article .step-icon::before {
  content: "" !important;
  position: static !important;
  display: block;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #7c5d2d 0%, #c9a86a 100%) !important;
  box-shadow: none !important;
  transform: none !important;
  -webkit-mask-image: var(--process-icon);
  mask-image: var(--process-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.process-list article .step-icon::after {
  content: none !important;
  display: none !important;
}

.process-list article > span:not(.step-icon) {
  color: #b98a64;
  font-size: 1.02rem;
  letter-spacing: 0;
}

.process-list article h3 {
  line-height: 1.55;
}

.icon-chat { --process-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M5%206.5h14a2.2%202.2%200%200%201%202.2%202.2v5.9a2.2%202.2%200%200%201-2.2%202.2H9.2L5%2020v-3.2a2.2%202.2%200%200%201-2.2-2.2V8.7A2.2%202.2%200%200%201%205%206.5Z%27%2F%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20d%3D%27M7.2%2010.4h9.6M7.2%2013.4h6.5%27%2F%3E%3C%2Fsvg%3E"); }
.icon-check { --process-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M4.5%2012.5l4.4%204.4L19.5%206.4%27%2F%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.45%27%20stroke-linecap%3D%27round%27%20d%3D%27M5.2%206.6h8.2M5.2%209.4h5.5%27%2F%3E%3C%2Fsvg%3E"); }
.icon-doc { --process-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.65%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M7%203.8h7.2L18.8%208.4v11.8H7zM14.2%203.8v4.8h4.6%27%2F%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.55%27%20stroke-linecap%3D%27round%27%20d%3D%27M9.5%2012.1h6M9.5%2015.4h6M9.5%2018.7h3.8%27%2F%3E%3C%2Fsvg%3E"); }
.icon-pc { --process-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.65%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M4.2%205.6h15.6v10.2H4.2zM2.7%2018.6h18.6M9%2018.6l.8-2.8M14.2%2015.8l.8%202.8%27%2F%3E%3C%2Fsvg%3E"); }
.icon-grow { --process-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.75%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M4.5%2018.5%209%2014l3.2%203.2L19.5%207.8%27%2F%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.75%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27M14.3%207.5h5.4v5.4%27%2F%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.35%27%20stroke-linecap%3D%27round%27%20d%3D%27M5%206.2h6.2M5%209.2h3.9%27%2F%3E%3C%2Fsvg%3E"); }

@media (max-width: 900px) {
  .process-list article {
    min-height: 156px;
    padding: 24px 18px 22px;
  }

  .process-list article:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -12px;
    transform: translateX(-50%) rotate(135deg);
    box-shadow: -5px -5px 0 #fbf8f1;
  }

  .process-list article .step-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
  }

  .process-list article .step-icon::before {
    width: 28px !important;
    height: 28px !important;
  }
}
