body.site-design {
  --ed-paper: #f3ede2;
  --ed-paper-light: #fcfaf5;
  --ed-ink: #153a34;
  --ed-copy: #344b46;
  --ed-muted: #746f66;
  --ed-rust: #a24e35;
  --ed-sage: #dce6df;
  --ed-line: rgba(21, 58, 52, .2);
  background: #ded8cd !important;
}

body.site-design .site-shell {
  max-width: 1360px !important;
  background: var(--ed-paper) !important;
  box-shadow: 0 28px 80px rgba(43, 39, 31, .13) !important;
}

body.site-design .site-shell > div:first-child {
  opacity: .16 !important;
}

body.site-design [data-screen-label="02 悩み"] h2,
body.site-design [data-screen-label="04 進め方"] h2,
body.site-design #hiyou h2 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

body.site-design [data-screen-label]:not([data-screen-label="01 FV"])
  [style*="font-size:14px"][style*="letter-spacing:.26em"] {
  display: flex !important;
  align-items: center;
  gap: 12px;
  color: var(--ed-rust) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
}

body.site-design [data-screen-label]:not([data-screen-label="01 FV"])
  [style*="font-size:14px"][style*="letter-spacing:.26em"]::before {
  content: "" !important;
  width: 34px;
  height: 1px;
  background: currentColor;
}

body.site-design [data-screen-label]:not([data-screen-label="01 FV"])
  [style*="font-size:14px"][style*="letter-spacing:.26em"]::after {
  content: none !important;
}

body.site-design .c5-full-fv {
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr) !important;
  grid-template-rows: 84px minmax(320px, 1fr) auto !important;
  min-height: 720px !important;
  background: var(--ed-paper) !important;
  padding: 0 !important;
  overflow: hidden;
}

body.site-design .c5-full-fv::before {
  content: "" !important;
  z-index: 0 !important;
  left: 0 !important;
  top: 84px !important;
  width: 1px !important;
  height: calc(100% - 84px) !important;
  background: var(--ed-line) !important;
  transform: none !important;
}

body.site-design .c5-full-fv::after {
  content: "HASEKO GROUP  /  AKIYA DESK" !important;
  position: absolute;
  z-index: 6;
  right: 16px;
  top: 118px;
  color: rgba(21, 58, 52, .34);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
}

body.site-design .c5-full-fv > .c5-full-hero__header {
  height: 84px !important;
  padding: 0 clamp(24px, 4.4vw, 60px) !important;
  border-bottom: 1px solid var(--ed-line) !important;
  background: rgba(243, 237, 226, .92);
}

body.site-design .c5-full-hero__brand {
  gap: 15px;
}

body.site-design .c5-full-hero__seal {
  width: 58px;
  height: 58px;
  border-radius: 0;
  box-shadow: none;
}

body.site-design .c5-full-hero__brand-name {
  font-size: 16px;
  letter-spacing: .03em;
}

body.site-design .c5-full-hero__contact {
  position: relative;
  border: 0;
  padding: 8px 0 8px 22px;
  color: var(--ed-ink);
  letter-spacing: .08em;
}

body.site-design .c5-full-hero__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ed-rust);
  transform: translateY(-50%);
}

body.site-design .c5-full-fv > .c5-full-hero__copy {
  align-self: end !important;
  padding: clamp(58px, 7vw, 94px) 34px 36px clamp(46px, 6.2vw, 84px) !important;
}

body.site-design .c5-full-hero__tag {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: clamp(24px, 3vw, 36px);
  color: var(--ed-rust);
  font-size: 12px;
  letter-spacing: .2em;
}

body.site-design .c5-full-hero__tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

body.site-design #heroH1 {
  max-width: 600px;
  margin: 0;
  color: var(--ed-ink) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(64px, 6.8vw, 94px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.07em !important;
}

body.site-design[data-cluster="c1"] #heroH1,
body.site-design[data-cluster="c3"] #heroH1,
body.site-design[data-cluster="c4"] #heroH1 {
  font-size: clamp(46px, 4.9vw, 68px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.055em !important;
}

body.site-design .c5-full-fv > #heroPhoto {
  position: relative !important;
  align-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  min-height: 568px !important;
  height: auto !important;
  margin: 42px 54px 52px 0 !important;
  border: 1px solid rgba(21, 58, 52, .16) !important;
  outline: 0 !important;
  box-shadow: 18px 20px 0 rgba(220, 230, 223, .78) !important;
}

body.site-design .c5-full-fv > .c5-full-hero__bottom {
  align-self: start !important;
  margin: 0 !important;
  padding: 0 34px 72px clamp(46px, 6.2vw, 84px) !important;
}

body.site-design .c5-full-hero__bottom::before {
  width: 100% !important;
  height: 1px !important;
  margin: 0 0 24px !important;
  background: var(--ed-line) !important;
}

body.site-design .c5-full-hero__bottom #heroSub {
  max-width: 540px;
  color: var(--ed-ink) !important;
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(19px, 1.8vw, 24px) !important;
  line-height: 1.6 !important;
}

body.site-design .c5-full-hero__lead {
  max-width: 540px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.9;
}

body.site-design .c5-full-hero__actions {
  margin-top: 24px;
}

body.site-design .c5-full-hero__actions .c5-primary-cta {
  isolation: isolate;
  max-width: 430px !important;
  min-height: 88px;
  border: 1px solid rgba(8, 40, 35, .78) !important;
  border-left: 0 !important;
  background: linear-gradient(145deg, #1d5147 0%, #143f38 58%, #0e342e 100%) !important;
  box-shadow:
    0 16px 30px rgba(16, 56, 49, .2),
    6px 6px 0 rgba(162, 78, 53, .9) !important;
  padding: 0 0 0 26px !important;
}

body.site-design .c5-full-hero__actions .c5-primary-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, .11);
  pointer-events: none;
}

body.site-design .c5-full-hero__actions .c5-primary-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .04) 70%);
  pointer-events: none;
}

body.site-design .c5-full-hero__actions .c5-primary-cta > span:first-child {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 18px 0;
}

body.site-design .c5-full-hero__actions .c5-primary-cta > span:first-child > span:first-child {
  font-size: 18px !important;
  letter-spacing: .06em !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
}

body.site-design .c5-full-hero__actions .c5-primary-cta > span:first-child > span:last-child {
  color: rgba(255, 255, 255, .7) !important;
  font-size: 11px !important;
  letter-spacing: .16em !important;
}

body.site-design .c5-full-hero__actions .c5-primary-cta > span:last-child {
  align-self: stretch;
  width: 72px;
  margin-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
}

body.site-design .c5-full-hero__actions .c5-primary-cta:hover {
  transform: translate(-2px, -2px) !important;
  background: linear-gradient(145deg, #225b4f 0%, #17483f 58%, #103a33 100%) !important;
  box-shadow:
    0 20px 36px rgba(16, 56, 49, .24),
    9px 9px 0 rgba(162, 78, 53, .92) !important;
}

body.site-design .c5-full-hero__actions .c5-primary-cta:active {
  transform: translate(2px, 2px) !important;
  box-shadow:
    0 8px 18px rgba(16, 56, 49, .18),
    3px 3px 0 rgba(162, 78, 53, .88) !important;
}

body.site-design [data-screen-label="02 悩み"] {
  background: var(--ed-paper-light) !important;
  padding: clamp(92px, 10vw, 144px) 0 !important;
  border-top: 1px solid var(--ed-line);
}

body.site-design [data-screen-label="02 悩み"] > div {
  max-width: 1220px !important;
}

body.site-design #worryGrid {
  grid-template-columns: minmax(250px, .66fr) minmax(560px, 1.34fr) !important;
  gap: clamp(64px, 9vw, 124px) !important;
}

body.site-design #worryGrid > div:first-child {
  position: sticky;
  top: calc(var(--dev-switch-h, 38px) + 34px);
}

body.site-design #worryTitle {
  font-size: clamp(38px, 4.7vw, 58px) !important;
  line-height: 1.28 !important;
}

body.site-design #worryList {
  grid-template-columns: 1fr 1fr !important;
  column-gap: 38px !important;
}

body.site-design #worryList > div {
  min-height: 126px !important;
  gap: 17px !important;
  padding: 24px 36px 24px 0 !important;
  border-top: 1px solid var(--ed-line) !important;
  background: transparent !important;
}

body.site-design #worryList > div:nth-of-type(5),
body.site-design #worryList > div:nth-of-type(6) {
  border-bottom: 1px solid var(--ed-line) !important;
}

body.site-design #worryList > div::after {
  right: 2px !important;
  top: 20px !important;
  color: rgba(162, 78, 53, .22) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px !important;
  font-weight: 700 !important;
}

body.site-design #worryList > div > div:first-child {
  width: 76px !important;
  height: 54px !important;
  border: 1px solid rgba(21, 58, 52, .12);
  border-radius: 0 !important;
  box-shadow: none !important;
}

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

body.site-design #worryList > p {
  margin-top: 34px !important;
  padding-left: 42px;
  position: relative;
  color: var(--ed-ink) !important;
  font-size: clamp(19px, 2vw, 24px) !important;
}

body.site-design #worryList > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 28px;
  height: 1px;
  background: var(--ed-rust);
}

body.site-design [data-screen-label="04 進め方"] {
  background: var(--ed-paper) !important;
  padding: clamp(94px, 10vw, 146px) 0 !important;
  border-top: 1px solid rgba(21, 58, 52, .1);
}

body.site-design [data-screen-label="04 進め方"] > div {
  max-width: 1220px !important;
}

body.site-design [data-screen-label="04 進め方"] h2 {
  max-width: 940px;
  margin-bottom: clamp(46px, 6vw, 72px) !important;
  font-size: clamp(38px, 5vw, 62px) !important;
  line-height: 1.25 !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid {
  gap: 22px !important;
  align-items: stretch !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card {
  min-height: 330px;
  padding: 44px 28px 32px !important;
  border: 1px solid var(--ed-line) !important;
  border-top: 3px solid var(--ed-rust) !important;
  background: #fcfaf5 !important;
  box-shadow: none !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card:nth-child(2) {
  background: #eef2ec !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card:nth-child(3) {
  background: #eee5d8 !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card::before {
  top: -9px;
  width: 16px;
  height: 16px;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:first-child {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card > div > div:last-child {
  color: var(--ed-ink) !important;
  font-size: clamp(23px, 2.2vw, 29px) !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-grid > .step-card p {
  margin-top: 24px !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-summary {
  margin-top: 26px !important;
  padding: 30px 34px !important;
  border: 0 !important;
  border-left: 6px solid var(--ed-rust) !important;
  background: var(--ed-ink) !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-summary > div,
body.site-design [data-screen-label="04 進め方"] .steps-summary > p {
  color: #fff !important;
}

body.site-design [data-screen-label="04 進め方"] .steps-summary > p {
  color: rgba(255, 255, 255, .78) !important;
}

body.site-design #hiyou {
  background: var(--ed-sage) !important;
  padding: clamp(96px, 10vw, 150px) 0 !important;
  border: 0 !important;
}

body.site-design #hiyou > div {
  max-width: 1220px !important;
}

body.site-design #hiyou h2 {
  font-size: clamp(37px, 4.7vw, 58px) !important;
  line-height: 1.28 !important;
}

body.site-design #hiyou .case-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 48px 26px !important;
  align-items: start !important;
}

body.site-design #hiyou .case-card {
  border: 1px solid rgba(21, 58, 52, .2) !important;
  border-top: 3px solid var(--ed-rust) !important;
  background: rgba(252, 250, 245, .94) !important;
  padding: 12px 12px 28px !important;
  box-shadow: none !important;
}

body.site-design #hiyou .case-card:nth-child(1) {
  grid-column: 1 / span 5;
}

body.site-design #hiyou .case-card:nth-child(2) {
  grid-column: 6 / -1;
  margin-top: 54px;
}

body.site-design #hiyou .case-card:nth-child(1) > div:first-child {
  height: 260px !important;
}

body.site-design #hiyou .case-card:nth-child(2) > div:first-child {
  height: 300px !important;
}

body.site-design #hiyou .case-card:nth-child(3) {
  grid-column: 2 / 12;
  display: grid !important;
  grid-template-columns: minmax(300px, 1.08fr) minmax(300px, .92fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 34px;
  padding: 12px 26px 12px 12px !important;
}

body.site-design #hiyou .case-card:nth-child(3) > div:first-child {
  grid-column: 1;
  grid-row: 1 / 7;
  width: 100%;
  height: 100% !important;
  min-height: 360px;
}

body.site-design #hiyou .case-card:nth-child(3) > div:not(:first-child),
body.site-design #hiyou .case-card:nth-child(3) > p {
  grid-column: 2;
}

body.site-design #hiyou .case-card > div:nth-child(2) {
  margin-top: 24px !important;
  color: var(--ed-rust) !important;
}

body.site-design #hiyou .case-card > div:nth-child(3) {
  color: var(--ed-ink) !important;
  font-size: clamp(23px, 2.2vw, 29px) !important;
}

body.site-design #hiyou .case-card p {
  font-size: 15px !important;
  line-height: 1.95 !important;
}

body.site-design #hiyou .fees-price-band {
  justify-content: flex-start !important;
  gap: .25em !important;
  margin-top: 58px !important;
  padding: 30px 8px !important;
  border: 0 !important;
  border-top: 1px solid var(--ed-line) !important;
  border-bottom: 1px solid var(--ed-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.site-design #hiyou .fees-price-band strong {
  color: var(--ed-ink);
  font-size: clamp(44px, 5.3vw, 68px);
}

body.site-design.reveal-ready [data-screen-label="02 悩み"] .reveal-item,
body.site-design.reveal-ready [data-screen-label="04 進め方"] .reveal-item,
body.site-design.reveal-ready #hiyou .reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (min-width: 900px) and (max-width: 1120px) {
  body.site-design .c5-full-fv {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  }

  body.site-design .c5-full-fv > .c5-full-hero__copy {
    padding-left: 42px !important;
    padding-right: 24px !important;
  }

  body.site-design .c5-full-fv > .c5-full-hero__bottom {
    padding-left: 42px !important;
    padding-right: 24px !important;
  }

  body.site-design .c5-full-fv > #heroPhoto {
    min-height: 520px !important;
    margin-right: 38px !important;
  }

  body.site-design #heroH1 {
    font-size: clamp(56px, 7.2vw, 76px) !important;
  }

  body.site-design[data-cluster="c1"] #heroH1,
  body.site-design[data-cluster="c3"] #heroH1,
  body.site-design[data-cluster="c4"] #heroH1 {
    font-size: clamp(41px, 5.3vw, 58px) !important;
  }
}

@media (max-width: 899px) {
  body.site-design .c5-full-fv {
    display: block !important;
    min-height: 0 !important;
  }

  body.site-design .c5-full-fv::after {
    right: 9px;
    top: 94px;
  }

  body.site-design .c5-full-fv > .c5-full-hero__header {
    height: 68px !important;
    padding: 0 20px !important;
  }

  body.site-design .c5-full-fv > .c5-full-hero__copy {
    padding: 44px clamp(22px, 6vw, 48px) 0 !important;
  }

  body.site-design .c5-full-fv > #heroPhoto {
    width: calc(100% - clamp(44px, 12vw, 96px)) !important;
    min-height: 0 !important;
    aspect-ratio: 1.5 / 1 !important;
    margin: 34px auto 0 !important;
    box-shadow: 12px 13px 0 rgba(220, 230, 223, .9) !important;
    transform: none !important;
  }

  body.site-design .c5-full-fv > .c5-full-hero__bottom {
    margin: 42px clamp(22px, 6vw, 48px) 0 !important;
    padding: 0 0 66px !important;
    border-left: 0 !important;
  }

  body.site-design #worryGrid {
    grid-template-columns: 1fr !important;
    gap: 46px !important;
  }

  body.site-design #worryGrid > div:first-child {
    position: static;
    max-width: 560px;
  }

  body.site-design #worryList {
    grid-template-columns: 1fr 1fr !important;
  }

  body.site-design #hiyou .case-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  body.site-design #hiyou .case-card:nth-child(1),
  body.site-design #hiyou .case-card:nth-child(2) {
    grid-column: auto;
    margin-top: 0;
  }

  body.site-design #hiyou .case-card:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body.site-design .c5-full-hero__seal {
    width: 48px;
    height: 48px;
  }

  body.site-design .c5-full-hero__brand-name {
    font-size: 13px;
  }

  body.site-design .c5-full-hero__tag {
    margin-bottom: 20px;
    font-size: 11px;
  }

  body.site-design #heroH1,
  body.site-design[data-cluster="c1"] #heroH1,
  body.site-design[data-cluster="c3"] #heroH1,
  body.site-design[data-cluster="c4"] #heroH1 {
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.055em !important;
  }

  body.site-design .c5-full-fv > #heroPhoto {
    width: calc(100% - 44px) !important;
    aspect-ratio: 1.33 / 1 !important;
  }

  body.site-design .c5-full-hero__bottom #heroSub {
    font-size: 19px !important;
  }

  body.site-design .c5-full-hero__actions .c5-primary-cta {
    max-width: none !important;
    min-height: 82px;
    padding-left: 20px !important;
  }

  body.site-design .c5-full-hero__actions .c5-primary-cta > span:first-child {
    padding: 15px 0;
  }

  body.site-design .c5-full-hero__actions .c5-primary-cta > span:first-child > span:first-child {
    font-size: 16px !important;
    letter-spacing: .04em !important;
  }

  body.site-design .c5-full-hero__actions .c5-primary-cta > span:last-child {
    width: 58px;
    margin-left: 12px;
    font-size: 22px;
  }

  body.site-design [data-screen-label="02 悩み"],
  body.site-design [data-screen-label="04 進め方"],
  body.site-design #hiyou {
    padding: 76px 0 !important;
  }

  body.site-design #worryTitle,
  body.site-design [data-screen-label="04 進め方"] h2,
  body.site-design #hiyou h2 {
    font-size: clamp(31px, 9.2vw, 42px) !important;
  }

  body.site-design #worryList {
    grid-template-columns: 1fr !important;
  }

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

  body.site-design #worryList > div:nth-of-type(5) {
    border-bottom: 0 !important;
  }

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

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

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

  body.site-design #hiyou .case-grid {
    display: block !important;
  }

  body.site-design #hiyou .case-card {
    margin: 0 0 28px !important;
  }

  body.site-design #hiyou .case-card:nth-child(1) > div:first-child,
  body.site-design #hiyou .case-card:nth-child(2) > div:first-child {
    height: 220px !important;
  }

  body.site-design #hiyou .case-card:nth-child(3) {
    display: flex !important;
    padding: 12px 12px 28px !important;
  }

  body.site-design #hiyou .case-card:nth-child(3) > div:first-child {
    min-height: 0;
    height: 220px !important;
  }

  body.site-design #hiyou .fees-price-band {
    margin-top: 36px !important;
    padding: 24px 0 !important;
  }

  body.site-design #hiyou .fees-price-band strong {
    font-size: clamp(40px, 13vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-design * {
    scroll-behavior: auto !important;
  }
}
