@charset "UTF-8";

/* ==========================================================================
   株式会社ひかり造園 様 ご提案専用サンプル
   配色の根拠：ロゴの実測色（草色 #6C903C／星の黄 #FCC000／幹の茶 #906030）
   ========================================================================== */

:root {
  --green: #5e8235;
  --green-deep: #3f5b23;
  --green-pale: #eef1e6;
  --light: #d99a16;
  --light-pale: #fbf3e0;
  --bark: #8a5c2e;
  --paper: #faf7f0;
  --paper-2: #f2ede1;
  --ink: #2b2a26;
  --ink-soft: #57544c;
  --line: #ddd6c6;

  --wrap: 1120px;
  --radius: 4px;
  --shadow: 0 2px 14px rgba(43, 42, 38, 0.09);

  color-scheme: only light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: var(--green-deep);
}

.wrap {
  width: min(100% - 40px, var(--wrap));
  margin-inline: auto;
}

.nowrap {
  display: inline-block;
}

/* --------------------------------------------------------------------------
   提案専用の注釈（上部）
   -------------------------------------------------------------------------- */

.notice {
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  padding: 10px 0;
}

.notice p {
  margin: 0;
}

.notice p + p {
  margin-top: 6px;
  color: #ded9cd;
}

.notice a {
  color: #ffd97a;
}

/* --------------------------------------------------------------------------
   ヘッダー
   -------------------------------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 240, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(6px);
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 52px;
  flex: none;
}

.brand__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.brand__sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
}

.header__contact {
  text-align: right;
  line-height: 1.4;
}

.header__hours {
  font-size: 15px;
  color: var(--ink-soft);
}

.header__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--green-deep);
  text-decoration: none;
}

.header__tel small {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
}

.nav {
  border-top: 1px solid var(--line);
}

.nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 30px;
  margin: 0;
  padding: 9px 0;
  list-style: none;
}

.nav a {
  display: block;
  padding: 2px 0;
  font-size: 18px;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  color: var(--green-deep);
  border-bottom-color: var(--light);
}

.menu-btn {
  display: none;
}

/* --------------------------------------------------------------------------
   第一画面
   -------------------------------------------------------------------------- */

.hero {
  display: grid;
  overflow: hidden;
  background: #1e2a18;
}

.hero > * {
  grid-area: 1 / 1;
}

.hero__img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 60vh, 560px);
  object-fit: cover;
  object-position: 50% 62%;
  filter: brightness(1.06);
}

/* 位置指定しないと、写真（置換要素）より下の層に描かれてベールが効かない */
.hero__veil {
  position: relative;
  background:
    linear-gradient(
      100deg,
      rgba(18, 26, 14, 0.86) 0%,
      rgba(18, 26, 14, 0.66) 44%,
      rgba(18, 26, 14, 0.16) 84%
    ),
    linear-gradient(
      190deg,
      rgba(255, 233, 168, 0.22) 0%,
      rgba(255, 233, 168, 0) 42%
    );
}

.hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 46px 0;
}

.hero__copy {
  max-width: 700px;
  color: #fff;
}

.hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 14px;
  background: var(--light);
  color: #2a2004;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 2px;
}

.hero__title {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 41px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.hero__title > span {
  display: block;
}

.hero__title .accent {
  color: #ffd97a;
}

.hero__lead {
  margin: 18px 0 0;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.9;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius);
  border: 2px solid transparent;
}

.btn--tel {
  background: var(--light);
  color: #2a2004;
}

.btn--tel:hover {
  background: #c98d10;
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn--green {
  background: var(--green);
  color: #fff;
}

.btn--green:hover {
  background: var(--green-deep);
}

/* --------------------------------------------------------------------------
   共通のセクション
   -------------------------------------------------------------------------- */

.section {
  padding: 74px 0;
}

.section--tint {
  background: var(--paper-2);
}

.section--green {
  background: var(--green-pale);
}

.section-head {
  margin-bottom: 38px;
}

.section-head__en {
  display: block;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--bark);
  text-transform: uppercase;
}

.section-head h2 {
  margin: 4px 0 0;
  font-size: clamp(24px, 3vw, 33px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--green) 0 60%, var(--light) 60% 100%);
}

.section-head p {
  margin: 16px 0 0;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------------
   できること（3つ）
   -------------------------------------------------------------------------- */

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

.service {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.service img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service__body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service h3 {
  margin: 0 0 4px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service__tags {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--bark);
  line-height: 1.7;
}

.service p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.85;
}

.service ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
}

.service li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  line-height: 1.75;
}

.service li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

/* --------------------------------------------------------------------------
   お手入れカレンダー
   -------------------------------------------------------------------------- */

.calendar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 24px 30px;
}

.calendar__scroll {
  overflow-x: auto;
}

.calendar__grid {
  min-width: 640px;
}

.calendar__row {
  display: grid;
  grid-template-columns: 132px repeat(12, minmax(0, 1fr));
  align-items: center;
}

.calendar__row + .calendar__row {
  margin-top: 8px;
}

.calendar__months button {
  appearance: none;
  border: 1px solid transparent;
  background: none;
  font: inherit;
  font-size: 16px;
  color: var(--ink-soft);
  padding: 6px 0;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
}

.calendar__months button:hover {
  background: var(--light-pale);
  color: var(--ink);
}

.calendar__months button[aria-pressed="true"] {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: #fff;
  font-weight: 700;
}

.calendar__label {
  font-size: 17px;
  font-weight: 700;
  padding-right: 14px;
  line-height: 1.4;
}

.calendar__label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-soft);
}

.calendar__cell {
  height: 34px;
  border-right: 1px solid #efeadf;
  position: relative;
}

.calendar__label + .calendar__cell {
  border-left: 1px solid #efeadf;
}

.calendar__cell.is-on {
  background: var(--band, var(--green));
}

.calendar__cell.is-on.is-first {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

.calendar__cell.is-on.is-last {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.calendar__cell.is-on.is-picked::after {
  content: "";
  position: absolute;
  inset: -4px -1px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  pointer-events: none;
}

.calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 18px;
  font-size: 16px;
  color: var(--ink-soft);
}

.calendar__legend span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  border-radius: 6px;
  margin-right: 7px;
  background: var(--c);
  vertical-align: middle;
}

.calendar__out {
  margin-top: 22px;
  padding: 20px 22px;
  background: var(--green-pale);
  border-left: 5px solid var(--green);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.calendar__out h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 700;
}

.calendar__out ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 17px;
}

.calendar__out li + li {
  margin-top: 4px;
}

.calendar__out .none {
  margin: 0;
  font-size: 17px;
  color: var(--ink-soft);
}

.calendar__note {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------------
   仕事の様子
   -------------------------------------------------------------------------- */

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

.work figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.work img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.work figcaption {
  padding: 16px 20px 20px;
  font-size: 17px;
  line-height: 1.8;
}

.work figcaption strong {
  display: block;
  font-size: 19px;
  margin-bottom: 4px;
}

/* --------------------------------------------------------------------------
   施工事例（抜粋）
   -------------------------------------------------------------------------- */

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

.case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.case:hover {
  border-color: var(--green);
}

.case img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.case__body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case__meta {
  font-size: 15px;
  color: var(--bark);
  letter-spacing: 0.04em;
}

.case h3 {
  margin: 4px 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.case p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.85;
}

.case__more {
  margin-top: auto;
  font-size: 17px;
  font-weight: 700;
  color: var(--green-deep);
}

.case__more::after {
  content: "　→";
}

.center {
  text-align: center;
  margin-top: 34px;
}

/* --------------------------------------------------------------------------
   代表挨拶
   -------------------------------------------------------------------------- */

.greeting {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.greeting__photo {
  background: #fff;
  border: 1px solid var(--line);
  padding: 10px 10px 14px;
  box-shadow: var(--shadow);
}

.greeting__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.greeting__photo figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.greeting__photo strong {
  display: block;
  font-size: 19px;
}

.greeting__text p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 2;
}

.greeting__text p:last-child {
  margin-bottom: 0;
}

.greeting__pull {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--green-deep);
  border-left: 5px solid var(--light);
  padding-left: 18px;
}

/* --------------------------------------------------------------------------
   対応エリア・流れ
   -------------------------------------------------------------------------- */

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

.area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.area__list li {
  padding: 7px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 17px;
}

.area__list li.is-main {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: #fff;
  font-weight: 700;
}

.flow {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow li {
  position: relative;
  padding: 0 0 22px 52px;
  counter-increment: flow;
}

.flow li::before {
  content: counter(flow);
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 40px;
  bottom: 6px;
  width: 2px;
  background: var(--line);
}

.flow strong {
  display: block;
  font-size: 19px;
}

.flow span {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   問い合わせ
   -------------------------------------------------------------------------- */

.contact {
  background: var(--green-deep);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.contact h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.contact p {
  margin: 0 auto 26px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.9;
  color: #e6ecdc;
}

.contact__tel {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.contact__tel .num {
  display: block;
  font-size: clamp(34px, 5.6vw, 52px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.contact__tel .num small {
  font-size: 0.44em;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.contact__sub {
  margin-top: 6px;
  font-size: 17px;
  color: #d7e0c9;
}

.contact__mobile {
  margin-top: 22px;
  font-size: 18px;
}

.contact__mobile a {
  color: #ffd97a;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   フッター
   -------------------------------------------------------------------------- */

.footer {
  background: var(--ink);
  color: #ded9cd;
  padding: 52px 0 96px;
  font-size: 17px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 34px;
}

.footer h3 {
  margin: 0 0 12px;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.footer p {
  margin: 0 0 10px;
  line-height: 1.9;
}

.footer dl {
  margin: 0;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 6px 12px;
}

.footer dt {
  color: #a8a294;
}

.footer dd {
  margin: 0;
}

.footer a {
  color: #ffd97a;
}

.footer__note {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #45423b;
  font-size: 15px;
  line-height: 1.85;
  color: #a8a294;
}

.footer__copy {
  margin-top: 12px;
  font-size: 15px;
  color: #a8a294;
}

/* --------------------------------------------------------------------------
   スマホ用の固定電話ボタン
   -------------------------------------------------------------------------- */

.fixed-tel {
  display: none;
}

/* --------------------------------------------------------------------------
   施工事例ページ
   -------------------------------------------------------------------------- */

.page-head {
  background: var(--green-pale);
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.page-head h1 {
  margin: 6px 0 0;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.crumb {
  font-size: 16px;
  color: var(--ink-soft);
}

.crumb a {
  color: var(--ink-soft);
}

.case-detail + .case-detail {
  margin-top: 74px;
  padding-top: 74px;
  border-top: 1px solid var(--line);
}

.case-detail__head {
  margin-bottom: 28px;
}

.case-detail__head .meta {
  display: inline-block;
  padding: 4px 14px;
  background: var(--bark);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-radius: 2px;
}

.case-detail__head h2 {
  margin: 12px 0 0;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.55;
  font-weight: 700;
}

.case-detail__head p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.95;
}

.steps {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 32px;
}

.steps h3 {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 700;
}

.steps ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: var(--paper-2);
  border-radius: 999px;
  padding: 5px 16px;
}

.steps li:not(:last-child)::after {
  content: "→";
  margin: 0 -8px 0 12px;
  color: var(--bark);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 26px;
}

.gallery figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery figcaption {
  padding: 15px 18px 19px;
  font-size: 17px;
  line-height: 1.8;
}

.voice {
  margin-top: 30px;
  padding: 24px 26px;
  background: var(--light-pale);
  border-left: 5px solid var(--light);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 18px;
  line-height: 1.95;
}

.voice strong {
  display: block;
  font-size: 16px;
  color: var(--bark);
  margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   タブレット
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .services {
    grid-template-columns: minmax(0, 1fr);
  }

  .greeting {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .greeting__photo {
    max-width: 260px;
  }

  .area {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* --------------------------------------------------------------------------
   スマートフォン
   -------------------------------------------------------------------------- */

@media (max-width: 780px) {
  html {
    scroll-padding-top: 86px;
  }

  .wrap {
    width: min(100% - 32px, var(--wrap));
  }

  .notice {
    font-size: 14px;
  }

  .header__top {
    padding: 8px 0;
  }

  .brand img {
    width: 42px;
  }

  .brand__name {
    font-size: 18px;
  }

  .brand__sub {
    font-size: 12px;
  }

  .header__contact {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: var(--green-deep);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
  }

  .menu-btn__bars {
    display: grid;
    gap: 3px;
  }

  .menu-btn__bars i {
    display: block;
    width: 19px;
    height: 2px;
    background: #fff;
  }

  .nav {
    display: none;
  }

  .nav.is-open {
    display: block;
  }

  .nav ul {
    flex-direction: column;
    gap: 0;
    padding: 4px 0 14px;
  }

  .nav li + li {
    border-top: 1px solid var(--line);
  }

  /* 7項目すべてが、下部固定の電話バーに隠れずに収まる高さ */
  .nav a {
    padding: 9px 4px;
    border-bottom: none;
  }

  .hero__img {
    min-height: clamp(430px, 66vh, 540px);
    object-position: 52% 58%;
  }

  .hero__veil {
    background:
      linear-gradient(
        180deg,
        rgba(20, 28, 16, 0.5) 0%,
        rgba(20, 28, 16, 0.76) 52%,
        rgba(20, 28, 16, 0.9) 100%
      ),
      linear-gradient(
        190deg,
        rgba(255, 233, 168, 0.2) 0%,
        rgba(255, 233, 168, 0) 40%
      );
  }

  .hero__inner {
    align-items: flex-end;
    padding: 120px 0 30px;
  }

  .hero__cta .btn {
    flex: 1 1 100%;
  }

  .section {
    padding: 54px 0;
  }

  .calendar {
    padding: 20px 16px 24px;
  }

  /* スマホでは帯グラフを出さず、月を選ぶボタンだけにする（横スクロールを作らない） */
  .calendar__grid {
    min-width: 0;
  }

  .calendar__row:not(.calendar__months) {
    display: none;
  }

  .calendar__months {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .calendar__months .calendar__label {
    display: none;
  }

  .calendar__months button {
    font-size: 17px;
    padding: 11px 0;
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
  }

  .calendar__legend {
    display: none;
  }

  .work,
  .cases {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer {
    padding-bottom: 110px;
  }

  .fixed-tel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #fff;
    box-shadow: 0 -2px 14px rgba(43, 42, 38, 0.22);
  }

  .fixed-tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
  }

  .fixed-tel a small {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .fixed-tel .is-fixed {
    background: var(--green-deep);
    color: #fff;
  }

  .fixed-tel .is-mobile {
    background: var(--light);
    color: #2a2004;
  }

  .case-detail + .case-detail {
    margin-top: 54px;
    padding-top: 54px;
  }

  .steps {
    padding: 18px 18px;
  }
}
