/* ===== FIXED PAGES STYLESHEET ===== */

/* ===== CRITICAL OVERRIDES - ALL IMPORTANT ===== */
.philosophy-intro .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.philosophy-header {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.philosophy-statement-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 70px !important;
  align-items: center !important;
}

.philosophy-message {
  line-height: 1.9 !important;
  width: 100% !important;
}

.philosophy-header-section {
  margin-bottom: 30px !important;
}

.philosophy-header-section h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #222 !important;
}

.philosophy-message-content {
  line-height: 1.9 !important;
}

.philosophy-message-content p {
  color: #666 !important;
  margin-bottom: 20px !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
  font-family: 'Noto Serif JP', serif !important;
}

.philosophy-message-content p:last-child {
  margin-bottom: 0 !important;
}

.philosophy-closing {
  font-size: 15px !important;
  color: #666 !important;
  line-height: 2 !important;
  margin-top: 30px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400 !important;
}

.philosophy-image-wrapper {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
}

.philosophy-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 0 !important;
}

.philosophy-ceo .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.ceo-section {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 70px !important;
  align-items: start !important;
}

.ceo-message {
  line-height: 1.9 !important;
  width: 100% !important;
}

.ceo-header {
  margin-bottom: 40px !important;
}

.ceo-name-label {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #999 !important;
  letter-spacing: 0.05em !important;
  margin: 0 0 15px 0 !important;
}

.ceo-message h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #222 !important;
}

.ceo-content {
  line-height: 1.9 !important;
}

.ceo-content p {
  color: #666 !important;
  margin-bottom: 24px !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
}

.ceo-content p:last-child {
  margin-bottom: 0 !important;
}

.ceo-image-wrapper {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
}

.ceo-image {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  display: block !important;
}

/* ===== HERO PAGE (共通) ===== */
.hero-page {
  position: relative;
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
}

.hero-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}

.hero-page-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.hero-page-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

/* 改行位置を画面幅ごとに切り替えるためのヘルパー */
.tab-hide-break {
  display: inline;
}

@media (max-width: 1024px) {
  .tab-hide-break {
    display: none;
  }
}

@media (max-width: 768px) {
  .tab-hide-break {
    display: inline;
  }
}

.hero-page-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.05em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  line-height: 1.8;
}

/* ===== COMMON PAGE SECTIONS ===== */
.section {
  padding: 100px 0;
}

.section-white {
  background: #fff;
}

.section-light {
  background: #fafafa;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #222;
}

.section-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #888;
  letter-spacing: 0.05em;
  margin-top: -10px;
}

/* Mobile-only line break helper */
.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid #222;
  color: #222;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn:hover {
  background: #222;
  color: #fff;
}

.btn-cta-primary {
  background: #222;
  color: #fff;
  border-color: #222;
}

.btn-cta-primary:hover {
  background: #444;
  border-color: #444;
}

/* Contact Form */
.contact-form-section .container {
  max-width: 700px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-row label {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.form-row .required {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #b33;
  border-radius: 2px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #222;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button.btn {
  align-self: center;
  min-width: 240px;
  padding: 16px 30px;
  border: none;
  font-size: 15px;
}

.contact-success {
  padding: 40px;
  text-align: center;
  font-size: 16px;
  color: #222;
  background: #f5f5f5;
  border-radius: 4px;
}

.contact-errors {
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 4px;
}

.contact-errors p {
  margin: 0;
  color: #b33;
  font-size: 14px;
  line-height: 1.8;
}

/* ===== PHILOSOPHY PAGE (私たちの想い) ===== */
.philosophy-intro {
  padding: 100px 0;
}

.philosophy-header h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.philosophy-motto {
  padding: 100px 0;
}

.motto-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.motto-text-large {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  font-weight: 600;
  color: #222;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin: 0;
}

.philosophy-ceo {
  padding: 120px 0;
}

/* ===== PHILOSOPHY VALUES ===== */
.philosophy-values {
  padding: 100px 0;
}

.philosophy-values h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 40px;
}

.value-card {
  padding: 40px 30px;
  background: #fafafa;
  border-radius: 0;
  text-align: center;
}

.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  color: #222;
}

.value-icon svg {
  width: 100%;
  height: 100%;
  stroke: #222;
  stroke-width: 1.5;
}

.value-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #222;
}

.value-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.8;
}

.philosophy-cta {
  padding: 100px 0;
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
  white-space: nowrap;
}

.cta-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.8;
}

/* ===== MAMA DESIGN PAGE (ママ設計の家) ===== */
.mama-intro {
  padding: 100px 0;
}

.intro-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.intro-text h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

.intro-text p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 30px;
}

.intro-message {
  padding: 30px;
  background: #fafafa;
  border-left: 4px solid #222;
}

.intro-message p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}

.intro-image {
  width: 100%;
}

.intro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.policy-section {
  padding: 100px 0;
}

.policy-item {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}

.policy-number {
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  font-weight: 600;
  color: #e0e0e0;
  text-align: center;
  line-height: 1;
}

.policy-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

/* 見出しを改行させず1行で見せたいセクション用（PC/タブレット/モバイルそれぞれで文字サイズを自動調整） */
.policy-title-nowrap {
  white-space: nowrap;
  font-size: clamp(18px, 1.6vw, 24px) !important;
}

.policy-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 0;
}

.policy-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.policy-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Sections with only one photo: let it span the full image column */
.policy-images-single {
  grid-template-columns: 1fr;
}

.policy-images-single img {
  aspect-ratio: 3 / 2;
}

/* After-support Support 01 / Support 03: slightly smaller than the default single-photo size */
.policy-images-compact {
  max-width: 480px;
}

/* Wide/panoramic photo: place it full-width below the text instead of beside it */
.policy-item-stacked {
  grid-template-columns: 60px 1fr !important;
  grid-template-areas:
    "num content"
    "img img";
}

.policy-item-stacked .policy-number {
  grid-area: num;
}

.policy-item-stacked .policy-content {
  grid-area: content;
}

.policy-item-stacked .policy-images {
  grid-area: img;
  margin-top: 40px;
  grid-template-columns: 1fr;
}

.policy-item-stacked .policy-images img {
  aspect-ratio: unset;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .policy-item-stacked {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "num"
      "content"
      "img" !important;
  }
}

.mama-gallery {
  padding: 100px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.gallery-item {
  overflow: hidden;
  background: #f5f5f5;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

.mama-cta {
  padding: 100px 0;
}

/* ===== REBUILD PAGE (邸宅再生プロジェクト) ===== */
.rebuild-intro {
  padding: 100px 0;
}

.rebuild-cases {
  padding: 100px 0;
}

.case-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.case-item:nth-child(even) {
  direction: rtl;
}

.case-item:nth-child(even) > * {
  direction: ltr;
}

.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.case-before,
.case-after {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.case-before img,
.case-after img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.case-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 600;
  background: #222;
  color: #fff;
  padding: 8px 16px;
  letter-spacing: 0.05em;
  margin: 0;
}

.case-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.case-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
}

.rebuild-points {
  padding: 100px 0;
}

.point-item {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 100px;
}

.point-number {
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  font-weight: 600;
  color: #e0e0e0;
  text-align: center;
  line-height: 1;
}

.point-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.point-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
}

.point-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.rebuild-gallery {
  padding: 100px 0;
}

.rebuild-cta {
  padding: 100px 0;
}

/* ===== SUPPORT PAGE (アフターサポート・保証) ===== */
.support-intro {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

.support-intro h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
}

.support-intro p {
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 1.9;
}

.support-service {
  padding: 100px 0;
}

.service-item {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}

.service-number {
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  font-weight: 600;
  color: #e0e0e0;
  text-align: center;
  line-height: 1;
}

.service-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.service-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 15px;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.support-timeline {
  padding: 100px 0;
}

.support-timeline h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
  transform: translateX(-1px);
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 50%;
  margin-left: 50%;
}

.timeline-item:nth-child(odd) {
  margin-left: 0;
  padding-left: 0;
  padding-right: 50%;
  text-align: right;
}

.timeline-marker {
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  background: #222;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0;
  white-space: nowrap;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  letter-spacing: 0.05em;
}

.timeline-description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-top: 10px;
}

.support-warranty {
  padding: 100px 0;
}

.support-warranty h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.warranty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.warranty-card {
  padding: 40px;
  background: #fafafa;
  border-top: 3px solid #222;
}

.warranty-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.warranty-provider {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.warranty-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.support-contact {
  padding: 100px 0;
}

.support-contact h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin: 60px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-option {
  text-align: center;
}

.contact-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  color: #222;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  stroke: #222;
  stroke-width: 1.5;
}

.contact-option h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.contact-option p {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  line-height: 1.6;
}

.contact-hours,
.contact-info {
  font-size: 12px !important;
  color: #999 !important;
}

.contact-cta {
  text-align: center;
  margin-top: 50px;
}

.support-contact .contact-cta .btn {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* ===== COMPANY PAGE (会社情報) ===== */
.company-overview {
  padding: 100px 0;
}

.company-overview h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.overview-table {
  max-width: 700px;
  margin: 0 auto;
}

.overview-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}

.overview-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.overview-value {
  font-size: 15px;
  color: #666;
}

.company-business {
  padding: 100px 0;
}

.company-business h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.business-item h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.business-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.company-access {
  padding: 100px 0;
}

.company-access h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.access-offices-list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.access-office-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.access-map iframe {
  width: 100%;
  height: 320px;
  display: block;
}

.access-info h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

.access-address {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 20px;
}

.access-tel,
.access-email {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.6;
}

.company-licenses {
  padding: 100px 0;
}

.company-licenses h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.licenses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.license-item {
  padding: 30px;
  background: #fafafa;
  border-left: 3px solid #222;
  text-align: center;
}

.license-item h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.license-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.company-team {
  padding: 100px 0;
}

.company-team h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1240px;
  margin: 0 auto;
}

.team-member {
  text-align: center;
}

.team-image {
  margin-bottom: 30px;
  overflow: hidden;
  background: #f5f5f5;
  height: 300px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-member h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.team-role {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.team-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.company-philosophy {
  padding: 100px 0;
}

.company-philosophy h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
}

.philosophy-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.philosophy-item h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.philosophy-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.company-cta {
  padding: 100px 0;
}

.company-cta .cta-content h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
  white-space: nowrap;
}

.company-cta .cta-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.8;
}

/* ===== TABLET RESPONSIVE (769px - 1024px) ===== */
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  /* CTA heading: keep on one line at tablet widths */
  .cta-content h2 {
    font-size: clamp(24px, 3vw, 30px) !important;
  }

  .mama-intro .container,
  .rebuild-policy .container,
  .support-cta .container,
  .company-cta .container,
  .philosophy-intro .container,
  .philosophy-ceo .container,
  .rebuild-intro .container {
    padding: 0 40px !important;
  }

  .philosophy-statement-grid {
    gap: 50px !important;
  }

  .ceo-section {
    gap: 40px !important;
  }

  .intro-content {
    gap: 40px;
  }

  .values-grid {
    gap: 30px;
  }

  .overview-row {
    grid-template-columns: 140px 1fr;
    gap: 20px;
  }

  .policy-item,
  .point-item,
  .service-item {
    grid-template-columns: 60px 1fr 1fr;
    gap: 40px;
  }

  .policy-content h3 {
    font-size: 22px;
  }

  .policy-title-nowrap {
    font-size: clamp(14px, 1.8vw, 21px) !important;
  }

  .support-title-nowrap {
    font-size: clamp(13px, 1.65vw, 19px) !important;
    white-space: nowrap;
  }

  .policy-images,
  .case-images {
    gap: 15px;
  }

  .licenses-grid,
  .team-grid,
  .warranty-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .business-grid,
  .philosophy-content,
  .access-office-row {
    gap: 40px;
  }

  .access-offices-list {
    gap: 50px;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }

  .hero-page {
    min-height: 400px;
    height: 50vh;
  }

  .hero-page-title {
    font-size: 32px;
  }

  .hero-title-nowrap {
    white-space: nowrap;
  }

  .hero-page-subtitle {
    font-size: 14px;
  }

  .section {
    padding: 60px 0;
  }

  .philosophy-statement-grid,
  .intro-content,
  .ceo-section,
  .case-images,
  .contact-options,
  .business-grid,
  .access-office-row,
  .team-grid,
  .philosophy-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .access-offices-list {
    gap: 40px;
  }

  .access-map iframe {
    height: 260px;
  }

  .values-grid,
  .warranty-grid,
  .licenses-grid {
    grid-template-columns: 1fr;
  }

  .policy-item,
  .point-item,
  .service-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .policy-number,
  .point-number,
  .service-number {
    text-align: left;
  }

  .case-item:nth-child(even) {
    direction: ltr;
  }

  .policy-images {
    grid-template-columns: 1fr;
  }

  .support-title-nowrap {
    font-size: 28px !important;
    white-space: normal;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 200px;
  }

  .timeline::before {
    left: 0;
  }

  .timeline-item {
    padding-left: 40px;
    margin-left: 0;
  }

  .timeline-item:nth-child(odd) {
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-marker {
    left: 0;
    transform: translateX(0);
    top: -12px;
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* ===== MAMA DESIGN PAGE ===== */
.mama-intro .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.mama-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 100px !important;
  align-items: center !important;
}

.mama-intro-text h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  color: #222 !important;
}

.mama-intro-content {
  line-height: 1.9 !important;
}

.mama-intro-content p {
  color: #666 !important;
  margin-bottom: 24px !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
  font-family: 'Noto Serif JP', serif !important;
}

.mama-intro-content p:last-child {
  margin-bottom: 0 !important;
}

.mama-intro-image {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
}

.mama-intro-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 0 !important;
}

/* Gallery Grids */
.mama-gallery .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.gallery-grid {
  display: grid !important;
  gap: 30px !important;
}

.gallery-2 {
  grid-template-columns: 1fr 1fr !important;
}

.gallery-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.gallery-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.gallery-grid img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
  background: #f5f5f5 !important;
}

.mama-cta .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}



/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0 !important;
    transform: translateY(30px) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0 !important;
    transform: translateX(-30px) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0 !important;
    transform: translateX(30px) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

/* ===== MAMA DESIGN - UPDATED ===== */
.mama-intro .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.mama-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 100px !important;
  align-items: center !important;
}

.mama-intro-text {
  animation: slideInLeft 0.8s ease-out !important;
}

.mama-intro-text h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  color: #222 !important;
}

.mama-intro-content {
  line-height: 1.9 !important;
}

.mama-intro-content p {
  color: #666 !important;
  margin-bottom: 24px !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
  font-family: 'Noto Serif JP', serif !important;
}

.mama-intro-content p:last-child {
  margin-bottom: 0 !important;
}

.mama-intro-image {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
  animation: slideInRight 0.8s ease-out !important;
}

.mama-intro-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 0 !important;
}

/* Feature Sections */
.mama-feature .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.feature-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: center !important;
}

.feature-text {
  animation: slideInLeft 0.8s ease-out !important;
}

.feature-text h3 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ddd !important;
  margin: 0 0 20px 0 !important;
  line-height: 1 !important;
}

.feature-text h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  color: #222 !important;
}

.feature-text p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  margin: 0 !important;
  font-family: 'Noto Serif JP', serif !important;
}

.feature-text p strong {
  font-weight: 600 !important;
  color: #333 !important;
}

.feature-gallery {
  display: grid !important;
  gap: 20px !important;
  animation: slideInRight 0.8s ease-out !important;
}

.feature-gallery.gallery-2 {
  grid-template-columns: 1fr 1fr !important;
}

.feature-gallery.gallery-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.feature-gallery.gallery-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.feature-gallery img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
  background: #f5f5f5 !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

.feature-gallery img:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.05) !important;
}

.mama-cta .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.cta-content {
  animation: fadeInUp 0.8s ease-out !important;
}






/* ===== REBUILD PAGE ===== */
.rebuild-intro .container {
  max-width: 1240px !important;
  padding: 0 60px !important;
}

.rebuild-intro-text-large {
  animation: fadeInUp 0.8s ease-out !important;
  margin-bottom: 80px !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.rebuild-intro-text-large p {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 24px !important;
  color: #222 !important;
  line-height: 1.9 !important;
  margin-bottom: 20px !important;
}

.rebuild-intro-text-large p:last-child {
  margin-bottom: 0 !important;
}

.rebuild-intro-image {
  width: 100% !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  display: block !important;
  animation: slideInRight 0.8s ease-out !important;
}

.rebuild-intro-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin-bottom: 0 !important;
}

/* Policy Sections */
.rebuild-policy .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.policy-content-vertical {
  display: block !important;
  animation: fadeInUp 0.8s ease-out !important;
}

.policy-text {
  animation: slideInLeft 0.8s ease-out !important;
  margin-bottom: 40px !important;
}

.policy-text h2 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ddd !important;
  margin: 0 0 20px 0 !important;
  line-height: 1 !important;
}

.policy-text h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  color: #222 !important;
}

.policy-text p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  margin: 0 !important;
  font-family: 'Noto Serif JP', serif !important;
}

.policy-image {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
  animation: slideInRight 0.8s ease-out !important;
}

.policy-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.policy-image-wide {
  width: 100% !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 3 / 1 !important;
  display: block !important;
  animation: slideInRight 0.8s ease-out !important;
}

.policy-image-wide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.policy-gallery {
  display: grid !important;
  gap: 20px !important;
  animation: slideInRight 0.8s ease-out !important;
}

.policy-gallery.gallery-2 {
  grid-template-columns: 1fr 1fr !important;
}

.policy-gallery img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
  background: #f5f5f5 !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

.policy-gallery img:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.05) !important;
}

/* CTA */
.rebuild-cta .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.rebuild-cta .cta-content {
  animation: fadeInUp 0.8s ease-out !important;
}

/* このページのCTA見出しは手動で2行に分けているため、
   全ページ共通の1行維持用の縮小フォントサイズは使わず、専用の見やすいサイズを指定する */
.rebuild-cta .cta-content h2 {
  font-size: 34px !important;
  white-space: normal !important;
  line-height: 1.6 !important;
}

@media (max-width: 1024px) {
  .rebuild-cta .cta-content h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .rebuild-cta .cta-content h2 {
    font-size: clamp(14px, 4.6vw, 19px) !important;
  }
}

/* ===== AFTER SUPPORT PAGE ===== */
.support-section .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.support-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: start !important;
}

.support-text {
  animation: slideInLeft 0.8s ease-out !important;
}

.support-text h2 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ddd !important;
  margin: 0 0 20px 0 !important;
  line-height: 1 !important;
}

.support-text h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  color: #222 !important;
}

.support-text p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  margin: 0 !important;
  font-family: 'Noto Serif JP', serif !important;
}

.support-text-only {
  animation: fadeInUp 0.8s ease-out !important;
  margin-bottom: 40px !important;
}

.support-text-only h2 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ddd !important;
  margin: 0 0 20px 0 !important;
  line-height: 1 !important;
}

.support-text-only h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  color: #222 !important;
}

.support-text-only p {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  margin: 0 !important;
  font-family: 'Noto Serif JP', serif !important;
}

.support-image {
  text-align: center !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  aspect-ratio: 4 / 3 !important;
  display: block !important;
  width: 100% !important;
  animation: slideInRight 0.8s ease-out !important;
}

.support-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.support-gallery {
  display: grid !important;
  gap: 20px !important;
  animation: slideInRight 0.8s ease-out !important;
}

.support-gallery.gallery-2 {
  grid-template-columns: 1fr 1fr !important;
}

.support-gallery img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
  background: #f5f5f5 !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

.support-gallery img:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.05) !important;
}

.support-cta .container {
  max-width: 100% !important;
  padding: 0 60px !important;
}

.support-cta .cta-content {
  animation: fadeInUp 0.8s ease-out !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .container {
    padding: 0 30px !important;
  }

  /* Philosophy */
  .philosophy-intro .container {
    padding: 0 30px !important;
  }

  .philosophy-statement-grid,
  .mama-intro-grid,
  .rebuild-intro-grid {
    display: block !important;
    gap: 0 !important;
  }

  .philosophy-message,
  .mama-intro-text,
  .rebuild-intro-text {
    margin-bottom: 30px !important;
  }

  .philosophy-header-section h2,
  .mama-intro-text h2,
  .rebuild-intro-text-large p {
    font-size: 22px !important;
  }

  .philosophy-message-content p,
  .mama-intro-content p,
  .rebuild-intro-text p {
    font-size: 14px !important;
  }

  .philosophy-image-wrapper,
  .mama-intro-image {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    margin-top: 20px !important;
  }

  /* Rebuild intro photo: avoid cropping left/right edges on mobile */
  .rebuild-intro-image {
    width: 100% !important;
    aspect-ratio: unset !important;
    margin-top: 20px !important;
  }

  .rebuild-intro-image img {
    height: auto !important;
    object-fit: contain !important;
  }

  /* CEO Section */
  .ceo-section {
    display: block !important;
    gap: 0 !important;
  }

  .ceo-message {
    margin-bottom: 30px !important;
  }

  .ceo-message h2 {
    font-size: 22px !important;
  }

  .ceo-image-wrapper {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }

  /* Mama Design */
  .feature-content {
    display: block !important;
    gap: 0 !important;
  }

  .feature-text {
    margin-bottom: 30px !important;
  }

  .feature-text h2 {
    font-size: 36px !important;
  }

  .feature-text h3 {
    font-size: 20px !important;
  }

  .feature-gallery {
    gap: 15px !important;
  }

  .feature-gallery.gallery-2,
  .feature-gallery.gallery-3,
  .feature-gallery.gallery-4 {
    grid-template-columns: 1fr !important;
  }

  .feature-gallery img {
    aspect-ratio: 4 / 3 !important;
  }

  /* Rebuild */
  .rebuild-intro-text-large {
    margin-bottom: 40px !important;
  }

  .rebuild-intro-text-large p {
    font-size: 18px !important;
  }

  .policy-content {
    display: block !important;
    gap: 0 !important;
  }

  .policy-text {
    margin-bottom: 30px !important;
  }

  .policy-text h2 {
    font-size: 36px !important;
  }

  .policy-text h3 {
    font-size: 20px !important;
  }

  .policy-image,
  .policy-image-wide {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }

  .policy-gallery.gallery-2 {
    grid-template-columns: 1fr !important;
  }

  .policy-gallery img {
    aspect-ratio: 4 / 3 !important;
  }

  /* After Support */
  .support-content {
    display: block !important;
    gap: 0 !important;
  }

  .support-text {
    margin-bottom: 30px !important;
  }

  .support-text h2 {
    font-size: 36px !important;
  }

  .support-text h3 {
    font-size: 20px !important;
  }

  .support-text-only {
    margin-bottom: 30px !important;
  }

  .support-text-only h2 {
    font-size: 36px !important;
  }

  .support-text-only h3 {
    font-size: 20px !important;
  }

  .support-image {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }

  .support-gallery.gallery-2 {
    grid-template-columns: 1fr !important;
  }

  .support-gallery img {
    aspect-ratio: 4 / 3 !important;
  }

  /* CTA: keep on one line even on narrow phones */
  .cta-content h2 {
    font-size: clamp(12px, 3.5vw, 22px) !important;
    white-space: nowrap !important;
  }

  .cta-content p {
    font-size: 14px !important;
  }

  /* Values Grid */
  .values-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== MOBILE - MOTTO & VALUES ===== */
@media (max-width: 768px) {
  .motto-text-large {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }

  .value-card h3 {
    font-size: 16px !important;
  }

  .value-card p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* ===== MOBILE - FEATURE TITLES ===== */
@media (max-width: 768px) {
  .feature-text h3,
  .policy-text h3,
  .support-text h3,
  .support-text-only h3 {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  /* 改行なし見出し: 狭いスマホ幅でも1行に収まるよう画面幅に応じて縮小 */
  .policy-title-nowrap {
    font-size: clamp(13px, 4.1vw, 19px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }
}

/* ===== PROPERTIES (販売中物件) ===== */
.property-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.property-hub-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.property-hub-card:hover {
  opacity: 0.8;
}

.property-hub-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
}

.property-hub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-hub-image-before-visible {
  object-position: left bottom;
}

.property-hub-text {
  padding: 25px 5px;
  text-align: center;
}

.property-hub-text h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.property-hub-text p {
  font-size: 14px;
  color: #666;
}

.property-item .policy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.property-desc p {
  margin-bottom: 0;
}

/* 2件目以降を交互にグレー背景にして見やすくする */
.property-item-alt {
  background: #f6f5f2;
  border-radius: 6px;
  padding: 40px;
}

@media (max-width: 768px) {
  .property-item-alt {
    padding: 30px 20px;
  }
}

.property-link {
  display: inline-block;
}

.property-empty {
  text-align: center;
  font-size: 15px;
  color: #888;
  padding: 60px 0;
}

.btn-movie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 40px;
  background: #222;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
}

.btn-movie:hover {
  background: #444;
}

.btn-movie-icon {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .property-hub-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .btn-movie {
    max-width: 100%;
    padding: 18px 20px;
    font-size: 16px;
  }
}
