@charset "UTF-8";
/*
Theme Name: シンセリティプランニング株式会社
Description: 内装・建築・店舗改修・住宅リフォーム／sinpla2015.com
Version: 1.0.0
*/
/* ============================================================
 * 1. デザイントークン（名刺ロゴ実測）
 * ============================================================ */
/* ============================================================
 * 2. mixin
 * ============================================================ */
/* ============================================================
 * 3. ベース
 * ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #221815;
  background: #ffffff;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/* ============================================================
 * 4. 共通ユーティリティクラス
 *    ※ カスタムフィールドの中に直接書いて使えます
 *      例）その空間に、<br class="br_sp"><span class="c_orange">誠実</span>という仕上げを。
 * ============================================================ */
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_tab {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.c_orange {
  color: #da7d30;
}

.c_orange_l {
  color: #e6aa78;
}

.c_ink {
  color: #221815;
}

.c_soft {
  color: #4a4340;
}

.c_gray {
  color: #656761;
}

.c_white {
  color: #ffffff;
}

.bg_matte {
  background: #f6f5f3;
}

.bg_orange {
  background: #da7d30;
  color: #ffffff;
}

.fw_b {
  font-weight: 500;
}

.fw_n {
  font-weight: 400;
}

.fw_l {
  font-weight: 300;
}

.fz_s {
  font-size: 0.82em;
}

.fz_l {
  font-size: 1.24em;
}

.en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
}

.en-j {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.14em;
}

.f_it {
  font-style: italic;
}

.u_line {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.marker {
  background: linear-gradient(transparent 62%, rgba(230, 170, 120, 0.45) 62%);
}

.nowrap {
  white-space: nowrap;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

/* 読み上げ用（画面には出さない） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* 施工事例のロック中に出す鍵アイコン */
.lock-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.45em;
  vertical-align: -0.13em;
  color: #da7d30;
  flex-shrink: 0;
}

/* ロック中のお知らせ（TOPの施工事例） */
.works-locked {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 34px;
  padding: 13px 18px;
  border: 1px solid #e5e3df;
  background: #f6f5f3;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #4a4340;
}
@media screen and (max-width: 768px) {
  .works-locked {
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 12px 14px;
    font-size: 12px;
    text-align: left;
  }
}
.works-locked .lock-mark {
  margin-left: 0;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .works-locked .lock-mark {
    margin-top: 0.3em;
  }
}
.works-locked a {
  color: #da7d30;
  text-decoration: underline;
  text-underline-offset: 3px;
}

b,
strong {
  font-weight: 500;
}

/* ============================================================
 * 5. 共通レイアウト
 * ============================================================ */
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 44px;
}
@media screen and (max-width: 1240px) {
  .wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    padding: 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 22px;
  }
}

.sec {
  padding: 130px 0;
}
@media screen and (max-width: 1024px) {
  .sec {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 74px 0;
  }
}

#main {
  display: block;
}

.no-post {
  padding: 80px 0;
  text-align: center;
  color: #656761;
  font-size: 14px;
}

/* ============================================================
 * 6. スクロール発火アニメ（.reveal → .in）
 * ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ============================================================
 * 7. 共通パーツ：ゴースト見出し
 * ============================================================ */
.ghost-head {
  position: relative;
  margin-bottom: 60px;
}
.ghost-head .ghost {
  position: absolute;
  top: -30px;
  left: -4px;
  z-index: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(70px, 11vw, 150px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #eeece9;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ghost-head .lbl {
  position: relative;
  z-index: 1;
}
.ghost-head .lbl .en {
  display: block;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 600;
  line-height: 1;
  color: #221815;
}
.ghost-head .lbl .ja {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #656761;
}
.ghost-head .lbl .ja::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #da7d30;
}

/* ============================================================
 * 8. 共通パーツ：ページヘッダー（下層）
 * ============================================================ */
.page-head {
  position: relative;
  overflow: hidden;
  padding: 190px 0 90px;
  background: #f6f5f3;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .page-head {
    padding: 170px 0 76px;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    padding: 140px 0 56px;
  }
}
.page-head {
  /* 背景写真を入れたとき：暗いフィルターを重ねて文字を白に切り替える */
}
.page-head.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, rgba(34, 24, 21, 0.66) 0%, rgba(34, 24, 21, 0.42) 55%, rgba(34, 24, 21, 0.28) 100%);
}
.page-head.has-bg .en-ttl {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(34, 24, 21, 0.45);
}
.page-head.has-bg .ja-ttl {
  color: #ffffff;
}
.page-head .inner {
  position: relative;
  z-index: 1;
}
.page-head {
  /* 写真なしのときは黒で置く */
}
.page-head .en-ttl {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 6vw, 74px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #221815;
}
.page-head .ja-ttl {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #221815;
}
.page-head .ja-ttl::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #da7d30;
}

/* パンくず：ヒーローの下（ページ側）に置く帯 */
.crumb-bar {
  padding: 18px 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .crumb-bar {
    padding: 14px 0;
  }
}
.crumb-bar .crumb {
  margin-top: 0;
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #656761;
}
.crumb a:hover {
  color: #da7d30;
}
.crumb span {
  color: #c0c1c3;
}

/* ============================================================
 * 9. 共通パーツ：CTA
 * ============================================================ */
.biz-cta {
  padding: 96px 0;
  background: #f6f5f3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .biz-cta {
    padding: 68px 0;
  }
}
.biz-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.biz-cta p {
  margin-bottom: 34px;
  font-size: 14px;
  color: #4a4340;
}
.biz-cta .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .biz-cta .btns {
    flex-direction: column;
  }
}
.biz-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 46px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .biz-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
.biz-cta .btn.dark {
  background: #221815;
  color: #ffffff;
}
.biz-cta .btn.dark:hover {
  background: #da7d30;
  gap: 22px;
}
.biz-cta .btn.line {
  border: 1px solid #221815;
  color: #221815;
}
.biz-cta .btn.line:hover {
  background: #221815;
  color: #ffffff;
  gap: 22px;
}

/* ============================================================
 * 10. 共通パーツ：施工事例カード（TOP／一覧で共用）
 * ============================================================ */
.work-card {
  display: block;
}
.work-card.hide {
  display: none;
}
.work-card .thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #c0c1c3;
}
.work-card .thumb .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.work-card .thumb .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #221815;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.work-card:hover .thumb .img {
  transform: scale(1.06);
}
.work-card .txt {
  padding: 18px 2px 0;
}
@media screen and (max-width: 768px) {
  .work-card .txt {
    padding: 14px 0 0;
  }
}
.work-card .txt h3 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .work-card .txt h3 {
    margin-bottom: 9px;
    font-size: 14px;
  }
}
.work-card .txt .cat {
  padding-top: 12px;
  border-top: 1px solid #e5e3df;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #656761;
}
.work-card .txt .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 9px;
}
.work-card .txt .meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.work-card .txt .meta span i {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-size: 10px;
  color: #da7d30;
}

/* ============================================================
 * 11. ページ別パーシャル
 * ============================================================ */
/* ============================================================
 * ヘッダー / SPメニュー
 * ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 48px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 1240px) {
  .header {
    padding: 18px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 16px 34px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 14px 22px;
  }
}
.header.scrolled {
  padding: 13px 48px;
  background: rgba(255, 255, 255, 0.97);
  border-color: #e5e3df;
  box-shadow: 0 1px 24px rgba(34, 24, 21, 0.05);
}
@media screen and (max-width: 1240px) {
  .header.scrolled {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header.scrolled {
    padding: 12px 34px;
  }
}
@media screen and (max-width: 768px) {
  .header.scrolled {
    padding: 12px 22px;
  }
}

body:not(.home) .header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: #e5e3df;
}

/* ------------------------------------------------------------
 * ロゴ
 * ------------------------------------------------------------ */
/* 会社名の文字は入れず、ロゴ画像だけを置く
 * 支給ロゴは横長（500×100）なので、正方形に収めず「高さ基準・幅は自動」で表示する */
.logo {
  display: flex;
  align-items: center;
}
.logo .mark {
  flex-shrink: 0;
  width: auto;
  height: 66px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .logo .mark {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .logo .mark {
    height: 44px;
  }
}
/* 仮マーク（SVG）は正方形なので高さと同じ幅にする */
.logo svg.mark {
  width: 66px;
}
@media screen and (max-width: 1024px) {
  .logo svg.mark {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .logo svg.mark {
    width: 44px;
  }
}

/* ------------------------------------------------------------
 * グローバルナビ
 * ------------------------------------------------------------ */
.gnav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .gnav {
    gap: 26px;
  }
}
.gnav ul {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 1240px) {
  .gnav ul {
    gap: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav ul {
    gap: 18px;
  }
}
@media screen and (max-width: 900px) {
  .gnav ul {
    display: none;
  }
}
.gnav ul a {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.09em;
  white-space: nowrap;
  color: #221815;
}
@media screen and (max-width: 1024px) {
  .gnav ul a {
    font-size: 12.5px;
  }
}
.gnav ul a.en-j {
  font-family: "Jost", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .gnav ul a.en-j {
    font-size: 12px;
  }
}
.gnav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #da7d30;
  transition: width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gnav ul a:hover::after {
  width: 100%;
}
.gnav ul a.current {
  color: #da7d30;
}
.gnav ul a.current::after {
  width: 100%;
}

/* ------------------------------------------------------------
 * ヘッダー電話番号
 * ------------------------------------------------------------ */
.head-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .head-tel {
    display: none;
  }
}
.head-tel .num {
  font-family: "Jost", sans-serif;
  font-size: 19px;
  letter-spacing: 0.03em;
  color: #221815;
}
@media screen and (max-width: 1024px) {
  .head-tel .num {
    font-size: 17px;
  }
}
.head-tel .num i {
  margin-right: 5px;
  font-style: normal;
  font-size: 14px;
  color: #da7d30;
}
.head-tel .time {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #656761;
}

/* ------------------------------------------------------------
 * ハンバーガー（iPad縦〜スマホ）
 * ------------------------------------------------------------ */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0 7px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .burger {
    display: flex;
  }
}
.burger span {
  display: block;
  height: 1.5px;
  background: #221815;
  transition: 0.3s;
}

/* ------------------------------------------------------------
 * SPメニュー
 * ------------------------------------------------------------ */
.sp-menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sp-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.sp-menu a {
  width: 78%;
  max-width: 420px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e3df;
  font-size: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #221815;
}
@media screen and (max-width: 440px) {
  .sp-menu a {
    padding: 12px 0;
    font-size: 17px;
  }
}
.sp-menu a .en {
  display: block;
  margin-bottom: 2px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: #da7d30;
}

/* 閉じるボタン */
.sp-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #e5e3df;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 440px) {
  .sp-close {
    top: 12px;
    right: 12px;
    width: 54px;
    height: 54px;
  }
}
.sp-close .bar {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 22px;
  height: 1.5px;
  background: #221815;
  transition: background 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 440px) {
  .sp-close .bar {
    top: 22px;
  }
}
.sp-close .bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
.sp-close .bar:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}
.sp-close .lbl {
  margin-top: 26px;
  font-family: "Jost", sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #656761;
  transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 440px) {
  .sp-close .lbl {
    margin-top: 22px;
  }
}
.sp-close:hover, .sp-close:focus-visible {
  border-color: #da7d30;
  background: #da7d30;
}
.sp-close:hover .bar, .sp-close:focus-visible .bar {
  background: #ffffff;
}
.sp-close:hover .lbl, .sp-close:focus-visible .lbl {
  color: #ffffff;
}

/* ============================================================
 * TOPページ
 * ============================================================ */
/* ------------------------------------------------------------
 * FV（メインビジュアル）
 * ------------------------------------------------------------ */
.fv {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 620px;
  max-height: 920px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 560px;
  }
}

.fv-slides {
  position: absolute;
  inset: 0;
}

.fv-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 7s linear;
}
.fv-slide.show {
  opacity: 1;
  transform: scale(1);
}
.fv-slide {
  /* 明るい写真でも白文字が読めるように、左からの暗幕＋全体を薄く落とす */
}
.fv-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(34, 24, 21, 0.62) 0%, rgba(34, 24, 21, 0.38) 45%, rgba(34, 24, 21, 0.08) 80%), rgba(34, 24, 21, 0.12);
}

.fv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  /* 中央より少し下に置く */
  transform: translateY(min(7vh, 68px));
}

.fv-copy .lead-en {
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0.09em;
  color: #e6aa78;
  text-shadow: 0 1px 12px rgba(34, 24, 21, 0.5);
  opacity: 0;
  animation: fvup 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
}
.fv-copy h1 {
  margin-bottom: 28px;
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.045em;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(34, 24, 21, 0.45);
}
@media screen and (max-width: 768px) {
  .fv-copy h1 {
    font-size: 33px;
  }
}
.fv-copy h1 .l {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  animation: fvup 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.fv-copy h1 .l:nth-child(1) {
  animation-delay: 0.5s;
}
.fv-copy h1 .l:nth-child(2) {
  animation-delay: 0.68s;
}
.fv-copy h1 b {
  font-weight: 500;
  color: #e6aa78;
}
.fv-copy p {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 12px rgba(34, 24, 21, 0.5);
  opacity: 0;
  animation: fvup 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s forwards;
}

@keyframes fvup {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv-scroll {
  position: absolute;
  bottom: 38px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  color: #ffffff;
}
.fv-scroll span {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}
.fv-scroll i {
  position: relative;
  width: 1px;
  height: 54px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
}
.fv-scroll i::after {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  width: 1px;
  height: 54px;
  background: #ffffff;
  animation: scrolline 2.2s infinite cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes scrolline {
  0% {
    top: -54px;
  }
  60%, 100% {
    top: 54px;
  }
}
/* ------------------------------------------------------------
 * About
 * ------------------------------------------------------------ */
#about {
  background: #f6f5f3;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.about-txt .en {
  display: block;
  margin-bottom: 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  color: #c0c1c3;
}
@media screen and (max-width: 768px) {
  .about-txt .en {
    font-size: 48px;
  }
}
.about-txt h2 {
  margin-bottom: 30px;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.about-txt h2 b {
  font-weight: 500;
  color: #da7d30;
}
.about-txt p {
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.about-txt p + p {
  margin-top: 18px;
}
.about-txt .credo {
  margin-top: 34px;
  padding-left: 20px;
  border-left: 2px solid #da7d30;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #656761;
}

.about-img {
  position: relative;
  height: 540px;
}
@media screen and (max-width: 1024px) {
  .about-img {
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .about-img {
    height: 380px;
  }
}
.about-img .ph {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
}

/* ------------------------------------------------------------
 * Features（強み・罫線縦リスト）
 * ------------------------------------------------------------ */
#features {
  position: relative;
  overflow: hidden;
  padding: 150px 0 130px;
  background: #f6f5f3; /* 上下のセクションと同じ色（ロゴは背景透過のPNGを想定） */
}
@media screen and (max-width: 1024px) {
  #features {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #features {
    padding: 74px 0;
  }
}
#features .wrap {
  position: relative;
  z-index: 1;
}

/* 背景に薄く敷く会社ロゴ */
.feat-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 68%;
  max-width: 940px;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.17;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .feat-bg {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .feat-bg {
    width: 88%;
    opacity: 0.15;
  }
}

.feat-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feat-intro {
    margin-bottom: 8px;
  }
}
.feat-intro .head-l .lead-en {
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #da7d30;
}
.feat-intro .head-l h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.feat-intro .head-l h2 b {
  font-weight: 500;
}
.feat-list {
  display: flex;
  flex-direction: column;
}

.feat-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 20px;
  align-items: baseline;
  padding: 52px 0;
  border-top: 1px solid #e5e3df;
  transition: padding-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 1024px) {
  .feat-row {
    grid-template-columns: 90px 1fr;
    gap: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .feat-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 36px 0;
  }
}
.feat-row:last-child {
  border-bottom: 1px solid #e5e3df;
}
.feat-row:hover {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .feat-row:hover {
    padding-left: 0;
  }
}
.feat-row .no {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #da7d30;
}
@media screen and (max-width: 768px) {
  .feat-row .no {
    font-size: 22px;
  }
}
.feat-row .no small {
  display: block;
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #848688;
}
@media screen and (max-width: 768px) {
  .feat-row .no small {
    display: inline;
    margin-top: 0;
    margin-left: 10px;
  }
}
.feat-row .body {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 14px 48px;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .feat-row .body {
    grid-template-columns: 1fr 1.2fr;
    gap: 12px 32px;
  }
}
@media screen and (max-width: 768px) {
  .feat-row .body {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.feat-row .body h3 {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.feat-row .body p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.03em;
  color: #4a4340;
}

/* ------------------------------------------------------------
 * Menu（2枚カード・非対称）
 * ------------------------------------------------------------ */
#menu {
  background: #f6f5f3;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .menu-grid {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.menu-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #221815;
}
/* 2枚の写真を重ねる枠。高さは2枚のカードで共通 */
.menu-card .ph-wrap {
  position: relative;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .menu-card .ph-wrap {
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .menu-card .ph-wrap {
    height: 340px;
  }
}
.menu-card .ph {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #585450;
  filter: grayscale(0.14);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-card .ph.show {
  opacity: 1;
}
.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(34, 24, 21, 0.74), rgba(34, 24, 21, 0.03) 60%);
  transition: 0.5s;
}
.menu-card:hover .ph {
  transform: scale(1.06);
}
.menu-card:hover::after {
  background: linear-gradient(to top, rgba(218, 125, 48, 0.84), rgba(34, 24, 21, 0.08) 64%);
}
.menu-card:hover .info .more {
  opacity: 1;
  transform: none;
}
.menu-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 44px 42px;
}
@media screen and (max-width: 768px) {
  .menu-card .info {
    padding: 30px 26px;
  }
}
.menu-card .info .num {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
.menu-card .info .ttl-en {
  display: block;
  margin: 6px 0 4px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 38px;
  line-height: 1.1;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .menu-card .info .ttl-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .menu-card .info .ttl-en {
    font-size: 34px;
  }
}
.menu-card .info .ttl-ja {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.menu-card .info .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #ffffff;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.4s;
}

/* ------------------------------------------------------------
 * Works（施工事例・4列グリッド）
 * ------------------------------------------------------------ */
#works {
  background: #f6f5f3;
}
#works .works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #works .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 26px;
  }
}
@media screen and (max-width: 768px) {
  #works .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 440px) {
  #works .works-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #works .work-card .txt h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #works .work-card .txt h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #works .work-card:nth-child(n+5) {
    display: none;
  }
}

.works-btn-wrap {
  text-align: center;
}

.works-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 19px 66px;
  background: #221815;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .works-btn {
    width: 100%;
    justify-content: center;
    padding: 18px;
  }
}
.works-btn:hover {
  background: #da7d30;
  gap: 30px;
}

.works-note {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #656761;
}

/* ------------------------------------------------------------
 * Contact（TOP下部）
 * ------------------------------------------------------------ */
#contact {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
}
#contact .contact-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #2a2320;
  background-image: linear-gradient(120deg, #2a2320, #3d3531);
  filter: grayscale(0.3);
}
#contact .contact-inner {
  position: relative;
  z-index: 2;
  padding: 112px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact-inner {
    padding: 74px 0;
  }
}
#contact .en-big {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.1;
}
#contact .ja-sub {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
#contact .ja-sub::before, #contact .ja-sub::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #da7d30;
}
#contact .lead {
  margin-bottom: 46px;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}

.contact-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-cols {
    flex-direction: column;
  }
}

.contact-card {
  flex: 1;
  min-width: 300px;
  padding: 46px 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .contact-card {
    min-width: 0;
    padding: 34px 24px;
  }
}
.contact-card .cc-en {
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 26px;
  color: #e6aa78;
}
.contact-card .cc-ja {
  margin-bottom: 24px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
}
.contact-card .cc-tel {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 31px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.contact-card .cc-time {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contact-card .cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  padding: 15px 40px;
  background: #da7d30;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ffffff;
  transition: 0.4s;
}
.contact-card .cc-btn:hover {
  gap: 20px;
  background: #ffffff;
  color: #221815;
}

/* ============================================================
 * 事業概要（page-business.php）
 * ============================================================ */
/* ------------------------------------------------------------
 * イントロ
 * ------------------------------------------------------------ */
.biz-intro {
  padding: 110px 0 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .biz-intro {
    padding: 84px 0 30px;
  }
}
/* 下の4業種が1カラムに変わるのと同じ 768px で、英字リード・見出し・本文をまとめて左揃えに */
@media screen and (max-width: 768px) {
  .biz-intro {
    padding: 64px 0 20px;
    text-align: left;
  }
}
.biz-intro .lead-en {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #da7d30;
}
.biz-intro h2 {
  margin-bottom: 26px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.biz-intro h2 b {
  font-weight: 500;
}
.biz-intro p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 2.3;
  color: #4a4340;
}
/* 左揃えのときは中央寄せの箱をやめて、見出しと左端をそろえる */
@media screen and (max-width: 768px) {
  .biz-intro p {
    max-width: none;
    margin: 0;
  }
}

/* ------------------------------------------------------------
 * 4業種（写真＋説明・左右交互）
 * ------------------------------------------------------------ */
.services {
  padding: 70px 0 130px;
}
@media screen and (max-width: 768px) {
  .services {
    padding: 50px 0 84px;
  }
}

.srv {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .srv {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .srv {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 64px;
  }
}
.srv:last-child {
  margin-bottom: 0;
}
.srv:nth-child(even) {
  grid-template-columns: 1fr 1.05fr;
}
@media screen and (max-width: 768px) {
  .srv:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.srv:nth-child(even) .pic {
  order: 2;
}
@media screen and (max-width: 768px) {
  .srv:nth-child(even) .pic {
    order: 0;
  }
}
.srv:nth-child(even) .body {
  padding: 0 70px 0 0;
}
@media screen and (max-width: 1024px) {
  .srv:nth-child(even) .body {
    padding: 0 44px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .srv:nth-child(even) .body {
    padding: 0;
  }
}
.srv .pic {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #c0c1c3;
}
.srv .pic .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
  filter: grayscale(0.25);
  transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.srv:hover .pic .img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.srv .body {
  padding: 0 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .srv .body {
    padding: 0 0 0 44px;
  }
}
@media screen and (max-width: 768px) {
  .srv .body {
    padding: 0;
  }
}
.srv .body .cat-en {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #848688;
}
.srv .body h3 {
  margin-bottom: 22px;
  font-size: clamp(23px, 2.6vw, 31px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.srv .body p {
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.srv .body .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.srv .body .tags span {
  padding: 6px 15px;
  border: 1px solid #e5e3df;
  background: #ffffff;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  color: #656761;
}

/* ============================================================
 * 会社概要（page-company.php）
 * ============================================================ */
/* ------------------------------------------------------------
 * 代表メッセージ
 * ------------------------------------------------------------ */
.message {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .message {
    padding: 84px 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 64px 0;
  }
}

.msg-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .msg-grid {
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .msg-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.msg-l .lead-en {
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #da7d30;
}
.msg-l h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.msg-l h2 b {
  font-weight: 500;
}

.msg-r p {
  font-size: 14.5px;
  line-height: 2.4;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.msg-r p + p {
  margin-top: 20px;
}
.msg-r .sign {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e5e3df;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #656761;
}
.msg-r .sign b {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #221815;
}

/* ------------------------------------------------------------
 * 会社情報テーブル
 * ------------------------------------------------------------ */
.profile {
  padding: 120px 0;
  background: #f6f5f3;
}
@media screen and (max-width: 1024px) {
  .profile {
    padding: 84px 0;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 64px 0;
  }
}

.prof-head {
  margin-bottom: 56px;
}
.prof-head .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1;
  color: #221815;
}
.prof-head .ja {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #656761;
}
.prof-head .ja::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #da7d30;
}

.prof-table {
  border-top: 1px solid #e5e3df;
}

.prof-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 40px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid #e5e3df;
}
@media screen and (max-width: 1024px) {
  .prof-row {
    grid-template-columns: 180px 1fr;
    gap: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .prof-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px 0;
  }
}
.prof-row dt {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #656761;
}
@media screen and (max-width: 768px) {
  .prof-row dt {
    padding-left: 18px;
  }
}
.prof-row dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: #da7d30;
}
.prof-row dd {
  font-size: 14.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #221815;
}
.prof-row dd small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #656761;
}

/* ------------------------------------------------------------
 * アクセス（2拠点）
 * ------------------------------------------------------------ */
.access {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .access {
    padding: 84px 0;
  }
}
@media screen and (max-width: 768px) {
  .access {
    padding: 64px 0;
  }
}

.access-head {
  margin-bottom: 50px;
}
.access-head .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1;
  color: #221815;
}
.access-head .ja {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #656761;
}
.access-head .ja::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #da7d30;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .access-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.access-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.access-card h3 span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  color: #da7d30;
}
.access-card .addr {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #4a4340;
}

.access-map {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid #e5e3df;
  background: #eeece9;
}
.access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-map .ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #848688;
  background: repeating-linear-gradient(45deg, #f0eeeb, #f0eeeb 12px, #eeece9 12px, #eeece9 24px);
}

/* ============================================================
 * 施工事例 一覧（archive-works.php / taxonomy-tax_works.php）
 * ※ モック sincerity-lower-integrated.html の .pg-works に準拠
 * ============================================================ */
.works-sec {
  padding: 80px 0 130px;
}
@media screen and (max-width: 1024px) {
  .works-sec {
    padding: 64px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .works-sec {
    padding: 48px 0 74px;
  }
}

/* ------------------------------------------------------------
 * 業種フィルタ
 * ------------------------------------------------------------ */
.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .filter {
    gap: 8px;
    margin-bottom: 40px;
  }
}
.filter button {
  padding: 10px 24px;
  border: 0.5px solid #e5e3df;
  background: #ffffff;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #4a4340;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .filter button {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.filter button:hover {
  border-color: #848688;
}
.filter button.active {
  background: #221815;
  border-color: #221815;
  color: #ffffff;
}

/* ------------------------------------------------------------
 * カードグリッド（3列）
 *   マークアップはモックどおり .txt で包まない
 * ------------------------------------------------------------ */
.works-sec .works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 1024px) {
  .works-sec .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 26px;
  }
}
@media screen and (max-width: 768px) {
  .works-sec .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 440px) {
  .works-sec .works-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.works-sec .work-card {
  display: block;
  opacity: 1;
  transition: opacity 0.4s, transform 0.4s;
}
.works-sec .work-card.hide {
  display: none;
}
.works-sec .work-card .thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 18px;
  background: #c0c1c3;
}
.works-sec .work-card .thumb .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
  filter: grayscale(0.18);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.works-sec .work-card .thumb .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #221815;
}
.works-sec .work-card:hover .thumb .img {
  transform: scale(1.06);
}
.works-sec .work-card h3 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .works-sec .work-card h3 {
    font-size: 14px;
  }
}
.works-sec .work-card .cat {
  padding-top: 14px;
  border-top: 1px solid #e5e3df;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #656761;
}
.works-sec .work-card .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 12px;
}
.works-sec .work-card .meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border: 0.5px solid #e5e3df;
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.works-sec .work-card .meta span i {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: #da7d30;
}

/* ------------------------------------------------------------
 * ページャ（wp_pagenavi / 標準ページネーション 共用）
 * ------------------------------------------------------------ */
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 48px;
  }
}
.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 6px;
  border: 0.5px solid #e5e3df;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: #4a4340;
  transition: 0.3s;
}
.pager a:hover,
.pager a.current,
.pager span.current {
  background: #221815;
  border-color: #221815;
  color: #ffffff;
}
.pager .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pager .wp-pagenavi .pages {
  border: none;
  color: #656761;
}

/* ------------------------------------------------------------
 * パスワードロック画面（施工事例を保護しているとき）
 * ------------------------------------------------------------ */
.works-lock {
  padding: 100px 0 140px;
}
@media screen and (max-width: 1024px) {
  .works-lock {
    padding: 80px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .works-lock {
    padding: 60px 0 84px;
  }
}
.works-lock .lock-box {
  max-width: 560px;
  margin: 0 auto;
  padding: 56px 44px;
  border: 1px solid #e5e3df;
  background: #f6f5f3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works-lock .lock-box {
    padding: 40px 22px;
  }
}
.works-lock .lock-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 22px;
  color: #da7d30;
}
.works-lock .lock-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: #4a4340;
}
.works-lock .lock-error {
  margin-top: 20px;
  padding: 11px 14px;
  border: 1px solid #dcc0bb;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #b04a3c;
}
.works-lock .lock-form {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .works-lock .lock-form {
    flex-direction: column;
  }
}
.works-lock .lock-form input[type=password] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #e5e3df;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #221815;
}
.works-lock .lock-form input[type=password]:focus {
  outline: none;
  border-color: #da7d30;
}
.works-lock .lock-form button {
  flex: 0 0 auto;
  padding: 14px 32px;
  border: none;
  background: #221815;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.works-lock .lock-form button:hover {
  background: #da7d30;
}
.works-lock .lock-note {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.9;
  color: #656761;
}
.works-lock .lock-note a {
  color: #da7d30;
  text-decoration: underline;
}

/* ============================================================
 * 施工事例 詳細（single-works.php）
 * ============================================================ */
/* ------------------------------------------------------------
 * 関連実績用の広めのラッパー
 * ------------------------------------------------------------ */
.wrap-wide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 44px;
}
@media screen and (max-width: 1240px) {
  .wrap-wide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-wide {
    padding: 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-wide {
    padding: 0 22px;
  }
}

/* ------------------------------------------------------------
 * ページヘッダー（物件名＋業種タグ）
 * ------------------------------------------------------------ */
.works-head .cat-tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 16px;
  background: #da7d30;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.works-head h1 {
  font-size: clamp(24px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #221815;
}
.works-head .sub {
  margin-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4a4340;
}
.works-head {
  /* 背景写真を入れたときは文字を白に */
}
.works-head.has-bg h1 {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(34, 24, 21, 0.45);
}
.works-head.has-bg .sub {
  color: rgba(255, 255, 255, 0.85);
}

/* ------------------------------------------------------------
 * 工事概要（罫線テーブル）
 * ------------------------------------------------------------ */
.spec {
  padding: 90px 0 20px;
}
@media screen and (max-width: 768px) {
  .spec {
    padding: 60px 0 12px;
  }
}

.spec-head {
  margin-bottom: 36px;
}
.spec-head .en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #da7d30;
}
.spec-head .ja {
  margin-left: 12px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #656761;
}

.spec-table {
  border-top: 1px solid #e5e3df;
}

.spec-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 40px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #e5e3df;
}
@media screen and (max-width: 768px) {
  .spec-row {
    grid-template-columns: 110px 1fr;
    gap: 0 20px;
    padding: 16px 0;
  }
}
.spec-row dt {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #656761;
}
.spec-row dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: #da7d30;
}
.spec-row dd {
  font-size: 14.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #221815;
}

/* ------------------------------------------------------------
 * 説明文
 * ------------------------------------------------------------ */
.desc {
  padding: 90px 0 70px;
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 60px 0 48px;
  }
}
.desc p {
  font-size: 14.5px;
  line-height: 2.4;
  letter-spacing: 0.03em;
  color: #4a4340;
}

/* ------------------------------------------------------------
 * 現場写真ギャラリー（本文エディタのギャラリー）
 * ------------------------------------------------------------ */
.works-photos {
  padding: 60px 0 100px;
  background: #f6f5f3;
}
@media screen and (max-width: 768px) {
  .works-photos {
    padding: 44px 0 68px;
  }
}

.photos-head {
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .photos-head {
    margin-bottom: 26px;
  }
}
.photos-head .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #da7d30;
}
.photos-head .ja {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #656761;
}

/* ギャラリーと、1枚ずつ挿入した画像をまとめた .wg-grid の共通レイアウト
   PC4列 → タブレット3列 → スマホ2列 で折り返す */
.works-gallery .gallery,
.works-gallery .wg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .works-gallery .gallery,
  .works-gallery .wg-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 14px;
  }
}
@media screen and (max-width: 768px) {
  .works-gallery .gallery,
  .works-gallery .wg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
  }
}
.works-gallery .gallery:last-child,
.works-gallery .wg-grid:last-child {
  margin-bottom: 0;
}
/* 1枚ずつ挿入した画像（グリッド内・単独どちらも同じ見た目に） */
.works-gallery .wg-grid > a,
.works-gallery .wg-grid > img,
.works-gallery > a > img,
.works-gallery > img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #c0c1c3;
}
.works-gallery .wg-grid > a {
  cursor: zoom-in;
}
.works-gallery .wg-grid img,
.works-gallery > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.works-gallery .wg-grid > a:hover img {
  transform: scale(1.05);
}
.works-gallery .gallery-item {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  text-align: left;
}
.works-gallery .gallery-icon {
  margin: 0;
  overflow: hidden;
  background: #c0c1c3;
}
.works-gallery .gallery-icon a {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  cursor: zoom-in;
}
.works-gallery .gallery-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
  transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.works-gallery .gallery-icon a:hover img {
  transform: scale(1.05);
}
.works-gallery .gallery-caption {
  margin: 10px 2px 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #656761;
}
.works-gallery p {
  margin-bottom: 1.4em;
  font-size: 14.5px;
  line-height: 2.2;
  color: #4a4340;
}
.works-gallery p:last-child {
  margin-bottom: 0;
}
/* 中央寄せ・回り込みの指定が入っていても崩さない */
.works-gallery .alignleft,
.works-gallery .alignright,
.works-gallery .aligncenter,
.works-gallery .alignnone {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------------------------------------
 * 写真の拡大表示（ライトボックス）
 * ------------------------------------------------------------ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;
  background: rgba(34, 24, 21, 0.93);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .lightbox {
    padding: 76px 16px 40px;
  }
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox.open .lb-inner {
  transform: none;
  opacity: 1;
}

.lb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s, transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s;
}
.lb-inner img {
  max-width: 100%;
  max-height: 74vh;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-out;
}
@media screen and (max-width: 768px) {
  .lb-inner img {
    max-height: 66vh;
  }
}

.lb-lbl {
  padding: 5px 14px;
  background: rgba(34, 24, 21, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.lb-lbl.is-after {
  background: #da7d30;
  border-color: #da7d30;
}

.lb-cap {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .lb-cap {
    font-size: 12px;
  }
}

.lb-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 768px) {
  .lb-close {
    top: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
}
.lb-close .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: #ffffff;
}
.lb-close .bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lb-close .bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lb-close:hover, .lb-close:focus-visible {
  border-color: #da7d30;
  background: #da7d30;
}

/* ------------------------------------------------------------
 * 一覧に戻る
 * ------------------------------------------------------------ */
.back {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .back {
    padding: 44px 0;
  }
}
.back a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 56px;
  border: 1px solid #221815;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #221815;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .back a {
    width: 100%;
    justify-content: center;
    padding: 18px;
  }
}
.back a:hover {
  background: #221815;
  color: #ffffff;
  gap: 24px;
}

/* ------------------------------------------------------------
 * 同カテゴリの実績
 * ------------------------------------------------------------ */
.related {
  padding: 100px 0;
  background: #f6f5f3;
}
@media screen and (max-width: 768px) {
  .related {
    padding: 70px 0;
  }
}

.rel-head {
  margin-bottom: 44px;
  text-align: center;
}
.rel-head .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  line-height: 1;
  color: #221815;
}
.rel-head .ja {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #656761;
}

.rel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .rel-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .rel-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
}

.rel-card .thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 14px;
  background: #c0c1c3;
}
.rel-card .thumb .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #c0c1c3;
  filter: grayscale(0.18);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.rel-card .thumb .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #221815;
}
.rel-card:hover .thumb .img {
  transform: scale(1.06);
}
.rel-card h4 {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.rel-card .m {
  margin-top: 6px;
  font-size: 11.5px;
  color: #656761;
}

/* ============================================================
 * お問い合わせ（page-contact.php）
 * ============================================================ */
/* ------------------------------------------------------------
 * イントロ＋電話ボックス
 * ------------------------------------------------------------ */
.ct-top {
  padding: 110px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ct-top {
    padding: 84px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ct-top {
    padding: 64px 0 0;
  }
}
.ct-top .lead-en {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #da7d30;
}
.ct-top h2 {
  margin-bottom: 24px;
  font-size: clamp(23px, 2.8vw, 34px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.ct-top h2 b {
  font-weight: 500;
}
.ct-top p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 2.3;
  color: #4a4340;
}

.ct-tel-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 620px;
  margin: 44px auto 0;
  padding: 36px 40px;
  border: 1px solid #e5e3df;
  background: #f6f5f3;
}
@media screen and (max-width: 768px) {
  .ct-tel-box {
    gap: 16px;
    padding: 28px 24px;
  }
}
.ct-tel-box .lbl {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #656761;
}
.ct-tel-box .num {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 34px;
  letter-spacing: 0.03em;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .ct-tel-box .num {
    font-size: 28px;
  }
}
.ct-tel-box .num i {
  font-style: normal;
  font-size: 24px;
  color: #da7d30;
}
.ct-tel-box .time {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #656761;
}

/* ------------------------------------------------------------
 * フォーム（Contact Form 7 対応）
 * ------------------------------------------------------------ */
.ct-form-sec {
  padding: 80px 0 130px;
}
@media screen and (max-width: 768px) {
  .ct-form-sec {
    padding: 56px 0 84px;
  }
}

.ct-form {
  max-width: 820px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 40px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid #e5e3df;
}
@media screen and (max-width: 1024px) {
  .form-row {
    grid-template-columns: 180px 1fr;
    gap: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }
}
.form-row:first-child {
  border-top: 1px solid #e5e3df;
}
.form-row .lb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #221815;
}
.form-row .lb .req {
  padding: 2px 8px;
  background: #da7d30;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.form-row .lb .opt {
  padding: 2px 8px;
  border: 1px solid #e5e3df;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #656761;
}
.form-row .fi input,
.form-row .fi textarea,
.form-row .fi select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e3df;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #221815;
  transition: border-color 0.3s;
}
.form-row .fi input:focus,
.form-row .fi textarea:focus,
.form-row .fi select:focus {
  outline: none;
  border-color: #da7d30;
}
.form-row .fi textarea {
  min-height: 150px;
  line-height: 1.9;
  resize: vertical;
}
.form-row .fi .note {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #656761;
}

.ct-privacy {
  margin: 40px 0 0;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: #4a4340;
}
.ct-privacy a {
  color: #da7d30;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ct-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
  color: #4a4340;
}
.ct-check input {
  width: 16px;
  height: 16px;
  accent-color: #da7d30;
}

.ct-submit {
  margin-top: 40px;
  text-align: center;
}
.ct-submit button,
.ct-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 19px 76px;
  border: none;
  background: #221815;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .ct-submit button,
  .ct-submit input[type=submit] {
    width: 100%;
    justify-content: center;
    padding: 18px;
  }
}
.ct-submit button:hover,
.ct-submit input[type=submit]:hover {
  background: #da7d30;
  gap: 26px;
}

/* ------------------------------------------------------------
 * 必須／任意バッジ
 *   .req / .opt … テーマ標準
 *   .red / .blue … Contact Form 7 に貼り付けた記述用
 * ------------------------------------------------------------ */
.ct-form .req,
.ct-form .red {
  flex-shrink: 0;
  padding: 2px 8px;
  background: #da7d30;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.ct-form .opt,
.ct-form .blue {
  flex-shrink: 0;
  padding: 2px 8px;
  border: 1px solid #e5e3df;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #656761;
}

/* ------------------------------------------------------------
 * 3ステップインジケーター（入力 → 確認 → 完了）
 * ------------------------------------------------------------ */
.ct-steps {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 820px;
  margin: 0 auto 56px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ct-steps {
    margin-bottom: 40px;
  }
}
.ct-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 0 6px;
  color: #c0c1c3;
}
.ct-steps li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -50%;
  width: 100%;
  height: 1px;
  background: #e5e3df;
}
.ct-steps li:first-child::before {
  display: none;
}
.ct-steps li .no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e3df;
  border-radius: 50%;
  background: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #848688;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ct-steps li .t {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #656761;
}
@media screen and (max-width: 768px) {
  .ct-steps li .t {
    font-size: 11px;
  }
}
.ct-steps li.done .no {
  border-color: #e6aa78;
  background: #e6aa78;
  color: #ffffff;
}
.ct-steps li.current .no {
  border-color: #221815;
  background: #221815;
  color: #ffffff;
}
.ct-steps li.current .t {
  color: #221815;
  font-weight: 500;
}

/* ------------------------------------------------------------
 * Contact Form 7 の調整
 * ------------------------------------------------------------ */
.ct-form .wpcf7-form-control-wrap {
  display: block;
}
.ct-form {
  /* 入力欄の見た目
     .form-row の中でも <label> 直下でも同じになるよう、フォーム全体に効かせる */
}
.ct-form input[type=text],
.ct-form input[type=email],
.ct-form input[type=tel],
.ct-form input[type=url],
.ct-form input[type=number],
.ct-form input[type=date],
.ct-form input[type=search],
.ct-form textarea,
.ct-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e3df;
  border-radius: 0;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #221815;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ct-form input[type=text]::-moz-placeholder, .ct-form input[type=email]::-moz-placeholder, .ct-form input[type=tel]::-moz-placeholder, .ct-form input[type=url]::-moz-placeholder, .ct-form input[type=number]::-moz-placeholder, .ct-form input[type=date]::-moz-placeholder, .ct-form input[type=search]::-moz-placeholder, .ct-form textarea::-moz-placeholder, .ct-form select::-moz-placeholder {
  color: #c0c1c3;
}
.ct-form input[type=text]::placeholder,
.ct-form input[type=email]::placeholder,
.ct-form input[type=tel]::placeholder,
.ct-form input[type=url]::placeholder,
.ct-form input[type=number]::placeholder,
.ct-form input[type=date]::placeholder,
.ct-form input[type=search]::placeholder,
.ct-form textarea::placeholder,
.ct-form select::placeholder {
  color: #c0c1c3;
}
.ct-form input[type=text]:focus,
.ct-form input[type=email]:focus,
.ct-form input[type=tel]:focus,
.ct-form input[type=url]:focus,
.ct-form input[type=number]:focus,
.ct-form input[type=date]:focus,
.ct-form input[type=search]:focus,
.ct-form textarea:focus,
.ct-form select:focus {
  outline: none;
  border-color: #da7d30;
}
.ct-form textarea {
  min-height: 150px;
  line-height: 1.9;
  resize: vertical;
}
.ct-form select {
  background-image: linear-gradient(45deg, transparent 50%, #656761 50%), linear-gradient(135deg, #656761 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
  cursor: pointer;
}
.ct-form form > p {
  margin: 0;
}
.ct-form {
  /* ラベル方式（<label>氏名<span class="red">必須</span> [text* ...]</label>）
     で貼った場合の受け皿。
     ラベル内の要素数が変わっても崩れないよう、段組みにせず縦積みにする */
}
.ct-form form label {
  display: block;
  padding: 26px 0;
  border-bottom: 1px solid #e5e3df;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .ct-form form label {
    padding: 20px 0;
  }
}
.ct-form form label > br {
  display: none;
}
.ct-form form label .wpcf7-form-control-wrap {
  margin-top: 12px;
}
.ct-form form label .red,
.ct-form form label .blue,
.ct-form form label .req,
.ct-form form label .opt {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
}
.ct-form form label.policy {
  padding: 30px 0 0;
  border-bottom: none;
  font-weight: 400;
  text-align: center;
}
.ct-form form label.policy .wpcf7-form-control-wrap {
  margin-top: 0;
}
.ct-form .wpcf7-list-item label {
  padding: 0;
  border: none;
  font-weight: 400;
}
.ct-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #c0392b;
}
.ct-form .wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #e5e3df !important;
  font-size: 13px;
  text-align: center;
}
.ct-form .wpcf7-list-item {
  margin: 0;
}
.ct-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.ct-form .wpcf7-acceptance .wpcf7-list-item-label,
.ct-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.ct-form .wpcf7-acceptance label,
.ct-form .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.ct-form .wpcf7-acceptance input[type=checkbox],
.ct-form .wpcf7-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #da7d30;
}
.ct-form input[type=submit],
.ct-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 300px;
  margin: 40px auto 0;
  padding: 19px 60px;
  border: none;
  background: #221815;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .ct-form input[type=submit],
  .ct-form .wpcf7-submit {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 18px;
  }
}
.ct-form input[type=submit]:hover,
.ct-form .wpcf7-submit:hover {
  background: #da7d30;
}
.ct-form p:has(> input[type=submit]),
.ct-form p:has(> .wpcf7-previous) {
  text-align: center;
}
.ct-form .wpcf7-previous,
.ct-form input[type=button].wpcf7-previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  margin: 40px 14px 0 0;
  padding: 19px 44px;
  border: 1px solid #221815;
  background: transparent;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #221815;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .ct-form .wpcf7-previous,
  .ct-form input[type=button].wpcf7-previous {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 20px 0 0;
    padding: 17px;
  }
}
.ct-form .wpcf7-previous:hover,
.ct-form input[type=button].wpcf7-previous:hover {
  background: #221815;
  color: #ffffff;
}

/* ------------------------------------------------------------
 * 確認画面
 * ------------------------------------------------------------ */
.ct-top.is-confirm {
  padding-bottom: 0;
}

.ct-form.is-confirm .fi,
.ct-form.is-confirm .wpcf7-form-control-wrap {
  font-size: 14.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #221815;
  white-space: pre-line;
}
.ct-form.is-confirm .form-row {
  padding: 24px 0;
}
.ct-form.is-confirm .lb {
  color: #656761;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.ct-form.is-confirm .req,
.ct-form.is-confirm .red,
.ct-form.is-confirm .opt,
.ct-form.is-confirm .blue {
  display: none;
}

/* ボタンを横並びにするラッパー（確認画面の「戻る」「送信する」） */
.ct-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .ct-btns {
    flex-direction: column;
    gap: 12px;
  }
}
.ct-btns input[type=submit],
.ct-btns .wpcf7-submit,
.ct-btns .wpcf7-previous,
.ct-btns input[type=button].wpcf7-previous {
  margin: 0;
}

/* .ct-submit で包んだときは二重の余白をなくす */
.ct-submit input[type=submit],
.ct-submit .wpcf7-submit {
  margin-top: 0;
}

.ct-note {
  padding: 40px 0;
  font-size: 13.5px;
  line-height: 2.1;
  text-align: center;
  color: #656761;
}

/* ------------------------------------------------------------
 * 完了画面
 * ------------------------------------------------------------ */
.ct-done {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ct-done .mark {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 34px;
  border: 1px solid #da7d30;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .ct-done .mark {
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
  }
}
.ct-done .mark::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 13px;
  height: 26px;
  border-right: 1.5px solid #da7d30;
  border-bottom: 1.5px solid #da7d30;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ct-done h2 {
  margin-bottom: 22px;
  font-size: clamp(21px, 2.6vw, 30px);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.ct-done h2 b {
  font-weight: 500;
}
.ct-done .txt {
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}

.ct-done-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  margin: 44px 0 0;
  padding: 30px 32px;
  border: 1px solid #e5e3df;
  background: #f6f5f3;
}
@media screen and (max-width: 768px) {
  .ct-done-tel {
    gap: 8px;
    padding: 24px 20px;
  }
}
.ct-done-tel .lbl {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #656761;
}
.ct-done-tel .num {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .ct-done-tel .num {
    font-size: 26px;
  }
}
.ct-done-tel .num i {
  font-style: normal;
  font-size: 21px;
  color: #da7d30;
}
.ct-done-tel .time {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #656761;
}

.ct-done-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .ct-done-btns {
    flex-direction: column;
    gap: 12px;
  }
}
.ct-done-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 44px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .ct-done-btns .btn {
    width: 100%;
    justify-content: center;
  }
}
.ct-done-btns .btn.dark {
  background: #221815;
  color: #ffffff;
}
.ct-done-btns .btn.dark:hover {
  background: #da7d30;
  gap: 22px;
}
.ct-done-btns .btn.line {
  border: 1px solid #221815;
  color: #221815;
}
.ct-done-btns .btn.line:hover {
  background: #221815;
  color: #ffffff;
  gap: 22px;
}

/* ============================================================
 * プライバシーポリシー（page-privacy.php）
 * ============================================================ */
.privacy-sec {
  padding: 100px 0 130px;
}
@media screen and (max-width: 1024px) {
  .privacy-sec {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-sec {
    padding: 56px 0 74px;
  }
}
.privacy-sec .wrap {
  max-width: 900px;
}

.pp-lead {
  margin-bottom: 56px;
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}
@media screen and (max-width: 768px) {
  .pp-lead {
    margin-bottom: 36px;
  }
}

.pp-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .pp-list {
    gap: 32px;
  }
}

.pp-block {
  padding-bottom: 44px;
  border-bottom: 1px solid #e5e3df;
}
@media screen and (max-width: 768px) {
  .pp-block {
    padding-bottom: 32px;
  }
}
.pp-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pp-block h2 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 22px;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .pp-block h2 {
    padding-left: 18px;
  }
}
.pp-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 12px;
  height: 1px;
  background: #da7d30;
}
.pp-block p {
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}
.pp-block a {
  color: #da7d30;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pp-block ul,
.pp-block ol {
  margin: 14px 0 0 1.2em;
}
.pp-block ul li,
.pp-block ol li {
  list-style: disc;
  font-size: 14.5px;
  line-height: 2.1;
  color: #4a4340;
}

/* 本文をエディタでまとめて入力した場合 */
.pp-free {
  display: block;
}
.pp-free h2,
.pp-free h3 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 22px;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #221815;
}
@media screen and (max-width: 768px) {
  .pp-free h2,
  .pp-free h3 {
    padding-left: 18px;
  }
}
.pp-free h2::before,
.pp-free h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 12px;
  height: 1px;
  background: #da7d30;
}
.pp-free h2 + p,
.pp-free h3 + p {
  margin-top: 0;
}
.pp-free p {
  margin-bottom: 44px;
  font-size: 14.5px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  color: #4a4340;
}
@media screen and (max-width: 768px) {
  .pp-free p {
    margin-bottom: 32px;
  }
}
.pp-free a {
  color: #da7d30;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pp-free ul,
.pp-free ol {
  margin: 0 0 44px 1.2em;
}
.pp-free ul li,
.pp-free ol li {
  list-style: disc;
  font-size: 14.5px;
  line-height: 2.1;
  color: #4a4340;
}

.pp-date {
  margin-top: 56px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: right;
  color: #656761;
}
@media screen and (max-width: 768px) {
  .pp-date {
    margin-top: 36px;
    text-align: left;
  }
}

/* ============================================================
 * フッター
 * ============================================================ */
/* ============================================================
 * ページトップへ戻る（ヒーローを過ぎたら表示）
 * ============================================================ */
.to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 62px;
  height: 62px;
  background: #221815;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .to-top {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    gap: 5px;
  }
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.to-top:hover {
  background: #da7d30;
}
.to-top:hover .arw {
  transform: translateY(-3px) rotate(-45deg);
}
.to-top .arw {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.to-top .lbl {
  font-family: "Jost", sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .to-top .lbl {
    font-size: 9px;
  }
}

body.menu-open .to-top {
  opacity: 0;
  visibility: hidden;
}

/* ============================================================
 * フッター
 * ============================================================ */
footer {
  padding: 76px 0 28px;
  border-top: 1px solid #e5e3df;
  background: #f6f5f3;
  color: #4a4340;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 56px 0 24px;
  }
}

.foot-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
  padding-bottom: 46px;
  border-bottom: 1px solid #e5e3df;
}
@media screen and (max-width: 768px) {
  .foot-top {
    flex-direction: column;
    gap: 38px;
  }
}

.foot-brand {
  max-width: 360px;
}
.foot-brand .logo .mark {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .foot-brand .logo .mark {
    height: 62px;
  }
}
.foot-brand .logo svg.mark {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .foot-brand .logo svg.mark {
    width: 62px;
  }
}
.foot-brand .addr {
  margin-top: 24px;
  font-size: 12.5px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #656761;
}

.foot-nav {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .foot-nav {
    gap: 48px;
  }
}
.foot-nav .col h4 {
  margin-bottom: 18px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #848688;
}
.foot-nav .col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-nav .col ul a {
  font-size: 13px;
  color: #4a4340;
  transition: 0.3s;
}
.foot-nav .col ul a:hover {
  padding-left: 4px;
  color: #da7d30;
}

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-top: 26px;
}
.foot-bottom .cr {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #656761;
}
.foot-bottom .lic {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #656761;
}/*# sourceMappingURL=style.css.map */
