html {
  --dev-switch-h: 0px !important;
}

body.site-design[data-cta-unit="a"] {
  padding-top: 0 !important;
}

.dev-unit-label {
  color: #d7ad57;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}

.dev-unit-variants {
  display: flex;
  gap: 6px;
}

#dev-switch .dev-unit-variants button {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #233330;
  color: #dfe8e4;
  padding: 6px 11px;
  font: inherit;
  cursor: pointer;
}

#dev-switch .dev-unit-variants button:hover {
  border-color: #d7ad57;
}

#dev-switch .dev-unit-variants button[aria-pressed="true"] {
  border-color: #d7ad57;
  background: #d7ad57;
  color: #17332e;
  font-weight: 900;
}

.cta-unit {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  font-family: "Noto Sans JP", sans-serif;
}

.cta-unit__eyebrow {
  color: #a24e35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
}

.cta-unit__title {
  margin: 8px 0 0;
  color: #153a34 !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(20px, 1.8vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
  letter-spacing: -.025em !important;
}

.cta-unit__summary {
  margin: 10px 0 0;
  color: #52635f;
  font-size: 13px;
  line-height: 1.75;
}

.cta-unit__benefits {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.cta-unit__benefits li {
  position: relative;
  color: #344b46;
  font-size: 14px;
  line-height: 1.65;
}

.cta-unit__button {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  color: #fff;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.22, .61, .36, 1), box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.cta-unit__button-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.cta-unit__button-copy strong {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: .04em;
}

.cta-unit__button-copy small {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .12em;
  opacity: .72;
}

.cta-unit__arrow {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background-color .2s ease, color .2s ease;
}

.cta-unit__note {
  margin: 10px 0 0;
  color: #746f66;
  font-size: 11px;
  line-height: 1.75;
}

.cta-unit__details {
  margin-top: 10px;
  color: #52635f;
  font-size: 11px;
}

.cta-unit__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  border-top: 1px solid rgba(21, 58, 52, .12);
  padding-top: 8px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .08em;
  list-style: none;
}

.cta-unit__details summary::-webkit-details-marker {
  display: none;
}

.cta-unit__details summary::after {
  content: "+";
  color: #a24e35;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.cta-unit__details[open] summary::after {
  content: "−";
}

.cta-unit__button:focus-visible,
.fixed-guide-cta:focus-visible {
  outline: 3px solid #a24e35;
  outline-offset: 4px;
}

body[data-cta-unit="a"] .cta-unit {
  position: relative;
  border: 1px solid rgba(21, 58, 52, .22);
  border-top: 2px solid #a24e35;
  background: rgba(252, 250, 245, .96);
  padding: 18px 20px 16px;
  box-shadow: 0 12px 28px rgba(21, 58, 52, .09);
}

body[data-cta-unit="a"] .cta-unit__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

body[data-cta-unit="a"] .cta-unit__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

body[data-cta-unit="a"] .cta-unit__benefits {
  border-top: 0;
}

body[data-cta-unit="a"] .cta-unit__benefits li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(21, 58, 52, .12);
}

body[data-cta-unit="a"] .cta-unit__benefits li::before {
  color: #a24e35;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

body[data-cta-unit="a"] .cta-unit__benefits li:nth-child(1)::before { content: "一"; }
body[data-cta-unit="a"] .cta-unit__benefits li:nth-child(2)::before { content: "二"; }
body[data-cta-unit="a"] .cta-unit__benefits li:nth-child(3)::before { content: "三"; }

body[data-cta-unit="a"] .cta-unit__button {
  min-height: 82px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #e45a3b;
  padding: 13px 13px 13px 22px;
  box-shadow: 0 13px 24px rgba(166, 57, 29, .22);
}

body[data-cta-unit="a"] .cta-unit__button:hover {
  border-color: #e45a3b;
  background: #fff;
  color: #e45a3b;
  transform: translateY(-2px);
  box-shadow: 0 17px 30px rgba(166, 57, 29, .16);
}

body[data-cta-unit="a"] .cta-unit__button:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(166, 57, 29, .2);
}

body[data-cta-unit="a"] .cta-unit__button-copy {
  align-items: center;
  padding-left: 38px;
  text-align: center;
}

body[data-cta-unit="a"] .cta-unit__button-copy strong {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  letter-spacing: .03em;
}

body[data-cta-unit="a"] .cta-unit__button-copy small {
  color: rgba(255, 255, 255, .88);
  font-weight: 600;
  opacity: 1;
}

body[data-cta-unit="a"] .cta-unit__button:hover .cta-unit__button-copy small {
  color: #e45a3b;
}

body[data-cta-unit="a"] .cta-unit__arrow {
  align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  border-radius: 7px;
  background: #fff;
  color: #24262a;
  font-size: 20px;
  font-weight: 700;
}

body[data-cta-unit="a"] .cta-unit__button:hover .cta-unit__arrow {
  background: #e45a3b;
  color: #fff;
}

body[data-cta-unit="b"] .cta-unit {
  position: relative;
  border-left: 3px solid #a24e35;
  padding: 4px 0 0 22px;
}

body[data-cta-unit="b"] .cta-unit::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 38px;
  background: #153a34;
}

body[data-cta-unit="b"] .cta-unit__eyebrow {
  color: #746f66;
}

body[data-cta-unit="b"] .cta-unit__title {
  max-width: 440px;
  font-size: clamp(21px, 1.9vw, 25px) !important;
}

body[data-cta-unit="b"] .cta-unit__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 0;
  border-bottom: 1px solid rgba(21, 58, 52, .18);
}

body[data-cta-unit="b"] .cta-unit__benefits li {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 8px 12px;
  border-right: 1px solid rgba(21, 58, 52, .12);
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  text-align: center;
}

body[data-cta-unit="b"] .cta-unit__benefits li:first-child {
  padding-left: 0;
}

body[data-cta-unit="b"] .cta-unit__benefits li:last-child {
  border-right: 0;
  padding-right: 0;
}

body[data-cta-unit="b"] .cta-unit__button {
  min-height: 64px;
  border: 1px solid rgba(21, 58, 52, .5);
  background: rgba(252, 250, 245, .88);
  color: #153a34;
  padding-left: 20px;
  box-shadow: none;
}

body[data-cta-unit="b"] .cta-unit__button:hover {
  background: #fffdf8;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(21, 58, 52, .12);
}

body[data-cta-unit="b"] .cta-unit__button-copy small {
  color: #746f66;
  opacity: 1;
}

body[data-cta-unit="b"] .cta-unit__arrow {
  align-self: center;
  width: 46px;
  height: 46px;
  margin: 0 12px 0 14px;
  border-radius: 50%;
  background: #a24e35;
  color: #fff;
}

body[data-cta-unit] #fixed-cta {
  padding: 9px 12px calc(10px + env(safe-area-inset-bottom)) !important;
}

body[data-cta-unit] #fixed-cta > .fixed-guide-cta {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  min-height: 66px;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
}

body[data-cta-unit] .fixed-guide-cta__copy {
  min-width: 0;
}

body[data-cta-unit] #fixedCtaMain {
  font-size: clamp(14px, 4.2vw, 17px) !important;
  line-height: 1.35;
  white-space: normal !important;
}

body[data-cta-unit] #fixedCtaSub {
  margin-top: 3px;
  font-size: 10px !important;
  line-height: 1.4;
  white-space: normal;
}

body[data-cta-unit] .fixed-guide-cta__arrow {
  padding-left: 0 !important;
}

body[data-cta-unit="a"] #fixed-cta {
  border-top: 1px solid rgba(21, 58, 52, .1) !important;
  background: rgba(247, 240, 230, .96) !important;
  box-shadow: 0 -9px 26px rgba(21, 58, 52, .14) !important;
  backdrop-filter: blur(12px);
}

body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta {
  border: 2px solid transparent !important;
  border-radius: 13px !important;
  background: #e45a3b !important;
  color: #fff !important;
  padding: 10px 11px 10px 18px !important;
  box-shadow: 0 10px 24px rgba(166, 57, 29, .24) !important;
}

@media (hover: hover) {
  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover {
    border-color: #e45a3b !important;
    background: #fff !important;
    color: #e45a3b !important;
    box-shadow: 0 12px 26px rgba(166, 57, 29, .16) !important;
  }

  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover #fixedCtaSub {
    color: #e45a3b !important;
  }

  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover .fixed-guide-cta__arrow {
    background: #e45a3b !important;
    color: #fff !important;
  }
}

body[data-cta-unit="a"] .fixed-guide-cta__arrow {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #24262a !important;
  font-weight: 700;
}

body[data-cta-unit="b"] #fixed-cta {
  border-top: 4px solid #a24e35 !important;
  background: #153a34 !important;
  box-shadow: 0 -11px 28px rgba(21, 58, 52, .25) !important;
}

body[data-cta-unit="b"] #fixed-cta > .fixed-guide-cta {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  padding: 8px 10px !important;
  box-shadow: none !important;
}

body[data-cta-unit="b"] #fixedCtaMain {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600 !important;
}

body[data-cta-unit="b"] .fixed-guide-cta__arrow {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, .52) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .07);
}

body[data-cta-unit] #shindan .c5-primary-cta {
  min-height: 82px;
  box-sizing: border-box;
  border: 2px solid transparent !important;
  border-radius: 14px !important;
  background: #a8d9c9 !important;
  color: #123832 !important;
  padding: 13px 13px 13px 22px !important;
  box-shadow: 0 14px 28px rgba(5, 35, 29, .26) !important;
  transition: transform .2s cubic-bezier(.22, .61, .36, 1), box-shadow .2s ease, background-color .2s ease, border-color .2s ease !important;
}

body[data-cta-unit] #shindan .c5-primary-cta > span:first-child {
  flex: 1;
  align-items: center;
  padding-left: 40px;
  text-align: center;
}

body[data-cta-unit] #shindan .c5-primary-cta > span:first-child > span {
  color: #123832 !important;
}

body[data-cta-unit] #shindan .c5-primary-cta > span:first-child > span:first-child {
  font-size: clamp(17px, 1.6vw, 20px) !important;
  font-weight: 800 !important;
}

body[data-cta-unit] #shindan .c5-primary-cta > span:first-child > span:last-child {
  color: rgba(18, 56, 50, .76) !important;
  font-weight: 600;
}

body[data-cta-unit] #shindan .c5-primary-cta > span:last-child {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #123832 !important;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease;
}

@media (hover: hover) {
  body[data-cta-unit] #shindan .c5-primary-cta:hover {
    border-color: #a8d9c9 !important;
    background: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(5, 35, 29, .22) !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta:hover > span:last-child {
    background: #a8d9c9 !important;
    color: #123832 !important;
  }
}

body[data-cta-unit] #shindan .c5-primary-cta:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(5, 35, 29, .2) !important;
}

body[data-cta-unit] #shindan > div:nth-child(3) > .guide-preview-card {
  border: 1px solid rgba(18, 56, 50, .12) !important;
  border-radius: 18px !important;
  background: #fbfaf6 !important;
  padding: 16px !important;
  box-shadow: 0 18px 40px rgba(5, 35, 29, .2) !important;
}

body[data-cta-unit] #shindan .guide-preview-card__label {
  display: flex;
  width: max-content;
  margin: 0 auto 11px;
  border-radius: 999px;
  background: #e4f1ed;
  color: #123832;
  padding: 5px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

body[data-cta-unit] #shindan .guide-preview-cover {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 0 !important;
  border: 1px solid rgba(18, 56, 50, .11) !important;
  border-radius: 12px;
  background: #fbfaf6 !important;
  color: #123832;
  padding: 14px 18px !important;
  aspect-ratio: auto;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(5, 35, 29, .11);
}

body[data-cta-unit] #shindan .guide-preview-cover__thumb {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(18, 56, 50, .16);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 7px 14px rgba(10, 35, 53, .15);
}

body[data-cta-unit] #shindan .guide-preview-cover__image {
  display: block;
  width: 100%;
  height: auto;
}

body[data-cta-unit] #shindan .guide-preview-cover__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-family: 'Noto Sans JP', sans-serif;
}

body[data-cta-unit] #shindan .guide-preview-cover__eyebrow {
  color: #b4772d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

body[data-cta-unit] #shindan .guide-preview-cover__copy strong {
  color: #123832;
  font-size: 16px;
  line-height: 1.55;
}

body[data-cta-unit] #shindan .guide-preview-cover__description {
  color: #52635e;
  font-size: 12px;
  line-height: 1.7;
}

body[data-cta-unit] #shindan .guide-preview-cover__spec {
  display: inline-flex;
  margin-top: 2px;
  border-radius: 999px;
  background: rgba(244, 196, 67, .22);
  color: #70531a;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

body[data-cta-unit] #shindan .guide-preview-card__button {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  column-gap: 14px !important;
  width: min(100%, 660px) !important;
  margin: 12px auto 0 !important;
  padding: 13px 16px 13px 18px !important;
}

body[data-cta-unit] #shindan .guide-preview-card__button-copy {
  min-width: 0;
  padding-left: 0 !important;
  text-align: center;
}

body[data-cta-unit] #shindan .guide-preview-card__arrow {
  justify-self: end;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  transform: none !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button {
  border-color: transparent !important;
  background: #e45a3b !important;
  color: #fff !important;
  box-shadow: 0 13px 26px rgba(145, 63, 42, .24) !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:first-child > span {
  color: #fff !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:first-child > span:last-child {
  color: rgba(255, 255, 255, .82) !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:last-child {
  background: #fff !important;
  color: #e45a3b !important;
}

@media (hover: hover) {
  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover {
    border-color: #e45a3b !important;
    background: #fff !important;
    color: #e45a3b !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover > span:first-child > span {
    color: #e45a3b !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover > span:last-child {
    background: #e45a3b !important;
    color: #fff !important;
    transform: none !important;
  }
}

body[data-cta-unit] #shindan .guide-preview-card__note {
  margin: 9px auto 1px;
  color: #68726f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

body[data-cta-unit] #soudan .consultation-cta {
  min-height: 82px;
  box-sizing: border-box;
  border: 2px solid transparent !important;
  border-radius: 14px !important;
  background: #e45a3b !important;
  color: #fff !important;
  padding: 13px 13px 13px 22px !important;
  box-shadow: 0 13px 24px rgba(145, 63, 42, .2) !important;
  transition: transform .2s cubic-bezier(.22, .61, .36, 1), box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease !important;
}

body[data-cta-unit] #soudan .consultation-cta > span:first-child {
  flex: 1;
  padding-left: 40px;
  text-align: center;
}

body[data-cta-unit] #soudan .consultation-cta > span:last-child {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #24262a !important;
  font-size: 20px !important;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease;
}

@media (hover: hover) {
  body[data-cta-unit] #soudan .consultation-cta:hover {
    border-color: #e45a3b !important;
    background: #fff !important;
    color: #e45a3b !important;
    transform: translateY(-2px);
    box-shadow: 0 17px 30px rgba(145, 63, 42, .16) !important;
  }

  body[data-cta-unit] #soudan .consultation-cta:hover > span:last-child {
    background: #e45a3b !important;
    color: #fff !important;
  }
}

body[data-cta-unit] #soudan .consultation-cta:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(145, 63, 42, .18) !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card {
  min-height: 280px;
  border: 1px solid rgba(18, 56, 50, .13) !important;
  border-top-color: rgba(18, 56, 50, .13) !important;
  border-radius: 18px !important;
  padding: 42px 28px 32px !important;
  box-shadow: 0 14px 30px rgba(43, 68, 61, .08) !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card:nth-child(1) {
  background: linear-gradient(145deg, #fdfbf7 0%, #f8f6f0 100%) !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card:nth-child(2) {
  background: linear-gradient(145deg, #f3f7f3 0%, #eaf2ed 100%) !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card:nth-child(3) {
  background: linear-gradient(145deg, #f7f1e8 0%, #efe5d7 100%) !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card::before {
  top: -8px;
  width: 15px;
  height: 15px;
  border-color: rgba(86, 39, 27, .24);
  box-shadow: 0 3px 7px rgba(50, 28, 21, .2), inset 0 1px 1px rgba(255, 255, 255, .5);
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:first-child {
  display: grid;
  flex: none;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(228, 90, 59, .1);
  color: #d65539 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:last-child {
  font-size: clamp(21px, 2vw, 27px) !important;
  letter-spacing: -.035em;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card p {
  margin-top: 20px !important;
  line-height: 1.9 !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 14px !important;
  overflow: hidden;
  border: 1px solid rgba(18, 56, 50, .16) !important;
  border-left-color: rgba(18, 56, 50, .16) !important;
  border-radius: 18px !important;
  padding: 30px 34px !important;
  box-shadow: 0 16px 32px rgba(18, 56, 50, .12);
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary > p {
  width: 100%;
  max-width: 880px;
  flex: none !important;
}

body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary > div::before {
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a8d9c9;
}

body[data-cta-unit].site-design #hiyou .case-card {
  border: 1px solid rgba(18, 56, 50, .14) !important;
  border-top-color: rgba(18, 56, 50, .14) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 32px rgba(43, 68, 61, .09) !important;
}

body[data-cta-unit].site-design #hiyou .case-card:nth-child(1) > div:first-child,
body[data-cta-unit].site-design #hiyou .case-card:nth-child(2) > div:first-child {
  height: clamp(220px, 26vw, 280px) !important;
}

body[data-cta-unit] #hiyou .fees-price-band {
  border: 1px solid rgba(18, 56, 50, .18) !important;
  border-left-color: rgba(18, 56, 50, .18) !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf1 0%, #f8f1e5 100%) !important;
  box-shadow: 0 16px 32px rgba(43, 68, 61, .13);
}

body[data-cta-unit] [data-screen-label="06 運営"] .trust-stats {
  gap: 14px !important;
  border-bottom: 0 !important;
}

body[data-cta-unit] [data-screen-label="06 運営"] .trust-stat {
  border: 1px solid rgba(18, 56, 50, .12) !important;
  border-left-color: rgba(18, 56, 50, .12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .68) !important;
  padding: 22px 20px !important;
  box-shadow: 0 10px 24px rgba(43, 68, 61, .06);
}

body[data-cta-unit] .c5-full-fv > .c5-full-hero__bottom {
  border-left: 0 !important;
}

@media (min-width: 760px) and (max-width: 1120px) {
  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card {
    min-height: 0;
    padding: 38px 20px 27px !important;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div {
    gap: 10px !important;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:first-child {
    width: 30px;
    height: 30px;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:last-child {
    font-size: clamp(19px, 2.15vw, 23px) !important;
    white-space: nowrap;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card p {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }
}

@media (max-width: 899px) {
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) {
    display: flex !important;
    grid-template-columns: none !important;
    padding: 12px 12px 28px !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > div:first-child {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: clamp(220px, 42vw, 300px) !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > div:not(:first-child),
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > p {
    grid-column: auto !important;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  #dev-switch .dev-unit-label {
    display: none;
  }

  #dev-switch .dev-unit-variants {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  #dev-switch .dev-unit-variants button {
    width: 100%;
    min-width: 0;
    padding: 7px 3px;
    font-size: 11px;
  }

  #dev-switch.is-collapsed .dev-unit-variants {
    display: none;
  }

  .cta-unit {
    max-width: none;
  }

  body[data-cta-unit="a"] .cta-unit {
    padding: 17px 16px 15px;
    box-shadow: 0 10px 24px rgba(21, 58, 52, .09);
  }

  body[data-cta-unit="a"] .cta-unit__button {
    min-height: 78px;
    border-radius: 13px;
    padding-left: 16px;
  }

  body[data-cta-unit="a"] .cta-unit__button-copy {
    padding-left: 34px;
  }

  body[data-cta-unit] #shindan .c5-primary-cta {
    min-height: 78px;
    border-radius: 13px !important;
    padding-left: 16px !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta > span:first-child {
    padding-left: 34px;
  }

  body[data-cta-unit] #shindan > div:nth-child(3) > .guide-preview-card {
    border-radius: 15px !important;
    padding: 12px !important;
  }

  body[data-cta-unit] #shindan .guide-preview-cover {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    border-radius: 11px;
    padding: 12px 14px !important;
    aspect-ratio: auto;
  }

  body[data-cta-unit] #shindan .guide-preview-cover__copy strong {
    font-size: 15px;
  }

  body[data-cta-unit] #shindan .guide-preview-cover__description {
    font-size: 11px;
  }

  body[data-cta-unit] #soudan .consultation-cta {
    min-height: 78px;
    border-radius: 13px !important;
    padding-left: 16px !important;
  }

  body[data-cta-unit] #soudan .consultation-cta > span:first-child {
    padding-left: 34px;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card {
    min-height: 0;
    border-radius: 15px !important;
    padding: 38px 22px 28px !important;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:last-child {
    white-space: normal;
  }

  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary {
    border-radius: 15px !important;
    padding: 25px 22px !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card,
  body[data-cta-unit] #hiyou .fees-price-band {
    border-radius: 15px !important;
  }

  body[data-cta-unit] [data-screen-label="06 運営"] .trust-stat {
    border-radius: 14px !important;
  }

  .cta-unit__title,
  body[data-cta-unit="b"] .cta-unit__title {
    font-size: clamp(20px, 6vw, 24px) !important;
  }

  .cta-unit__button-copy strong {
    font-size: clamp(15px, 4.5vw, 18px);
  }

  body[data-cta-unit="b"] .cta-unit {
    padding-left: 18px;
  }

  body[data-cta-unit="b"] .cta-unit__benefits {
    grid-template-columns: 1fr;
  }

  body[data-cta-unit="b"] .cta-unit__benefits li,
  body[data-cta-unit="b"] .cta-unit__benefits li:first-child,
  body[data-cta-unit="b"] .cta-unit__benefits li:last-child {
    min-height: 0;
    justify-content: flex-start;
    padding: 10px 0 10px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 58, 52, .1);
    text-align: left;
  }

  body[data-cta-unit="b"] .cta-unit__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #a24e35;
  }

  body[data-cta-unit="b"] .cta-unit__benefits li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 360px) {
  .cta-unit__button {
    padding-left: 15px !important;
  }

  .cta-unit__arrow {
    width: 48px !important;
    margin-left: 8px !important;
  }

  body[data-cta-unit="a"] .cta-unit__arrow {
    width: 38px !important;
    height: 38px !important;
  }

  body[data-cta-unit="a"] .cta-unit__button-copy {
    padding-left: 22px;
  }

  body[data-cta-unit] #shindan .c5-primary-cta > span:first-child {
    padding-left: 22px;
  }

  body[data-cta-unit] #soudan .consultation-cta > span:first-child {
    padding-left: 22px;
  }

  body[data-cta-unit] #fixedCtaMain {
    font-size: 13px !important;
  }
}

@media (max-width: 420px) {
  body[data-cta-unit].site-design [data-screen-label="04 進め方"] .steps-summary > div {
    white-space: normal !important;
  }
}

@media (min-width: 1200px) {
  body.site-design [data-screen-label="02 悩み"] > div {
    max-width: 1320px !important;
  }

  body.site-design #worryGrid {
    grid-template-columns: minmax(390px, .82fr) minmax(650px, 1.18fr) !important;
    gap: clamp(58px, 6vw, 88px) !important;
    align-items: center !important;
  }

  body.site-design #worryGrid > div:first-child {
    position: static !important;
    align-self: center;
    padding-bottom: 18px;
  }

  body.site-design #worryTitle {
    max-width: 470px;
    font-size: clamp(44px, 3.7vw, 54px) !important;
    line-height: 1.34 !important;
    letter-spacing: .015em;
  }

  body.site-design #worryTitle br {
    display: none;
  }

  body.site-design #worryGrid > div:first-child > p {
    max-width: 420px;
    margin-top: 28px !important;
  }

  body.site-design #worryList {
    column-gap: 34px !important;
  }

  body.site-design #worryList > div {
    min-height: 132px !important;
    padding: 26px 38px 26px 0 !important;
  }

  body.site-design #worryList > div > div:last-child {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  body.site-design [data-screen-label="04 進め方"] .steps-title {
    max-width: none !important;
    font-size: clamp(42px, 3.5vw, 54px) !important;
    line-height: 1.35 !important;
  }

  body.site-design [data-screen-label="04 進め方"] .steps-title__line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  body.site-design [data-screen-label="04 進め方"] .steps-title__line {
    display: inline;
  }

  body.site-design [data-screen-label="04 進め方"] .steps-title__line + .steps-title__line::before {
    content: " ";
  }
}

@media (min-width: 900px) {
  body[data-cta-unit].site-design #hiyou .case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2vw, 28px) !important;
    align-items: stretch !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card,
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(1),
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(2),
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) {
    grid-column: auto !important;
    display: flex !important;
    flex-direction: column !important;
    margin-top: 0 !important;
    padding: 12px 12px 28px !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card > div:first-child,
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(1) > div:first-child,
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(2) > div:first-child,
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > div:first-child {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: clamp(210px, 16vw, 240px) !important;
    background-color: #dce6df !important;
  }

  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > div:not(:first-child),
  body[data-cta-unit].site-design #hiyou .case-card:nth-child(3) > p {
    grid-column: auto !important;
  }

  body.site-design [data-screen-label="02 悩み"],
  body.site-design [data-screen-label="04 進め方"],
  body.site-design #hiyou,
  body.site-design [data-screen-label="06 運営"],
  body.site-design #faq,
  body.site-design #shindan,
  body.site-design #soudan {
    padding-top: clamp(74px, 6vw, 94px) !important;
    padding-bottom: clamp(78px, 6.4vw, 100px) !important;
  }
}

@media (min-width: 641px) and (max-width: 899px) {
  body.site-design [data-screen-label="02 悩み"],
  body.site-design [data-screen-label="04 進め方"],
  body.site-design #hiyou,
  body.site-design [data-screen-label="06 運営"],
  body.site-design #faq,
  body.site-design #shindan,
  body.site-design #soudan {
    padding-top: 70px !important;
    padding-bottom: 74px !important;
  }
}

@media (max-width: 640px) {
  body.site-design [data-screen-label="02 悩み"],
  body.site-design [data-screen-label="04 進め方"],
  body.site-design #hiyou,
  body.site-design [data-screen-label="06 運営"],
  body.site-design #faq,
  body.site-design #shindan,
  body.site-design #soudan {
    padding-top: 58px !important;
    padding-bottom: 62px !important;
  }
}

.section-bridge {
  position: relative;
  z-index: 6;
  height: 0;
}

body[data-cta-unit] #hiyou .case-work {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 56, 50, .16);
}

body[data-cta-unit] #hiyou .case-work__label {
  color: #a44f36;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

body[data-cta-unit] #hiyou .case-work__list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body[data-cta-unit] #hiyou .case-work__list li {
  position: relative;
  padding-left: 16px;
  color: #334b46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

body[data-cta-unit] #hiyou .case-work__list li::before {
  content: "";
  position: absolute;
  top: .76em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ad5a40;
}

body[data-cta-unit] #hiyou .case-work__list small {
  color: #6f7e79;
  font-size: .86em;
}

body[data-cta-unit] .specialist-note {
  margin: 18px 0 0;
  padding-left: 16px;
  border-left: 3px solid #ad5136;
  color: #ad5136 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.8;
}

.section-bridge__inner {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  background: var(--bridge-bg, #fcf8f1);
  color: var(--bridge-color, rgba(162, 78, 53, .42));
  padding: 7px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  line-height: 1;
  white-space: nowrap;
}

.section-bridge__inner::before,
.section-bridge__inner::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--bridge-line, rgba(162, 78, 53, .3));
}

@media (max-width: 640px) {
  .section-bridge__inner {
    gap: 8px;
    padding: 6px 9px;
    font-size: 10px;
    letter-spacing: .26em;
  }

  .section-bridge__inner::before,
  .section-bridge__inner::after {
    width: 18px;
  }
}

body.site-design .c5-full-hero__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #e45a3b;
  color: #fff;
  padding: 7px 8px 7px 14px;
  box-shadow: 0 8px 18px rgba(145, 63, 42, .18);
  letter-spacing: .04em;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.site-design .c5-full-hero__contact::before {
  display: none;
}

body.site-design .c5-full-hero__contact-arrow {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  color: #e45a3b;
  font-size: 15px;
  line-height: 1;
}

@media (hover: hover) {
  body.site-design .c5-full-hero__contact:hover {
    border-color: #e45a3b;
    background: #fff;
    color: #e45a3b;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(145, 63, 42, .14);
  }

  body.site-design .c5-full-hero__contact:hover .c5-full-hero__contact-arrow {
    background: #e45a3b;
    color: #fff;
  }
}

body[data-cta-unit="a"] .cta-unit__button {
  border-color: #e45a3b;
  background: #fff1ec;
  color: #e45a3b;
  box-shadow: 0 10px 22px rgba(145, 63, 42, .12);
}

body[data-cta-unit="a"] .cta-unit__button-copy small {
  color: rgba(228, 90, 59, .82);
}

body[data-cta-unit="a"] .cta-unit__arrow {
  background: #e45a3b;
  color: #fff;
}

@media (hover: hover) {
  body[data-cta-unit="a"] .cta-unit__button:hover {
    border-color: #e45a3b;
    background: #e45a3b;
    color: #fff;
  }

  body[data-cta-unit="a"] .cta-unit__button:hover .cta-unit__button-copy small {
    color: rgba(255, 255, 255, .88);
  }

  body[data-cta-unit="a"] .cta-unit__button:hover .cta-unit__arrow {
    background: #fff;
    color: #e45a3b;
  }
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button {
  border-color: #e45a3b !important;
  background: #fff1ec !important;
  color: #e45a3b !important;
  box-shadow: 0 10px 22px rgba(145, 63, 42, .12) !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:first-child > span,
body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:first-child > span:last-child {
  color: #e45a3b !important;
}

body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button > span:last-child {
  background: #e45a3b !important;
  color: #fff !important;
}

@media (hover: hover) {
  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover {
    border-color: #e45a3b !important;
    background: #e45a3b !important;
    color: #fff !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover > span:first-child > span,
  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover > span:first-child > span:last-child {
    color: #fff !important;
  }

  body[data-cta-unit] #shindan .c5-primary-cta.guide-preview-card__button:hover > span:last-child {
    background: #fff !important;
    color: #e45a3b !important;
  }
}

body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta {
  border-color: #e45a3b !important;
  background: #fff1ec !important;
  color: #e45a3b !important;
  box-shadow: 0 9px 20px rgba(145, 63, 42, .14) !important;
}

body[data-cta-unit="a"] #fixedCtaSub {
  color: rgba(228, 90, 59, .82) !important;
}

body[data-cta-unit="a"] .fixed-guide-cta__arrow {
  background: #e45a3b !important;
  color: #fff !important;
}

@media (hover: hover) {
  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover {
    border-color: #e45a3b !important;
    background: #e45a3b !important;
    color: #fff !important;
  }

  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover #fixedCtaSub {
    color: rgba(255, 255, 255, .86) !important;
  }

  body[data-cta-unit="a"] #fixed-cta > .fixed-guide-cta:hover .fixed-guide-cta__arrow {
    background: #fff !important;
    color: #e45a3b !important;
  }
}

@media (max-width: 390px) {
  body.site-design .c5-full-hero__contact {
    gap: 7px;
    padding: 6px 6px 6px 10px;
    font-size: 10px;
  }

  body.site-design .c5-full-hero__contact-arrow {
    width: 27px;
    height: 27px;
    border-radius: 7px;
  }
}
