@charset "UTF-8";
/*
Theme Name: fuji-ind-design
Description: 富士産業株式会社 特設サイト用テーマ
*/

/* ==========================================================================
   1. Reset & Base
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #79887c;
  color: #fff;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-size: 1.6rem;
  background-color: #fcfcfb;
  color: #2a2d2b;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f3f5f4;
}

::-webkit-scrollbar-thumb {
  background: #79887c;
  border-radius: 4px;
}

/* ==========================================================================
   2. Utilities
   ========================================================================== */
.text-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.u-hidden-sp {
  display: block;
}

.u-delay-100 {
  transition-delay: 0.1s !important;
}

.u-delay-200 {
  transition-delay: 0.2s !important;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

/* ==========================================================================
   3. Layout
   ========================================================================== */
.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4.8rem;
  position: relative;
  z-index: 10;
}

.l-container--md {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4.8rem;
  position: relative;
  z-index: 10;
}

.l-container--lg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4.8rem;
  position: relative;
  z-index: 10;
}

.l-section {
  padding: 9.6rem 0;
  position: relative;
  z-index: 10;
}

.l-section--gray {
  background-color: #f3f5f4;
}

.l-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}

.l-bg-grid__line {
  width: 1px;
  height: 100%;
  background-color: #e5e7eb;
}

.l-page-top {
  background-color: #f3f5f4;
  position: relative;
  padding-bottom: 2rem;
}

.l-page-top::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: rgba(121, 136, 124, 0.2);
  z-index: 10;
}

.l-page-top::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #79887c;
  z-index: 11;
  transform-origin: top;
  animation: scrollLine 2.5s ease-in-out infinite;
}

/* ==========================================================================
   4. Components (共通パーツ)
   ========================================================================== */
.c-subtitle {
  color: #6a786d;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.6rem;
}

.c-title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  color: #2a2d2b;
  line-height: 1.4;
  font-weight: 500;
}

.c-text {
  font-size: 1.6rem;
  line-height: 2;
  color: #5c635e;
  font-weight: 400;
}

.c-line {
  width: 40px;
  height: 1px;
  background-color: #79887c;
  margin-bottom: 3.2rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  background-color: #79887c;
  color: #fff;
  padding: 1.6rem 3.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: fit-content;
}

.l-header__nav .c-btn {
  min-width: 230px;
  padding: 1.6rem 0.8rem;
}

.c-btn svg {
  font-size: 2rem;
  margin-right: 0.8rem;
}

.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 1.8rem 4rem;
  background-color: #79887c;
  color: #fff;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-radius: 4px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
  border: none;
}

.c-btn-outline-light {
  background-color: transparent;
  border: 1px solid #6b7280;
  color: #fff;
  padding: 2rem 4rem;
  border-radius: 2px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  transition: all 0.3s ease;
}

.c-btn-outline-light svg {
  font-size: 2rem;
}

.c-btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #6a786d;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c-btn-arrow::after {
  content: "→";
  margin-left: 1.2rem;
  transition: transform 0.3s ease;
}

.c-btn-circle-arrow {
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.52rem;
  color: #6a786d;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.c-btn-circle-arrow svg {
  font-size: 3.6rem !important;
  margin-left: 1.2rem;
  border-radius: 50%;
  background-color: #79887c !important;
  color: #fff !important;
  padding: 0.8rem !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.5 !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box !important;
}

.c-btn-circle-arrow svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.5 !important;
}

.c-btn-text {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #2a2d2b;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 0.8rem;
}

.c-btn-text::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #79887c;
  border: 1px solid #79887c;
  margin-left: 2rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-floating-btn {
  position: fixed;
  bottom: calc(3.2rem + env(safe-area-inset-bottom, 0rem));
  right: calc(3.2rem + env(safe-area-inset-right, 0rem));
  z-index: 100;
  background-color: #79887c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.2rem;
  border-radius: 2px;
  box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
  border: 1px solid #79887c;
  transition: all 0.7s ease-out;
  opacity: 0;
  transform: translateY(4.8rem);
  pointer-events: none;
}

.c-floating-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* メニュー展開中は追従ボタンを隠す */
body.is-menu-open .c-floating-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-floating-btn span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 1.2rem;
}

.c-floating-btn svg {
  font-size: 2rem;
  margin-right: 0;
}

h2.c-sec-title {
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 5.2rem !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  line-height: 1.4 !important;
}

h2.c-sec-title .c-sec-title__en {
  display: block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4rem !important;
  color: #79887c !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 1.2rem !important;
  border: none !important;
  font-weight: 500 !important;
}

h2.c-sec-title .c-sec-title__ja {
  display: block !important;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif !important;
  font-size: 3rem !important;
  color: #2a2d2b !important;
  letter-spacing: 0.05em !important;
  border: none !important;
  font-weight: 500 !important;
}

.c-breadcrumb {
  padding: 2.4rem 4rem 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
}

.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 1.2rem;
  color: #5c635e;
}

.c-breadcrumb li {
  display: flex;
  align-items: center;
}

.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 1.2rem;
  font-family: "Montserrat", sans-serif;
  opacity: 0.5;
}

.c-page-header {
  padding: 4rem 0 8rem;
  text-align: center;
}

.c-page-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.c-page-header__en {
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #79887c;
}

.c-page-header__ja {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #5c635e;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.c-page-header__ja::before,
.c-page-header__ja::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #e5e7eb;
}

/* --- Contact Area --- */
.c-contact-area {
  background-color: #f3f5f4;
  padding: 9rem 2rem;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.c-contact-area__catch {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #2a2d2b;
  margin-bottom: 2.2rem;
  line-height: 1.5;
}

.c-contact-area__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #5c635e;
  margin-bottom: 4.8rem;
}

.c-contact-area__cards {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.c-contact-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 4.8rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.c-contact-area__microcopy {
  font-size: 1.6rem;
  color: #5c635e;
  font-weight: 500;
  margin-bottom: 2.4rem;
  display: block;
}

.c-contact-card__btn {
  width: 100%;
  max-width: 360px;
}

.c-contact-card__btn svg {
  margin-right: 0.8rem;
  font-size: 2rem;
}

.c-contact-area__tel-label {
  font-size: 1.6rem;
  color: #5c635e;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: block;
}

.c-contact-area__tel-num {
  font-size: 3.6rem;
  color: #2a2d2b !important;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  transition: color 0.3s ease;
}

.c-contact-area__tel-num svg {
  color: #79887c;
  font-size: 3.2rem;
}

.c-contact-area__tel-note {
  font-size: 1.4rem;
  color: #79887c;
}

/* ==========================================================================
   テキストリンク（外部リンクアイコン付き・ホバーで下線が消える）
   ========================================================================== */
/* リンク全体のレイアウト（横並び） */
.c-link-external {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem; /* テキストとアイコンの隙間 */
  color: inherit;
  transition: color 0.3s ease;
}

/* テキスト部分のみに下線を引く */
.c-link-external span {
  text-decoration: none;
}

/* アイコンの微調整 */
.c-icon-external {
  flex-shrink: 0;
  margin-bottom: 0.2rem; /* 視覚的な縦位置のズレを補正 */
}

/* ==========================================================================
   5. Blocks
   ========================================================================== */
/* Header */
.l-header {
  position: fixed;
  top: env(safe-area-inset-top, 0rem);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3.6rem 2rem 4.8rem;
  background-color: rgba(252, 252, 251, 0.9);
  backdrop-filter: blur(1.6rem);
  -webkit-backdrop-filter: blur(1.6rem);
  z-index: 40;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  height: 9.4rem;
}

.l-header__logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-header__logo {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #2a2d2b;
}

.l-header__sub {
  font-size: 1.34rem;
  color: #2a2d2b;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.l-header__nav-inner {
  display: contents;
}

.l-header__link {
  position: relative;
  color: #2a2d2b;
  padding-bottom: 0.4rem; /* テキストと下線の隙間 */
  transition: color 0.3s ease;
}

/* ▼ リッチな下線アニメーションの本体 ▼ */
.l-header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #79887c; /* 下線の色 */
  transform: scaleX(0); /* 初期状態は幅0（見えない） */
  transform-origin: right; /* 消える時は右に向かって縮む */
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); /* 滑らかな動き */
}

/* ▼ ホバー時 ＆ カレントページ表示時のスタイル ▼ */
.l-header__link.is-current {
  color: #6a786d;
}

.l-header__link.is-current::after {
  transform: scaleX(1); /* 下線を100%の幅に */
  transform-origin: left; /* 表示は左から右へ */
}

.c-hamburger {
  display: none;
}

.l-header__overlay {
  display: none;
}

/* Footer */
.l-footer {
  background-color: #fcfcfb;
  padding-top: 8rem;
  padding-bottom: calc(11.2rem + env(safe-area-inset-bottom, 0rem));
  border-top: 1px solid #e5e7eb;
}

.l-footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6.4rem;
  gap: 4.8rem;
}

.l-footer__logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.l-footer__logo {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  color: #2a2d2b;
}

.l-footer__sub {
  font-size: 1.76rem;
  color: #2a2d2b;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer__address {
  font-size: 1.4rem;
  line-height: 2;
  color: #2a2d2b;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.l-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 8rem;
  font-size: 1.44rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.l-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 2.24rem;
}

.l-footer__link {
  position: relative;
  color: #5c635e;
  padding-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.l-footer__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5c635e;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* フッターナビ内の外部リンク（アイコン付き） */
.l-footer__link--external {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* SNS欄用の縦位置補正はここでは不要なので打ち消す */
.l-footer__link--external .c-icon-external {
  margin-bottom: 0;
}

.l-footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 4rem;
}

.l-footer__sns {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 0;
  font-size: 1.36rem;
  color: #5c635e;
  letter-spacing: 0.1em;
}

.c-icon-instagram {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 0rem;
  margin-right: 0.4rem;
}

.l-footer__copy {
  font-size: 1.2rem;
  color: #6a786d;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Hero Section */
.c-hero {
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 4.8rem;
  min-height: 90vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.c-hero__content {
  position: relative;
  z-index: 10;
  width: 41.666667%;
  margin-bottom: 0;
  padding-right: 3.2rem;
}

.c-hero__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 6rem;
  line-height: 1.4;
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  color: #2a2d2b;
  font-weight: 500;
}

.c-hero__title-em {
  color: #79887c;
  font-style: italic;
  position: relative;
  z-index: 10;
}

.c-hero__title-line {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(121, 136, 124, 0.1);
  z-index: 0;
}

.c-hero__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #5c635e;
  font-weight: 400;
  margin-bottom: 3.2rem;
}

.c-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}

.c-hero__link-text {
  border: 1px solid #79887c;
  color: #79887c;
  padding: 1.6rem 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.c-hero__link-line {
  width: 48px;
  height: 1px;
  background-color: #79887c;
  transition: all 0.5s ease;
  display: block;
}

.c-hero__img-wrap {
  position: relative;
  width: 50%;
}

.c-hero__img-frame {
  position: absolute;
  top: -2.4rem;
  left: -2.4rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(121, 136, 124, 0.3);
  border-radius: 100px 0 100px 0;
  display: block;
}

.c-hero__img {
  width: 100%;
  height: 600px;
  max-height: 65vh;
  border-radius: 100px 0 100px 0;
}

.c-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Scroll Down */
.c-scroll-down {
  position: absolute;
  bottom: 1.6rem;
  right: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  z-index: 20;
}

.c-scroll-down__text {
  font-size: 1rem;
  letter-spacing: 0.3em;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-weight: 500;
  color: #79887c;
}

.c-scroll-down__line {
  width: 1px;
  height: 48px;
  background-color: #d1d5db;
  position: relative;
  overflow: hidden;
}

.c-scroll-down__line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #79887c;
  animation: scrollY 2s ease-in-out infinite;
}

/* Marquee */
.c-marquee-sec {
  padding: 4.8rem 0;
  background-color: #fcfcfb;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.c-marquee-sec__mask-l,
.c-marquee-sec__mask-r {
  position: absolute;
  top: 0;
  width: 192px;
  height: 100%;
  z-index: 20;
  pointer-events: none;
}

.c-marquee-sec__mask-l {
  left: 0;
  background: linear-gradient(to right, #fcfcfb, transparent);
}

.c-marquee-sec__mask-r {
  right: 0;
  background: linear-gradient(to left, #fcfcfb, transparent);
}

.c-marquee {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 2.4rem;
  padding: 0 1.2rem;
  animation: marquee 100s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-marquee__img {
  width: 360px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}

/* SVG Background Text */
.c-bg-svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transform: translateY(-50%);
  overflow: visible;
}

.c-bg-svg--right {
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.c-bg-svg--left {
  left: 0;
  display: flex;
  justify-content: flex-start;
}

.c-bg-svg__inner {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  overflow: visible;
}

/* Concept Section */
.c-concept__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 4.8rem;
  color: #2a2d2b;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}

.c-concept__text {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #5c635e;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

.c-concept__text--last {
  margin-bottom: 4.8rem;
}

.c-concept__link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  color: #2a2d2b;
  transition: color 0.3s ease;
}

.c-concept__link-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.c-concept__link-icon {
  font-size: 2rem;
  transition: transform 0.3s ease;
}

/* Section Header */
.c-section-header {
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
  z-index: 10;
}

.c-section-header__subtitle {
  color: #79887c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 0 auto 1.6rem;
}

/* Service List */
.c-service-list {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  position: relative;
  z-index: 10;
}

/* Media Card */
.c-media-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.8rem;
}

.c-media-card__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-right: 3.2rem;
  order: 1;
}

.c-media-card__img-wrap {
  position: relative;
  width: 50%;
  order: 2;
}

.c-media-card--reverse .c-media-card__content {
  order: 2;
  padding-right: 0;
  padding-left: 3.2rem;
}

.c-media-card--reverse .c-media-card__img-wrap {
  order: 1;
}

.c-media-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.3rem;
  line-height: 1.6;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  font-weight: 500;
}

.c-media-card__frame {
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(121, 136, 124, 0.3);
  border-radius: 24px;
  display: block;
  transition: all 0.5s ease;
}

/* a要素のリセット(.c-media-card__img-wrap が a タグの場合) */
a.c-media-card__img-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-media-card__img {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 24px;
  transition: transform 1s ease;
  overflow: hidden;
}

.c-media-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

/* Strength Section Specifics */
.c-strength-list {
  display: flex;
  flex-direction: column;
  gap: 12.8rem;
  position: relative;
  z-index: 10;
}

.c-media-card__bg {
  position: absolute;
  top: -2.4rem;
  left: -2.4rem;
  width: 100%;
  height: 100%;
  background-color: #79887c;
  opacity: 0.1;
  border-radius: 24px;
}

.c-media-card__bg--reverse {
  top: auto;
  left: auto;
  bottom: -2.4rem;
  right: -2.4rem;
}

.c-media-card__content--row {
  flex-direction: row;
  gap: 2.4rem;
  align-items: flex-start;
}

.c-media-card__content--row-reverse {
  flex-direction: row;
  gap: 2.4rem;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
  order: 1;
}

.c-media-card__content--row-reverse .c-text {
  text-align: left;
}

.c-media-card__num {
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #79887c;
  display: block;
  margin-bottom: 1.6rem;
  line-height: 1;
}

/* List */
.c-list {
  font-size: 1.4rem;
  color: #5c635e;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-weight: 400;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2.4rem 0;
}

.c-list__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.c-list__icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #79887c;
}

/* Works Grid */
.c-works-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8rem;
  position: relative;
  z-index: 10;
}

.c-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}

.c-works-header__link {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-bottom: 1px solid #2a2d2b;
  padding-bottom: 0.4rem;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
  color: #2a2d2b;
  display: inline-block;
}

.c-work-card {
  display: block;
  position: relative;
  z-index: 10;
}

.c-work-card--mt-lg {
  margin-top: 9.6rem;
}

.c-work-card--mt-minus {
  margin-top: -3.2rem;
}

.c-work-card__img-wrap {
  overflow: hidden;
  margin-bottom: 2.4rem;
  box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

.c-work-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.c-work-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.c-work-card__cat {
  font-size: 1.2rem;
  color: #79887c;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.2rem;
  letter-spacing: 0.2em;
}

.c-work-card__title {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  color: #2a2d2b;
  transition: color 0.3s ease;
}

.c-work-card__area {
  font-size: 1.3rem;
  color: #5c635e;
  letter-spacing: 0.06em;
}

/* --- Works Category Tabs --- */
.p-works-tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9rem 4rem 0;
}

.p-works-tabs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-works-tabs__item {
  margin: 0;
}

.p-works-tabs__link {
  display: inline-block;
  padding: 1rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.44rem;
  color: #5c635e;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-works-tabs__link.is-current {
  background-color: #79887c;
  color: #fff;
  border-color: #79887c;
  font-weight: 500;
}

.p-showcase__empty {
  text-align: center;
  padding: 6rem 2rem;
  color: #5c635e;
  font-size: 1.52rem;
}

/* Strength Vertical Text */
.c-vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color: #79887c;
  letter-spacing: 0.1em;
  padding-top: 0.8rem;
  display: block;
}

/* Contact Section */
.c-contact {
  padding: 6.4rem 0 7.2rem;
  background-color: #1e201f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.c-contact__bg {
  position: absolute;
  inset: 0;
  background-image: url("images/2325-IMG_3492-scaled-1.jpg");
  background-size: cover;
  background-position: bottom;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}

.c-contact__content {
  position: relative;
  z-index: 10;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 2.4rem;
  text-align: center;
}

.c-contact__subtitle {
  color: #d1d5db;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 0 auto 2.4rem;
}

.c-contact__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
  font-weight: 500;
}

.c-contact__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #d1d5db;
  font-weight: 400;
  margin-bottom: 4.8rem;
}

.c-contact__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2.4rem;
}

.c-contact__note {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  color: #9ca3af;
  letter-spacing: 0.1em;
}

/* --- Top News --- */
.l-section--news {
  padding: 6.4rem 0 6.4rem;
}

.l-section--news .c-section-header {
  margin-bottom: 4.8rem;
}
.p-top-news {
  max-width: 900px;
  margin: 0 auto;
}

.p-top-news__list {
  border-top: 1px solid #e5e7eb;
}

.p-top-news__item {
  border-bottom: 1px solid #e5e7eb;
}

.p-top-news__link {
  display: flex;
  align-items: center;
  padding: 3.52rem 2.4rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 240px;
  flex-shrink: 0;
}

.p-top-news__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #79887c;
  letter-spacing: 0.1em;
}

.p-top-news__cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #79887c;
  font-weight: 500;
}

.p-top-news__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #2a2d2b;
  font-weight: 600;
  transition: color 0.3s ease;
  line-height: 1.6;
}

.p-top-news__empty {
  padding: 4.8rem 2.4rem;
  text-align: center;
  color: #5c635e;
  font-size: 1.52rem;
}

/* ▼ 控えめな右寄せリンクのスタイル ▼ */
.p-top-news__more-wrap {
  text-align: right;
  margin-top: 2.4rem;
}

.p-top-news__more {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #5c635e;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.p-top-news__more::after {
  content: "→";
  margin-left: 0.8rem;
  transition: transform 0.3s ease;
}

.p-form-control p.tel-note {
  font-size: 1.2rem;
  color: #5c635e;
  margin-top: 10px;
  line-height: 1.5;
}

/* ==========================================================================
   6. Pages (共通レイアウト)
   ========================================================================== */
main {
  padding-top: calc(9.4rem + env(safe-area-inset-top, 0rem));
}

main.sub {
  padding-top: calc(9.4rem + env(safe-area-inset-top, 0rem));
}

/* トップページはヒーローが自前で上余白を確保するためオフセット不要 */
main.p-home {
  padding-top: 0;
}

/* --- Hero 共通 --- */
.p-concept-hero,
.p-custom-hero,
.p-reno-hero {
  position: relative;
  max-width: 1200px;
  padding: 0 4rem;
}

.p-concept-hero {
  margin: 10rem auto 9rem;
}

.p-custom-hero,
.p-reno-hero {
  margin: 8rem auto 9rem;
}

.p-concept-hero__img-wrap,
.p-custom-hero__img-wrap,
.p-reno-hero__img-wrap {
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 450px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-concept-hero__bg,
.p-custom-hero__bg,
.p-reno-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoomOut 4s ease-out both;
}

@keyframes heroZoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.p-concept-hero__content,
.p-custom-hero__content,
.p-reno-hero__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 6rem 8rem;
  border-radius: 12px;
  text-align: center;
  max-width: 900px;
  width: 85%;
  margin: -10rem auto 0;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.04);
}

.p-concept-hero__catch,
.p-custom-hero__catch,
.p-reno-hero__catch {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color: #2a2d2b;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.p-concept-hero__catch {
  font-size: 3.6rem;
}

.p-custom-hero__catch,
.p-reno-hero__catch {
  font-size: 3.2rem;
}

.p-concept-hero__lead,
.p-custom-hero__lead,
.p-reno-hero__lead {
  font-size: 1.568rem;
  line-height: 2.1;
  color: #5c635e;
}

/* --- Section Padding 共通 (PC) --- */
.p-concept-empathy,
.p-custom-features,
.p-custom-works,
.p-custom-quality,
.p-custom-flow,
.p-custom-warranty,
.p-custom-faq,
.p-reno-problems,
.p-reno-features,
.p-reno-menu,
.p-reno-works,
.p-reno-flow,
.p-reno-faq {
  padding: 9rem 4rem;
}

.p-concept-empathy,
.p-custom-features,
.p-custom-quality,
.p-custom-warranty,
.p-reno-problems,
.p-reno-menu,
.p-reno-flow {
  background-color: #f3f5f4;
}

.p-custom-works,
.p-reno-works {
  overflow: hidden;
}

/* --- Inner Width 共通 (PC) --- */
.p-company-section__inner,
.p-concept-empathy__inner,
.p-concept-promise__inner,
.p-concept-voices__inner,
.p-concept-services__inner,
.p-custom-features__inner,
.p-custom-warranty__inner,
.p-reno-features__inner,
.p-reno-menu__inner,
.p-now-building__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-concept-faq__inner,
.p-custom-flow__inner,
.p-custom-faq__inner,
.p-reno-flow__inner,
.p-reno-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --- Reviews (Company, Concept) --- */
.p-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.p-review-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 4rem 3.2rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.p-review-card__stars {
  color: #e5a732;
  font-size: 1.92rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}

.p-review-card__text {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  flex-grow: 1;
}

.p-review-card__user {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  color: #5c635e;
}

.p-review-card__user::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #e5e7eb;
}

/* --- FAQ (Company, Concept, Custom Home, Renovation) --- */
.p-faq {
  max-width: 800px;
  margin: 0 auto;
}

.p-faq details {
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}

.p-faq details:first-of-type {
  border-top: 1px solid #e5e7eb;
}

.p-faq summary {
  padding: 2.4rem 4rem 2.4rem 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2a2d2b;
  cursor: pointer;
  list-style: none;
  position: relative;
}

/* キーボードフォーカス時はアクセシビリティ対応のアウトラインを表示 */
.p-faq summary:focus {
  outline: none;
}

.p-faq summary:focus-visible {
  outline: 0.2rem solid #79887c;
  outline-offset: 0.4rem;
  border-radius: 2px;
}

.p-faq summary::-webkit-details-marker {
  display: none;
}

.p-faq summary::before,
.p-faq summary::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #79887c;
  transition: transform 0.3s ease;
}

.p-faq summary::before {
  transform: translateY(-50%);
}

.p-faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq__answer {
  padding: 0 4rem 3.2rem 0;
  font-size: 1.52rem;
  line-height: 1.8;
  color: #5c635e;
}

/* --- Works Collage (Custom Home, Renovation) --- */
.p-works-collage {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.p-works-collage__content {
  width: 40%;
  padding-right: 6rem;
  position: relative;
  z-index: 10;
}

.p-works-collage__title {
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

.p-works-collage__title-en,
.p-works-banner__title-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #79887c;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.p-works-collage__title-ja,
.p-works-banner__title-ja {
  display: block;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3rem;
  color: #2a2d2b;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-works-collage__sub {
  font-size: 1.55rem;
  margin-bottom: 3.2rem;
  color: #5c635e;
  line-height: 1.8;
}

.p-works-collage__images {
  width: 60%;
  position: relative;
  height: 500px;
}

.p-works-collage__img {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.06);
  transition:
    transform 1.5s ease-out 0.2s,
    box-shadow 1.5s ease-out 0.2s,
    opacity 1.5s ease-out 0.2s;
}

.p-works-collage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works-collage__img--1 {
  width: 70%;
  aspect-ratio: 4 / 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 3;
}

.p-works-collage__img--2 {
  width: 40%;
  aspect-ratio: 1;
  top: 5%;
  left: 0;
  transform: translate(15%, 15%);
  z-index: 2;
  opacity: 0;
}

.p-works-collage__img--3 {
  width: 40%;
  aspect-ratio: 3 / 4;
  bottom: -5%;
  right: 0;
  transform: translate(-15%, -15%);
  z-index: 4;
  opacity: 0;
}

.p-works-collage.is-active .p-works-collage__img--1 {
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.12);
}

.p-works-collage.is-active .p-works-collage__img--2 {
  transform: translate(-8%, -8%) rotate(-3deg);
  opacity: 1;
}

.p-works-collage.is-active .p-works-collage__img--3 {
  transform: translate(8%, 8%) rotate(3deg);
  opacity: 1;
}

/* --- Flow List (Custom Home, Renovation) --- */
.p-flow-list {
  position: relative;
  padding-left: 7.2rem;
  counter-reset: flow-counter;
}

.p-flow-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.9rem;
  width: 2px;
  height: 100%;
  background-color: #e5e7eb;
}

.p-flow-item {
  position: relative;
  margin-bottom: 6rem;
}

.p-flow-item:last-child {
  margin-bottom: 0;
}

.p-flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.2rem;
  width: 40px;
  height: 40px;
  background-color: #79887c;
  border-radius: 50%;
  z-index: 2;
  border: 4px solid #fff;
  box-shadow: 0 0 0 0.1rem #e5e7eb;
}

.p-flow-item::after {
  content: counter(flow-counter);
  counter-increment: flow-counter;
  position: absolute;
  top: 0;
  left: -7.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  z-index: 3;
  font-weight: 500;
}

.p-flow-item__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
  padding-top: 0.4rem;
}

.p-flow-item__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.28rem;
  color: #79887c;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.p-flow-item__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2a2d2b;
}

.p-flow-item__body {
  background-color: #f3f5f4;
  padding: 3.2rem;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #5c635e;
}

.renovation-flow .p-flow-item__body {
  background-color: #fff;
}

/* --- Features 共通 (Custom Home, Renovation) --- */
.p-feature-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.p-feature-item {
  display: flex;
  align-items: center;
  gap: 6rem;
}

.p-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-feature-item__img-wrap {
  width: 50%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
}

.p-reno-features .p-feature-item__img-wrap {
  background-color: #f3f5f4;
}

.p-feature-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-feature-item__content {
  width: 50%;
}

.p-feature-item__num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #79887c;
  letter-spacing: 0.1em;
  border: 1px solid #79887c;
  padding: 0.4rem 1.6rem;
  border-radius: 40px;
  margin-bottom: 2.4rem;
}

.p-feature-item__title,
.p-promise-item__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  line-height: 1.7;
}

.p-feature-item__text,
.p-promise-item__text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5c635e;
}

/* --- Company --- */
.p-company-section {
  padding: 9rem 2rem;
}

.p-company-section--gray {
  background-color: #f3f5f4;
}

.p-company-section:first-of-type {
  padding-top: 11rem;
}

.p-company-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.p-number-card {
  background-color: #f3f5f4;
  padding: 4.8rem 3.2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease;
}

.p-number-card__num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 300;
  color: #79887c;
  line-height: 1;
  margin-bottom: 1.4rem;
}

.p-number-card__num span.unit {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 0.4rem;
}

.p-number-card__text {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.9rem;
  color: #2a2d2b;
  font-weight: 500;
}

.p-number-card__sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #5c635e;
  margin-top: 1.6rem;
  line-height: 1.6;
}

.p-features {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}

.p-features__visual {
  width: 45%;
  position: sticky;
  top: 12rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e8ebe9;
}

.p-features__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c635e;
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem;
}

.p-features__list {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.p-feature-card {
  background-color: #fff;
  padding: 4.8rem 4rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.p-feature-card__num {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  color: #79887c;
  opacity: 0.4;
  margin-bottom: 1.6rem;
  display: block;
  line-height: 1;
}

.p-feature-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #2a2d2b;
  margin-bottom: 1.6rem;
  line-height: 1.6;
}

.p-feature-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.52rem;
  line-height: 1.8;
  color: #5c635e;
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6.4rem;
}

.p-company-table th,
.p-company-table td {
  padding: 3.2rem 2.4rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
}

.p-company-table tr:first-child th,
.p-company-table tr:first-child td {
  border-top: 1px solid #e5e7eb;
}

.p-company-table th {
  width: 25%;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.68rem;
  font-weight: 500;
  color: #6a786d;
}

.p-company-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #2a2d2b;
}

.p-qualifications {
  display: flex;
  gap: 4rem;
  margin-bottom: 6rem;
}

.p-qualifications-card {
  flex: 1;
  background-color: #f3f5f4;
  padding: 4rem;
  border-radius: 8px;
}

.p-qualifications-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.84rem;
  color: #6a786d;
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.p-qualifications-card__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18.4px;
  background-color: #79887c;
}

.p-qualifications-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.52rem;
  color: #2a2d2b;
  line-height: 1.8;
}

.p-qualifications-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dashed #d1d5d4;
  padding: 1.6rem 0;
  gap: 1.6rem;
}

.p-qualifications-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-qualifications-list__name {
  font-weight: 500;
  flex-shrink: 0;
}

.p-qualifications-list__desc,
.p-qualifications-list__count {
  color: #5c635e;
  text-align: right;
}

.p-qualifications-list__desc.is-left {
  text-align: left;
  max-width: 57%;
}

.p-qualifications-list li.is-hidden {
  display: none;
}

@keyframes qualSlideIn {
  from {
    opacity: 0;
    transform: translateY(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-qualifications-list li.is-show {
  display: flex;
  animation: qualSlideIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: var(--qual-delay, 0ms);
}

.c-btn-more {
  display: block;
  width: 100%;
  margin-top: 2.4rem;
  padding: 1.2rem;
  background-color: transparent;
  border: 1px solid #79887c;
  color: #79887c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.44rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.c-btn-more span::after {
  content: "+";
  margin-left: 0.8rem;
  font-weight: bold;
}

.c-btn-more.is-open span::after {
  content: "-";
}

.p-company-area {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 2.4rem 3.2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 6rem;
}

.p-company-area__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #6a786d;
  flex-shrink: 0;
  font-weight: 500;
}

.p-company-area__text .p-company-area__text-sub {
  font-size: 1.4rem;
  color: #5c635e;
  margin-top: 1.2rem;
}

.p-company-access {
  display: flex;
  gap: 4rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.p-company-access__text-wrap {
  width: 45%;
  padding: 4.8rem;
}

.p-company-access__name {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #2a2d2b;
  margin-bottom: 1.6rem;
}

.p-company-access__details {
  font-size: 1.52rem;
  line-height: 1.8;
  color: #5c635e;
  margin-bottom: 2.4rem;
}

.p-company-access__merit {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-company-access__merit li {
  font-size: 1.5rem;
  color: #2a2d2b;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.p-company-access__merit li::before {
  content: "✓";
  color: #79887c;
  font-weight: bold;
}

.p-company-map {
  width: 55%;
  background-color: #f3f5f4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  color: #5c635e;
  font-size: 1.44rem;
}

.p-company-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

/* --- Works Banner (Company) --- */
.p-works-banner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 10rem;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.p-works-banner__img-wrap {
  width: 85%;
  margin-left: auto;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.p-works-banner__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-works-banner__content {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 55%;
  padding: 5.6rem 4.8rem;
  z-index: 3;
  transition: transform 0.4s ease;
}

.p-works-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  z-index: -1;
  transition: box-shadow 0.4s ease;
}

.p-works-banner__content::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(121, 136, 124, 0.3);
  border-radius: 12px;
  z-index: -2;
  transition: transform 0.4s ease;
}

.p-works-banner__title {
  position: relative;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

.p-works-banner__sub {
  position: relative;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em;
  color: #5c635e;
  line-height: 1.8;
}

/* --- Concept --- */
.p-concept-promise {
  padding: 9rem 4rem;
}

.p-concept-services {
  padding: 9rem 4rem;
}

.p-concept-faq {
  padding: 0 4rem 10rem;
}

.p-concept-empathy__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  color: #2a2d2b;
  margin-bottom: 6rem;
  line-height: 1.6;
}

.p-concept-empathy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.p-empathy-card {
  background-color: #fff;
  padding: 4rem 3.2rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.p-empathy-card__svg {
  font-size: 4.8rem;
  color: #79887c;
  margin-bottom: 2.4rem;
  display: inline-block;
}

.p-empathy-card__text {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #2a2d2b;
  line-height: 1.8;
  font-weight: 500;
}

.p-concept-empathy__message {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #5c635e;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-concept-empathy__message p {
  margin-bottom: 1em;
}

.p-concept-empathy__message p:last-child {
  margin-bottom: 0;
}

.p-promise-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.p-promise-item {
  display: flex;
  align-items: center;
  gap: 6rem;
}

.p-promise-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-promise-item__img-wrap {
  width: 50%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f5f4;
}

.p-promise-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-promise-item__content {
  width: 50%;
}

.p-promise-item__num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #79887c;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
  margin-bottom: 1.6rem;
}

.p-concept-message {
  background-color: #f3f5f4;
  padding: 9rem 4rem 6rem;
}

.p-concept-message__inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 6rem 8rem;
  border-radius: 12px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.02);
  position: relative;
}

.p-concept-message__inner::before {
  content: "”";
  position: absolute;
  top: 2rem;
  left: 4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 9.6rem;
  color: #79887c;
  opacity: 0.1;
  line-height: 1;
}

.p-concept-message__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #2a2d2b;
  margin-bottom: 3.2rem;
  line-height: 1.8;
  text-align: center;
}

.p-concept-message__text {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #5c635e;
  margin-bottom: 4rem;
}

.p-concept-message__sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.p-concept-message__sign-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.p-concept-message__sign-name {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.76rem;
  color: #2a2d2b;
  letter-spacing: 0.06em;
}

.p-concept-message__sign-name span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #5c635e;
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-concept-voices {
  background-color: #f3f5f4;
  padding: 6rem 4rem 9rem;
}

.p-concept-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.p-service-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  text-decoration: none;
  color: inherit;
}

.p-service-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f3f5f4;
}

.p-service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-service-card__content {
  padding: 4.8rem 4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-service-card__label {
  display: inline-block;
  background-color: #f3f5f4;
  color: #79887c;
  font-size: 1.28rem;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.6rem;
  align-self: flex-start;
}

.p-service-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2a2d2b;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}

.p-service-card__text {
  font-size: 1.52rem;
  line-height: 1.8;
  color: #5c635e;
  margin-bottom: 3.2rem;
  flex-grow: 1;
}

.p-service-card__action {
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
  padding-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- Custom Home --- */
.p-custom-quality__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6rem;
}

.p-custom-quality__img-wrap {
  width: 50%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}

.p-custom-quality__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  animation: slowPan 10s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes customQualityPan {
  from {
    object-position: 10% center;
  }
  to {
    object-position: 90% center;
  }
}

.p-custom-quality__content {
  width: 50%;
}

.p-custom-quality__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.p-custom-quality__text {
  font-size: 1.5rem;
  line-height: 2;
  color: #5c635e;
}

.p-warranty-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.p-warranty-card {
  background-color: #fff;
  padding: 4rem 3.2rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.p-warranty-card__icon {
  font-size: 4.8rem;
  color: #79887c;
  margin-bottom: 2.4rem;
  display: inline-block;
}

.p-warranty-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2rem;
  color: #2a2d2b;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.p-warranty-card__text {
  font-size: 1.44rem;
  line-height: 1.8;
  color: #5c635e;
  text-align: left;
}

.p-custom-warranty__link-wrap {
  text-align: center;
  margin-top: 4.8rem;
}

.p-custom-warranty__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.44rem;
  color: #6a786d;
  text-decoration: none;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid currentColor;
  transition: 0.1s ease;
  letter-spacing: 0.05em;
}

.p-custom-warranty__link svg {
  flex-shrink: 0;
}

/* --- Renovation --- */

.p-reno-problems__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.p-reno-problems__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #2a2d2b;
  line-height: 1.5;
  margin-bottom: 4.8rem;
}

.p-reno-problems__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  text-align: left;
}

.p-problem-card {
  background-color: #fff;
  padding: 3.2rem 2.4rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.p-problem-card__icon {
  font-size: 4rem;
  color: #79887c;
  margin: 0 auto 1.6rem;
  opacity: 0.8;
}

.p-problem-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2rem;
  color: #2a2d2b;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.p-problem-card__text {
  font-size: 1.44rem;
  line-height: 1.8;
  color: #5c635e;
  text-align: left;
}

.p-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.p-menu-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.p-menu-card__img-wrap {
  aspect-ratio: 16 / 9;
  background-color: #f3f5f4;
  overflow: hidden;
}

.p-menu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-menu-card__content {
  padding: 3.2rem 4rem;
  text-align: left;
}

.p-menu-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2a2d2b;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.2rem;
}

.p-menu-card__title-sub {
  font-size: 1.4rem;
  color: #79887c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-left: 0.8rem;
}

.p-menu-card__list {
  font-size: 1.45rem;
  color: #5c635e;
  line-height: 1.8;
}

/* --- Archive Works --- */
.p-works-section {
  padding: 10rem 4rem 8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.p-works-intro {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 8rem;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.76rem;
  line-height: 2;
  color: #2a2d2b;
}

.p-showcase {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-bottom: 12rem;
}

.p-showcase-item {
  display: flex;
  align-items: center;
  gap: 6rem;
  text-decoration: none;
  color: inherit;
}

.p-showcase-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-showcase-item__img-wrap {
  width: 60%;
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.06);
  background-color: #f3f5f4;
  display: block;
}

.p-showcase-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-showcase-item__cat {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.4rem);
  padding: 0.8rem 2rem;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #79887c;
  font-weight: 500;
  z-index: 4;
}

.p-showcase-item__content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-showcase-item__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.p-showcase-item__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.52rem;
  color: #5c635e;
  line-height: 1.9;
  margin-bottom: 2.4rem;
}

.p-showcase-item__review {
  background-color: #f3f5f4;
  padding: 1.6rem 2.4rem;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.36rem;
  color: #2a2d2b;
  margin-bottom: 3.2rem;
  position: relative;
  border-left: 4px solid #79887c;
  line-height: 1.8;
}

.p-showcase-item__review::before {
  content: "💡 お客様の声";
  display: block;
  font-weight: 700;
  color: #79887c;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}

a.p-showcase-item__more {
  color: #67796b;
  text-decoration: underline;
}

.p-showcase-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-showcase-item__tags span {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 0.6rem 1.6rem;
  border-radius: 6px;
  font-size: 1.3rem;
  color: #5c635e;
}

.p-now-building {
  background-color: #f3f5f4;
  padding: 8rem 2rem 10rem;
  margin-bottom: 8rem;
}

.p-now-building__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.p-building-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
}

.p-building-card__img-wrap {
  width: 40%;
  height: 100%;
  min-height: 220px;
  position: relative;
}

.p-building-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-building-card__content {
  width: 60%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-building-card__status {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #e5a732;
  border: 1px solid #e5a732;
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-building-card__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.84rem;
  color: #2a2d2b;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.p-building-card__info {
  font-size: 1.36rem;
  color: #5c635e;
  margin-bottom: 0;
  line-height: 1.6;
}

/* --- Single Works --- */
.p-work-hero {
  max-width: 1200px;
  margin: 4rem auto 8rem;
  padding: 0 4rem;
  position: relative;
}

.p-work-gallery,
.p-work-data {
  max-width: 1000px;
  margin: 0 auto 8.6rem;
  padding: 0 4rem;
}

.p-work-voice-text {
  max-width: 800px;
  margin: 0 auto 12rem;
  padding: 0 4rem;
}

.p-work-hero__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f5f4;
  position: relative;
  z-index: 1;
}

.p-work-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-work-hero__content {
  background-color: #fff;
  padding: 4.8rem 6rem;
  border-radius: 12px;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.04);
  width: 80%;
  max-width: 800px;
  margin: -8rem auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.p-work-hero__cat {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #79887c;
  font-weight: 500;
  border: 1px solid #79887c;
  padding: 0.8rem 1.8rem;
  border-radius: 40px;
  margin-bottom: 2.4rem;
}

.p-work-hero__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #2a2d2b;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.p-work-hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.p-work-hero__tags span {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 0.6rem 1.6rem;
  border-radius: 6px;
  font-size: 1.3rem;
  color: #5c635e;
}

.p-work-concept {
  max-width: 800px;
  margin: 0 auto 8.6rem;
  padding: 0 4rem;
}

.p-work-concept__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #2a2d2b;
  line-height: 1.8;
  margin-bottom: 4rem;
  text-align: center;
}

.p-work-concept__text {
  font-size: 1.6rem;
  color: #3b3f3c;
  line-height: 2.2;
}

.p-work-concept__text p {
  margin-bottom: 2.4rem;
}

.p-work-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem 2.4rem;
}

.p-work-gallery__item,
.p-work-drawings__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-work-gallery__item--large {
  grid-column: span 2;
}

.p-work-gallery__img,
.p-work-drawings__img {
  width: 100%;
  display: block;
  border-radius: 8px;
  background-color: #f3f5f4;
}

.p-work-gallery__caption {
  font-size: 1.4rem;
  color: #5c635e;
  line-height: 1.6;
}

/* ==========================================================================
   配置図・平面図 (Drawings)
   ========================================================================== */
.p-work-drawings {
  max-width: 1000px;
  margin: 0 auto 8.6rem;
  padding: 0 4rem;
}

.p-work-drawings__list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.p-work-drawings__caption {
  font-size: 1.36rem;
  color: #5c635e;
  line-height: 1.6;
}

.p-work-data__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f3f5f4;
  border-radius: 12px;
  overflow: hidden;
}

.p-work-data__table th,
.p-work-data__table td {
  padding: 3.2rem 4.8rem;
  border-bottom: 1px solid #fff;
  text-align: left;
  line-height: 1.6;
}

.p-work-data__table tr:last-child th,
.p-work-data__table tr:last-child td {
  border-bottom: none;
}

.p-work-data__table th {
  width: 30%;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #79887c;
  vertical-align: top;
}

.p-work-data__table td {
  font-size: 1.52rem;
  color: #2a2d2b;
}

.p-work-voice-text__inner {
  padding: 6rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.p-work-voice-text__body {
  font-size: 1.6rem;
  color: #5c635e;
  line-height: 2.2;
  margin-bottom: 3.2rem;
  text-align: left;
  display: inline-block;
}

.p-work-voice-text__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.52rem;
  color: #2a2d2b;
  font-weight: 500;
  text-align: right;
}

.p-work-voice-text__name::before {
  content: "— ";
  color: #79887c;
}

.p-work-nav {
  border-top: 1px solid #e5e7eb;
  padding: 6rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-work-nav__link {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-decoration: none;
  color: #2a2d2b;
  transition: color 0.3s ease;
}

.p-work-nav__link a {
  color: inherit;
  text-decoration: none;
}

.p-work-nav__link--prev {
  text-align: left;
}

.p-work-nav__link--next {
  text-align: right;
}

.p-work-nav__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #5c635e;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
  display: block;
}

/* 前後ナビのラベルに方向矢印を付与 */
.p-work-nav__link--prev .p-work-nav__label::before {
  content: "←" / ""; /* ← の後の / '' は読み上げ対象から除外する指定 */
  margin-right: 0.4em;
}
.p-work-nav__link--next .p-work-nav__label::after {
  content: "→" / "";
  margin-left: 0.4em;
}

.p-work-nav__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-work-nav__archive {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #2a2d2b;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.p-work-nav__archive::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: radial-gradient(circle, #e5e7eb 0.2rem, transparent 0.2rem);
  background-size: 0.6rem 0.6rem;
  background-position: center;
  margin-right: 0.8rem;
}

/* リスト全体の余白設定 */
.c-spec-list {
  list-style-type: none; /* デフォルトの黒丸を消す */
  padding: 0;
  margin: 0;
}

/* 各項目の設定（ここでぶら下がりインデントを作ります） */
.c-spec-list li {
  position: relative;
  padding-left: 1em; /* 左側に1文字分の余白を空ける */
  margin-bottom: 0.8em; /* 項目同士の縦の隙間 */
  line-height: 1.6; /* 行間を少し広げて読みやすく */
}

/* 擬似要素で「・」を絶対配置する */
.c-spec-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

/* --- Archive News（お知らせ 一覧ページ） --- */
.p-news-section {
  padding: 10rem 4rem 12rem;
  max-width: 1000px;
  margin: 0 auto;
}

.p-news-list {
  border-top: 1px solid #e5e7eb;
}

.p-news-item {
  display: flex;
  align-items: center;
  padding: 3.2rem 2.4rem;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.p-news-item__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 240px;
  flex-shrink: 0;
}

.p-news-item__date,
.p-single-header__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #9ca3af;
  letter-spacing: 0.1em;
}

.p-news-item__cat,
.p-single-header__cat {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #79887c;
  font-weight: 500;
  border: 1px solid #79887c;
  padding: 0.4rem 1.2rem;
  border-radius: 40px;
}

.p-news-item__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #2a2d2b;
  flex-grow: 1;
  line-height: 1.6;
  font-weight: 600;
  transition: color 0.3s ease;
}

.p-news-item__arrow {
  color: #79887c;
  font-size: 2rem;
  transition: transform 0.3s ease;
  margin-left: 2.4rem;
}

/* Pagination */
.p-pagination {
  margin-top: 6rem;
  text-align: center;
}

.p-pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.p-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5c635e;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.p-pagination .page-numbers.current {
  background-color: #79887c;
  color: #fff;
  border-color: #79887c;
}

.p-pagination .prev,
.p-pagination .next {
  width: auto;
  padding: 0 1.6rem;
  border-radius: 6px;
  font-size: 1.8rem;
}

/* --- Single News --- */
.p-single-header {
  padding: 6rem 2rem 4rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.p-single-header__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.p-single-header__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #2a2d2b;
  line-height: 1.5;
}

.p-single-content {
  padding: 6rem 4rem 12rem;
  max-width: 800px;
  margin: 0 auto;
}

.p-single-content__thumb {
  margin-bottom: 4rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f3f5f4;
}

.p-single-content__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-single-content__body {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
}

.p-single-content__body h2,
.p-work-concept__text h2 {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2a2d2b;
  line-height: 1.6;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-single-content__body h3,
.p-work-concept__text h3 {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #2a2d2b;
  line-height: 1.6;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

.p-single-content__body p {
  margin-bottom: 2.4rem;
}

.p-single-content__body ul,
.p-work-concept__text ul {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  list-style: disc;
}

.p-single-content__body ol,
.p-work-concept__text ol {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  list-style: decimal;
}

.p-single-content__body a,
.p-work-concept__text a {
  color: #5f6b61;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  transition: color 0.3s ease;
}

.p-single-content__body img,
.p-work-concept__text img {
  margin: 3.2rem 0;
  border-radius: 8px;
}

.privacypolicy-body {
  padding-top: 4rem;
}

.privacypolicy-box {
  background-color: #f3f5f4;
  padding: 2.4rem;
  border-radius: 8px;
  margin: 4.8rem 0 3.2rem;
}

.privacypolicy-box h3 {
  margin-top: 0;
}

.privacypolicy-box p {
  margin-bottom: 0.6rem;
}

/* ==========================================================================
   コラム記事内：太字(strong) と 黄色マーカー(yellow-marker)
   ========================================================================== */
/* 太字：マーカーなしの純粋な太字 */
.p-single-content__body strong,
.p-work-concept__text strong {
  font-weight: 700;
}

/* 黄色マーカー：黄色のマーカー＋太字 */
.p-single-content__body .yellow-marker,
.p-work-concept__text .yellow-marker {
  background: linear-gradient(transparent 60%, #fff078 40%);
  font-weight: 700;
  color: #2a2d2b;
}

/* --- Contact --- */
.p-contact-info {
  padding: 10rem 4rem 6rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.p-contact-info__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #2a2d2b;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.p-contact-info__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #5c635e;
  margin-bottom: 3.2rem;
}

.p-contact-promise {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1.6rem 3.2rem;
  border-radius: 40px;
  margin: 0 auto 4.8rem;
  font-size: 1.44rem;
  color: #6a786d;
  font-weight: 400;
}

.p-contact-promise svg {
  font-size: 2.4rem;
  color: #79887c;
  flex-shrink: 0;
}

.p-contact-info__tel-box {
  background-color: rgba(121, 136, 124, 0.05);
  border: 2px solid #79887c;
  padding: 4.8rem 4rem;
  border-radius: 12px;
}

.p-contact-info__tel-label {
  font-size: 1.6rem;
  color: #2a2d2b;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: block;
  letter-spacing: 0.05em;
}

.p-contact-info__tel-num {
  font-size: 4rem;
  letter-spacing: 0.02em;
  color: #2a2d2b;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  transition: color 0.3s;
}

.p-contact-info__tel-num svg {
  font-size: 3.2rem;
  color: #79887c;
}

.p-contact-info__tel-time {
  font-size: 1.36rem;
  color: #5c635e;
  margin-top: 1.2rem;
}

.p-contact-form {
  padding: 6rem 4rem 12rem;
  background-color: #f3f5f4;
}

.p-contact-form__inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 6rem 8rem 8rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.02);
}

.p-form-header {
  text-align: center;
  margin-bottom: 4.8rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-form-header__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2a2d2b;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.p-form-header__icon {
  font-size: 2.8rem;
  color: #79887c;
}

.p-form-header__text {
  font-size: 1.52rem;
  color: #5c635e;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

.p-form-group {
  margin-bottom: 0.2rem;
  padding: 2.4rem 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  transition: background-color 0.3s ease;
}

.p-form-group:last-child {
  margin-bottom: 0;
}

.p-form-group:focus-within {
  background-color: rgba(121, 136, 124, 0.05);
}

.p-form-label {
  width: 220px;
  flex-shrink: 0;
  padding-top: 1.4rem;
  font-weight: 500;
  color: #2a2d2b;
  line-height: 1.4;
}

.p-form-label p {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.p-form-label__req,
.p-form-label__opt {
  flex-shrink: 0;
  white-space: nowrap;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
  margin-left: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-form-label__req {
  background-color: #d9534f;
  color: #ffffff;
}

.p-form-label__opt {
  background-color: #e5e7eb;
  color: #5c635e;
}

.p-form-control {
  flex-grow: 1;
}

.p-form-control p {
  margin: 0;
}

.c-input,
.c-select,
.c-textarea {
  width: 100%;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #2a2d2b;
  background-color: #f9fafa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input::placeholder,
.c-textarea::placeholder {
  color: #a0a5a2;
}

.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  background-color: #ffffff;
  border-color: #79887c;
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(121, 136, 124, 0.15);
}

.c-textarea {
  resize: vertical;
  height: 140px;
  min-height: 120px;
}

.p-form-radio-group .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 1.4rem;
}

.p-form-radio-group .wpcf7-list-item {
  margin: 0;
}

.p-form-radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.52rem;
  color: #2a2d2b;
}

.p-form-radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.p-form-radio-group .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}

.p-form-radio-group .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  margin-right: 1.2rem;
  transition: all 0.2s ease;
  background-color: #f9fafa;
  flex-shrink: 0;
}

.p-form-radio-group .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: #79887c;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.p-form-radio-group input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #79887c;
  background-color: #ffffff;
}

.p-form-radio-group input[type="radio"]:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) scale(1);
}

.p-form-radio-group input[type="radio"]:focus-visible + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 0.4rem rgba(121, 136, 124, 0.15);
}

/* ==========================================================================
   チェックボックスのスタイル（縦並び＆カスタムデザイン）
   ========================================================================== */
.p-form-checkbox-group .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 1.4rem;
}

.p-form-checkbox-group .wpcf7-list-item {
  margin: 0;
}

.p-form-checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.52rem;
  color: #2a2d2b;
}

/* デフォルトのチェックボックスを非表示 */
.p-form-checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* カスタムチェックボックスの枠 */
.p-form-checkbox-group .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}

.p-form-checkbox-group .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #d2d5dc;
  border-radius: 4px; /* ラジオボタンと区別するため四角にする */
  margin-right: 1.2rem;
  transition: all 0.2s ease;
  background-color: #f9fafa;
  flex-shrink: 0;
}

/* チェックマークの描画 */
.p-form-checkbox-group .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* 初期状態は縮小して非表示 */
  transform: translate(-50%, -50%) scale(0) rotate(-45deg);
  transition: transform 0.2s ease;
  margin-top: -0.2rem; /* 縦位置の微調整 */
}

/* チェックされた時のスタイル */
.p-form-checkbox-group input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #79887c;
  background-color: #79887c;
}

.p-form-checkbox-group input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) scale(1) rotate(-45deg);
}

/* フォーカス時のスタイル（アクセシビリティ対応） */
.p-form-checkbox-group input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 0.4rem rgba(121, 136, 124, 0.15);
}

.p-form-submit {
  margin-top: 2.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.p-form-submit__note {
  font-size: 1.4rem;
  color: #5c635e;
  margin-bottom: 3.2rem;
  line-height: 1.6;
}

.p-form-submit__note a {
  color: #79887c;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  transition: color 0.3s;
}

.p-form-submit .c-btn-primary {
  padding: 2rem 8rem;
  font-size: 1.7rem;
  width: 100%;
  max-width: 320px;
}

.wpcf7-submit {
  cursor: pointer;
}

/* 送信ボタンのエリアを中央揃えにし、配置の基準位置にする */
.submit-wrap {
  text-align: center;
  position: relative;
}

/* スピナーを「絶対配置」にして、空間を占有しないようにする */
.submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  margin-left: 1.5rem;
}

ul.sitemap-list {
  margin-left: 1rem;
}

ul.sitemap-list li {
  margin-bottom: 0.8rem;
}

.p-single-content__body a {
  color: #5c635e;
  text-decoration: none;
}

.p-single-content__body a:hover {
  text-decoration: underline;
}

/* 記事のリンクの表示 */

.p-single-content__body-post a {
  text-decoration: underline;
}

.p-single-content__body-post a:hover {
  text-decoration: none;
}

/* ==========================================================================
   コラム記事内：比較表（横スクロール対応）
   ========================================================================== */
.p-single-table-container {
  margin: 4.8rem 0;
}

.p-single-table-title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.84rem;
  color: #2a2d2b;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

/* 横スクロールさせるためのラッパー */
.p-single-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホでのスクロールを滑らかに */
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1.2rem;
}

/* スクロールバーのカスタマイズ（表の下部） */
.p-single-table-wrap::-webkit-scrollbar {
  height: 6px;
}
.p-single-table-wrap::-webkit-scrollbar-track {
  background: #f3f5f4;
  border-radius: 0 0 8px 8px;
}
.p-single-table-wrap::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

/* テーブル本体のデザイン */
.p-single-table {
  width: 100%;
  min-width: 800px; /* これ以下の画面幅になったらスクロールさせる */
  border-collapse: collapse;
  text-align: left;
}

.p-single-table th,
.p-single-table td {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.52rem;
  line-height: 1.6;
  vertical-align: middle;
}

/* ヘッダー行 */
.p-single-table thead th {
  background-color: #f3f5f4;
  color: #5c635e;
  font-weight: 500;
  white-space: nowrap;
}

/* 左端の見出し列 */
.p-single-table tbody th {
  background-color: #fafafa;
  color: #2a2d2b;
  font-weight: 500;
  white-space: nowrap;
}

.p-single-table tbody td {
  color: #333;
}

/* 最後の行の線を消す */
.p-single-table tbody tr:last-child th,
.p-single-table tbody tr:last-child td {
  border-bottom: none;
}

/* ユーティリティクラス（表内用） */
.u-text-center {
  text-align: center !important;
}
.u-text-small {
  font-size: 1.28rem;
  color: #6a786d;
}

/* 記号のカラーリング */
.c-mark-double-circle {
  color: #79887c; /* メインカラー */
  font-weight: bold;
  font-size: 1.92rem;
}
.c-mark-circle {
  color: #79887c;
  font-size: 1.92rem;
}
.c-mark-triangle {
  color: #e5a732; /* サイト内で使われているアクセントカラー（黄色） */
  font-size: 1.92rem;
}

/* スクロール案内の注釈 */
.p-single-table-note {
  font-size: 1.28rem;
  color: #79887c;
  text-align: right;
  margin: 0;
}

/* =========================================================
   Thanks Page (お問い合わせ送信完了)
   ========================================================= */

/* ▼ お礼メッセージセクション ▼ */
.p-thanks-message {
  max-width: 800px;
  margin: 0 auto;
  padding: 6.4rem 2.4rem 3.2rem;
  text-align: center;
}

.p-thanks-message__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 2.4rem;
  color: #79887c;
  font-size: 6.4rem;
  line-height: 1;
}

.p-thanks-message__icon svg {
  width: 100%;
  height: 100%;
}

.p-thanks-message__lead {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  color: #333;
}

.p-thanks-message__text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 4rem;
}

.p-thanks-message__note {
  background-color: #f3f5f4;
  border-radius: 8px;
  padding: 2.8rem 3.2rem;
  margin: 0 auto 4.8rem;
  text-align: left;
  max-width: 750px;
}

.p-thanks-message__note p {
  font-size: 1.55rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.p-thanks-message__note p.p-thanks-message__note-sub {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e5e3dd;
}

.p-thanks-message__note strong {
  color: #333;
  font-weight: 700;
}

.p-contact-info__tel-box.thanks {
  background-color: #fff;
}

/* ▼ 関連ページへの導線セクション ▼ */
.p-thanks-links {
  padding: 6.4rem 2.4rem 9.6rem;
  background-color: #f3f5f4;
  margin-top: 6.4rem;
}

.p-thanks-links__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-thanks-links__title {
  text-align: center;
  margin-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-thanks-links__title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #79887c;
}

.p-thanks-links__title-ja {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}

.p-thanks-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.p-thanks-links__card {
  background-color: #fff;
  padding: 3.2rem 2.8rem;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.03);
}

.p-thanks-links__card-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #79887c;
}

.p-thanks-links__card-title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.8rem;
}

.p-thanks-links__card-text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666;
  flex-grow: 1;
}

.p-thanks-links__card-arrow {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #79887c;
  align-self: flex-end;
  margin-top: 1.2rem;
  transition: transform 0.3s ease;
}

/* 左寄せ */
.p-single-content__body img.alignleft,
.p-work-concept__text img.alignleft {
  margin: 3.2rem auto 3.2rem 0;
}

/* 中央寄せ */
.p-single-content__body img.aligncenter,
.p-work-concept__text img.aligncenter {
  margin: 3.2rem auto;
}

/* 右寄せ */
.p-single-content__body img.alignright,
.p-work-concept__text img.alignright {
  margin: 3.2rem 0 3.2rem auto;
}

/* ==========================================================================
   7. Animations & Effects
   ========================================================================== */
.reveal,
.js-fade-up {
  opacity: 0;
  transform: translateY(1.5rem);
  /* visibility:hidden はタップ不能の原因になるため不使用（opacity:0はタップ可能） */
  transition:
    opacity 0.45s ease-out,
    transform 0.45s ease-out;
}

/* ページ読み込み時に既に画面内にある要素は、アニメなしで即時表示（体感速度改善） */
.reveal.no-anim,
.js-fade-up.no-anim {
  transition: none !important;
}

.reveal.active,
.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.img-reveal {
  position: relative;
  overflow: hidden;
}

.img-reveal img {
  visibility: hidden;
}

.img-reveal.active img {
  animation: showImg 0s 0.35s forwards;
}

.c-hero__img.img-reveal.active img {
  animation:
    showImg 0s 0.35s forwards,
    heroZoomOut 3.5s 0.35s ease-out forwards;
}

@keyframes heroZoomOut {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1);
  }
}

.img-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #79887c;
  transform: translateX(-101%);
  z-index: 20;
}

.img-reveal.active::after {
  animation: coverReveal 1s forwards;
}

@keyframes showImg {
  to {
    visibility: visible;
  }
}

@keyframes coverReveal {
  0% {
    transform: translateX(-101%);
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  35% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  100% {
    transform: translateX(101%);
  }
}

.animate-slow-pan,
.animate-slow-pan-reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.animate-slow-pan img,
.animate-slow-pan-reverse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.animate-slow-pan {
  animation: slowPan 10s ease-in-out infinite alternate;
  will-change: transform;
}

.animate-slow-pan-reverse {
  animation: slowPan 10s ease-in-out infinite alternate-reverse;
  will-change: transform;
}

@keyframes slowPan {
  0% {
    transform: scale(1.15) translateX(-5%);
  }
  100% {
    transform: scale(1.15) translateX(5%);
  }
}

.svg-text-anim {
  width: 100%;
  height: 100%;
}

.svg-text-anim text {
  fill: transparent !important;
}

.svg-text-anim tspan {
  fill: transparent !important;
  stroke: rgba(121, 136, 124, 0.3);
  stroke-width: 0.1rem;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  opacity: 0;
}

.reveal.active .svg-text-anim tspan {
  animation-name: drawTextSeq;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes drawTextSeq {
  0% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.animate-pulse-once {
  animation: none;
}

.is-visible.animate-pulse-once {
  animation: pulse-once 2s cubic-bezier(0.25, 1, 0.5, 1) 1;
  animation-delay: 0.7s;
}

@keyframes pulse-once {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 136, 124, 0.5);
  }
  70% {
    box-shadow: 0 0 0 1.5rem rgba(121, 136, 124, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(121, 136, 124, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollY {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes scrollLine {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  45.1% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom;
  }
}
.l-footer__bottom {
  padding-top: 4rem;
}

/* ============================================================ */
/* コラム本文(single-column)の共通パーツ                        */
/* インラインCSSから移行：監修者ボックス                       */
/* ============================================================ */

/* --- 監修者ボックス --- */
.p-column-author {
  border: 1px solid #c4c6c0;
  border-radius: 8px;
  padding: 3.2rem;
  margin-top: 6rem;
}
.p-column-author .p-column-author__label {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2a2d2b;
  margin-bottom: 1.2rem;
}
.p-column-author .p-column-author__name {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.p-column-author .p-column-author__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #5c635e;
  margin-bottom: 2.4rem;
}
.p-column-author .p-column-author__cta {
  margin-bottom: 0;
}
.p-column-author .p-column-author__cta a {
  font-size: 1.5rem;
  font-weight: 500;
}

/* ==========================================================================
   404 Not Found（メッセージ＋トップへ戻る）
   ========================================================================== */
.p-notfound {
  max-width: 800px;
  margin: 0 auto;
  padding: 6.4rem 2.4rem 3.2rem;
  text-align: center;
}
.p-notfound__text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 4rem;
}

/* ====================================================================================================================================================

   ▼▼▼  レスポンシブ調整（メディアクエリ）は、ここから下にまとめています  ▼▼▼

   ==================================================================================================================================================== */

/* ==========================================================================
   ■ ホバー可能な端末（マウス等）向けの装飾
      タッチ端末では適用されません。
   ========================================================================== */
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: #5f6b61;
    transform: translateY(-0.2rem);
  }

  .c-btn-primary:hover {
    background-color: #5f6b61;
    color: #fff;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.8rem 2.4rem rgba(121, 136, 124, 0.25);
  }

  .c-btn-outline-light:hover {
    background-color: #fff;
    color: #1e201f;
    border-color: #fff;
  }

  .c-btn-circle-arrow:hover {
    color: #5f6b61;
  }

  .c-btn-circle-arrow:hover svg {
    background-color: #5f6b61 !important;
    transform: translateX(0.8rem);
    box-shadow: 0 0.8rem 1.6rem rgba(121, 136, 124, 0.2);
  }

  .c-btn-text:hover {
    color: #79887c;
  }

  .c-btn-text:hover::after {
    background-color: #5f6b61;
    border-color: #5f6b61;
    transform: translateX(0.8rem);
    box-shadow: 0 0.8rem 1.6rem rgba(121, 136, 124, 0.3);
  }

  .c-floating-btn:hover {
    background-color: #5f6b61;
  }

  .c-breadcrumb a:hover {
    color: #79887c;
  }

  .c-contact-card:hover {
    box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.06);
  }

  .c-link-external:hover {
    color: #2a2d2b;
  }

  .c-link-external:hover span {
    text-decoration: underline;
  }

  .l-header__link:hover {
    color: #6a786d;
  }

  .l-header__link:hover::after {
    transform: scaleX(1); /* 下線を100%の幅に */
    transform-origin: left; /* 表示は左から右へ */
  }

  .l-footer__link:hover {
    color: #5c635e;
  }

  .l-footer__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .l-footer__sns a:hover {
    color: #79887c;
  }

  .c-hero__link:hover .c-hero__link-text {
    background-color: #79887c;
    color: #fff;
  }

  .c-hero__link:hover .c-hero__link-line {
    width: 80px;
  }

  .c-concept__link:hover {
    color: #79887c;
  }

  .c-concept__link:hover .c-concept__link-icon {
    transform: translateX(0.8rem);
  }

  .c-media-card__img-wrap:hover .c-media-card__frame {
    top: -2.4rem;
    right: -2.4rem;
  }

  .c-media-card__img-wrap:hover .c-media-card__img:not(.c-media-card__img--pan) img {
    transform: scale(1.05);
  }

  .c-works-header__link:hover {
    color: #79887c;
    border-color: #79887c;
  }

  .c-work-card:hover .c-work-card__title {
    color: #79887c;
  }

  .c-work-card:hover .c-work-card__img {
    transform: scale(1.05);
  }

  .p-works-tabs__link:hover {
    color: #79887c;
    border-color: #79887c;
  }

  .p-top-news__link:hover {
    background-color: #fff;
  }

  .p-top-news__link:hover .p-top-news__title {
    color: #5c635e;
  }

  .p-top-news__more:hover {
    color: #79887c;
  }

  .p-top-news__more:hover::after {
    transform: translateX(0.4rem);
  }

  .p-review-card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.04);
  }

  .p-number-card:hover {
    transform: translateY(-0.4rem);
  }

  .p-feature-card:hover {
    box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.04);
    transform: translateY(-0.4rem);
  }

  .c-btn-more:hover {
    background-color: #79887c;
    color: #fff;
  }

  .p-works-banner:hover .p-works-banner__bg {
    transform: scale(1.05);
  }

  .p-works-banner:hover .p-works-banner__content {
    transform: translateY(-0.4rem);
  }

  .p-works-banner:hover .p-works-banner__content::before {
    box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.05);
  }

  .p-works-banner:hover .p-works-banner__content::after {
    transform: translate(-0.4rem, -0.4rem);
  }

  .p-service-card:hover {
    transform: translateY(-0.8rem);
    box-shadow: 0 2rem 4rem rgba(121, 136, 124, 0.1);
  }

  .p-service-card:hover .p-service-card__img {
    transform: scale(1.05);
  }

  .p-custom-warranty__link:hover {
    border-bottom-color: transparent;
  }

  .p-showcase-item__img-wrap:hover .p-showcase-item__img {
    transform: scale(1.05);
  }

  a.p-showcase-item__more:hover {
    text-decoration: none;
  }

  .p-work-nav__link:hover {
    color: #79887c;
  }

  .p-news-item:hover {
    background-color: #f3f5f4;
  }

  .p-news-item:hover .p-news-item__title {
    color: #5c635e;
  }

  .p-news-item:hover .p-news-item__arrow {
    transform: translateX(0.8rem);
  }

  .p-pagination .page-numbers:hover {
    background-color: #79887c;
    color: #fff;
    border-color: #79887c;
  }

  .p-single-content__body a:hover,
  .p-work-concept__text a:hover {
    color: #5f6b61;
  }

  .p-contact-info__tel-num:hover {
    color: #79887c;
  }

  .p-form-submit__note a:hover {
    color: #5f6b61;
  }

  .p-thanks-links__card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
  }

  .p-thanks-links__card:hover .p-thanks-links__card-arrow {
    transform: translateX(0.4rem);
  }
}

/* ==========================================================================
   ■ 視差効果を減らす設定のユーザー向け
      アニメーションを無効化
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .p-qualifications-list li.is-show {
    animation: none;
  }
}

/* ==========================================================================
   ■ @media (min-width: 769px) 以上 ─ タブレット横・PC
   ========================================================================== */

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: text;
  }
  .u-hidden-pc {
    display: none !important;
  }
}

/* ==========================================================================
   ■ @media (max-width: 1300px) ─ 小型ノートPC以下
   ========================================================================== */

@media screen and (max-width: 1300px) {
  .c-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 50;
    position: relative;
    gap: 0.6rem;
  }
  .c-hamburger__line {
    width: 24px;
    height: 2px;
    background-color: #2a2d2b;
    transition: all 0.3s ease;
  }
  .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }
  .c-hamburger.is-active .c-hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    visibility: hidden;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: #fcfcfb;
    z-index: 45;
    transition:
      transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.4s;
    display: flex;
    flex-direction: column;
    padding: 10rem 4rem calc(4rem + env(safe-area-inset-bottom, 0rem));
    overflow-y: auto;
    box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.05);
  }
  .l-header__nav.is-active {
    transform: translateX(0);
    visibility: visible;
  }
  .l-header__nav-inner {
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
  }
  .l-header__link {
    font-size: 1.76rem;
    width: fit-content;
  }
  .l-header__nav .c-btn {
    margin-top: 3rem;
    width: 100%;
    min-width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .l-header__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(42, 45, 43, 0.6);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .l-header__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================================================================
   ■ @media (max-width: 1024px) ─ タブレット横以下
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .l-header {
    height: 6.4rem;
  }
  .l-container,
  .l-container--md,
  .l-container--lg {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .c-hero {
    flex-direction: column-reverse;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .c-hero__content {
    width: 100%;
    margin-top: 4.8rem;
    padding-right: 0;
  }
  .c-hero__title {
    font-size: 4.8rem;
  }
  .c-hero__img-wrap {
    width: 100%;
  }
  .c-hero__img {
    height: 550px;
    max-height: none;
  }
  .c-scroll-down {
    display: none;
  }
  .c-concept__title {
    font-size: 3.6rem;
  }
  .c-media-card {
    flex-direction: column;
  }
  .c-media-card__content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    order: 2;
  }
  .c-media-card__content--row-reverse {
    text-align: left;
    justify-content: flex-start;
  }
  .c-media-card__img-wrap {
    width: 100%;
    order: 1;
  }
  .c-media-card--reverse .c-media-card__content {
    padding-left: 0;
  }
  .c-media-card__title {
    font-size: 3rem;
  }
  .c-media-card__img {
    height: 450px;
  }
  .c-works-grid {
    gap: 3.2rem;
  }
  .c-contact__title {
    font-size: 3.6rem;
  }

  /* 共通レイアウト */
  .l-section {
    padding: 8rem 0;
  }
  main {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  main.sub {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  /* 共通タイトル */
  .c-title {
    font-size: 3.2rem;
  }
  h2.c-sec-title {
    margin-bottom: 4.4rem !important;
  }
  h2.c-sec-title .c-sec-title__ja {
    font-size: 2.6rem !important;
  }
  /* ページヘッダー */
  .c-page-header {
    padding: 3.2rem 0 6.4rem;
  }
  .c-page-header__en {
    font-size: 3.6rem;
  }
  /* フッター */
  .l-footer {
    padding-bottom: 10rem;
  }
  .l-footer__top {
    padding: 6.4rem 2.4rem 4.8rem;
  }
  /* 施工事例 */
  .p-showcase {
    gap: 10rem;
    margin-bottom: 10rem;
  }
  .p-showcase-item__title {
    font-size: 2.4rem;
  }
  .p-now-building {
    padding: 7rem 2.4rem 8rem;
  }
  /* お問い合わせページ */
  .p-contact-info {
    padding: 8rem 2.4rem 5rem;
  }
  .p-contact-info__lead {
    font-size: 2.4rem;
  }
  .p-contact-info__tel-box {
    padding: 4rem 2.4rem;
  }
  .p-contact-info__tel-num {
    font-size: 3.6rem;
  }
  .p-contact-form {
    padding: 5rem 2.4rem 10rem;
  }
  .p-contact-form__inner {
    padding: 5rem 5rem 6rem;
  }
  /* お知らせ・コラム */
  .p-news-section {
    padding: 8rem 2.4rem 10rem;
  }
  .p-single-header {
    padding: 5rem 2.4rem 3.6rem;
  }
  .p-single-content {
    padding: 5rem 2.4rem 10rem;
  }
  /* サンクスページ */
  .p-thanks-links__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   ■ @media (max-width: 992px) ─ タブレット以下
   ========================================================================== */

@media screen and (max-width: 992px) {
  .p-concept-hero__content,
  .p-custom-hero__content,
  .p-reno-hero__content {
    padding: 4.8rem;
    width: 90%;
  }
  .p-company-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-number-card:nth-child(3) {
    grid-column: 1 / -1;
  }
  .p-features {
    flex-direction: column;
    gap: 4rem;
  }
  .p-features__visual {
    width: 100%;
    position: relative;
    top: auto;
    height: 450px;
    min-height: auto;
  }
  .p-features__list {
    width: 100%;
  }
  .p-qualifications {
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-reviews {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-company-access {
    flex-direction: column;
  }
  .p-company-access__text-wrap {
    width: 100%;
    padding: 4rem;
  }
  .p-company-map {
    width: 100%;
    height: 350px;
  }
  .p-showcase-item,
  .p-showcase-item:nth-child(even) {
    flex-direction: column;
    gap: 4rem;
  }
  .p-showcase-item__img-wrap {
    width: 100%;
  }
  .p-showcase-item__content {
    width: 100%;
    padding: 0 2rem;
  }
  .p-now-building__list {
    grid-template-columns: 1fr;
  }
  .p-work-hero__content {
    width: 90%;
    padding: 4rem;
  }
  .p-work-gallery__grid {
    gap: 1.6rem;
  }
  .p-concept-hero__catch {
    font-size: 2.8rem;
  }
  .p-concept-empathy__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  .p-empathy-card {
    padding: 3.2rem 1.6rem;
  }
  .p-empathy-card__text {
    font-size: 1.8rem;
  }
  .p-service-card__content {
    padding: 3.2rem 2.4rem;
  }
  .p-feature-item {
    gap: 4rem;
  }
  .p-works-collage {
    flex-direction: column;
    gap: 7rem;
  }
  .p-works-collage__content {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .p-works-collage__images {
    width: 100%;
    height: 450px;
  }
  .p-custom-quality__inner {
    flex-direction: column;
    gap: 4rem;
  }
  .p-custom-quality__img-wrap,
  .p-custom-quality__content {
    width: 100%;
  }
  .p-warranty-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-warranty-card:last-child {
    grid-column: 1 / -1;
  }
  .p-reno-problems__list {
    grid-template-columns: 1fr;
  }
  .p-concept-message__inner {
    padding: 4.8rem;
  }

  /* === 追記: タブレット縦向き(〜99.2rem)用 === */
  /* コンセプトページ - 想いの項目 */
  .p-promise-item,
  .p-promise-item:nth-child(even) {
    flex-direction: column;
    gap: 4rem;
  }
  .p-promise-item__img-wrap,
  .p-promise-item__content {
    width: 100%;
  }
  /* サンクスページ - カード調整 */
  .p-thanks-links__card {
    padding: 2.4rem 2rem;
  }
  .p-thanks-links__card-title {
    font-size: 1.84rem;
  }
  /* お問い合わせページ */
  .p-contact-info {
    padding: 7rem 2.4rem 4.8rem;
  }
  .p-contact-form__inner {
    padding: 4.8rem 4rem 6rem;
  }
  /* 単一記事 */
  .p-single-header__title {
    font-size: 2.8rem;
  }
}

/* ==========================================================================
   ■ @media (max-width: 768px) ─ タブレット縦・スマホ横以下
   ========================================================================== */

@media screen and (max-width: 768px) {
  /* スマホ表示時の調整 */
  .p-single-table-container {
    margin: 4rem 0;
  }
  /* スマホ時は画面幅いっぱいに表を広げる（余白を無視する） */
  .p-single-table-wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 40px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .p-single-table th,
  .p-single-table td {
    padding: 1.6rem;
  }
  .p-single-table-note {
    padding-right: 0;
  }

  .u-hidden-sp {
    display: none !important;
  }
  .l-header {
    padding: 1.6rem 2.4rem;
  }

  .l-header__nav {
    max-width: 100%;
    padding: 9rem 2.4rem 4rem;
  }

  .c-floating-btn {
    bottom: calc(0.8rem + env(safe-area-inset-bottom, 0rem));
    right: calc(0.8rem + env(safe-area-inset-right, 0rem));
    padding: 1.12rem 1.76rem;
  }
  .c-floating-btn svg {
    font-size: 2.4rem;
  }
  .c-hero__title {
    font-size: 3.6rem;
  }
  .c-hero__title-line {
    display: none;
  }
  .c-hero__desc {
    font-size: 1.4rem;
  }
  .c-hero__link-line {
    display: none;
  }
  .c-hero__img-frame {
    display: none;
  }
  .c-hero__img {
    height: 400px;
  }
  .c-marquee-sec__mask-l,
  .c-marquee-sec__mask-r {
    width: 64px;
  }
  .c-marquee__img {
    width: 280px;
    height: 180px;
  }
  .c-bg-svg {
    height: 200px;
  }
  .c-concept__title {
    font-size: 3rem;
  }
  .c-concept__text {
    font-size: 1.4rem;
  }
  .c-media-card__frame {
    display: none;
  }
  .c-media-card__img {
    height: 350px;
  }
  .c-media-card__content--row-reverse {
    order: 2;
  }
  .c-works-grid {
    grid-template-columns: 1fr;
  }
  .c-works-header__link {
    display: none;
  }
  .c-work-card--mt-lg {
    margin-top: 0;
  }
  .c-work-card--mt-minus {
    margin-top: 0;
  }
  .c-work-card__img-wrap {
    height: 350px;
  }
  .c-vertical-text {
    display: none;
  }
  .c-contact__title {
    font-size: 3rem;
  }
  .c-contact__desc {
    font-size: 1.4rem;
  }
  .c-btn-outline-light {
    font-size: 1.2rem;
  }
  .l-footer__top {
    flex-direction: column;
  }
  .l-footer__nav {
    justify-content: flex-start;
    gap: 4.8rem;
  }
  .l-footer__bottom {
    flex-direction: column;
  }
  .l-footer__sns {
    margin-bottom: 2.4rem;
  }
  .l-page-top::before,
  .l-page-top::after {
    height: 60px;
    bottom: -3rem;
  }
  .c-breadcrumb {
    padding: 1.2rem 2rem;
  }
  .c-page-header {
    padding: 2rem 0 6rem;
  }
  .c-page-header__en {
    font-size: 3.2rem;
  }
  .p-concept-hero {
    margin: 6rem auto 0;
    padding: 0 2rem;
  }
  .p-custom-hero,
  .p-reno-hero {
    margin: 4rem auto 0;
    padding: 0 2rem;
  }
  .p-concept-hero__img-wrap,
  .p-custom-hero__img-wrap,
  .p-reno-hero__img-wrap {
    aspect-ratio: 4 / 3;
    min-height: auto;
    border-radius: 8px;
  }
  .p-concept-hero__content,
  .p-custom-hero__content,
  .p-reno-hero__content {
    width: 95%;
    padding: 4rem 2.4rem;
    margin-top: -4rem;
    text-align: left;
  }
  .p-concept-hero__catch,
  .p-custom-hero__catch,
  .p-reno-hero__catch {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
  }
  .p-concept-hero__lead,
  .p-custom-hero__lead,
  .p-reno-hero__lead {
    font-size: 1.52rem;
  }
  .p-company-section,
  .p-concept-empathy,
  .p-concept-promise,
  .p-concept-services,
  .p-custom-features,
  .p-custom-works,
  .p-custom-quality,
  .p-custom-flow,
  .p-custom-warranty,
  .p-custom-faq,
  .p-reno-problems,
  .p-reno-features,
  .p-reno-menu,
  .p-reno-works,
  .p-reno-flow,
  .p-reno-faq,
  .p-works-section {
    padding: 6rem 2rem;
  }

  .c-contact-area {
    padding: 6rem 2rem;
  }

  .c-contact-area__catch {
    font-size: 2.2rem;
  }

  .c-contact-area__text {
    margin-bottom: 3.2rem;
  }

  .c-contact-area__cards {
    flex-direction: column;
    gap: 1.6rem;
  }

  .c-contact-card {
    padding: 3.2rem 2rem;
  }

  .c-contact-area__microcopy {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .c-contact-card__btn {
    width: 100%;
    max-width: 100%;
    padding: 1.6rem;
  }

  .c-contact-area__tel-num {
    font-size: 3.2rem;
  }

  .p-custom-works,
  .p-reno-works {
    overflow: hidden;
  }

  .c-btn-primary {
    width: 100%;
    min-width: auto;
    padding: 1.6rem 2rem;
  }

  .p-company-section:first-of-type {
    padding-top: 10rem;
  }
  .p-company-numbers {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .p-number-card {
    padding: 3.2rem 2rem;
  }
  .p-number-card__num {
    font-size: 4.8rem;
  }
  .p-features__visual {
    height: 400px;
  }
  .p-feature-card {
    padding: 3.2rem 2.4rem;
  }
  .p-feature-card__num {
    font-size: 2.8rem;
  }
  .p-feature-card__title {
    font-size: 2rem;
  }
  .p-company-table th,
  .p-company-table td {
    display: block;
    width: 100%;
    padding: 1.6rem 0;
  }
  .p-company-table th {
    border-bottom: none;
    padding-bottom: 0.8rem;
  }
  .p-company-table tr:first-child th {
    border-top: none;
    padding-top: 0;
  }
  .p-company-table tr:first-child td {
    border-top: none;
  }
  .p-qualifications-card {
    padding: 3.2rem 2.4rem;
  }
  .p-qualifications-list li {
    flex-direction: column;
    gap: 0.4rem;
  }
  .p-qualifications-list__desc,
  .p-qualifications-list__count {
    text-align: left;
  }
  .p-qualifications-list__desc.is-left {
    max-width: 100%;
  }
  .p-reviews {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .p-faq summary {
    padding: 2rem 4rem 2rem 0;
    font-size: 1.6rem;
  }
  .p-works-banner {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .p-works-banner__img-wrap {
    width: 100%;
    height: 260px;
  }
  .p-works-banner__content {
    position: relative;
    bottom: auto;
    left: auto;
    width: 90%;
    margin: -4rem auto 0;
    padding: 3.2rem 2.4rem;
  }
  .p-works-banner__content::after {
    top: -0.8rem;
    left: -0.8rem;
  }
  .p-works-banner__title-ja {
    font-size: 2.4rem;
  }
  .p-works-banner__sub {
    font-size: 1.44rem;
  }
  .p-company-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 2rem;
  }
  .p-company-access__text-wrap {
    padding: 3.2rem 2.4rem;
  }
  .p-works-intro {
    font-size: 1.6rem;
    margin-bottom: 6rem;
    text-align: left;
  }
  .p-showcase {
    gap: 8rem;
    margin-bottom: 8rem;
  }
  .p-showcase-item__title {
    font-size: 2.16rem;
    margin-bottom: 1.6rem;
  }
  .p-showcase-item__desc {
    font-size: 1.44rem;
    margin-bottom: 2.4rem;
  }
  .p-showcase-item__review {
    padding: 1.2rem 1.6rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .p-showcase-item__tags {
    margin-bottom: 1.8rem;
    padding-bottom: 0;
    border-bottom: none;
    gap: 0.8rem;
  }
  .p-showcase-item__content {
    padding: 0;
  }
  .p-now-building {
    padding: 8rem 2rem;
  }
  .p-building-card {
    flex-direction: column;
  }
  .p-building-card__img-wrap {
    width: 100%;
    height: 200px;
    min-height: auto;
  }
  .p-building-card__content {
    width: 100%;
    padding: 2.4rem;
  }
  .p-work-hero {
    padding: 0 2rem;
    margin: 2.4rem auto 6rem;
  }
  .p-work-hero__img-wrap {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }
  .p-work-hero__content {
    width: 95%;
    padding: 3.2rem 2rem;
    margin-top: -4rem;
  }
  .p-work-hero__title {
    font-size: 2.2rem;
  }
  .p-work-hero__tags {
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
  }
  .p-work-concept {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .p-work-concept__lead {
    font-size: 2rem;
    text-align: left;
  }
  .p-work-concept__text p {
    margin-bottom: 1.8rem;
    line-height: 1.8;
  }
  .p-work-gallery {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .p-work-gallery__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-work-gallery__item--large {
    grid-column: span 1;
  }
  .p-work-data {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .p-work-data__table th,
  .p-work-data__table td {
    display: block;
    width: 100%;
    padding: 2rem 2.4rem;
    border: none;
  }
  .p-work-data__table th {
    padding-top: 2.4rem;
    padding-bottom: 0.4rem;
    border-top: 1px solid #fff;
  }
  .p-work-data__table tr:first-child th {
    border-top: none;
  }
  .p-work-voice-text {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .p-work-voice-text__inner {
    padding: 4rem 0;
  }
  .p-work-voice-text__body {
    font-size: 1.52rem;
  }
  .p-work-nav {
    padding: 4rem 2rem;
    flex-direction: column;
    gap: 3.2rem;
  }
  .p-work-nav__link {
    width: 100%;
    text-align: center;
  }
  .p-work-nav__link--prev,
  .p-work-nav__link--next {
    text-align: center;
  }
  .p-work-nav__archive {
    order: -1;
    width: 100%;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.8rem;
  }
  .p-concept-empathy__lead {
    font-size: 2.16rem;
    margin-bottom: 3.2rem;
    text-align: left;
  }
  .p-concept-empathy__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .p-empathy-card {
    padding: 2.4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    text-align: left;
  }
  .p-empathy-card__svg {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .p-concept-empathy__message {
    margin-top: 4rem;
    text-align: left;
    font-size: 1.5rem;
  }
  .p-concept-voices {
    padding: 3rem 2rem 6rem;
  }

  .p-concept-services__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .p-service-card__content {
    padding: 3.2rem 2.4rem;
  }
  .p-service-card__title {
    font-size: 2.2rem;
  }
  .p-feature-list {
    gap: 6rem;
  }
  .p-feature-item,
  .p-feature-item:nth-child(even) {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
  .p-feature-item__img-wrap {
    width: 100%;
    border-radius: 8px;
  }
  .p-feature-item__content {
    width: 100%;
  }
  .p-feature-item__title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .p-works-collage {
    flex-direction: column;
    gap: 7rem;
  }
  .p-works-collage__content {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .p-works-collage__title-ja {
    font-size: 2.4rem;
  }
  .p-works-collage__sub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .p-works-collage__images {
    width: 100%;
    height: 320px;
  }
  .p-works-collage__img--1 {
    width: 80%;
  }
  .p-works-collage__img--2 {
    width: 45%;
    top: 0;
    left: -5%;
  }
  .p-works-collage__img--3 {
    width: 45%;
    bottom: -5%;
    right: -5%;
  }
  .p-custom-quality__lead {
    font-size: 2.2rem;
  }
  .p-flow-list {
    padding-left: 5.6rem;
  }
  .p-flow-list::before {
    left: 1.5rem;
  }
  .p-flow-item::before,
  .p-flow-item::after {
    width: 32px;
    height: 32px;
    left: -5.6rem;
    font-size: 1.4rem;
    border-width: 3px;
  }
  .p-flow-item {
    margin-bottom: 4.8rem;
  }
  .p-flow-item__title {
    font-size: 2rem;
  }
  .p-flow-item__body {
    padding: 2.4rem;
  }
  .p-warranty-list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .p-warranty-card {
    padding: 3.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-warranty-card:last-child {
    grid-column: auto;
  }
  .p-warranty-card__icon {
    margin-bottom: 1.6rem;
  }
  .p-reno-problems__lead {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .p-menu-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-menu-card__img-wrap {
    aspect-ratio: 16 / 9;
  }
  .p-menu-card__content {
    padding: 2.4rem 2rem;
  }
  .p-menu-card__title {
    font-size: 2rem;
  }
  .p-contact-form {
    padding: 4rem 2rem 8rem;
  }
  .p-contact-form__inner {
    padding: 4rem 2.4rem;
  }
  .p-form-header {
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .p-form-header__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    gap: 0.8rem;
  }
  .p-form-header__icon {
    font-size: 2.4rem;
  }
  .p-form-group {
    flex-direction: column;
    margin-bottom: 1.6rem;
    padding: 2rem 1.6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .p-form-label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    align-items: center;
  }
  .p-form-label__req,
  .p-form-label__opt {
    margin-top: 0;
  }
  .p-form-control {
    width: 100%;
  }
  .p-form-radio-group .wpcf7-radio {
    padding-top: 0;
  }
  .p-form-submit {
    margin-top: 3rem;
    padding-top: 1rem;
  }
  .p-form-submit__note {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-form-submit .c-btn-primary {
    width: 100%;
    max-width: 100%;
    padding: 1.6rem;
  }
  .p-concept-message {
    padding: 6rem 2rem 3rem;
  }
  .p-concept-message__inner {
    padding: 4rem 2.4rem;
  }
  .p-concept-message__inner::before {
    font-size: 6.4rem;
    top: 1rem;
    left: 1.6rem;
  }
  .p-concept-message__lead {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 2.4rem;
  }
  .p-concept-message__text {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .p-news-section {
    padding: 6rem 2rem 8rem;
  }

  .p-news-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 1.6rem;
    gap: 1.2rem;
  }

  .p-news-item__meta {
    width: 100%;
  }

  .p-news-item__title {
    font-size: 1.7rem;
  }

  .p-news-item__arrow {
    display: none;
  }

  .p-pagination {
    margin-top: 4rem;
  }

  .p-single-header {
    padding: 4rem 2rem 3.2rem;
  }

  .p-single-header__title {
    font-size: 2.4rem;
  }

  .p-single-content {
    padding: 4rem 2rem 8rem;
  }

  .p-single-content__thumb {
    margin-bottom: 3.2rem;
    border-radius: 8px;
  }

  .p-single-content__body h2,
  .p-work-concept__text h2 {
    font-size: 2.2rem;
    margin-top: 4rem;
    line-height: 1.6;
  }

  .p-single-content__body h3,
  .p-work-concept__text h3 {
    font-size: 2rem;
    margin-top: 3.2rem;
    line-height: 1.6;
  }
  .l-section--news {
    padding: 4.8rem 0; /* スマホ時はさらにコンパクトに */
  }

  .l-section--news .c-section-header {
    margin-bottom: 3.2rem;
  }
  .p-top-news__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 1.6rem;
    gap: 1.6rem;
  }

  .p-top-news__meta {
    width: 100%;
    gap: 1.6rem;
  }

  .p-top-news__title {
    font-size: 1.7rem;
  }
  .p-form-checkbox-group .wpcf7-checkbox {
    padding-top: 0;
  }

  .p-works-tabs {
    padding: 0 2rem 3.2rem;
  }

  .p-works-tabs__list {
    gap: 0.8rem;
  }

  .p-works-tabs__link {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-work-drawings {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .p-work-drawings__list {
    gap: 3.2rem;
  }

  .p-thanks-message {
    padding: 4rem 2rem 2.4rem;
  }

  .p-thanks-message__icon {
    width: 52px;
    height: 52px;
  }

  .p-thanks-message__lead {
    font-size: 2.2rem;
  }

  .p-thanks-message__text {
    font-size: 1.5rem;
  }

  .p-thanks-message__note {
    padding: 2rem 2rem;
  }

  .p-thanks-links {
    padding: 4.8rem 2rem 6.4rem;
  }

  .p-thanks-links__title-ja {
    font-size: 2rem;
  }

  .p-thanks-links__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  /* 共通レイアウト */
  .l-section {
    padding: 5.6rem 0;
  }
  main {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  main.sub {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  /* 共通タイトル */
  .c-title {
    font-size: 2.6rem;
  }
  h2.c-sec-title {
    margin-bottom: 3.6rem !important;
  }
  h2.c-sec-title .c-sec-title__ja {
    font-size: 2.4rem !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
  }
  h2.c-sec-title .c-sec-title__en {
    font-size: 1.3rem !important;
  }
  .c-page-header__ja {
    font-size: 1.6rem;
  }
  /* ヒーロー */
  .c-hero {
    padding-top: 8rem;
    padding-bottom: 3.2rem;
    min-height: auto;
  }
  /* フッター */
  .l-footer {
    padding-bottom: 8rem;
  }
  .l-footer__logo {
    font-size: 2rem;
  }
  /* l-footer__top の上部padding復活(.l-container--lg との衝突回避) */
  .l-footer__top {
    padding: 5.6rem 2.4rem 4rem;
  }
  /* 共通セクションタイトルリンク */
  .c-section-header {
    margin-bottom: 4.8rem;
  }
  /* お問い合わせページ */
  .p-contact-info {
    padding: 6rem 2rem 4rem;
  }
  .p-contact-info__lead {
    font-size: 2rem;
  }
  .p-contact-info__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-contact-promise {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
    gap: 1rem;
    text-align: left;
    line-height: 1.6;
    border-radius: 16px;
  }
  .p-contact-promise svg {
    font-size: 2rem;
  }
  .p-contact-info__tel-box {
    padding: 2.8rem 2rem;
  }
  .p-contact-info__tel-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-contact-info__tel-num {
    font-size: 2.8rem;
    gap: 0.8rem;
  }
  .p-contact-info__tel-num svg {
    font-size: 2.4rem;
  }
  .p-contact-info__tel-time {
    font-size: 1.4rem;
  }
  /* コンセプト・住宅ページ - 想いの項目 */
  .p-promise-item,
  .p-promise-item:nth-child(even) {
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-promise-item__img-wrap,
  .p-promise-item__content {
    width: 100%;
  }
  .p-promise-item__title {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
  .p-promise-item__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  /* リフォーム - 問題カード */
  .p-problem-card {
    padding: 2.4rem 2rem;
  }
  .p-problem-card__icon {
    font-size: 3.2rem;
  }
  .p-problem-card__title {
    font-size: 2rem;
  }
  /* 注文住宅 - 保証カード */
  .p-warranty-card__icon {
    font-size: 3.6rem;
  }
  .p-warranty-card__title {
    font-size: 2rem;
  }
  /* 共通テーブル(会社概要・施工事例) */
  .p-company-table th {
    font-size: 1.6rem;
  }
  /* お知らせ・コラム単一ページ */
  .p-single-header__title {
    font-size: 2.4rem;
  }
  /* サンクスページ */
  .p-thanks-links__card {
    padding: 2.4rem 2rem;
  }
  .p-thanks-links__card-title {
    font-size: 2rem;
  }
  .p-thanks-links__card-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /* プライバシーポリシー */
  .privacypolicy-body {
    padding-top: 2.4rem;
  }
  .privacypolicy-box {
    padding: 2rem;
    margin: 3.2rem 0 2.4rem;
  }
  /* 下層セクション(FAQ等)のスマホ左右余白を20pxに統一 */
  .p-concept-faq,
  .p-concept-promise,
  .p-concept-services,
  .p-reno-faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* --- レスポンシブ：スマホで監修者ボックスの余白を調整 --- */
  .p-column-author {
    padding: 2.4rem;
    margin-top: 4.8rem;
  }

  /* ページネーション：スマホは折返し可＋間隔を詰めて画面幅超過を防止 */
  .p-pagination .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
  }
}

/* ==========================================================================
   ■ @media (max-width: 640px) ─ 大きめのスマホ以下
   ========================================================================== */
@media screen and (max-width: 640px) {
  .c-contact__buttons {
    flex-direction: column;
  }
  .c-page-header__en {
    font-size: 2.8rem;
  }
  .c-hero__title {
    font-size: 3rem;
  }
  .c-hero__img {
    height: 360px;
  }
  .c-concept__title {
    font-size: 2.6rem;
  }
  .c-media-card__title {
    font-size: 2.4rem;
  }
  .c-contact__title {
    font-size: 2.6rem;
  }
  .p-contact-info__tel-num {
    font-size: 2.4rem;
  }
  .c-contact-area__tel-num {
    font-size: 2.8rem;
  }
  .p-thanks-message__lead {
    font-size: 2rem;
  }
}

/* ==========================================================================
   ■ @media (max-width: 480px) ─ スマホ画面サイズ
   ========================================================================== */

@media screen and (max-width: 480px) {
  /* === セーフティネット: 左右並びを確実に縦並びへ === */
  .p-promise-item,
  .p-promise-item:nth-child(even),
  .p-feature-item,
  .p-feature-item:nth-child(even),
  .p-features,
  .p-qualifications,
  .p-company-access,
  .p-custom-quality__inner,
  .p-works-collage,
  .p-showcase-item,
  .p-showcase-item:nth-child(even),
  .p-building-card {
    flex-direction: column !important;
  }
  .p-promise-item__img-wrap,
  .p-promise-item__content,
  .p-feature-item__img-wrap,
  .p-feature-item__content,
  .p-features__visual,
  .p-features__list,
  .p-custom-quality__img-wrap,
  .p-custom-quality__content,
  .p-works-collage__content,
  .p-works-collage__images,
  .p-showcase-item__img-wrap,
  .p-showcase-item__content,
  .p-company-access__text-wrap,
  .p-company-map,
  .p-building-card__img-wrap,
  .p-building-card__content {
    width: 100% !important;
  }
  .p-promise-item__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.4rem;
  }
  .p-promise-item__text {
    font-size: 1.4rem;
  }
  /* === ここまでセーフティネット === */

  /* コンテナ余白(小型スマホ向け) */
  .l-container,
  .l-container--md,
  .l-container--lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* ヘッダー */
  .l-header {
    padding: 1.2rem 2rem;
  }
  /* 共通レイアウト */
  .l-section {
    padding: 4.8rem 0;
  }
  main {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  main.sub {
    padding-top: calc(6.4rem + env(safe-area-inset-top, 0rem));
  }
  /* 共通タイトル */
  .c-title {
    line-height: 1.6;
  }
  h2.c-sec-title {
    margin-bottom: 2.8rem !important;
  }
  h2.c-sec-title .c-sec-title__ja {
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
  }
  h2.c-sec-title .c-sec-title__en {
    font-size: 1.2rem !important;
  }
  /* ページヘッダー */
  .c-page-header {
    padding: 1.6rem 0 4.8rem;
  }
  .c-page-header__en {
    font-size: 2.6rem;
  }
  .c-page-header__ja {
    font-size: 1.6rem;
    gap: 1.2rem;
  }
  .c-page-header__ja::before,
  .c-page-header__ja::after {
    width: 16px;
  }
  /* パンくず */
  .c-breadcrumb ul {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
  .c-breadcrumb li:not(:last-child)::after {
    margin-left: 0.8rem;
  }
  .c-contact__note {
    font-size: 1.26rem;
  }
  /* TOPページ - ヒーロー */
  .c-hero {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-hero__title {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .c-hero__desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-hero__link-text {
    padding: 1.4rem 4rem;
  }
  .c-hero__img {
    height: 320px;
  }
  .c-concept__title {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .c-concept__text {
    font-size: 1.4rem;
    line-height: 1.95;
  }
  .c-media-card__title {
    line-height: 1.5;
  }
  .c-media-card__img {
    height: 260px;
  }
  .c-marquee__img {
    width: 220px;
    height: 150px;
  }
  .c-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  /* TOPコンタクトエリア */
  .c-contact {
    padding: 4.8rem 0 5.6rem;
  }
  .c-contact__title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
  .c-contact__desc {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  .c-works-header {
    margin-bottom: 4.8rem;
  }
  .c-strength-list {
    gap: 4rem;
  }
  .c-media-card__num {
    font-size: 2.8rem;
  }
  /* 共通お問い合わせエリア */
  .c-contact-area {
    padding: 4.8rem 1.6rem;
  }
  .c-contact-area__catch {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
  .c-contact-area__text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  .c-contact-area__tel-num {
    font-size: 2.5rem;
  }
  .c-contact-area__tel-label {
    font-size: 1.6rem;
  }
  .c-contact-area__microcopy {
    font-size: 1.6rem;
  }

  .c-btn-text::after {
    content: "→";
    width: 32px;
    height: 32px;
    margin-left: 1.6rem;
    font-size: 1.4rem;
  }
  /* 各ページ - ヒーロー */
  .p-concept-hero,
  .p-custom-hero,
  .p-reno-hero {
    padding: 0 2rem;
  }
  .p-concept-hero__content,
  .p-custom-hero__content,
  .p-reno-hero__content {
    padding: 3.2rem 2rem;
  }
  .p-concept-hero__catch,
  .p-custom-hero__catch,
  .p-reno-hero__catch {
    font-size: 2.24rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .p-concept-hero__lead,
  .p-custom-hero__lead,
  .p-reno-hero__lead {
    font-size: 1.472rem;
    line-height: 1.95;
  }
  /* セクション余白(共通) */
  .p-company-section,
  .p-concept-empathy,
  .p-concept-promise,
  .p-concept-services,
  .p-custom-features,
  .p-custom-works,
  .p-custom-quality,
  .p-custom-flow,
  .p-custom-warranty,
  .p-custom-faq,
  .p-reno-problems,
  .p-reno-features,
  .p-reno-menu,
  .p-reno-works,
  .p-reno-flow,
  .p-reno-faq,
  .p-works-section {
    padding: 4.8rem 2rem;
  }
  .p-concept-message {
    padding: 4.8rem 2rem 2.4rem;
  }
  .p-concept-message__inner {
    padding: 3.2rem 2rem;
  }
  .p-concept-message__inner::before {
    font-size: 4.8rem;
  }
  .p-concept-message__lead {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-concept-message__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  /* コンセプト各種 */
  .p-concept-empathy__lead {
    font-size: 2rem;
    line-height: 1.55;
  }
  .p-empathy-card {
    padding: 2rem;
    gap: 1.6rem;
  }
  .p-empathy-card__svg {
    width: 32px;
    height: 32px;
    font-size: 3.2rem;
  }
  .p-empathy-card__text {
    line-height: 1.7;
  }
  /* 注文住宅 */
  .p-custom-quality__lead {
    font-size: 2rem;
    line-height: 1.55;
  }
  .p-custom-quality__inner {
    gap: 3.2rem;
  }
  .p-warranty-card {
    padding: 2.4rem 2rem;
  }
  .p-warranty-card__title {
    font-size: 2rem;
  }
  .p-warranty-card__icon {
    font-size: 3.2rem;
  }
  /* リフォーム */
  .p-reno-problems__lead {
    font-size: 2rem;
    line-height: 1.55;
  }
  .p-problem-card {
    padding: 2rem 1.6rem;
  }
  .p-problem-card__title {
    font-size: 2rem;
  }
  .p-problem-card__text {
    font-size: 1.4rem;
  }
  /* Features (共通) */
  .p-feature-list {
    gap: 4.8rem;
  }
  .p-feature-item__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.4rem;
  }
  .p-feature-item__text {
    font-size: 1.5rem;
    line-height: 1.85;
  }
  .p-feature-card {
    padding: 2.4rem 2rem;
  }
  .p-feature-card__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-feature-card__text {
    font-size: 1.5rem;
  }
  /* Service Card */
  .p-service-card__content {
    padding: 2.4rem 2rem;
  }
  .p-service-card__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .p-service-card__text {
    font-size: 1.5rem;
  }
  /* Flow */
  .p-flow-list {
    padding-left: 4.8rem;
  }
  .p-flow-list::before {
    left: 1.3rem;
  }
  .p-flow-item::before,
  .p-flow-item::after {
    width: 28px;
    height: 28px;
    left: -4.8rem;
    font-size: 1.3rem;
  }
  .p-flow-item__title {
    font-size: 2rem;
  }
  .p-flow-item__body {
    padding: 2rem 1.6rem;
    font-size: 1.5rem;
  }
  /* Reno menu */
  .p-menu-card__content {
    padding: 2rem 1.6rem;
  }
  .p-menu-card__title {
    font-size: 2rem;
  }
  /* お問い合わせページ */
  .p-contact-info {
    padding: 4.8rem 2rem 3.2rem;
  }
  .p-contact-info__lead {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-contact-promise {
    padding: 1.4rem 1.8rem;
    font-size: 1.312rem;
    line-height: 1.6;
  }
  .p-contact-promise svg {
    font-size: 1.8rem;
  }
  .p-contact-info__tel-box {
    padding: 2.4rem 1.6rem;
  }
  .p-contact-info__tel-num {
    font-size: 2.4rem;
    gap: 0.8rem;
  }
  .p-contact-info__tel-num svg {
    font-size: 2.2rem;
  }
  .p-contact-info__tel-time {
    font-size: 1.2rem;
  }
  .p-contact-form {
    padding: 3.2rem 2rem 6.4rem;
  }
  .p-contact-form__inner {
    padding: 3.2rem 2rem;
  }
  .p-form-header__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-form-header__icon {
    font-size: 2.2rem;
  }
  .p-form-header__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-form-group {
    padding: 1.6rem 1.2rem;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .c-input,
  .c-select,
  .c-textarea {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
  }
  /* 施工事例 */
  .p-works-intro {
    font-size: 1.5rem;
    margin-bottom: 4.8rem;
  }
  .p-showcase {
    gap: 6rem;
    margin-bottom: 6rem;
  }
  .p-showcase-item__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-showcase-item__desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-showcase-item__review {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-now-building {
    padding: 4.8rem 2rem 5.6rem;
  }
  .p-building-card__content {
    padding: 2rem 1.6rem;
  }
  .p-building-card__title {
    font-size: 1.8rem;
  }
  .p-work-hero__content {
    padding: 2.4rem 1.6rem;
  }
  .p-work-hero__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .p-work-concept__lead {
    font-size: 2rem;
    line-height: 1.65;
  }
  .p-works-collage__title-ja {
    font-size: 2.4rem;
  }
  .p-works-banner__title-ja {
    font-size: 2.4rem;
  }
  .p-works-banner__content {
    padding: 2.4rem 1.8rem;
  }
  .p-works-tabs {
    padding: 0 2rem 2.4rem;
  }
  .p-works-tabs__link {
    padding: 0.6rem 1.4rem;
    font-size: 1.3rem;
  }
  .p-work-data__table th {
    padding: 1.6rem 1.8rem 0.6rem;
  }
  .p-work-data__table td {
    padding: 0.6rem 1.8rem 1.6rem;
  }
  .p-work-voice-text__inner {
    padding: 3.2rem 0;
  }
  .p-work-voice-text__body {
    font-size: 1.5rem;
  }
  /* お知らせ・コラム */
  .p-news-section {
    padding: 4.8rem 2rem 6.4rem;
  }
  .p-news-item {
    padding: 2rem 1.2rem;
  }
  .p-news-item__title {
    line-height: 1.55;
  }
  .p-single-header {
    padding: 3.2rem 2rem 2.8rem;
  }
  .p-single-header__title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-single-content {
    padding: 3.2rem 2rem 6.4rem;
  }
  .p-single-content__body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-single-content__body h2,
  .p-work-concept__text h2 {
    font-size: 2rem;
    margin-top: 3.2rem;
    line-height: 1.5;
  }
  .p-single-content__body h3,
  .p-work-concept__text h3 {
    font-size: 1.9rem;
    margin-top: 2.8rem;
  }
  /* サンクスページ */
  .p-thanks-message {
    padding: 3.2rem 2rem 2rem;
  }
  .p-thanks-message__lead {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-thanks-message__icon {
    width: 44px;
    height: 44px;
  }
  .p-thanks-message__note {
    padding: 1.6rem;
  }
  .p-thanks-message__note p {
    font-size: 1.45rem;
    line-height: 1.75;
  }
  .p-thanks-links {
    padding: 4rem 2rem 4.8rem;
  }
  .p-thanks-links__title-ja {
    font-size: 2rem;
  }
  .p-thanks-links__card {
    padding: 2rem 1.6rem;
  }
  .p-thanks-links__card-title {
    font-size: 1.8rem;
  }
  .p-thanks-links__card-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /* プライバシーポリシー */
  .privacypolicy-box {
    padding: 1.6rem;
  }
  /* ページネーション */
  .p-pagination .page-numbers {
    width: 32px;
    height: 32px;
  }
  .p-pagination .prev,
  .p-pagination .next {
    padding: 0 1.2rem;
  }
  /* 会社概要 */
  .p-features {
    gap: 3.2rem;
  }
  .p-features__visual {
    height: 360px;
  }
  .p-feature-card__num {
    font-size: 2.4rem;
  }
  .p-number-card {
    padding: 2.4rem 1.6rem;
  }
  .p-number-card__num {
    font-size: 4.4rem;
  }
  .p-number-card__num span.unit {
    font-size: 1.6rem;
  }
  .p-number-card__text {
    font-size: 1.7rem;
  }
  .p-qualifications-card {
    padding: 2.4rem 2rem;
  }
  .p-qualifications-card__title {
    font-size: 1.8rem;
  }
  .p-qualifications-list {
    font-size: 1.5rem;
  }
  .p-company-area {
    padding: 1.6rem;
  }
  .p-company-access__text-wrap {
    padding: 2.4rem 1.8rem;
  }
  .p-company-access__name {
    font-size: 2rem;
  }
  .p-company-access__details {
    font-size: 1.5rem;
  }
  .p-company-table th {
    font-size: 1.5rem;
  }
  .p-company-table td {
    font-size: 1.5rem;
    padding: 0.6rem 0 2rem;
  }
  /* フッター */
  .l-footer {
    padding-bottom: 8rem;
  }
  .l-footer__top {
    gap: 5.6rem;
  }
  .l-footer__nav {
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 2.4rem !important;
  }
  .l-footer__nav-col {
    gap: 1.6rem;
  }
  .l-footer__bottom {
    padding-top: 3.2rem;
    gap: 1.6rem;
  }
  .l-footer__sns {
    gap: 2rem;
    font-size: 1.3rem;
  }
  .l-footer__copy {
    font-size: 1.2rem;
  }
  .l-footer {
    padding-top: 6.4rem;
  }
  .l-footer__top {
    margin-bottom: 4rem;
  }
  .p-concept-message__sign-img {
    width: 100px;
    height: 100px;
  }

  .p-column-author {
    padding: 2rem;
  }
}

/* ==========================================================================
   ■ @media (max-width: 380px) ─ 小型スマホ
   ========================================================================== */

@media screen and (max-width: 380px) {
  .l-header__logo {
    font-size: 1.8rem;
  }
  .l-header__sub {
    font-size: 1.3rem;
  }
  .c-title {
    font-size: 2.2rem;
  }
  h2.c-sec-title .c-sec-title__ja {
    font-size: 2.2rem !important;
    line-height: 1.5 !important;
  }
  h2.c-sec-title .c-sec-title__en {
    font-size: 1.2rem !important;
  }
  /* ページヘッダー */
  .c-page-header__en {
    font-size: 2.4rem;
  }
  .c-page-header__ja {
    font-size: 1.6rem;
  }
  /* TOPヒーロー */
  .c-hero__title {
    font-size: 2.4rem;
  }
  .c-hero__img {
    height: 260px;
  }
  .c-concept__title {
    font-size: 2.2rem;
  }
  .c-media-card__title {
    font-size: 1.9rem;
  }
  .c-contact-area__catch {
    font-size: 1.9rem;
  }
  /* 各ページキャッチ */
  .p-concept-hero__catch,
  .p-custom-hero__catch,
  .p-reno-hero__catch {
    font-size: 2rem;
  }
  .p-concept-empathy__lead,
  .p-custom-quality__lead,
  .p-reno-problems__lead {
    font-size: 1.84rem;
  }
  .p-concept-message__lead {
    font-size: 1.76rem;
  }
  /* カード見出し */
  .p-feature-item__title,
  .p-promise-item__title {
    font-size: 2rem;
  }
  .p-feature-card__title,
  .p-service-card__title,
  .p-flow-item__title,
  .p-warranty-card__title,
  .p-menu-card__title {
    font-size: 2rem;
  }
  /* お問い合わせ */
  .p-contact-info__lead {
    font-size: 2rem;
  }
  .p-contact-info__tel-num {
    font-size: 2.2rem;
    gap: 0.6rem;
  }
  .p-contact-info__tel-num svg {
    font-size: 2rem;
  }
  .p-form-header__title {
    font-size: 2rem;
  }
  .c-contact-area__tel-num {
    font-size: 2.32rem;
  }
  /* 施工事例 */
  .p-showcase-item__title {
    font-size: 2rem;
  }
  .p-work-hero__title {
    font-size: 2.2rem;
  }
  .p-work-concept__lead {
    font-size: 1.8rem;
  }
  /* お知らせ・コラム */
  .p-news-item__title {
    font-size: 1.6rem;
  }
  .p-single-header__title {
    font-size: 2rem;
  }
  .p-single-content__body h2,
  .p-work-concept__text h2 {
    font-size: 1.8rem;
  }
  .p-single-content__body h3,
  .p-work-concept__text h3 {
    font-size: 1.6rem;
  }
  /* サンクス */
  .p-thanks-message__lead {
    font-size: 2rem;
  }
  .p-thanks-links__title-ja {
    font-size: 1.8rem;
  }
  .p-thanks-links__card-title {
    font-size: 1.8rem;
  }
}