/* Page: Special Features */
.special-hero {
  padding: 40px 0 60px;
}

.special-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.special-hero__num {
  font-family: var(--font-en);
  font-size: 72px;
  font-weight: 800;
  color: #e60012;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}

.special-hero__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #000;
}

.special-hero__lead {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.special-hero__media {
  border-radius: 12px;
  overflow: hidden;
}

.special-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content sections */
.special-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.special-section--reverse {
  direction: rtl;
}

.special-section--reverse > * {
  direction: ltr;
}

.special-section__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}

.special-section__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.special-section__media {
  border-radius: 12px;
  overflow: hidden;
}

.special-section__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Other specials links */
.special-other-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.special-other-card {
  display: block;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 40px 32px;
  text-decoration: none;
  color: inherit;
  border: 2px solid transparent;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.special-other-card:hover {
  background: #eee;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #e60012;
}

.special-other-card:hover .special-other-card__num {
  color: #e60012;
}

.special-other-card__num {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 800;
  color: #e60012;
  display: block;
  margin-bottom: 12px;
}

.special-other-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page-special01 .page-header {
    padding-bottom: 12px;
  }
  .special-hero__inner,
  .special-section {
    grid-template-columns: 1fr;
  }
  .special-section--reverse {
    direction: ltr;
  }
  .special-hero__title {
    font-size: 22px;
  }
  .special-hero__num {
    font-size: 36px;
  }
  .special01-section__heading {
    display: block;
  }
  .special01-philosophy__photo-wrap {
    order: -1;
  }
  .special-other-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Special 01 — JESグループが目指す姿
   ============================================================ */

.special01-anchor-nav,
.special02-anchor-nav {
  padding: 24px 0;
}

.special01-anchor-nav .benefits-nav__inner,
.special02-anchor-nav .benefits-nav__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.special01-anchor-nav .benefits-nav__item,
.special02-anchor-nav .benefits-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
  background: #fff;
  color: var(--color-primary, #e60012);
  border: 1px solid var(--color-primary, #e60012);
  flex: 1 1 0;
  min-width: 0;
  height: 44px;
  white-space: nowrap;
}

.special01-anchor-nav .benefits-nav__item .btn__spacer,
.special02-anchor-nav .benefits-nav__item .btn__spacer {
  display: none;
}

.special01-anchor-nav .benefits-nav__item .btn__circle-arrow,
.special02-anchor-nav .benefits-nav__item .btn__circle-arrow {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary, #e60012);
  color: #fff;
  border-color: var(--color-primary, #e60012);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.special01-anchor-nav .benefits-nav__item .btn__circle-arrow::before,
.special02-anchor-nav .benefits-nav__item .btn__circle-arrow::before {
  content: "";
  border-top: 6px solid currentColor;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: translateY(1px);
}

.special01-anchor-nav .benefits-nav__item:hover,
.special02-anchor-nav .benefits-nav__item:hover {
  background: var(--color-primary, #e60012);
  color: #fff;
  transform: translateY(-2px);
  opacity: 1;
}

.special01-anchor-nav .benefits-nav__item:hover .btn__circle-arrow,
.special02-anchor-nav .benefits-nav__item:hover .btn__circle-arrow {
  background: #fff;
  color: var(--color-primary, #e60012);
  border-color: #fff;
}

/* --- 共通: セクションpadding --- */
.special01-philosophy,
.special01-business-overview,
.special01-facility,
.special01-environment,
.special01-infrastructure,
.special01-asset,
.special01-300years,
.special01-group {
  padding: 60px 0;
  scroll-margin-top: 70px;
}

.special01-philosophy,
.special01-business-overview,
.special01-facility,
.special01-environment {
  scroll-margin-top: 70px;
}

/* --- 共通: セクション見出し --- */
.special01-section__heading {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 3px solid #e60012;
  display: inline-block;
}

/* --- 共通: 画像ブロック --- */
.special01-image-block {
  margin-bottom: 40px;
}

.special01-image-block:last-child {
  margin-bottom: 0;
}

.special01-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* 写真画像のラウンド */
.special01-img--rounded {
  border-radius: 12px;
}

/* 中央寄せ: max-width 500px (sm) */
.special01-image-block--center-sm img {
  max-width: 500px;
  margin: 0 auto;
}

/* 中央寄せ: max-width 600px (md-sm) — 3つの柱など */
/* re-use center-sm with 600px override where needed — handled below */

/* 中央寄せ: max-width 800px (md) */
.special01-image-block--center-md img {
  max-width: 800px;
  margin: 0 auto;
}

/* --- 経営理念セクション --- */
.special01-philosophy {
  background: transparent;
  padding: 64px 0;
}

.special01-philosophy .section-heading {
  margin-bottom: 40px;
}

.special01-philosophy__block {
  padding: 0 0 32px;
  margin-bottom: 28px;
}

.special01-philosophy__block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3a7ad;
  font-size: 24px;
  font-weight: 500;
  color: #111;
  margin-bottom: 24px;
}

.special01-philosophy__block-title::before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  border: 4px solid var(--color-primary, #e60012);
  border-radius: 50%;
  flex-shrink: 0;
  transform: none;
}

.special01-philosophy__policy {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px;
  align-items: center;
  justify-content: start;
  justify-items: start;
}

.special01-philosophy__policy-ruby {
  display: block;
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #666;
  margin-bottom: 6px;
  text-align: left;
}

.special01-philosophy__policy-main {
  /* font-family: var(--font-catch, "Zen Old Mincho", serif); */
  font-size: 56px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
  text-align: center;
}

.special01-philosophy__lead {
  /* font-family: var(--font-catch, "Zen Old Mincho", serif); */
  font-size: 31px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.8;
  text-align: center;
}

.special01-philosophy__lead-img {
  display: block;
  max-width: 100%;
  height: auto;
  /* margin-bottom: 24px; */
  margin: auto;
}

.special01-philosophy__policy-copy {
  color: var(--color-primary, #e60012);
  font-size: 21px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

.special01-philosophy__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.special01-philosophy__message {
  display: grid;
  grid-template-columns: 216px 1fr;
  gap: 55px;
  align-items: start;
}

.special01-philosophy__photo {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 8px;
}

.special01-philosophy__position {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary, #e60012);
  text-align: center;
  margin-bottom: 4px;
}

.special01-philosophy__name {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  text-align: center;
}

.special01-philosophy__message-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #222;
  margin-bottom: 12px;
}

.special01-philosophy__message-text p:last-child {
  margin-bottom: 0;
}

.special01-philosophy__signature {
  display: block;
  margin: 24px 0 0 auto;
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* --- 事業概要セクション --- */
.special01-business-overview {
  background: transparent;
}

.special01-business-overview--no-pt {
  padding-top: 0;
}

.special01-business-overview .section-heading {
  margin-bottom: 50px;
}

/* Business tabs (mobile only) */
.special01-business-tabs {
  display: none;
}

.special01-business-cards {
  display: grid;
  gap: 24px;
}

.special01-business-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 28px 42px 28px 28px;
}

.special01-business-card__head {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(340px, 500px);
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}

.special01-business-card__num-wrap {
  align-self: start;
}

.special01-business-card__num-label {
  font-size: 12px;
  font-weight: 800;
  color: #222;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.special01-business-card__num-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary, #e60012);
  flex-shrink: 0;
}

.special01-business-card__num {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-primary, #e60012);
  margin: 4px 0 35px;
}

.special01-business-card__title {
  font-size: 36px;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
}

.special01-business-card__hero {
  width: min(100%, 500px);
  height: auto;
  border-radius: 6px;
  display: block;
  margin-left: auto;
}

.special01-business-card__bar {
  display: flex;
  align-items: center;
  background: var(--color-primary, #e60012);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 12px;
  margin-bottom: 14px;
  min-height: 42px;
}

.special01-business-card__lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 45px;
}

.special01-business-card__model {
  display: grid;
  grid-template-columns: minmax(280px, 510px) 1fr;
  gap: 45px;
  align-items: start;
  margin-bottom: 50px;
}

.special01-business-card__model--facility {
  grid-template-columns: minmax(280px, 600px) 1fr;
  gap: 0px;
  margin-bottom: 20px;
}

.special01-business-card__model-img,
.special01-business-card__topic-img {
  width: 100%;
  height: auto;
  display: block;
}

.special01-business-card__model-img {
  max-width: 510px;
}

.special01-business-card__model-img--facility {
  max-width: 600px;
}

.special01-business-card__model-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary, #e60012);
  margin-bottom: 15px;
}

.special01-business-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.special01-business-card__text + .special01-business-card__text {
  margin-top: 8px;
}

.special01-business-card__list {
  margin-top: 8px;
}

.special01-business-card__list li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.9;
  /* color: #222; */
}

.special01-business-card__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* .special01-business-card__topic {
  margin-bottom: 30px;
  padding-bottom: 30px;
} */

.special01-business-card__topic-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.special01-business-card__topic-label {
  display: inline-block;
  background: var(--color-primary, #e60012);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 10px;
  /* margin-bottom: 8px; */
  min-width: 74px;
  text-align: center;
}

.special01-business-card__topic-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

.special01-business-card__topic-img {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .special01-business-card__topic-img[alt="教育と資格取得支援"] {
    width: 840px;
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .special01-business-card__topic-img[alt="海外特許取得の取り組み"] {
    width: 763px;
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.special01-business-card__growth {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 12px;
  border-bottom: solid 1px #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.special01-business-card__growth-img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}

.special01-business-card__growth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.special01-business-card__growth-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary, #e60012);
  margin-bottom: 6px;
}

.special01-business-card__cta {
  display: block;
  width: fit-content;
  min-width: 300px;
  margin: 0 auto;
  border: 1px solid var(--color-primary, #e60012);
  color: var(--color-primary, #e60012);
  background: #fff;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 20px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.special01-business-card__cta:hover {
  background: var(--color-primary, #e60012);
  color: #fff;
  opacity: 1;
}

.special01-business-card__cta-label--pc {
  display: inline;
}

.special01-business-card__cta-label--sp {
  display: none;
}

.special01-business-card__cta--m {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* --- ファシリティ事業 --- */
/* .special01-facility {
  background: #f9f9f9;
} */

.special01-facility .section-heading {
  margin-bottom: 50px;
}

.special01-facility-vision__intro {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 45px;
}

.special01-facility-vision__hero {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

@media (min-width: 769px) {
  .special01-facility-vision__hero {
    width: 500px;
    max-width: 100%;
    height: auto;
  }

  .special01-facility-vision__block-lead {
    width: 100%;
    max-width: 768px;
  }

  .special01-facility-vision__image {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .special01-facility-vision__source {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .special01-facility-vision__foundation-img {
    max-width: 437px;
  }

  .special01-image-block img.special01-group__wide-image {
    width: min(1280px, calc(100vw - 40px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.special01-facility-vision__kicker {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-primary, #e60012);
  margin-bottom: 8px;
}

.special01-facility-vision__kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  width: 17px;
  height: 17px;
  border: 3px solid var(--color-primary, #e60012);
  border-radius: 50%;
  transform: translateY(-50%);
}

.special01-facility-vision__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}

.special01-facility-vision__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}

.special01-facility-vision__accent {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 18px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.special01-facility-vision__accent span {
  color: var(--color-primary, #e60012);
}

.special01-facility-vision__accent-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.special01-facility-vision__accent-image {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) {
  .special01-facility-vision__accent-images {
    grid-template-columns: 35fr 65fr;
    justify-content: center;
  }

  .special01-facility-vision__accent-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .special01-facility-vision__accent-image:first-child {
    margin: auto;
  }
}

.special01-facility-vision__block {
  margin-bottom: 18px;
}

.special01-facility-vision__block:last-child {
  margin-bottom: 0;
}

.special01-facility-vision__block-title {
  position: relative;
  padding-left: 22px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}

.special01-facility-vision__block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 17px;
  height: 17px;
  border: 3px solid var(--color-primary, #e60012);
  border-radius: 50%;
  transform: translateY(-50%);
}

.special01-facility-vision__block-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #111;
  margin-bottom: 12px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.special01-facility-vision__block-lead span {
  color: var(--color-primary, #e60012);
  font-weight: 700;
}

.special01-facility-vision__image {
  width: 100%;
  height: auto;
  display: block;
}

.special01-facility-vision__image-wrapper {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .special01-facility-vision__image {
    width: auto;
    min-width: 650px;
  }
}

.special01-facility-vision__source {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.special01-facility-vision__source a,
.special01-facility-vision__source a:visited,
.special01-facility-vision__source a:hover,
.special01-facility-vision__source a:active {
  color: #000;
}

.special01-facility-vision__foundation {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1fr;
  gap: 24px;
  align-items: start;
}

.special01-facility-vision__foundation-img {
  width: 100%;
  height: auto;
  display: block;
}

.special01-facility-vision__foundation-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.special01-facility-vision__foundation-item:first-child {
  padding-top: 0;
}

.special01-facility-vision__foundation-item h5 {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.special01-facility-vision__foundation-item h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.special01-facility-vision__foundation-item--blue h5::before {
  background: #1ea0d6;
}

.special01-facility-vision__foundation-item--green h5::before {
  background: #7ab21e;
}

.special01-facility-vision__foundation-item--orange h5::before {
  background: #e5934f;
}

.special01-facility-vision__foundation-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
  padding-left: 35px;
}

/* --- 環境事業 --- */
/* .special01-environment {
  background: #fff;
} */

/* --- 交通インフラ事業 --- */
.special01-infrastructure {
  background: #f9f9f9;
}

/* 3つの柱: max-width 600px */
.special01-infrastructure .special01-image-block--center-sm img {
  max-width: 600px;
}

/* --- アセットマネジメント事業 --- */
.special01-asset {
  background: #fff;
}

/* --- 300年企業に向けて --- */
.special01-300years {
  background: #f9f9f9;
}

/* --- グループ会社 --- */
.special01-group {
  background: #fff;
}

/* 組織図 */
.special01-organization {
  background: #fafcfde5;
  border-radius: 12px;
  padding: 37px 2px;
  max-width: 1280px;
  width: calc(100vw - 40px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.special01-organization__layout {
  display: flex;
  gap: 22px;
  max-width: 1287px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
}

.special01-organization__left,
.special01-organization__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 400px;
  flex-shrink: 1;
  min-width: 0;
}

.special01-organization__center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.6%; /* 375/1187 */
  flex-shrink: 1;
  min-width: 0;
  padding: 0 10px;
  align-self: center;
}

.special01-organization__diagram-img {
  width: clamp(100%, 380px, 380px);
  height: auto;
  display: block;
}

/* 会社情報カード共通コンポーネント */
.company-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  width: 100%;
  min-width: 0;
  height: auto;
}

.company-info::before {
  display: none;
}

.company-info--blue {
  color: #daeef3;
}

.company-info--blue::before {
  background: #daeef3;
}

.company-info--green {
  color: #e2eed6;
}

.company-info--green::before {
  background: #e2eed6;
}

.company-info--red {
  color: #f8e1e1;
}

.company-info--red::before {
  background: #f8e1e1;
}

.company-info--purple {
  color: #dfe1ef;
}

.company-info--purple::before {
  background: #dfe1ef;
}

.company-info__logo {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
}

.company-info__logo-img {
  max-width: 160px;
  height: auto;
  max-height: 24px;
  object-fit: contain;
}

.company-info__content {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-left: 10px;
  border-left: 4px solid currentColor;
}

.company-info__content--full {
  width: 100%;
}

.company-info__name {
  display: none;
}

.company-info__desc {
  font-size: clamp(10px, 1.1vw, 13px);
  line-height: 1.6;
  color: #000;
}

/* 768px以下は非表示（モバイル用タブに切り替え） */
@media (max-width: 768px) {
  .special01-organization {
    display: none;
  }
}

.special01-group-card {
  background-color: transparent;
}

.special01-group-card__header-image {
  display: none;
}

.special01-group-tabs {
  display: none;
}

.special01-group__desktop-image {
  display: block;
}

.special01-group-image {
  display: none;
}

@media (max-width: 768px) {
  .special01-group__desktop-image {
    display: none;
  }

  .special01-group-image--active {
    display: block;
  }
}

@media (max-width: 768px) {
  .special01-group-card {
    background-color: #fafcfde5;
    border-radius: 0;
    padding: 24px 20px;
    margin-bottom: 32px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .special01-group-card__header-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 4px;
  }
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .special01-anchor-nav.benefits-nav {
    padding: 15.6px 0;
  }

  .special01-anchor-nav .benefits-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.5px;
  }

  .special01-anchor-nav .benefits-nav__item {
    min-width: 0;
    width: 100%;
    height: 28.6px;
    font-size: 9.75px;
    padding: 0 10.4px;
  }

  .special01-anchor-nav .benefits-nav__item .btn__circle-arrow {
    width: 10.4px;
    height: 10.4px;
    border: none;
    top: 0;
  }

  .special01-anchor-nav .benefits-nav__item .btn__circle-arrow::before {
    content: "";
    border-top: 5.2px solid currentColor;
    border-bottom: none;
    border-left: 2.6px solid transparent;
    border-right: 2.6px solid transparent;
    transform: translateY(1px);
  }

  .special02-anchor-nav .benefits-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.5px;
  }

  .special02-anchor-nav .benefits-nav__item {
    min-width: 0;
    width: 100%;
    height: 28.6px;
    font-size: 9.75px;
    padding: 0 10.4px;
  }

  .special02-anchor-nav .benefits-nav__item .btn__circle-arrow {
    width: 10.4px;
    height: 10.4px;
    border: none;
    top: 0;
  }

  .special02-anchor-nav .benefits-nav__item .btn__circle-arrow::before {
    content: "";
    border-top: 5.2px solid currentColor;
    border-bottom: none;
    border-left: 2.6px solid transparent;
    border-right: 2.6px solid transparent;
    transform: translateY(1px);
  }

  .special01-section__heading {
    font-size: 20px;
  }

  .special01-business-tabs,
  .special01-group-tabs {
    display: grid;
    grid-template-columns: repeat(4, 90px);
    justify-content: center;
    gap: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .special01-business-tabs::after,
  .special01-group-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #ddd;
  }

  .special01-business-tab,
  .special01-group-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    width: 90px;
    height: 80px;
    padding: 8px 6px 6px;
    background: #f5f5f5;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
  }

  .special01-business-tab--active,
  .special01-group-tab--active {
    background: #fff;
    border-color: var(--color-primary, #e60012);
  }

  .special01-business-tab__label,
  .special01-group-tab__label {
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }

  .special01-business-tab__num,
  .special01-group-tab__num {
    font-family: var(--font-en);
    font-size: 18px;
    font-weight: 800;
    color: var(--color-primary, #e60012);
    line-height: 1;
    margin: 1px 0;
  }

  .special01-business-tab__title,
  .special01-group-tab__title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: center;
  }

  /* --- タブ個別カラー（01=青, 02=緑, 03=赤, 04=紫） --- */
  .special01-group-tab:nth-child(1) {
    border-color: #45b8cc;
  }
  .special01-group-tab:nth-child(1) .special01-group-tab__num {
    color: #45b8cc;
  }

  .special01-group-tab:nth-child(2) {
    border-color: #83bc56;
  }
  .special01-group-tab:nth-child(2) .special01-group-tab__num {
    color: #83bc56;
  }

  .special01-group-tab:nth-child(3) {
    border-color: #e27987;
  }
  .special01-group-tab:nth-child(3) .special01-group-tab__num {
    color: #e27987;
  }

  .special01-group-tab:nth-child(4) {
    border-color: #7d87be;
  }
  .special01-group-tab:nth-child(4) .special01-group-tab__num {
    color: #7d87be;
  }

  /* --- business-tab 個別カラー（group-tabと同じ配色） --- */
  .special01-business-tab:nth-child(1) {
    border-color: #45b8cc;
  }
  .special01-business-tab:nth-child(1) .special01-business-tab__num {
    color: #45b8cc;
  }

  .special01-business-tab:nth-child(2) {
    border-color: #83bc56;
  }
  .special01-business-tab:nth-child(2) .special01-business-tab__num {
    color: #83bc56;
  }

  .special01-business-tab:nth-child(3) {
    border-color: #e27987;
  }
  .special01-business-tab:nth-child(3) .special01-business-tab__num {
    color: #e27987;
  }

  .special01-business-tab:nth-child(4) {
    border-color: #7d87be;
  }
  .special01-business-tab:nth-child(4) .special01-business-tab__num {
    color: #7d87be;
  }

  .special01-business-card {
    display: none;
    padding: 16px;
    overflow: hidden;
  }

  .special01-business-card--active {
    display: block;
  }

  .special01-business-card__head,
  .special01-business-card__model {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .special01-business-card__num {
    /* font-size: 34px; */
    margin: 4px 0 10px;
  }

  .special01-business-card__title {
    font-size: 24px;
  }

  .special01-business-card__model-title {
    font-size: 16px;
  }

  .special01-business-card__topic-title {
    font-size: 16px;
  }

  .special01-business-card__topic-head {
    gap: 8px;
    flex-wrap: wrap;
  }

  .special01-business-card__lead,
  .special01-business-card__text {
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .special01-business-card__list li {
    font-size: 13px;
    line-height: 1.8;
  }

  .special01-business-card__growth {
    grid-template-columns: 1fr;
    gap: 14px;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .special01-business-card__growth-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .special01-business-card__growth-title {
    font-size: 18px;
  }

  .special01-business-card__cta {
    min-width: 0;
    width: 100%;
    font-size: 13px;
  }

  .special01-business-card__cta-label--pc {
    display: none;
  }

  .special01-business-card__cta-label--sp {
    display: inline;
  }

  /* --- topic-img horizontal scroll on mobile --- */
  .special01-business-card__topic-img-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .special01-business-card__topic-img-wrapper
    .special01-business-card__topic-img {
    width: 840px;
    max-width: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .special01-business-card__topic-img-wrapper
    .special01-business-card__topic-img[alt="海外特許取得の取り組み"] {
    width: 763px;
  }

  .special01-facility-vision__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #special01-vision .section-heading__en,
  #special01-vision .section-heading__font-ja {
    font-size: 18px;
  }

  #special01-vision .section-heading__deco img {
    height: 80px;
  }

  #special01-vision .special01-facility-vision__lead br {
    display: none;
  }

  #special01-vision .special01-facility-vision__desc br {
    display: none;
  }

  .special01-facility-vision__lead {
    font-size: 24px;
  }

  /* .special01-facility-vision__desc {
    font-size: 13px;
  } */

  .special01-facility-vision__accent br {
    display: none;
  }

  .special01-facility-vision__accent-images {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .special01-facility-vision__block-lead {
    line-height: 1.4;
  }

  .special01-facility-vision__block-lead br {
    display: none;
  }

  .special01-facility-vision__foundation {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .special01-facility-vision__foundation-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .special01-facility-vision__foundation-item h5 {
    font-size: 20px;
  }

  .special01-facility-vision__foundation-item p {
    font-size: 14px;
    line-height: 1.8;
  }

  .special01-facility-vision__block-title {
    font-size: 20px;
  }

  .special01-image-block--center-sm img,
  .special01-image-block--center-md img {
    max-width: 100%;
  }

  .special01-philosophy,
  .special01-business-overview,
  .special01-facility,
  .special01-environment,
  .special01-infrastructure,
  .special01-asset,
  .special01-300years,
  .special01-group {
    padding: 40px 0;
  }

  .special01-philosophy {
    padding: 40px 0;
  }

  .special01-philosophy .section-heading {
    margin-bottom: 28px;
  }

  .special01-philosophy__block-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .special01-philosophy__policy {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .special01-philosophy__policy-main {
    font-size: 42px;
  }

  .special01-philosophy__policy-copy {
    font-size: 24px;
    line-height: 1.5;
  }

  .special01-philosophy__lead {
    font-size: 24px;
    line-height: 1.7;
    text-align: left;
  }

  .special01-philosophy__message {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .special01-philosophy__photo-wrap {
    text-align: center;
  }

  /* .special01-philosophy__photo {
    width: 96px;
    height: 96px;
  } */

  .special01-philosophy__desc,
  .special01-philosophy__message-text p {
    font-size: 15px;
    line-height: 1.9;
  }

  .special01-philosophy__signature {
    margin-top: 16px;
    max-width: 180px;
  }

  .special01-image-block {
    margin-bottom: 24px;
  }
  .special01-image-block--group-hero-pc {
    display: none;
  }

  .special01-infrastructure .special01-image-block--center-sm img {
    max-width: 100%;
  }
}

/* ============================================================
   Special 03 — 祭りを通して地域を守る（Figma準拠 再実装）
   ============================================================ */

/* --- セクションpadding --- */
.special03-nav,
.special03-reason,
.special03-landscape,
.special03-rediscovering,
.special03-manda,
.special03-photos {
  padding: 60px 0;
}

/* --- Anchor link scroll offset --- */
.special03-reason,
.special03-landscape,
.special03-rediscovering,
.special03-manda {
  scroll-margin-top: 40px;
}

/* --- 背景色 --- */
.special03-nav {
  background: #fff;
  padding: 24px 0;
}

/* .special03-reason {
  background: #fff;
} */

/* .special03-landscape {
  background: #f9f9f9;
} */

.special03-rediscovering {
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}
/* 
.special03-manda {
  background: #f9f9f9;
}

.special03-photos {
  background: #f0f0f0;
} */

/* --- セクション見出し（共通） --- */
.special03-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.special03-section-header__title {
  font-size: 32px;
  font-weight: 700;
  color: #e60012;
  margin-bottom: 8px;
  line-height: 1.4;
}

.special03-section-header__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  /* font-family: var(--font-en, "Inter"), sans-serif; */
  letter-spacing: 1px;
}

/* --- 本文テキスト --- */
.special03-body {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.special03-body__text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.special03-body__text:last-child {
  margin-bottom: 0;
}

/* --- 画像ブロック --- */
.special03-image-block {
  margin-bottom: 40px;
}

.special03-image-block:last-child {
  margin-bottom: 0;
}

.special03-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.special03-img--rounded {
  border-radius: 12px;
}

/* ============================
   理由セクション — パネルカード
   ============================ */
.special03-reason__panel {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 80px;
  max-width: 900px;
  margin: 0 auto;
}

.special03-reason__panel .special03-section-header {
  margin-bottom: 32px;
}

.special03-reason__body p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

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

.special03-reason__quote {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 2;
  padding-left: 16px;
  border-left: 3px solid #e60012;
  margin: 28px 0;
}

/* ============================
   地域社会の現況 — パネル枠
   ============================ */
.special03-landscape__panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.special03-landscape__panel img {
  width: 100%;
  height: auto;
  display: block;
}

.special03-landscape__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.special03-landscape__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.special03-landscape__img-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.special03-landscape__img-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.special03-landscape__text {
  margin: auto;
  text-align: left;
}

.special03-landscape__text h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #e60012;
}

.special03-landscape__text p {
  font-size: 15px;
  font-weight: 400;
}

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

@media (max-width: 768px) {
  .special03-landscape__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .special03-landscape__text br {
    display: none;
  }

  .special03-landscape__panel {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .special03-landscape__col {
    max-width: 100%;
  }
}

/* ============================
   お祭りの持つ本質 — 再発見セクション
   ============================ */
.special03-rediscovering__lead {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #222;
  margin-bottom: 40px;
}

/* パネル枠 */
.special03-rediscovering__panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 40px 80px;
}

.special03-rediscovering__panel .special03-rediscovering__lead {
  margin-bottom: 32px;
  line-height: 1.55;
}

.special03-rediscovering__lead-highlight {
  color: #e60012;
  font-weight: 700;
}

.special03-rediscovering__lead strong {
  color: #e60012;
  text-decoration: underline;
  text-decoration-color: #e60012;
  text-underline-offset: 4px;
}

.special03-rediscovering__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}

.special03-rediscovering__image img {
  width: 400px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.special03-rediscovering__caption {
  font-size: 11px;
  /* color: #999; */
  margin-top: 12px;
  line-height: 1.6;
}

.special03-rediscovering__caption a {
  /* color: #999; */
}

.special03-rediscovering__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.special03-rediscovering__feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.special03-rediscovering__feature-body {
  flex: 1;
}

.special03-rediscovering__feature-num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e60012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  transform: translateY(5px);
}

.special03-rediscovering__feature-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin: 0 0 6px;
}

.special03-rediscovering__feature-body h3 strong {
  color: #e60012;
}

.special03-rediscovering__feature-body p {
  font-size: 16px;
  line-height: 1.7;
  /* color: #555; */
}

/* ============================
   M&A × お祭り — 地域活性化セクション
   ============================ */
.special03-manda__lead {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 48px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

/* パネル枠 */
.special03-manda__panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 22px;
}

.special03-manda__panel .special03-manda__lead {
  margin-bottom: 32px;
}

.special03-manda__lead strong {
  color: #e60012;
}

.special03-manda__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 0;
}

.special03-manda__point-card {
  text-align: center;
}

.special03-manda__point-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.special03-manda__point-img {
  margin-bottom: 0;
}

.special03-manda__point-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.special03-manda__point-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e60012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
}

.special03-manda__point-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

/* ============================
   実際に参加した様子 — ギャラリー
   ============================ */
.special03-photos {
  /* background: #f0f0f0; */
  padding: 60px 0;
}

.special03-photos__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #e60012;
  margin-bottom: 40px;
}

.special03-photos__dot {
  color: #e60012;
  margin-right: 4px;
}

.special03-gallery {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.special03-gallery__slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  cursor: grab;
}

.special03-gallery__slider--dragging {
  cursor: grabbing;
}

.special03-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.special03-gallery__slide:first-child {
  position: relative;
}

.special03-gallery__slide--active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.special03-gallery__img {
  width: 100%;
  height: auto;
  display: block;
}

.special03-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.special03-gallery__arrow--prev {
  left: 12px;
}

.special03-gallery__arrow--next {
  right: 12px;
}

.special03-gallery__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--color-primary, #e60012);
  border-right: 2px solid var(--color-primary, #e60012);
}

.special03-gallery__arrow--prev::before {
  transform: translate(-33%, -50%) rotate(-135deg);
}

.special03-gallery__arrow--next::before {
  transform: translate(-72%, -50%) rotate(45deg);
}

.special03-gallery__arrow:hover {
  opacity: 1;
  background: #ffffff;
}

.special03-gallery__placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 18px;
  font-weight: 500;
}

.special03-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.special03-gallery__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease;
}

.special03-gallery__dot--active {
  background: #e60012;
}

/* ============================
   Special 03 — レスポンシブ
   ============================ */
@media (max-width: 768px) {
  .special01-philosophy,
  .special01-business-overview,
  .special01-facility,
  .special01-environment,
  .special01-infrastructure,
  .special01-asset,
  .special01-300years,
  .special01-group {
    scroll-margin-top: 50px;
  }

  .special01-philosophy,
  .special01-business-overview,
  .special01-facility,
  .special01-environment {
    scroll-margin-top: 50px;
  }
  /* --- Anchor link scroll offset (SP) --- */
  .special03-reason,
  .special03-landscape,
  .special03-rediscovering,
  .special03-manda {
    scroll-margin-top: 50px;
  }

  .special03-reason__panel {
    padding: 16px 24px;
    border-radius: 12px;
    background: none;
  }
  .special03-landscape {
    padding: 20px 0 !important;
  }

  .special03-reason__body p {
    font-size: 14px;
    line-height: 1.8;
  }

  .special03-reason__quote {
    font-size: 14px;
  }

  .special03-section-header__title {
    font-size: 22px;
  }

  .special03-section-header__subtitle {
    font-size: 14px;
  }

  .special03-rediscovering__lead {
    font-size: 20px;
    text-align: left;
  }

  .special03-rediscovering__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .special03-rediscovering__panel {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .special03-manda__lead {
    font-size: 15px;
    text-align: left;
  }

  .special03-manda__panel {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .special03-manda__points {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .special03-manda__point-head {
    margin-bottom: 12px;
  }

  .special03-manda__point-img img {
    max-width: 240px;
  }

  .special03-gallery__slider {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  .special03-gallery__arrow {
    width: 30px;
    height: 30px;
  }

  .special03-gallery__arrow--prev {
    left: 8px;
  }

  .special03-gallery__arrow--next {
    right: 8px;
  }

  .special03-gallery__dot {
    width: 10px;
    height: 10px;
  }

  .special03-photos__heading {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .special03-nav,
  .special03-reason,
  .special03-landscape,
  .special03-rediscovering,
  .special03-manda,
  .special03-photos {
    padding: 32px 0;
  }

  .special03-body {
    text-align: left;
  }
  .special03-manda {
    padding-bottom: 16px;
  }
}

/* Special01 Philosophy */
@media (min-width: 768px) {
  .special01-philosophy__policy-img {
    width: 404px;
    height: auto;
  }

  .special01-philosophy__lead-img {
    width: 600px;
    height: auto;
  }
}

/* ===== Image Modal (Lightbox) ===== */
.special01-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.special01-modal--active {
  display: flex;
}
.special01-modal__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
  animation: special01-modal-fadein 0.2s ease;
}
.special01-modal__close {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 12px;
  transition: opacity 0.2s;
}
.special01-modal__close:hover {
  opacity: 0.7;
}
@keyframes special01-modal-fadein {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
