@charset "UTF-8";
/* ===========================================================
   下層ページ専用のスタイル
   reset.css → style.css → page.css の順に読み込む。
   色・ボタン・カード（.morebtn / .chips / .tags / .wcard / .vcard / .chevron）は
   style.css のものをそのまま使い、ここには下層ページ固有のものだけを置く。
   =========================================================== */

/* -----------------------------------------------------------
   1. ページ見出し・パンくず
   ----------------------------------------------------------- */
.phero {
  position: relative;
  padding: clamp(26px, 4vw, 56px) 0 clamp(20px, 3vw, 44px);
  background: var(--yellow);
  overflow: hidden;
}
.phero__stripe {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: repeating-linear-gradient(115deg,
    rgba(255, 255, 255, .30) 0 16px,
    rgba(255, 255, 255, 0) 16px 42px);
}
.phero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(16px, 3vw, 46px);
  align-items: center;
}
.phero__en {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 4.4vw, 62px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
}
.phero__ja {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 900;
  letter-spacing: .04em;
}
.phero__ja .squares { width: 16px; flex: none; }
.phero__lead {
  max-width: 640px;
  margin-top: clamp(10px, 1.4vw, 18px);
  font-size: clamp(12.5px, 1.15vw, 15px);
  font-weight: 500;
  line-height: 1.95;
}
/* 家型に切り抜いた添え写真 */
.phero__photo {
  display: block;
  width: clamp(140px, 20vw, 260px);
  aspect-ratio: 1 / .92;
  overflow: hidden;
  clip-path: polygon(50% 0, 100% 26%, 100% 100%, 0 100%, 0 26%);
}
.phero__photo img { width: 100%; height: 100%; object-fit: cover; }

.chevron--phero { --chev-prev: var(--yellow); --chev-next: #fff; }

.breadcrumb { background: #fff; }
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-block: 14px;
  font-size: 12px;
  color: #96877d;
}
.breadcrumb a { transition: color .25s; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb li + li::before { content: "›"; margin-right: 8px; color: #c9b8ab; }

/* -----------------------------------------------------------
   2. セクションの土台
   ----------------------------------------------------------- */
.psec { padding: clamp(40px, 5.5vw, 90px) 0; }
.psec--tint { background: var(--sky-pale); }
.psec--cyan { background: var(--cyan); }
.psec--yellow { background: var(--yellow); }
.psec--blue { background: var(--blue); color: #fff; }
.psec--tight { padding-top: clamp(24px, 3vw, 44px); }

.psec__head { margin-bottom: clamp(24px, 3.4vw, 52px); text-align: center; }
.psec__en {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--blue);
}
.psec--blue .psec__en { color: var(--yellow); }
.psec__title {
  margin-top: 8px;
  font-size: clamp(19px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.5;
}
.psec__lead {
  max-width: 820px;
  margin: clamp(12px, 1.6vw, 20px) auto 0;
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 2.05;
  color: var(--ink-soft);
}
.psec--blue .psec__lead { color: rgba(255, 255, 255, .9); }
.psec__foot { margin-top: clamp(26px, 3.4vw, 48px); text-align: center; }

/* 本文まわりの汎用 */
.ptext { font-size: clamp(13px, 1.15vw, 15px); line-height: 2.05; }
.ptext + .ptext { margin-top: 1.4em; }
.ptext mark { background: linear-gradient(transparent 58%, #fff36a 0); color: inherit; font-weight: 700; }
.pnote {
  margin-top: 18px;
  padding: 16px 20px;
  border-left: 4px solid var(--sky);
  background: #fdf6ee;
  font-size: 13px;
  line-height: 1.95;
}

/* -----------------------------------------------------------
   3. カード群
   ----------------------------------------------------------- */
/* 2列／1列に固定したいチップ列 */
.chips--2 { grid-template-columns: repeat(2, 1fr); }
.chips--1 { grid-template-columns: 1fr; }

.pcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 30px);
}
.pcards--2 { grid-template-columns: repeat(2, 1fr); }
.pcards--4 { grid-template-columns: repeat(4, 1fr); }
.pcard {
  position: relative;
  padding: clamp(22px, 2.6vw, 34px);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.pcard:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(0, 0, 0, .14); }
.pcard__num small { font-size: .42em; letter-spacing: .02em; }
.pcard__num {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: var(--sky);
}
.pcard__title {
  margin: 10px 0 10px;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.5;
}
.pcard__text { font-size: 13.5px; line-height: 1.95; color: var(--ink-soft); }
.pcard__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  border-radius: 8px;
  object-fit: cover;
}

/* 画像＋文章を左右に並べる */
.pmedia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3.4vw, 56px);
  align-items: center;
}
.pmedia--rev .pmedia__img { order: 2; }
.pmedia__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
}
/* イラストなど、切り抜かずに全体を見せたいもの */
.pmedia__img--contain {
  aspect-ratio: 4 / 3;
  background: #fdf3e8;
  object-fit: contain;
  padding: 14px;
}
.pmedia__img--house {
  border-radius: 0;
  aspect-ratio: 1 / .9;
  clip-path: polygon(50% 0, 100% 26%, 100% 100%, 0 100%, 0 26%);
}
.pmedia__title {
  font-size: clamp(19px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1.5;
}
.pmedia__title em { font-style: normal; color: var(--blue); }
.pmedia__body { font-size: clamp(13px, 1.15vw, 15px); line-height: 2.05; }
.pmedia__title + .pmedia__body { margin-top: clamp(12px, 1.6vw, 20px); }

/* -----------------------------------------------------------
   4. 表（会社概要・料金目安）
   ----------------------------------------------------------- */
.ptable {
  width: 100%;
  border-top: 1px solid var(--line);
  font-size: clamp(13px, 1.1vw, 15px);
}
.ptable th,
.ptable td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  line-height: 1.9;
  vertical-align: top;
}
.ptable th {
  width: 28%;
  background: #fdf6ee;
  font-weight: 700;
  white-space: nowrap;
}
.ptable td small { display: block; margin-top: 4px; font-size: 12px; color: var(--ink-soft); }

.pprice th { width: 46%; white-space: normal; }
.pprice td { font-weight: 700; color: var(--blue); white-space: nowrap; }

/* -----------------------------------------------------------
   5. 工事の流れ（STEP）
   ----------------------------------------------------------- */
.pflow { display: grid; gap: clamp(14px, 1.8vw, 22px); }
.pflow__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(14px, 2vw, 28px);
  align-items: flex-start;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}
/* 下向きの三角でつなぐ */
.pflow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(clamp(14px, 1.8vw, 22px) * -1);
  width: 22px;
  height: clamp(14px, 1.8vw, 22px);
  background: var(--sky);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.pflow__no {
  display: grid;
  place-items: center;
  width: clamp(52px, 5.6vw, 72px);
  height: clamp(52px, 5.6vw, 72px);
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
.pflow__no small { display: block; font-size: 9px; letter-spacing: .1em; }
.pflow__no b { font-size: clamp(19px, 2vw, 26px); }
.pflow__title { font-size: clamp(16px, 1.5vw, 21px); font-weight: 900; }
.pflow__text { margin-top: 8px; font-size: 13.5px; line-height: 1.95; color: var(--ink-soft); }

/* -----------------------------------------------------------
   6. よくある質問
   ----------------------------------------------------------- */
.pfaq { display: grid; gap: 14px; }
.pfaq__item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
  overflow: hidden;
}
.pfaq__q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 52px 18px 20px;
  position: relative;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.pfaq__q::-webkit-details-marker { display: none; }
.pfaq__q::before {
  content: "Q";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
}
/* 右端の開閉マーク */
.pfaq__q::after {
  content: "";
  position: absolute;
  right: 22px;
  width: 13px;
  height: 13px;
  border-right: 2.5px solid var(--blue);
  border-bottom: 2.5px solid var(--blue);
  transform: rotate(45deg) translateY(-3px);
  transition: transform .3s var(--ease);
}
.pfaq__item[open] .pfaq__q::after { transform: rotate(225deg) translateY(-3px); }
.pfaq__a {
  display: flex;
  gap: 12px;
  padding: 0 20px 20px 20px;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--ink-soft);
}
.pfaq__a::before {
  content: "A";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

/* -----------------------------------------------------------
   7. 一覧（施工事例・お客様の声）
   ----------------------------------------------------------- */
.pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
}
.pgrid > * { scroll-margin-top: calc(var(--header-h) + 20px); }

/* 絞り込みタブ（見た目だけ） */
.pfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(20px, 2.6vw, 34px);
  justify-content: center;
}
.pfilter a {
  padding: 9px 18px;
  border: 1.5px solid var(--blue);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  transition: background .25s, color .25s;
}
.pfilter a:hover,
.pfilter a.is-current { background: var(--blue); color: #fff; }

/* -----------------------------------------------------------
   8. 対応エリア
   ----------------------------------------------------------- */
.pareabar {
  padding: 12px clamp(18px, 2vw, 28px);
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 700;
}
.pareabar + .pareacols { margin-top: clamp(16px, 2vw, 26px); }
.pareacols {
  display: flex;
  flex-wrap: wrap;
  gap: 8px clamp(14px, 2vw, 30px);
}
.pareacols li { display: flex; align-items: center; gap: 7px; font-size: clamp(12px, 1.1vw, 15px); }
.pareacols li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

/* -----------------------------------------------------------
   9. お問い合わせフォーム（見た目だけのダミー）
   ----------------------------------------------------------- */
.pform {
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(24px, 3.4vw, 48px);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .1);
}
.pform__row + .pform__row { margin-top: clamp(18px, 2.2vw, 26px); }
.pform__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.pform__req {
  padding: 3px 8px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.pform__req--any { background: #a1918e; }
.pform input[type="text"],
.pform input[type="tel"],
.pform input[type="email"],
.pform select,
.pform textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  background: #fdfbf8;
  font-size: 15px;
  transition: border-color .25s, background .25s;
}
.pform input:focus,
.pform select:focus,
.pform textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
}
.pform textarea { min-height: 170px; resize: vertical; }
.pform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pform__checks { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.pform__checks label { display: flex; align-items: center; gap: 7px; font-size: 14px; }
.pform__agree { margin-top: clamp(20px, 2.6vw, 30px); text-align: center; font-size: 13.5px; }
.pform__agree a { color: var(--blue); text-decoration: underline; }
.pform__submit { margin-top: 18px; text-align: center; }
.pform__submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 300px;
  padding: 19px 30px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: transform .3s var(--ease), filter .3s var(--ease);
}
.pform__submit button:hover { transform: translateY(-3px); filter: brightness(1.08); }
.pform__dummy {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  color: var(--ink-soft);
}

/* -----------------------------------------------------------
   10. サイトマップ・関連ページ
   ----------------------------------------------------------- */
.psitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 44px);
}
.psitemap__group + .psitemap__group { }
.psitemap__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 2px solid var(--blue);
  font-size: 16px;
  font-weight: 900;
}
.psitemap__title .squares { width: 14px; }
.psitemap li + li { margin-top: 12px; }
.psitemap a {
  position: relative;
  display: block;
  padding-left: 16px;
  font-size: 14px;
  transition: color .25s;
}
.psitemap a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 2px;
  background: var(--blue);
}
.psitemap a:hover { color: var(--blue); }

.prelated {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.6vw, 20px);
}
.prelated a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  font-size: 14px;
  font-weight: 700;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.prelated a:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(0, 0, 0, .14); }
.prelated i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
}

/* -----------------------------------------------------------
   11. ページ下部のお問い合わせ
   ----------------------------------------------------------- */
.pcta { padding: clamp(30px, 4vw, 60px) 0 clamp(46px, 6vw, 90px); text-align: center; }
.pcta__title {
  margin-top: clamp(14px, 2vw, 24px);
  margin-bottom: clamp(20px, 2.6vw, 34px);
  font-size: clamp(19px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.6;
}
.pcta__title b { font-family: "Montserrat", sans-serif; font-size: 1.25em; font-weight: 800; }
.pcta__title small { font-size: .68em; }
.pcta .contact__panel { text-align: left; }

/* -----------------------------------------------------------
   12. 現在地（ヘッダー・ドロワー）
   ----------------------------------------------------------- */
.gnav__list a.is-current { color: var(--blue); }
.gnav__list a.is-current::after { transform: scaleX(1); }
.drawer__list a.is-current { color: var(--blue); }

/* -----------------------------------------------------------
   13. レスポンシブ
   ----------------------------------------------------------- */
@media (max-width: 1024px) {
  .pcards,
  .pcards--4 { grid-template-columns: repeat(2, 1fr); }
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .psitemap { grid-template-columns: repeat(2, 1fr); }
  .prelated { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .phero__inner { grid-template-columns: 1fr; }
  .phero__photo { display: none; }

  .chips--2 { grid-template-columns: 1fr; }
  .pcards,
  .pcards--2,
  .pcards--4 { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr; }
  .psitemap { grid-template-columns: 1fr; }
  .prelated { grid-template-columns: 1fr; }

  .pmedia { grid-template-columns: 1fr; }
  .pmedia--rev .pmedia__img { order: 0; }

  .ptable th, .ptable td { display: block; width: auto; }
  .ptable th { border-bottom: 0; white-space: normal; }
  .ptable td { padding-top: 12px; }

  .pflow__item { grid-template-columns: 1fr; gap: 12px; }
  .pflow__no { width: 50px; height: 50px; }

  .pform__grid { grid-template-columns: 1fr; }
  .pform__submit button { min-width: 0; width: 100%; }
}
