.company-page {
    background:
        linear-gradient(180deg, #fbf8f2 0%, #fffdfa 38%, #f6efe4 100%);
}

.company-section {
    padding-bottom: 96px;
}

.company-layout {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.company-side {
    display: none;
}

.company-side-shell {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 240, 0.82)),
        linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(255, 255, 255, 0));
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(31, 27, 26, 0.08);
    overflow: hidden;
    padding: 24px 22px;
    position: relative;
}

.company-side-shell::before {
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.95), rgba(201, 168, 76, 0));
    content: "";
    height: 72px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.company-side-kicker {
    color: var(--color-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.company-side-title {
    color: #332a25;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.company-side-copy {
    color: #72655d;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.company-local-nav {
    display: grid;
    gap: 10px;
}

.company-local-nav a {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 27, 26, 0.06);
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(31, 27, 26, 0.05);
    color: #403732;
    display: grid;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 62px;
    padding: 12px 14px;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition);
}

.company-local-nav a:hover {
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 16px 28px rgba(31, 27, 26, 0.08);
    color: #231d1a;
    transform: translateY(-2px);
}

.company-nav-index {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.18), rgba(201, 168, 76, 0.05));
    border-radius: 14px;
    color: #94732d;
    display: inline-flex;
    font-family: var(--font-serif);
    font-size: 0.95rem;
    justify-content: center;
}

.company-main {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.company-heading {
    margin-bottom: 34px;
    text-align: center;
}

.company-title {
    color: var(--color-secondary);
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 600;
    letter-spacing: 0.08em;
}

.company-block + .company-block {
    margin-top: 52px;
}

.block-heading {
    margin-bottom: 22px;
    text-align: center;
}

.block-heading h2 {
    color: #3e342f;
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 600;
}

.company-overview-card,
.access-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 27, 26, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(31, 27, 26, 0.08);
}

.company-overview-card {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 26px;
}

.overview-table {
    border-collapse: collapse;
    width: 100%;
}

.overview-table th,
.overview-table td {
    border-bottom: 1px solid rgba(31, 27, 26, 0.08);
    font-size: 0.92rem;
    line-height: 1.85;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.overview-table th {
    color: #5f554d;
    font-weight: 700;
    white-space: nowrap;
    width: 112px;
}

.overview-table td {
    color: #342c28;
}

.overview-actions {
    margin-top: 18px;
    text-align: right;
}

.overview-actions--center {
    text-align: center;
}

.overview-visual img,
.policy-visual img {
    border-radius: 18px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.overview-visual {
    align-self: start;
}

.overview-table-wrap .overview-visual {
    margin-top: 18px;
}

.philosophy-list {
    display: grid;
    gap: 14px;
    list-style: disc;
    margin-left: 1.4rem;
}

.philosophy-list li,
.policy-copy li,
.access-address {
    color: #403732;
    font-size: 0.95rem;
    line-height: 1.95;
}

.policy-rings {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 10px 0 30px;
}

.policy-ring {
    align-items: center;
    border: 2px solid var(--color-gold);
    border-radius: 50%;
    color: #8a6e2a;
    display: flex;
    font-family: var(--font-serif);
    font-size: 0.95rem;
    height: 104px;
    justify-content: center;
    line-height: 1.6;
    text-align: center;
    width: 104px;
}

.policy-separator {
    color: var(--color-gold);
    font-size: 1.5rem;
    font-weight: 700;
}

.policy-cards {
    display: grid;
    gap: 22px;
}

.policy-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 27, 26, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(31, 27, 26, 0.08);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.5fr) minmax(160px, 220px);
    padding: 22px;
}

.policy-copy h3 {
    color: #332b27;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(31, 27, 26, 0.12);
    display: block;
}

.policy-copy ul {
    display: grid;
    gap: 10px;
    list-style: disc;
    margin-left: 1.2rem;
}

.policy-visual {
    align-self: stretch;
    min-height: 170px;
}

.access-card {
    padding: 24px;
}

.access-address {
    margin-bottom: 18px;
    text-align: center;
}

.access-map {
    border-radius: 18px;
    overflow: hidden;
}

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

@media (max-width: 980px) {
    .company-local-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .company-overview-card,
    .policy-card {
        grid-template-columns: 1fr;
    }

    .policy-rings {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .company-local-nav {
        grid-template-columns: 1fr;
    }

    .company-side-shell {
        border-radius: 20px;
    }

    .company-overview-card,
    .policy-card,
    .access-card {
        border-radius: 18px;
        padding: 18px;
    }

    .overview-table th,
    .overview-table td {
        display: block;
        padding: 8px 4px;
        width: 100%;
    }

    .overview-table th {
        border-bottom: none;
        padding-bottom: 0;
    }

    .overview-table td {
        padding-top: 2px;
    }

    .overview-actions {
        text-align: center;
    }

    .policy-ring {
        height: 90px;
        width: 90px;
    }

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

/* 仕入れ→カット→販売 の横並びフロー */
.step-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5vw;
  margin: 2.5em 0 2.5em 0;
  border-radius: 18px;
  padding: 2.5em 2vw 2em 2vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.step-flow .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
  max-width: 200px;
  flex: 1 1 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(31,27,26,0.06);
  padding: 1.2em 1em 1.5em 1em;
  transition: box-shadow 0.2s;
}
.step-flow .arrow02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  width: 44px;
  /* 高さをstepと揃える */
  height: auto;
  margin: 0 0.5vw;
}
.step-flow .arrow02::before {
  content: none;
}
.step-flow .arrow02::after {
  content: '\2192'; /* → */
  color: var(--color-primary, #c41b1b);
  font-size: 2.2em;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(31,27,26,0.18);
  display: block;
  margin: 0 auto;
  line-height: 1;
}
@media (max-width: 900px) {
  .step-flow {
    gap: 1vw;
    padding: 1.5em 0.5vw 1.2em 0.5vw;
  }
}
@media (max-width: 768px) {
  .step-flow {
    flex-direction: column;
    gap: 0.5em;
    align-items: stretch;
    padding: 1.2em 0.5em 1.2em 0.5em;
  }
  .step-flow .arrow02 {
    min-width: 32px;
    width: 32px;
    height: 32px;
    margin: 0.2em auto;
  }
  .step-flow .arrow02::after {
    font-size: 1.5em;
    transform: rotate(90deg);
    display: block;
  }
  .step-flow .step {
    min-width: 0;
    max-width: 100%;
    padding: 1em 0.5em 1.2em 0.5em;
  }
}

/* ===== フロー下のテキストも中央揃え ===== */
.policy-card .policy-copy > p,
.policy-card .policy-copy > a {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.brand-section {
  background: #fffdfa;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(31,27,26,0.08);
  padding: 2.2em 2vw 2.2em 2vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.brand-title {
  color: #c41b1b;
  font-size: 1.18em;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.7em;
}
.brand-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7em 1.2em;
  align-items: center;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(31,27,26,0.06);
  padding: 0.7em 0.5em 0.9em 0.5em;
  min-width: 0;
}
.brand span {
  color: #c41b1b;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.03em;
}
.brand img {
  width: 100%;
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 2px 8px rgba(31,27,26,0.07);
}
.brand-map-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2vw;
  margin-bottom: 1.2em;
}
.shiire_img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(31,27,26,0.10);
  margin-bottom: 0.5em;
}
@media (max-width: 900px) {
  .brand-section {
    padding: 1.2em 0.5vw 1.2em 0.5vw;
  }
  .brand-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .brand-logos {
    grid-template-columns: 1fr;
    gap: 0.5em 0;
  }
  .brand-section {
    padding: 0.7em 0.2em 0.7em 0.2em;
  }
}

/* ブランドロゴ専用デザイン（他と被らないように限定セレクタ） */
.brand-logos .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(31,27,26,0.06);
  padding: 0.7em 0.5em 0.9em 0.5em;
  min-width: 0;
}
.brand-logos .brand-label {
  color: #c41b1b;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.03em;
  text-align: center;
}
.brand-logos .brand img {
  width: 100%;
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 2px 8px rgba(31,27,26,0.07);
}
.brand-map-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2vw;
  margin-bottom: 1.2em;
}
.shiire_img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(31,27,26,0.10);
  margin-bottom: 0.5em;
}
@media (max-width: 900px) {
  .brand-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .brand-logos {
    grid-template-columns: 1fr;
    gap: 0.5em 0;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Shippori+Mincho+B1:wght@600;700&display=swap');

.hamada-global-quality {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #1f1813 0%, #2c2119 45%, #1a1410 100%);
  box-shadow: 0 16px 40px rgba(40, 25, 10, 0.18);
  position: relative;
}

.hamada-global-quality__content {
  position: relative;
  padding: 68px 56px 52px;
  color: #f5efe7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(184, 128, 58, 0.16) 0%, rgba(184, 128, 58, 0) 30%),
    linear-gradient(135deg, #1f1813 0%, #2b2119 50%, #19130f 100%);
}

.hamada-global-quality__eyebrow {
  margin: 0 0 18px;
  font-size: 14px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: #c99c4d;
  font-family: 'Cinzel', serif;
}

.hamada-global-quality__title {
  margin: 0 0 28px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fffaf2;
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
}

.hamada-global-quality__title span {
  color: #d0a14b;
}

.hamada-global-quality__text {
  max-width: 560px;
  margin-bottom: 48px;
}

.hamada-global-quality__text p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 247, 236, 0.9);
}

.hamada-global-quality__text p:last-child {
  margin-bottom: 0;
}

.hamada-global-quality__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hamada-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 180px;
}

.hamada-feature__body {
  text-align: center;
  min-width: 0;
}

.hamada-feature__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c89b4b;
}

.hamada-feature__icon-glyph {
  font-size: 40px;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.hamada-feature__title {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #d0a14b;
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
}

.hamada-feature__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 244, 227, 0.88);
}

.hamada-feature__laurel {
  width: 40px;
  height: 120px;
  position: relative;
  flex-shrink: 0;
}

.hamada-feature__laurel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/company/leaf.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
}

.hamada-feature__laurel--left::before {
  transform: none;
}

.hamada-feature__laurel--right::before {
  transform: scaleX(-1);
  transform-origin: center;
}

/* ============================================================
   目次
   ============================================================ */
.comp-toc {
  max-width: 380px;
  margin: 8px auto 56px;
  padding: 28px 36px 24px;
  border-top: 2px solid #c9a45c;
}

.comp-toc__heading {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #c9a45c;
  text-align: center;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}

.comp-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comp-toc__item {
  border-top: 1px solid #e8e3d9;
}

.comp-toc__item:last-child {
  border-bottom: 1px solid #e8e3d9;
}

.comp-toc__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 4px;
  color: #3f3a32;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.comp-toc__link:hover {
  color: #b98a3c;
  padding-left: 6px;
}

.comp-toc__num {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: 'Cinzel', serif;
  color: #c9a45c;
  font-weight: 700;
  width: 26px;
}

.comp-toc__label {
  flex: 1;
  font-size: 15px;
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
}

.comp-toc__arrow {
  flex-shrink: 0;
  font-size: 14px;
  color: #c9a45c;
  transition: transform 0.2s ease;
}

.comp-toc__link:hover .comp-toc__arrow {
  transform: translateX(4px);
}

/* ============================================================
   共通：eyebrow / section-title
   ============================================================ */
.comp-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: #b98a3c;
  text-align: center;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}

.comp-section-title {
  position: relative;
  margin: 0 0 48px;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1a1208;
  text-align: center;
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
}

/* ============================================================
   企業理念 (PHILOSOPHY)
   ============================================================ */
.comp-philosophy {
  padding: 54px 16px 64px;
  background: transparent;
  margin: 40px 0 48px;
}

.comp-philosophy .comp-eyebrow {
  margin-bottom: 6px;
  color: #b6a276;
  letter-spacing: 0.2em;
}

.comp-philosophy .comp-section-title {
  position: relative;
  margin: 0 auto 34px;
  line-height: 1.15;
}

.comp-section-title::before,
.comp-section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid #c9a45c;
  transform: translateY(-50%);
}

.comp-section-title::before {
  right: calc(80% + 8px);
}

.comp-section-title::after {
  left: calc(80% + 8px);
}

.comp-philosophy__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.comp-philosophy__item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 142px;
  padding: 18px 20px;
  background: transparent;
  border: 1px solid #e8e6e2;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  max-width: 600px;
    width: 100%;
    margin: auto;
}

.comp-philosophy__num {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ece8dc;
  color: #9e843f;
  font-size: 54px;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.comp-philosophy__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #3f3a32;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
}

/* ============================================================
   事業方針 (POLICY)
   ============================================================ */
.comp-policy {
  padding: 72px 24px 80px;
  margin: 0 0 48px;
}

.comp-policy__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 52px;
  flex-wrap: wrap;
}

.comp-policy__formula-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fbf7f0;
  border: 2px solid #c9a45c;
  font-size: 15px;
  font-weight: 700;
  color: #1a1208;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

.comp-policy__formula-op {
  font-size: 22px;
  color: #b98a3c;
  font-weight: 700;
}

.comp-policy__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.comp-policy__card {
  background: #fbf7f0;
  border: 1px solid #e2d9cc;
  border-radius: 12px;
  padding: 32px 28px;
}

.comp-policy__card-title {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1208;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 14px;
  border-bottom: 2px solid #c9a45c;
}

.comp-policy__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.comp-policy__card-list li {
  font-size: 14px;
  line-height: 1.8;
  color: #3a2e20;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

.comp-policy__card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b98a3c;
  font-weight: 700;
}

/* ============================================================
   ハマダについて
   ============================================================ */
.comp-about {
  padding: 72px 24px 80px;
  margin: 0 0 48px;
}

.comp-about__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.comp-about__card {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2d9cc;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.comp-about__card:hover {
  box-shadow: 0 8px 24px rgba(40, 25, 10, 0.12);
  transform: translateY(-4px);
}

.comp-about__card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.comp-about__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.comp-about__card:hover .comp-about__card-img img {
  transform: scale(1.05);
}

.comp-about__card-body {
  padding: 20px 52px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.comp-about__card-icon {
  width: 36px;
  height: 36px;
  display: block;
}

.comp-about__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.comp-about__card-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1a1208;
  font-family: 'Noto Serif JP', serif;
}

.comp-about__card-desc {
  margin: 0;
  font-size: 13px;
  color: #7a6b58;
  line-height: 1.7;
}

.comp-about__card-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #b98a3c;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.comp-about__card:hover .comp-about__card-arrow {
  transform: translateY(-50%) translateX(3px);
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 900px) {
  .hamada-global-quality {
    max-width: 100%;
    border-radius: 18px;
  }

  .hamada-global-quality__content {
    padding: 48px 24px 40px;
  }

  .hamada-global-quality__features,
  .comp-policy__cards,
  .comp-about__cards {
    grid-template-columns: 1fr;
  }

  .hamada-feature {
    min-height: auto;
  }

  .hamada-feature__laurel {
    width: 28px;
    height: 88px;
  }

  .hamada-feature__title {
    font-size: 28px;
  }

  .hamada-feature__desc {
    font-size: 14px;
  }

  .comp-policy__formula-item {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
 

  .comp-philosophy__list {
    max-width: 760px;
    gap: 10px;
  }

  .comp-philosophy__item {
    min-height: 118px;
    padding: 14px 16px;
  }

  .comp-philosophy__num {
    width: 62px;
    height: 62px;
    font-size: 42px;
  }

  .comp-philosophy__item p {
    font-size: 16px;
  }

  .comp-philosophy,
  .comp-policy,
  .comp-about {
    padding: 48px 20px 56px;
  }
}

@media (max-width: 600px) {
  .hamada-global-quality__eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .hamada-global-quality__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .hamada-global-quality__text {
    margin-bottom: 32px;
  }

  .hamada-global-quality__text p {
    font-size: 15px;
    line-height: 1.9;
  }

  .comp-philosophy__item {
    gap: 12px;
    min-height: 104px;
    border-radius: 10px;
  }

  .comp-philosophy__num {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .comp-philosophy__item p {
    font-size: 16px;
    line-height: 1.8;
  }

  .comp-section-title {
    margin-bottom: 24px;
  }

  .comp-policy__formula {
    gap: 10px;
  }
}

/* responsive */
@media screen and (max-width: 1080px) {
  .hamada-global-quality {
    grid-template-columns: 1fr;
  }

  .hamada-global-quality__media {
    min-height: 420px;
  }

  .hamada-global-quality__content {
    padding: 54px 32px 40px;
  }

  .hamada-global-quality__title {
    font-size: 42px;
  }

  .hamada-global-quality__features {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hamada-feature {
    min-height: auto;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .hamada-global-quality {
    border-radius: 20px;
  }

  .hamada-global-quality__media {
    min-height: 300px;
  }

  .hamada-global-quality__content {
    padding: 40px 20px 28px;
  }

  .hamada-global-quality__eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .hamada-global-quality__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .hamada-global-quality__text {
    margin-bottom: 32px;
  }

  .hamada-global-quality__text p {
    font-size: 15px;
    line-height: 1.9;
  }

  .hamada-feature {
    gap: 6px;
  }

  .hamada-feature__laurel {
    width: 28px;
    height: 88px;
  }

  .hamada-feature__title {
    font-size: 28px;
  }

  .hamada-feature__desc {
    font-size: 14px;
  }
}