@charset "UTF-8";

body {
  color: #000;
}

.c-section:nth-child(odd) {
  background-color: #f3f9f1;
}

/*ヘッダー*/
.g-header .g-header__resv {
  background-color: #1a5437;
}
.g-header .g-header__nav-btn {
  background-color: #000000;
}
.g-header .g-header__nav {
  background-color: #000000;
}
.c-visual-sub {
  margin-top: 200px;
}
.c-visual-sub .c-visual-sub__inner {
  height: 250px;
}
.g-nav .g-nav__list .nav-link:before {
  background: linear-gradient(#1a5437, #1a5437) right bottom / 0 1px no-repeat;
}
.g-nav .g-nav__list .nav-link:hover {
  color: #1a5437;
}
.g-nav .lower .js-close__btn {
  background-color: #000000;
}
.c-visual-sub .c-visual-sub__ttl:before {
  color: #1a5437;
}

#visual .t-kv-image::after {
  background-color: rgb(0 0 0 / 40%);
}

.g-nav .lower {
  width: 90%;
  top: 75px;
}

.g-nav .g-nav__list .nav-link i {
  right: -15px;
}

/*トップコンテンツ*/
.c-label {
  background-color: #1a5437;
}
.rotate3d .center {
  background-color: rgb(0 0 0 / 20%);
}
.c-image .c-image__caption {
  background: #1a5437;
}
.c-after__image-bc {
  background-position: bottom center;
}
/*フッター*/
.g-pagetop a {
  background: #1a5437;
}
.g-fixarea .contact--1 {
  background-color: #1a5437;
}

.g-fixarea .g-fixarea-footer .g-fixarea-footer__item {
  background-color: #1a5437;
}
.g-gmap {
  padding: 0px;
}
/*共通*/
.post-content h2 {
  background-color: #1a5437;
}
.u-font-sc {
  color: #1a5437;
}
.u-font-kc {
  color: #1a5437;
}
.c-headline-leftbig .c-headline-leftbig__sttl {
  color: #1a5437;
}
.p-common-news .p-common-news__ttl::before {
  color: #1a5437;
}
.c-table-prof tr td {
  color: #1a5437;
}

.c-card__item-date {
  background-color: #1a5437;
}

.c-headline__type3 {
  border-left: 6px solid #1a5437;
}

.c-slick__next,
.c-slick__prev {
  color: #000;
}

.c-visual-sub .c-visual-sub__ttl:before {
  top: -85px;
}

/* レスポンシブビデオスタイル */
#video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-aside h3 {
  background-color: #1a5437;
}

.c-card__item-body {
  padding: 10px;
}

.c-card__item-link {
  padding: 0;
}

/* 施工事例 詳細（全件）に効かせる場合 */
body.single-case .slick-slider .slick-track,
body.single-case .slick-slider .slick-list {
  transform: unset !important;
}

.c-visual .c-visual__ttl {
  text-shadow: 2px 1px 4px #000;
}
.c-visual .c-visual__sttl {
  text-shadow: 2px 1px 2px #000;
}
.g-nav .g-nav__list .nav-link {
  padding: 10px 0px 10px 0.5vw;
}

@media screen and (max-width: 767px) {
  .c-faq__item-ttl {
    text-indent: -30px;
    padding-left: 10px;
  }
  .c-faq__item-body {
    padding-right: 0;
  }
  .c-faq__item-body-txt {
    padding: 10px;
  }
  .c-visual .c-visual__ttl {
    font-size: 8vw;
    text-shadow: 2px 1px 4px #000;
  }
  .c-visual .c-visual__sttl {
    text-shadow: 1px 1px 2px #000;
  }
}

/* =========================================
   TOP / 選ばれる理由
   既存クラスを崩さず配色と質感を改善
========================================= */

.c-top-strength,
.c-section-strength {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f4f8fc 0%, #eef4fa 100%);
  overflow: hidden;
}

.c-top-strength::before,
.c-section-strength::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(30, 78, 121, 0.08);
  filter: blur(10px);
}

.c-top-strength::after,
.c-section-strength::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(79, 139, 197, 0.08);
  filter: blur(10px);
}

/* 見出し */
.c-top-strength .c-headline,
.c-section-strength .c-headline {
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.c-top-strength .c-headline__sub,
.c-section-strength .c-headline__sub {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e4e79 0%, #4f8bc5 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(30, 78, 121, 0.16);
}

.c-top-strength .c-headline__ttl,
.c-section-strength .c-headline__ttl {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #16324f;
}

/* 行 */
.c-top-strength .row.g-4,
.c-section-strength .row.g-4 {
  position: relative;
  z-index: 1;
}

/* カード */
.c-strength-card {
  position: relative;
  height: 100%;
  padding: 36px 30px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border: 1px solid rgba(30, 78, 121, 0.1);
  box-shadow:
    0 14px 34px rgba(22, 50, 79, 0.08),
    0 2px 8px rgba(22, 50, 79, 0.04);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

/* 上部アクセント */
.c-strength-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1e4e79 0%, #4f8bc5 60%, #86b6de 100%);
}

/* 右上の大きい番号 */
.c-top-strength .col-12:nth-child(1) .c-strength-card::after,
.c-section-strength .col-12:nth-child(1) .c-strength-card::after {
  content: "01";
}
.c-top-strength .col-12:nth-child(2) .c-strength-card::after,
.c-section-strength .col-12:nth-child(2) .c-strength-card::after {
  content: "02";
}
.c-top-strength .col-12:nth-child(3) .c-strength-card::after,
.c-section-strength .col-12:nth-child(3) .c-strength-card::after {
  content: "03";
}
.c-top-strength .col-12:nth-child(4) .c-strength-card::after,
.c-section-strength .col-12:nth-child(4) .c-strength-card::after {
  content: "04";
}

.c-strength-card::after {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(79, 139, 197, 0.13);
  z-index: 0;
}

/* hover */
.c-strength-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 78, 121, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow:
    0 24px 54px rgba(22, 50, 79, 0.12),
    0 4px 12px rgba(22, 50, 79, 0.06);
}

/* タイトル */
.c-strength-card__ttl {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #16324f;
}

.c-strength-card__ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e4e79 0%, #6ba6d8 100%);
}

/* 本文 */
.c-strength-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #44566c;
}

/* 2列時の余白バランス微調整 */
.c-top-strength .col-12,
.c-section-strength .col-12 {
  margin-bottom: 0;
}

.p-service-card {
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.p-service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #1e792f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.p-service-card__btn:hover {
  color: #fff;
  opacity: 0.9;
  transform: translateY(-2px);
}

.c-list.--icon i {
  color: #1a5437;
}

@media (max-width: 767px) {
  .p-service-card {
    padding: 1.25rem;
  }

  .p-service-card__btn {
    width: 100%;
    min-width: auto;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* SP */
@media (max-width: 991.98px) {
  .c-top-strength,
  .c-section-strength {
    padding: 72px 0;
  }

  .c-top-strength .c-headline,
  .c-section-strength .c-headline {
    margin-bottom: 36px;
  }

  .c-top-strength .c-headline__sub,
  .c-section-strength .c-headline__sub {
    padding: 6px 13px;
    font-size: 11px;
  }

  .c-strength-card {
    padding: 28px 22px 24px;
    border-radius: 18px;
  }

  .c-strength-card::after {
    top: 14px;
    right: 14px;
    font-size: 40px;
  }

  .c-strength-card__ttl {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
  }

  .c-strength-card__ttl::after {
    width: 48px;
    margin-top: 12px;
  }

  .c-strength-card__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

/* =========================================
   top recruit
========================================= */
.c-top-recruit {
  position: relative;
  background: linear-gradient(180deg, #f7fafc 0%, #eef4fa 100%);
  overflow: hidden;
}

.c-top-recruit__content {
  position: relative;
  z-index: 1;
}

.c-top-recruit__sub {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e791e 0%, #4fc55d 100%);
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c-top-recruit__ttl {
  color: #16324f;
}

.c-top-recruit__text {
  color: #44566c;
}

.c-top-recruit__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.c-top-recruit__point {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(30, 78, 121, 0.14);
  box-shadow: 0 8px 20px rgba(22, 50, 79, 0.06);
  color: #16324f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.c-top-recruit__image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(22, 50, 79, 0.1);
}

@media (max-width: 991.98px) {
  .c-top-recruit__point {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 12px;
  }

  .c-top-recruit__image {
    border-radius: 18px;
  }
}
.button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  box-shadow:
    0 2px 3px rgb(0 0 0 / 25%),
    0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #1a5437;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-3:hover {
  background-color: #1a5437;
  color: #000;
}

.c-faq__item {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f1f1; /* 必要に応じて調整 */
}

.c-faq__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 20px 56px 20px 20px;
  position: relative;
  cursor: pointer;
  display: block;
}

.c-faq__toggle:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.c-faq__item-ttl {
  display: block;
  font-weight: 700;
  margin: 0;
}

.c-faq__item-body {
  padding: 0 20px 20px;
}

.c-faq__item-body-txt > *:last-child {
  margin-bottom: 0;
}

.c-faq__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.c-faq__icon::before,
.c-faq__icon::after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.c-faq__icon::before {
  width: 18px;
  height: 2px;
}

.c-faq__icon::after {
  width: 2px;
  height: 18px;
  left: 8px;
}

.c-faq__toggle[aria-expanded="true"] .c-faq__icon::after {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .c-visual .c-visual__catchcopy {
    top: 200px !important;
  }
}

@media (max-width: 767.98px) {
  .p-lp-timing .u-font-pc-28,
  .p-lp-work .u-font-pc-24,
  .p-lp-flow .u-font-pc-22 {
    line-height: 1.4;
  }
  .c-faq__item-body-txt {
    padding: 0;
  }

  .c-faq__item-body {
    padding: 0;
  }

  .c-faq__toggle {
    padding: 0 56px 12px 0;
  }

  .c-table th {
    border-bottom: rgb(255 255 255 / 40%) 1px solid;
  }

  .g-fixarea .g-fixarea-footer__item {
    background: linear-gradient(to right, #1a5437, #1a5437);
  }
  .t-kv-image {
    --ratio: 300px;
  }
  .c-visual .c-visual__catchcopy {
    top: 50px;
    letter-spacing: unset;
    left: 0;
    right: 0;
  }
  .c-visual .c-visual__sttl {
    line-height: 24px;
  }
}

/* @media (min-width: 768px) {
  .t-kv-image {
    --ratio: 300px;
  }
  .c-visual .c-visual__catchcopy {
    top: 50px;
  }
} */

/* =========================================
   SERVICE セクション（v2 再デザイン）
   add.css に追記してください
========================================= */

.p-service-v2 {
  background: #f4f9f5;
}

/* ヘッダー */
.p-service-v2__en {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #1a5437;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.p-service-v2__divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #1a5437, #4caf50);
  border-radius: 999px;
  margin: 0 auto 18px;
}

.p-service-v2__ttl {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #1a2e1f;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}

.p-service-v2__lead {
  font-size: 15px;
  color: #4a5a4f;
  line-height: 2;
  margin: 0 0 48px;
  font-weight: 500;
}

/* カード */
.p-service-v2__card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 20px rgba(26, 84, 55, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.p-service-v2__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(26, 84, 55, 0.14);
}

/* 画像エリア */
.p-service-v2__card-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.p-service-v2__card-img-inner {
  transition: transform 0.5s ease;
}

.p-service-v2__card:hover .p-service-v2__card-img-inner {
  transform: scale(1.05);
}

/* 英語ラベル（画像上） */
.p-service-v2__card-label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #fff;
  background: rgba(26, 84, 55, 0.72);
  padding: 4px 12px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  font-weight: 500;
}

/* カード本文 */
.p-service-v2__card-body {
  padding: 22px 24px 26px;
}

/* タグ */
.p-service-v2__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #1a5437;
  background: #e8f5ec;
  padding: 3px 11px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* タイトル */
.p-service-v2__name {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #1a2e1f;
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}

/* 説明文 */
.p-service-v2__desc {
  font-size: 14px;
  color: #556659;
  line-height: 1.9;
  margin: 0 0 18px;
}

/* 詳しく見るリンク */
.p-service-v2__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #1a5437;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(26, 84, 55, 0.3);
  padding-bottom: 2px;
  transition:
    gap 0.2s ease,
    border-color 0.2s ease;
  letter-spacing: 0.04em;
}

.p-service-v2__link:hover {
  color: #1a5437;
  gap: 10px;
  border-color: #1a5437;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .p-service-v2__lead {
    margin-bottom: 32px;
    font-size: 13px;
  }

  .p-service-v2__card {
    border-radius: 16px;
  }

  .p-service-v2__card-body {
    padding: 18px 18px 22px;
  }

  .p-service-v2__name {
    font-size: 20px;
  }

  .p-service-v2__cta-btn {
    padding: 14px 32px;
    font-size: 14px;
  }
}

/* =========================================
   SERVICE セクション（v2 再デザイン）
   add.css に追記してください
========================================= */

.p-service-v2 {
  background: #f4f9f5;
}

/* ヘッダー */
.p-service-v2__en {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #1a5437;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.p-service-v2__divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #1a5437, #4caf50);
  border-radius: 999px;
  margin: 0 auto 18px;
}

.p-service-v2__ttl {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #1a2e1f;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}

.p-service-v2__lead {
  font-size: 15px;
  color: #4a5a4f;
  line-height: 2;
  margin: 0 0 48px;
  font-weight: 500;
}

/* カード */
.p-service-v2__card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 20px rgba(26, 84, 55, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.p-service-v2__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(26, 84, 55, 0.14);
}

/* 画像エリア */
.p-service-v2__card-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.p-service-v2__card-img-inner {
  transition: transform 0.5s ease;
}

.p-service-v2__card:hover .p-service-v2__card-img-inner {
  transform: scale(1.05);
}

/* 英語ラベル（画像上） */
.p-service-v2__card-label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #fff;
  background: rgba(26, 84, 55, 0.72);
  padding: 4px 12px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  font-weight: 500;
}

/* カード本文 */
.p-service-v2__card-body {
  padding: 22px 24px 26px;
}

/* タグ */
.p-service-v2__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #1a5437;
  background: #e8f5ec;
  padding: 3px 11px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* タイトル */
.p-service-v2__name {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #1a2e1f;
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}

/* 説明文 */
.p-service-v2__desc {
  font-size: 14px;
  color: #556659;
  line-height: 1.9;
  margin: 0 0 18px;
}

/* 詳しく見るリンク */
.p-service-v2__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #1a5437;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(26, 84, 55, 0.3);
  padding-bottom: 2px;
  transition:
    gap 0.2s ease,
    border-color 0.2s ease;
  letter-spacing: 0.04em;
}

.p-service-v2__link:hover {
  color: #1a5437;
  gap: 10px;
  border-color: #1a5437;
}

/* CTAボタン */
.p-service-v2__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a5437;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(26, 84, 55, 0.28);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.p-service-v2__cta-btn:hover {
  color: #fff;
  background: #14422c;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26, 84, 55, 0.34);
}

/* レスポンシブ */
@media (max-width: 767px) {
  .p-service-v2__lead {
    margin-bottom: 32px;
    font-size: 13px;
  }

  .p-service-v2__card {
    border-radius: 16px;
  }

  .p-service-v2__card-body {
    padding: 18px 18px 22px;
  }

  .p-service-v2__name {
    font-size: 20px;
  }

  .p-service-v2__cta-btn {
    padding: 14px 32px;
    font-size: 14px;
  }
}

/* =========================================
   手塚造園とは — ページ専用CSS
   add.css の末尾に追記してください
========================================= */

/* ── 共通：英字ラベル ─────────────────── */
.p-about-sec__en {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #1a5437;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.p-about-sec__en--light {
  color: #7acd9a;
}

/* =========================================
   ① HERO（手塚造園とは）
========================================= */

.bk-green {
  background: #1a5437 !important;
}
.p-about-hero__img {
  border-radius: 12px;
}
.p-about-hero__en {
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.p-about-hero__divider {
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #1a5437, #5aad72);
  border-radius: 999px;
  margin: 0 0 18px;
}

.p-about-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-about-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #eaf3ec;
  border: 1px solid #c2ddc9;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #1a5437;
}
.p-about-hero__pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a5437;
  flex-shrink: 0;
}

/* =========================================
   ② VALUES（大切にしていること）
========================================= */
.p-about-values {
  background: #f3f8f4;
}
.p-about-values__item {
  background: #fff;
  border-radius: 18px;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(26, 84, 55, 0.07);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.p-about-values__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26, 84, 55, 0.12);
}
/* 背景の大きな装飾数字 */
.p-about-values__bg-num {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 90px;
  font-weight: 800;
  color: rgba(26, 84, 55, 0.05);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}
/* 緑バッジ */
.p-about-values__badge {
  display: inline-block;
  background: #1a5437;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 14px;
  border-radius: 999px;
}

/* =========================================
   ③ REASON（選ばれる理由）
========================================= */
/* 01〜03 画像カード */
.p-about-reason__card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(26, 84, 55, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.p-about-reason__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 84, 55, 0.14);
}
/* 画像上の番号バッジ */
.p-about-reason__num {
  position: absolute;
  top: 12px;
  left: 14px;
  background: rgba(26, 84, 55, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 11px;
  border-radius: 999px;
  backdrop-filter: blur(3px);
  z-index: 1;
}
/* 画像コンテナは相対配置が必要 */
.p-about-reason__card .c-image__src {
  position: relative;
}
.p-about-reason__body {
  padding: 20px 22px 24px;
}

/* 04〜06 リストアイテム */
.p-about-reason__list-item {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #d0e8d8;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.p-about-reason__list-item:hover {
  border-color: #1a5437;
  box-shadow: 0 4px 14px rgba(26, 84, 55, 0.1);
}
.p-about-reason__list-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a5437;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* =========================================
   ④ SERVICE（対応できること）
========================================= */
.p-about-service {
  background: #f3f8f4;
}
.p-about-service__card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 3px 16px rgba(26, 84, 55, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.p-about-service__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(26, 84, 55, 0.13);
}
.p-about-service__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1a5437;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

/* =========================================
   ⑤ QUALITY（施工品質）
========================================= */
.p-about-quality {
  background: #1a3328;
}
.p-about-quality__img {
  border-radius: 16px;
}
.p-about-quality__ttl {
  color: #fff;
}
.p-about-quality__txt {
  color: #b8d4be;
}
/* チェックマーク付きタグ */
.p-about-quality__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-about-quality__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #c8e8d0;
}
.p-about-quality__tag::before {
  content: "✓";
  color: #5cd68a;
  font-size: 12px;
  font-weight: 700;
}

/* =========================================
   ⑥ TROUBLE（お悩み）
========================================= */
.p-about-trouble {
  background: #faf8f3;
}
.p-about-trouble__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.p-about-trouble__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
}
.p-about-trouble__body {
  padding: 20px 22px 24px;
  position: relative;
}
/* クォーテーションマーク（声感の演出） */
.p-about-trouble__quote {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #c2ddc9;
  font-family: Georgia, serif;
  margin-bottom: 4px;
  margin-left: -4px;
}

/* =========================================
   レスポンシブ
========================================= */
@media (max-width: 767.98px) {
  .p-about-values__item {
    padding: 22px 20px;
  }
  .p-about-values__bg-num {
    font-size: 64px;
    right: 14px;
    top: 6px;
  }
  .p-about-service__icon-wrap {
    width: 48px;
    height: 48px;
  }
  .p-about-quality {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-about-reason__list-item {
    padding: 14px 16px;
    gap: 10px;
  }
  .p-about-reason__list-num {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
