/* =====================
   google fonts
   ===================== */

/* Shippori Mincho */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');


html {
  font-size: 62.5%;
}

@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444444444vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

body {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

/* =====================
   Scroll Fade-In
   ===================== */

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================
   Container
   ===================== */

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 2rem;
  }
}

/* =====================
   Mobile (〜767px)
   ===================== */

@media (max-width: 767px) {
  body {
    font-size: 1.4rem; /* 14px */
  }
}

/* =====================
   Body offset for fixed header
   ===================== */

body {
  padding-top: 8rem;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  body {
    padding-top: 5rem;
  }
}

/* =====================
   MV（メインビジュアル）
   ===================== */

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 8rem);
  overflow: hidden;
}

/* ---- スライド ---- */

.mv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

.mv__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.mv__deco {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.mv__deco-circle {
  position: absolute;
  /* background-color: #fff; */
  background-image: linear-gradient(0deg, #ffffff 4%, #ffffffb3 5%, #ffffff4d 40%, transparent 90%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30rem;
}

/* .mv__deco-circle {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 53rem;
  height: 22rem;
  opacity: .3;
} */

/* .mv__deco-circle--white {
  width: 110rem;
  height: 110rem;
  background: #fff;
  left: -43rem;
  bottom: -80rem;
  z-index: 3;
}

.mv__deco-circle--green {
  width: 110rem;
  height: 110rem;
  background: #097A61;
  left: -40rem;
  bottom: -80rem;
  z-index: 2;
}

.mv__deco-circle--red {
  width: 110rem;
  height: 110rem;
  background: #D60B17;
  left: -47rem;
  bottom: -79rem;
  z-index: 1;
} */

.mv__content {
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  z-index: 4;
}

/* ---- ドット・矢印 ---- */

.mv__dots {
  position: absolute;
  bottom: 2.4rem;
  right: 4rem;
  display: flex;
  gap: 1rem;
  z-index: 4;
}

.mv__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.mv__dot.is-active {
  background: #fff;
  transform: scale(1.3);
}

@media (max-width: 767px) {
  .mv__dots {
    right: 1rem;
    bottom: 1rem;
  }

  .mv__dot {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.mv__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.7;
  display: block;
  margin-bottom: 0;
  color: #1a1a1a;
}

.mv__title-sm {
  font-size: 2.8rem;
}

/* .mv__title-red {
  color: #D60B17;
}

.mv__title-green {
  color: #097A61;
} */

@media (max-width: 1024px) {
  .mv {
    height: calc(100vh - 6rem);
  }
}

@media (max-width: 767px) {
  .mv {
    height: 40rem;
  }

  .mv__slide {
    background-position: 60% 0%;
  }

  /* .mv__deco-circle--white {
    width: 40rem;
    height:40rem;
    left: -11rem;
    bottom: -26rem;
  }

  .mv__deco-circle--green {
    width: 40rem;
    height: 40rem;
    left: -10rem;
    bottom: -26rem;
  }

  .mv__deco-circle--red {
    width: 40rem;
    height: 40rem;
    left: -13rem;
    bottom: -26rem;
  } */

  .mv__content {
    bottom: 1rem;
    left: 2rem;
  }

  .mv__title {
    font-size: 1.8rem;
    line-height: 1.9;
  }

  .mv__title-sm {
    font-size: 1.4rem;
  }
}

/* =====================
   食品添加物を探すセクション
   ===================== */

.products-section {
  padding: 10rem 0;
  background-color: #F3F3F4;
}

/* ---- Section header ---- */

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #097A61;
  font-family: "Montserrat", sans-serif;
}

.section-eyebrow::before,
.section-eyebrow::after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background-color: currentColor;
}

.section-eyebrow--red {
  color: #D60B17;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 0.8rem;
}

.section-subtitle {
  font-size: 1.6rem;
  color: #666;
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 3rem;
  }
}

/* ---- Tabs ---- */

.products-tabs {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 3.2rem auto 0;
  border-radius: 100px;
  overflow: hidden;
  background-color: #DCE7E6;
  padding: 1rem;
}

.products-tabs__indicator {
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  left: 0;
  background-color: #fff;
  border-radius: 100px;
  transition: transform 0.3s ease, width 0.3s ease;
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 4px 4px 0 #ccc;
}

.products-tab {
  position: relative;
  z-index: 1;
  padding: 1rem 3.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.products-tab.is-active {
  color: #1a1a1a;
}

/* ---- Search ---- */

.products-search {
  margin: 3.2rem auto 0;
  max-width: 52rem;
}

.products-search form {
  display: flex;
  align-items: center;
  border: 1.5px solid #ccc;
  border-radius: 100px;
  background: #f7f7f7;
  padding: 0.4rem 0.4rem 0.4rem 2.4rem;
}

.products-search__input {
  flex: 1;
  padding: 1rem 0;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  outline: none;
  color: #1a1a1a;
  min-width: 0;
}

.products-search__input::placeholder {
  color: #aaa;
}

.products-search__btn {
  padding: 1rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #097A61;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.products-search__btn:hover {
  background-color: #1e4d2e;
}

@media (max-width: 767px) {
  .products-search__input {
    padding: .5rem;
    font-size: 1.4rem;
  }

  .products-search__btn {
    font-size: 1.4rem;
    padding: 0.6rem 3rem;
  }
}

/* ---- Product grid ---- */

.products-panel {
  display: none;
  margin-top: 3.2rem;
}

.products-panel.is-active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  animation: panelFadeIn 0.35s ease both;
}

@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Purpose card（画像付き） ---- */

.purpose-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.purpose-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.purpose-card__img {
  aspect-ratio: 3/2;
  background-color: #e8e8e8;
  overflow: hidden;
}

.purpose-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.purpose-card:hover .purpose-card__img img {
  transform: scale(1.04);
}

.purpose-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
  background: #fff;
  border-top: 1px solid #eee;
}

.purpose-card__text {
  flex: 1;
  min-width: 0;
}

.purpose-card__name {
  display: block;
  color: #1a1a1a;
  font-weight: 600;
}

.purpose-card__desc {
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.4rem;
  line-height: 1.5;
}

.purpose-card__arrow {
  font-size: 1.6rem;
  color: #888;
  flex-shrink: 0;
  margin-left: 0.8rem;
}

.purpose-card--no-img .purpose-card__footer {
  border-top: none;
  height: 100%;
}

/* ---- Material card（テキストのみ） ---- */

.material-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.6rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  text-decoration: none;
  color: #1a1a1a;
  background: #fff;
  transition: border-color 0.2s, background-color 0.2s;
}

.material-card:hover {
  border-color: #0066cc;
  background-color: #f0f5ff;
}

.material-card__name {
  font-size: 1.4rem;
  font-weight: 500;
}

.material-card__arrow {
  font-size: 1.4rem;
  color: #0066cc;
  flex-shrink: 0;
}

.products-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #888;
  padding: 4rem 0;
}

.products-load-more {
  display: block;
  grid-column: 1 / -1;
  margin: 3.2rem auto 0;
  padding: 1.2rem 4rem;
  background: #fff;
  color: #097A61;
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid #097A61;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.products-load-more:hover {
  background: #097A61;
  color: #fff;
}

.product-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.product-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card__img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  background-color: #e8e8e8;
  overflow: hidden;
}

.product-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__img-wrap img {
  transform: scale(1.04);
}

.product-card__type {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
}

.product-card__type--original {
  background-color: #097A61;
}

.product-card__type--existing {
  background-color: #0066cc;
}

.product-card__badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
}

.product-card__badge--new {
  background-color: #e53935;
}

.product-card__badge--hot {
  background-color: #f57c00;
}

.product-card__badge--sale {
  background-color: #7b1fa2;
}

.product-card__body {
  padding: 1.2rem 1.6rem 1.6rem;
}

.product-card__name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.6rem;
}

.product-card__excerpt {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .products-load-more {
    padding: 1rem 3rem; 
    font-size: 1.4rem;
  }
}

/* ---- CTA ---- */

.products-cta {
  text-align: center;
  margin-top: 4rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #097A61;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.2s;
}

.btn-primary:hover {
  background-color: #1e4d2e;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .products-section {
    padding: 6rem 0;
  }

  .section-title {
    font-size: 2.8rem;
  }

  .products-panel.is-active {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}

@media (max-width: 767px) {
  .products-tab {
    padding: 0.5rem 2rem;
    font-size: 1.4rem;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .products-panel.is-active {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .section-subtitle {
    font-size: 1.4rem;
  }

  .btn-primary {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }

  .products-cta {
    margin-top: 3rem;
  }
}

/* =====================
   商品テーブル（タクソノミーアーカイブ）
   ===================== */

.product-archive {
  padding: 8rem 0 10rem;
  background-color: #F3F3F4;
}

.product-archive__header {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .product-archive__header {
    margin-bottom: 3rem;
  }
}

/* ---- Search bar ---- */

.product-archive__search {
  display: flex;
  align-items: center;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 3.2rem;
  overflow: hidden;
}

.product-archive__search-input {
  flex: 1;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  outline: none;
  color: #1a1a1a;
  min-width: 0;
}

.product-archive__search-input::placeholder {
  color: #aaa;
}

.product-archive__search-btn {
  padding: 1.2rem 2.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #097A61;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  flex-shrink: 0;
}

.product-archive__search-btn:hover {
  background-color: #1e4c2e;
}

@media (max-width: 767px) {
  .product-archive__search-input {
    padding: 1rem;
    font-size: 1.4rem;
  }

  .product-archive__search-btn {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

/* ---- Card grid ---- */

.product-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

.product-archive__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.product-archive__card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.product-archive__card-img {
  aspect-ratio: 4 / 3;
  background-color: #b2ebf2;
  overflow: hidden;
}

.product-archive__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-archive__card--no-img .product-archive__card-body {
  padding: 1.6rem;
}

.product-archive__card-body {
  padding: 1.2rem 1.4rem 1.6rem;
}

.product-archive__card-name {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}

.product-archive__card-desc {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-archive__empty {
  text-align: center;
  color: #888;
  padding: 4rem 0;
  font-size: 1.6rem;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .product-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .product-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .product-archive__card--no-img .product-archive__card-body {
    padding: 1rem;
  }

  .product-archive__card-desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 1.2rem;
  }
}

/* ---- セクションバナー ---- */

.section-banner {
  width: 100%;
  line-height: 0;
}

.section-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.section-banner__cta {
  line-height: 1.5;
  text-align: center;
  padding: 24px 16px;
}

/* ---- トップページ用上書き ---- */

.product-archive--fp {
  padding: 10rem 0;
  background-color: #fff;
}


.search-results-page {
  padding: 6rem 0 8rem;
}

.search-results-page__heading {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #1a1a1a;
  padding-bottom: 2.4rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #e0e0e0;
}

.search-results-page__term-header {
  text-align: center;
  margin-bottom: 3.2rem;
}

.search-results-page__term-name {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  color: #0066cc;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #0066cc;
}

.search-results-page__term-desc {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.7;
  margin-top: 1.6rem;
}

.search-results-page__count {
  font-size: 1.4rem;
  color: #555;
  margin-top: 1.2rem;
}

.search-results-page__empty {
  text-align: center;
  color: #888;
  padding: 4rem 0;
}

.product-table-wrap {
  overflow-x: auto;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.product-table th {
  background-color: #e8edf5;
  color: #1a1a1a;
  font-weight: 600;
  padding: 1.2rem 1.6rem;
  text-align: center;
  border: 1px solid #d0d8e8;
  white-space: nowrap;
}

.product-table td {
  padding: 1.2rem 1.6rem;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 1.6;
}

.product-table tbody tr:nth-child(even) {
  background-color: #fafbff;
}

.product-table tbody tr:hover {
  background-color: #f0f5ff;
}

.product-table__name a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}

.product-table__name a:hover {
  text-decoration: underline;
}

.product-table__inquiry {
  text-align: center;
}

.inquiry-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  accent-color: #0066cc;
}

@media (max-width: 767px) {
  .product-archive--fp {
    padding: 6rem 0;
  }

  .search-results-page__term-desc {
    font-size: 1.4rem;
  }
}

/* =====================
   事業紹介セクション
   ===================== */

.business-section {
  padding: 10rem 0;
  background-image: url('../img/service-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-section .section-header {
  margin-bottom: 8rem;
}

.business-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

/* ---- 各アイテム（交互レイアウト） ---- */

.business-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: center;
  scroll-margin-top: 10rem;
}

/* 偶数番目は画像を右に */
.business-item:nth-child(even) .business-item__img-outer {
  order: 2;
}
.business-item:nth-child(even) .business-item__content {
  order: 1;
}

/* ---- 画像（オフセット枠装飾） ---- */

.business-item__img-outer {
  isolation: isolate;
}

.business-item__img-wrap {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: #e8e8e8;
}

.business-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.business-item:nth-child(n+3) span {
  color: #D60B17;
}

/* ---- テキストコンテンツ ---- */

.business-item__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #097A61;
  margin-bottom: 1.6rem;
}

.business-item__icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.business-item__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.business-item__body {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.8;
}

.business-item__body p + p {
  margin-top: 1.6rem;
}

.business-item__btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-top: 2.4rem;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}

.business-item:nth-child(-n+2) .business-item__btn:hover {
  color: #097A61;
}

.business-item:nth-child(n+3) .business-item__btn:hover {
  color: #D60B17;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .business-section {
    padding: 6rem 0;
  }

  .business-item {
    gap: 5rem;
  }
}

@media (max-width: 767px) {
  .business-section .section-header {
    margin-bottom: 4rem;
  }

  .business-list {
    gap: 6rem;
  }

  .business-item {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  /* スマホは常に画像が上 */
  .business-item:nth-child(even) .business-item__img-outer,
  .business-item:nth-child(even) .business-item__content {
    order: unset;
  }

  .business-item__title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  /* スマホは枠装飾を右下統一 */
  .business-item:nth-child(even) .business-item__img-wrap::after {
    top: 1.2rem;
    left: 1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
  }

  .business-item:nth-child(odd) .business-item__img-wrap::after {
    top: 1.2rem;
    left: 1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
  }

  .business-item__eyebrow {
    margin-bottom: 1rem;
  }

  .business-item__body {
    font-size: 1.4rem;
  }

  .business-item__btn {
    font-size: 1.4rem;
  }
}

/* =====================
   お知らせセクション
   ===================== */

.news-section {
  padding: 10rem 0;
  background-color: #F3F3F4;
}

.news-section .section-header {
  margin-bottom: 4rem;
}

/* ---- News list card ---- */

.news-list {
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 3.2rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background-color: #fafafa;
}

.news-item__inner {
  flex: 1;
  min-width: 0;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.6rem;
}

.news-item__date {
  font-size: 1.4rem;
  color: #666;
  white-space: nowrap;
}

.news-item__cat {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #D60B17;
  padding: 0.1rem 0.5rem;
  border-radius: 3px;
  white-space: nowrap;
}

.news-item__title {
  font-size: 1.6rem;
  font-weight: 5s00;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item__arrow {
  font-size: 2rem;
  color: #aaa;
  flex-shrink: 0;
}

/* ---- CTA button ---- */

.news-cta {
  margin-top: 4rem;
  text-align: center;
}

.btn-news {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #D60B17;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-news:hover {
  background-color: #a81b00;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .news-section {
    padding: 8rem 0;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 6rem 0;
  }

  .news-item {
    padding: 1rem 2rem;
  }

  .news-item__date {
    font-size: 1.2rem;
  }

  .news-item__title {
    white-space: normal;
    font-size: 1.4rem;
  }

  .btn-news {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}

/* =====================
   お知らせ一覧ページ
   ===================== */

.news-archive {
  padding: 10rem 0;
  background-color: #F3F3F4;
  min-height: 60vh;
}

.news-archive__header {
  margin-bottom: 4rem;
}

/* ---- Category filter tabs ---- */

.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.2rem;
}

.news-filter__tab {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #555;
  background-color: #fff;
  border: 1.5px solid #ddd;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.news-filter__tab:hover {
  border-color: #D60B17;
  color: #D60B17;
}

.news-filter__tab.is-active {
  background-color: #D60B17;
  border-color: #D60B17;
  color: #fff;
}

/* ---- Pagination ---- */

.news-pagination {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #555;
  background-color: #fff;
  border: 1.5px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.news-pagination .page-numbers:hover {
  border-color: #D60B17;
  color: #D60B17;
}

.news-pagination .page-numbers.current {
  background-color: #D60B17;
  border-color: #D60B17;
  color: #fff;
}

.news-pagination .prev.page-numbers,
.news-pagination .next.page-numbers {
  font-size: 2rem;
}

.news-archive__none {
  text-align: center;
  color: #888;
  padding: 4rem 0;
  font-size: 1.6rem;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .news-archive {
    padding: 8rem 0;
  }

  .news-filter__tab {
    padding: 0.7rem 1.8rem;
    font-size: 1.3rem;
  }
}

/* =====================
   (existing)
   ===================== */

.product-type-label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  margin-bottom: 0.4rem;
  vertical-align: middle;
}

.product-type-label--original { background-color: #097A61; }
.product-type-label--existing  { background-color: #0066cc; }

.product-table__col--material { width:  9%; }
.product-table__col--name     { width: 20%; }
.product-table__col--purpose  { width: 14%; }
.product-table__col--feature  { width: 30%; }
.product-table__col--dosage   { width: 14%; }
.product-table__col--inquiry  { width:  8%; }

/* =====================
   Contact CTA
   ===================== */

.contact-cta .section-eyebrow--red {
  color: #fff;
}

.contact-cta {
  padding: 8rem 0;
  background-color: #5a5a5a;
  background-image: url('../img/cta-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.contact-cta .container {
  position: relative;
  z-index: 1;
}

.contact-cta__header {
  text-align: center;
  margin-bottom: 5rem;
}

.contact-cta__title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.8rem;
}

.contact-cta__subtitle {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 1.2rem;
}

.sp-br {
  display: none;
}

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

.contact-cta__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .contact-cta__header {
    margin-bottom: 2rem;
  }

  .contact-cta__title {
    font-size: 2.4rem;
  }

  .contact-cta__subtitle {
    font-size: 1.4rem;
  }

  .contact-cta__tel-number {
    font-size: 2.4rem;
  }
}

/* ---- Tel block ---- */

.contact-cta__tel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.contact-cta__tel-main {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.contact-cta__tel-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 3rem;
}

.contact-cta__tel-icon img {
  object-fit: contain;
}

.contact-cta__tel-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-cta__tel-number {
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1;
}

.contact-cta__tel-label {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 0.4rem;
}

/* ---- Button ---- */

.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #D60B17;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.contact-cta__btn:hover {
  background-color: #a81b00;
}

.contact-cta__btn-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 4rem;
}

.contact-cta__btn-arrow {
  font-size: 2.2rem;
  line-height: 1;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .contact-cta {
    padding: 6rem 0;
  }

  .contact-cta__tel-number {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .contact-cta__body {
    flex-direction: column;
    gap: 3.2rem;
  }

  .contact-cta__btn {
    width: 90%;
    justify-content: center;
    padding: 1rem 3rem;
    font-size: 1.4rem;
  }

  .contact-cta__btn-icon {
    width: 3rem;
  }

  .contact-cta__tel-icon {
    width: 2rem;
  }
}

/* =====================
   Footer
   ===================== */

.site-footer {
  background-color: #fff;
  padding: 6rem 0 0;
}

/* ---- Nav columns ---- */

.footer-nav {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5rem;
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-nav__heading {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.footer-nav__heading:hover {
  color: #D60B17;
}

.footer-nav__sub {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.footer-nav__link:hover {
  color: #D60B17;
}

/* ---- Bottom bar ---- */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 0;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-bottom__logo a,
.footer-bottom__logo img {
  display: block;
  height: 4rem;
  width: auto;
}

.footer-bottom__logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding: 0 2.4rem;
  background-color: #00BCD4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
}

.footer-bottom__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom__list a {
  font-size: 1.3rem;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.footer-bottom__list a:hover {
  color: #D60B17;
}

/* ---- Copyright ---- */

.site-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  padding: 2rem 0 3.2rem;
  border-top: 1px solid #e8e8e8;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .footer-nav__list {
    gap: 3.2rem 4rem;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 3rem;
  }

  .footer-nav {
    padding-bottom: 3rem;
  }

  .footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 0;
  }

  .footer-bottom__list {
    gap: 1.6rem;
    flex-wrap: wrap;
  }

  .footer-bottom__logo a, .footer-bottom__logo img {
    height: 3rem;
  }

  .site-footer__copy {
    padding: 1rem 0;
  }
}

/* =====================
   会社概要ページ
   ===================== */

.company-page {
  background-color: #fff;
}


/* ---- 挨拶セクション ---- */

.greeting-section {
  padding: 8rem 0;
}



.greeting-body__text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.9;
  text-align: center;
}

.greeting-body__text p + p {
  margin-top: 2rem;
}

/* ---- 会社概要セクション ---- */

.overview-section {
  padding: 8rem 0;
  background-color: #f7f7f5;
}

.overview-table {
  border-top: 1px solid #ddd;
}

.overview-table__row {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.overview-table__label {
  flex-shrink: 0;
  width: 10rem;
  font-size: 1.4rem;
  color: #666;
}

.overview-table__value {
  flex: 1;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0;
}

.overview-table__value a {
  color: #097A61;
  text-decoration: underline;
}

/* ---- 沿革タイムライン ---- */

.history-section {
  padding: 8rem 0;
}

.history-timeline {
  padding-top: 0.4rem;
}

.history-block {
  display: flex;
}

.history-block__year-col {
  flex-shrink: 0;
  width: 6.4rem;
  text-align: right;
  padding-right: 1.6rem;
  line-height: 1;
}

.history-block__year {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #097A61;
  white-space: nowrap;
}

.history-block__line-col {
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history-block__dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #097A61;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.history-block__vline {
  width: 2px;
  background-color: #097A61;
  flex: 1;
  margin-top: 0.4rem;
  min-height: 2rem;
}

.history-block--last .history-block__vline {
  display: none;
}

.history-block__entries {
  flex: 1;
  padding-left: 1.6rem;
  padding-bottom: 3.2rem;
}

.history-block--last .history-block__entries {
  padding-bottom: 0;
}

.history-block__entry {
  display: flex;
  gap: 1.8rem;
  margin-bottom: 0.6rem;
  line-height: 1.7;
  margin-top: -0.5rem;
}

.history-block__month {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #097A61;
  min-width: 3rem;
}

.history-block__content {
  font-size: 1.8rem;
  color: #1a1a1a;
}

@media (max-width: 767px) {
  .history-block__entries {
    padding-left: 1rem;
  }

  .history-block__entry {
    gap: 1rem;
  }

  .history-block__content {
    font-size: 1.4rem;
  }

  .history-block__month {
    font-size: 1.4rem;
  }
}

/* ---- 事業内容セクション（会社概要ページ） ---- */

.company-business-section {
  padding: 8rem 0;
  background-color: #f7f7f5;
}

.company-business-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

.company-business-list__item {
  font-size: 1.6rem;
  color: #333;
  padding: 1.6rem 2rem;
  background: #fff;
  border-left: 4px solid #097A61;
  line-height: 1.6;
}

/* ---- 主な取扱カテゴリーセクション ---- */

.company-categories-section {
  padding: 8rem 0;
}

.company-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.company-categories-list__item {
  
  color: #333;
  padding: 1.4rem 1.6rem;
  background: #f7f7f5;
  border-left: 4px solid #097A61;
  line-height: 1.6;
}

/* ---- OEM・開発対応セクション ---- */

.company-oem-section {
  padding: 8rem 0;
  background-color: #f7f7f5;
}

.company-oem-body {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.company-oem-body__intro,
.company-oem-body__closing {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}

.company-oem-body__intro {
  margin-bottom: 0;
}

.company-oem-list {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.company-oem-list__item {
  
  color: #097A61;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  background: #fff;
  border: 2px solid #097A61;
  border-radius: 4px;
  line-height: 1.4;
}

.company-oem-body__closing {
  margin-top: 0;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .greeting-section,
  .overview-section,
  .history-section,
  .company-business-section,
  .company-categories-section,
  .company-oem-section {
    padding: 6rem 0;
  }

  .overview-table__row {
    flex-direction: column;
    gap: 0.4rem;
  }

  .overview-table__label {
    width: auto;
    font-weight: 600;
  }

  .history-block__year-col {
    width: 5rem;
    padding-right: 1.2rem;
  }

  .history-block__year {
    font-size: 1.4rem;
  }

  .greeting-body__text {
    font-size: 1.4rem;
  }

  .overview-table__value {
    font-size: 1.4rem;
  }

  .company-business-list__item {
    font-size: 1.4rem;
  }

  .company-oem-body__intro,
  .company-oem-body__closing {
    font-size: 1.4rem;
  }

  .company-business-list,
  .company-categories-list {
    grid-template-columns: 1fr;
  }

  .company-oem-list {
    flex-direction: column;
  }
}

/* =====================
   Header
   ===================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-left: 6rem;
  height: 8rem;
}

/* ---- Logo ---- */

.site-header__logo {
  width: 25rem;
}

.site-header__logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .site-header__logo {
    width: 15rem;
  }
}

/* ---- Hamburger (hidden on desktop) ---- */

.site-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2.8rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
  flex-shrink: 0;
}

.site-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header__hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.site-header__hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header__hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ---- Global nav (desktop) ---- */

.site-nav__list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Top-level items */
.site-nav__list > .menu-item {
  position: relative;
}

.site-nav__list > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 8rem;
  padding-inline: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.site-nav__list > .menu-item > a:hover,
.site-nav__list > .menu-item:hover > a {
  color: #097A61;
}

/* ハイライトメニュー項目 */
.site-nav__list > .menu-item--green > a,
.site-nav__list > .menu-item--red > a {
  padding-inline: 2rem;
  color: #fff;
  width: 12rem;
  justify-content: center;
  align-items: center;
}

.site-nav__list > .menu-item--green > a {
  background: #097A61;
}

.site-nav__list > .menu-item--red > a {
  background: #D60B17;
}

.site-nav__list > .menu-item--green > a:hover,
.site-nav__list > .menu-item--green:hover > a {
  background: #1f4e2f;
  color: #fff;
}

.site-nav__list > .menu-item--red > a:hover,
.site-nav__list > .menu-item--red:hover > a {
  background: #a81b00;
  color: #fff;
}

/* Dropdown arrow */
.site-nav__list > .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

@media (hover: hover) {
  .site-nav__list > .menu-item-has-children:hover > a::after {
    transform: rotate(-135deg) translateY(2px);
  }
}

/* Sub-menu (dropdown) */
.site-nav__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 18rem;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 0.8rem 0;
  margin: 0;
  border-top: 2px solid #097A61;
}

@media (hover: hover) {
  .site-nav__list > .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.site-nav__list .sub-menu .menu-item a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}

.site-nav__list .sub-menu .menu-item a:hover {
  background-color: #f0f7f5;
  color: #097A61;
}

/* =====================
   Mobile Navigation (〜1024px)
   ===================== */

@media (max-width: 1024px) {
  .site-header__inner {
    height: 6rem;
    padding-inline: 2rem;
  }

  .site-header__hamburger {
    display: flex;
  }

  /* Nav panel */
  .site-nav {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1000;
  }

  .site-nav.is-open {
    display: block;
  }

  /* List reset for mobile */
  .site-nav__list {
    flex-direction: column;
    padding: 0;
  }

  .site-nav__list > .menu-item {
    border-bottom: 1px solid #f0f0f0;
  }

  .site-nav__list > .menu-item > a {
    height: auto;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    justify-content: space-between;
  }

  /* Arrow points right by default, rotates down when open */
  .site-nav__list > .menu-item-has-children > a::after {
    transform: rotate(-45deg);
    flex-shrink: 0;
  }

  .site-nav__list > .menu-item-has-children.is-open > a::after {
    transform: rotate(45deg) translateY(-2px);
  }

  /* Sub-menu: static accordion on mobile */
  .site-nav__list .sub-menu {
    display: none;
    position: static;
    border-top: none;
    box-shadow: none;
    background-color: #f7f7f7;
    padding: 0;
    min-width: auto;
  }

  .site-nav__list > .menu-item-has-children.is-open .sub-menu {
    display: block;
  }

  .site-nav__list .sub-menu .menu-item {
    border-top: 1px solid #ebebeb;
  }

  .site-nav__list .sub-menu .menu-item a {
    padding: 1.4rem 2.4rem 1.4rem 4rem;
    font-size: 1.6rem;
  }

  .site-nav__list .sub-menu .menu-item a:hover {
    background-color: #eef3ff;
  }
}

@media (max-width: 767px) {
  .site-header__inner {
    height: 5rem;
    padding-inline: 1rem;
  }

  .site-nav {
    top: 5rem;
  }

  .site-nav__list > .menu-item--green > a,
  .site-nav__list > .menu-item--red > a {
    width: 100%;
    justify-content: center;
  }
}


/* =====================
   Generic page content
   ===================== */

.page-content {
  padding: 6rem 0;
}

.page-content__body {
  max-width: 80rem;
  margin-inline: auto;
  line-height: 1.9;
}

.page-content__body h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

.page-content__body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.page-content__body p {
  margin-bottom: 1.6rem;
}

/* =====================
   Page Header Banner
   ===================== */

.page-header {
  position: relative;
  width: 100%;
  min-height: 18rem;
  background-color: #5ab8c8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.page-header__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  padding-inline: 4rem;
  text-align: center;
}

.page-header__title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .page-header {
    min-height: 12rem;
  }

  .page-header__title {
    font-size: 2.2rem;
  }
}


/* =====================
   OEM 依頼ページ
   ===================== */

.oem-page {
  padding: 6rem 0 8rem;
}

/* ---- About section ---- */

.oem-about {
  margin-bottom: 8rem;
}

.oem-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem;
  align-items: center;
}

.oem-about__img {
  aspect-ratio: 4 / 3;
  background-color: #d0d0d0;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}

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

.oem-about__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #097A61;
  line-height: 1.4;
}

.oem-about__text p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.6rem;
}

.oem-about__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .oem-about__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .oem-about__text p {
    font-size: 1.4rem;
  }
}

/* ---- Flow header ---- */

.oem-flow__header {
  text-align: center;
  margin-bottom: 5.6rem;
}

/* ---- Flow steps ---- */

.flow-steps {
  max-width: 72rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* ---- Step card ---- */

.flow-step {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border: 2px solid #097A61;
  border-radius: 0.4rem;
}

.flow-step__num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #097A61;
  padding: 2rem 2.4rem;
  flex-shrink: 0;
  min-width: 12rem;
}

.flow-step__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.flow-step__num em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.2rem;
}

.flow-step__content {
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.flow-step__title {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}

.flow-step__desc {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.75;
}

.flow-step__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.flow-step__list li {
  font-size: 1.4rem;
  color: #555;
  padding-left: 2rem;
  position: relative;
  line-height: 1.7;
}

.flow-step__list li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #097A61;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1;
}

.flow-step__list {
  counter-reset: list-counter;
}

/* ---- Arrow ---- */

.flow-arrow {
  width: 0;
  height: 0;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
  border-top: 2.4rem solid #097A61;
  margin: 0 auto;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .flow-step {
    flex-direction: column;
  }

  .flow-step__num-wrap {
    min-width: unset;
    padding: 1.4rem 2rem;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: flex-start;
  }

  .flow-step__num {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.1rem;
  }

  .flow-step__num em {
    display: inline;
    font-size: 2rem;
    margin-top: 0;
  }

  .flow-step__content {
    padding: 1.6rem 2rem;
  }

  .flow-step__title {
    font-size: 1.7rem;
  }

  .flow-step__desc {
    font-size: 1.4rem;
  }

  .flow-arrow {
    border-left-width: 1.8rem;
    border-right-width: 1.8rem;
    border-top-width: 1.8rem;
  }
}


/* =====================
   Single Post
   ===================== */

.single-post {
  padding: 6rem 0 8rem;
}

.single-post__wrap {
  max-width: 80rem;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .single-post {
    padding: 6rem 0;
  }
}

/* ---- Article header ---- */

.single-article__header {
  margin-bottom: 3.2rem;
}

.single-article__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.single-cat {
  display: inline-block;
  background-color: #5ab8c8;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  flex-shrink: 0;
}

.single-cat--news { background-color: #D60B17; }
.single-cat--blog { background-color: #097A61; }

.single-article__date {
  font-size: 1.4rem;
  color: #888;
}

.single-article__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 2.4rem;
}

/* ---- Eyecatch ---- */

.single-article__eyecatch {
  margin: 0 0 4rem;
}

.single-article__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Article content ---- */

.single-article__content {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

.single-article__content h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 4rem 0 1.6rem;
  padding: 0.8rem 1.6rem;
  border-left: 4px solid #097A61;
  background-color: #f5f9f6;
}

.single-article__content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3.2rem 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ddd;
}

.single-article__content h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 2.4rem 0 1rem;
}

.single-article__content p {
  margin-bottom: 2rem;
}

.single-article__content ul,
.single-article__content ol {
  margin: 0 0 2rem 2rem;
}

.single-article__content li {
  margin-bottom: 0.6rem;
}

.single-article__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2.4rem auto;
}

.single-article__content a {
  color: #097A61;
  text-decoration: underline;
}

.single-article__content a:hover {
  opacity: 0.75;
}

.single-article__content blockquote {
  margin: 2.4rem 0;
  padding: 1.6rem 2rem;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  color: #666;
}

.single-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.single-article__content th,
.single-article__content td {
  border: 1px solid #ddd;
  padding: 0.8rem 1.2rem;
  text-align: left;
}

.single-article__content th {
  background-color: #f0f5f2;
  font-weight: 500;
}

/* ---- Prev / Next nav ---- */

.single-post-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.6rem;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #e8e8e8;
}

.single-post-nav__prev { text-align: left; }
.single-post-nav__next { text-align: right; }

.single-post-nav__link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.single-post-nav__link:hover {
  color: #097A61;
}

.single-post-nav__back-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border: 1px solid #097A61;
  color: #097A61;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}

.single-post-nav__back-btn:hover {
  background-color: #097A61;
  color: #fff;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {

  .single-article__header {
    margin-bottom: 1.5rem;
  }

  .single-article__title {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }

  .single-article__content {
    font-size: 1.4rem;
  }

  .single-article__eyecatch {
    margin-bottom: 2rem;
  }

  .single-article__content h2 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }

  .single-article__content h3 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }

  .single-article__content table {
    font-size: 1.4rem;
  }

  .single-post-nav {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    padding-top: 1.6rem;
  }

  .single-post-nav__back {
    grid-column: 1 / -1;
    text-align: center;
    order: 1;
    padding-top: 1.6rem;
    border-top: 1px solid #e8e8e8;
  }
}


/* =====================
   Single Product
   ===================== */

.single-product {
  padding: 6rem 0 8rem;
}

.single-product__wrap {
  max-width: 800px;
  margin: 0 auto;
}

.single-product__header {
  margin-bottom: 3.2rem;
}

.single-product__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  margin-top: 0.8rem;
}

.single-product__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
}

.single-product__table th,
.single-product__table td {
  padding: 1.2rem 1.6rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.single-product__table th {
  width: 14rem;
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.single-product__content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 4rem;
}

.single-product__actions {
  text-align: center;
  margin-bottom: 5rem;
}

.single-product__inquiry-btn {
  display: inline-block;
  background: #097A61;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.4rem 4rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.single-product__inquiry-btn:hover {
  background: #1f4e2f;
}

.single-product__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.6rem;
  align-items: center;
  padding-top: 3.2rem;
  border-top: 1px solid #e8e8e8;
}

.single-product__nav-prev { text-align: left; }
.single-product__nav-next { text-align: right; }

.single-product__nav-link {
  font-size: 1.4rem;
  color: #097A61;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-product__nav-link:hover {
  text-decoration: underline;
}

.single-product__nav-back-btn {
  display: inline-block;
  font-size: 1.4rem;
  color: #555;
  border: 1px solid #ccc;
  padding: 0.6rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
  white-space: nowrap;
}

.single-product__nav-back-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .single-product__title { font-size: 2.2rem; }

  .single-product__table th { width: 10rem; }

  .single-product__table th,
  .single-product__table td {
    font-size: 1.4rem;
  }

  .single-product__content {
    font-size: 1.4rem;
  }

  .single-product__nav {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .single-product__nav-back {
    grid-column: 1 / -1;
    text-align: center;
    order: -1;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e8e8e8;
  }
}


/* =====================
   Blog / News Archive
   ===================== */

.blog-archive {
  padding: 0 0 8rem;
}

/* ---- Filter bar ---- */

.blog-filter {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 4rem 0 3.6rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.blog-filter__label {
  flex-shrink: 0;
  display: inline-block;
  background-color: #097A61;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.5rem 1.6rem;
}

.blog-filter__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.blog-filter__tab {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  padding: 0.6rem 2rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-bottom-color 0.2s;
  white-space: nowrap;
}

.blog-filter__tab:hover,
.blog-filter__tab.is-active {
  color: #097A61;
  border-bottom-color: #097A61;
}

/* ---- Grid ---- */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2rem;
  margin-bottom: 5.6rem;
}

/* ---- Card ---- */

.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.blog-card__img {
  position: relative;
  aspect-ratio: 4 / 3;
  background-color: #c8eaf0;
  overflow: hidden;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

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

.blog-card:hover .blog-card__img img {
  transform: scale(1.05);
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.blog-card__cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5ab8c8;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.3rem 1.2rem;
  border-radius: 0 0 3px 0;
}

.blog-card__cat--news { background-color: #D60B17; }
.blog-card__cat--blog { background-color: #097A61; }

.blog-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.blog-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-card__title {
    font-size: 1.4rem;
  }
}

/* ---- Pagination ---- */

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background-color: #5ab8c8;
  color: #fff;
  border-color: #5ab8c8;
}

.blog-archive__empty {
  padding: 4rem 0;
  color: #888;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1.6rem;
  }
}

@media (max-width: 767px) {
  .blog-filter {
    gap: 0.8rem;
    padding: 2.4rem 0;
    margin-bottom: 3.2rem;
  }

  .blog-filter__tab {
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.2rem;
  }
}

/* =====================
   Factory Page
   ===================== */

.factory-page {
  padding: 8rem 0;
}

/* ---- Factory intro (image + text) ---- */

.factory-intro {
  margin-bottom: 8rem;
}

.factory-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem;
  align-items: center;
}

.factory-intro__img {
  aspect-ratio: 4 / 3;
  background-color: #d0d0d0;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}

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

.factory-intro__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #097A61;
  line-height: 1.4;
}

.factory-intro__body p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.6rem;
}

.factory-intro__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .factory-intro__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

/* ---- Quality section header ---- */

.factory-quality__header {
  text-align: center;
  margin-bottom: 5.6rem;
}

.factory-quality__lead {
  max-width: 72rem;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #1a1a1a;
}

/* ---- Quality card grid ---- */

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.quality-card {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background-color: #fff;
  border: 2px solid #097A61;
  border-radius: 0.8rem;
  padding: 3.2rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.quality-card__icon-wrap {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #097A61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-card__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}

.quality-card__body {
  flex: 1;
}

.quality-card__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #097A61;
  margin-bottom: 0;
  line-height: 1.4;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .factory-page {
    padding: 6rem 0;
  }

  .factory-intro {
    margin-bottom: 5.6rem;
  }

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .quality-card {
    padding: 2.4rem;
  }

  .factory-intro__body p {
    font-size: 1.4rem;
  }

  .factory-quality__lead {
    font-size: 1.4rem;
  }
}

/* =====================
   Taxonomy Products Page
   ===================== */

.taxonomy-products-page {
  padding: 4rem 0 10rem;
}

/* =====================
   Additive Search Results
   ===================== */

.additive-results {
  margin-top: 4rem;
}

.additive-results__count {
  font-size: 1.4rem;
  color: #555;
  text-align: center;
  margin-bottom: 1.6rem;
}

.additive-results__count strong {
  color: #1a1a1a;
  font-size: 1.6rem;
}

.additive-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.additive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  min-width: 720px;
  border: 1px solid #d0d8db;
}

.additive-table__th {
  padding: 1rem;
  background-color: #e8eef0;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  border-right: 1px solid #d0d8db;
  border-bottom: 1px solid #d0d8db;
  white-space: nowrap;
}

.additive-table__th:last-child {
  border-right: none;
}

.additive-table__th--inquiry {
  text-align: center;
  width: 7rem;
}

.additive-table__row:nth-child(even) {
  background-color: #f8fafb;
}

.additive-table__td {
  padding: 1rem;
  border-right: 1px solid #d0d8db;
  border-bottom: 1px solid #d0d8db;
  color: #333;
  vertical-align: middle;
  line-height: 1.6;
}

.additive-table__td:last-child {
  border-right: none;
}

.additive-table__row:last-child .additive-table__td {
  border-bottom: none;
}
.additive-table__td--name {
  position: relative;
  padding-right: 3.2rem;
}

.additive-table__td--check {
  text-align: center;
  width: 7rem;
}

.additive-badge {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #E5F0EE;
  border-radius: 50%;
  cursor: default;
}

.additive-badge img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.additive-check {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  accent-color: #097A61;
}

.additive-table__name-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.additive-table__name-btn:hover {
  color: #097A61;
}

/* =====================
   Product Modal
   ===================== */

.product-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.product-modal.is-open {
  display: block;
}

.product-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.product-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  width: min(92vw, 640px);
  max-height: 88vh;
  overflow-y: auto;
  padding: 4rem 3.2rem 3.2rem;
}

.product-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  background: none;
  border: none;
  font-size: 2.8rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0.4rem;
}

.product-modal__close:hover {
  color: #333;
}

.product-modal__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
  padding-right: 3.2rem;
  line-height: 1.4;
}

.product-modal__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-bottom: 2.4rem;
}

.product-modal__table th,
.product-modal__table td {
  padding: 1rem 1.4rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.product-modal__table th:last-child,
.product-modal__table td:last-child {
  border-right: none;
}

.product-modal__table tr:last-child th,
.product-modal__table tr:last-child td {
  border-bottom: none;
}

.product-modal__table th {
  width: 12rem;
  background: #f5f5f5;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.product-modal__content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 2.8rem;
}

.product-modal__actions {
  text-align: center;
}

.product-modal__inquiry-btn {
  display: inline-block;
  background: #097A61;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem 3.6rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.product-modal__inquiry-btn:hover {
  background: #1f4e2f;
}

.additive-results__actions {
  margin-top: 2.4rem;
  text-align: center;
}

.additive-inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.2rem;
  background-color: #097A61;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: inherit;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
}

.additive-inquiry-btn:hover:not(:disabled) {
  background-color: #1e4c2e;
}

.additive-inquiry-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.additive-results__empty {
  text-align: center;
  color: #888;
  padding: 4rem 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .product-modal__panel {
    padding: 2rem;
  }

  .product-modal__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .product-modal__table th,
  .product-modal__table td {
    padding: 1rem;
  }

  .product-modal__content {
    font-size: 1.4rem;
  }

  .product-modal__inquiry-btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

/* =====================
   Additive Page（添加物について）
   ===================== */

.additive-section-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 3.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #097A61;
  line-height: 1.5;
}

/* ---- 食品衛生法では ---- */

.additive-law {
  padding: 8rem 0;
  background: #f3f7f5;
}

.additive-law__box {
  background: #fff;
  border-left: 4px solid #097A61;
  padding: 3.2rem 2rem;
  border-radius: 0 0.4rem 0.4rem 0;
}

.additive-law__box p {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

/* ---- 分類 ---- */

.additive-classification {
  padding: 8rem 0;
}

.additive-classification__intro {
  max-width: 80rem;
  margin: 0 auto 5.6rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
  text-align: left;
}

.additive-classification__img {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
}

.additive-classification__img img {
  max-width: 100%;
  height: auto;
}

.additive-class-layout {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  max-width: 80rem;
  margin: 0 auto;
}

.acl-root {
  background: #097A61;
  color: #fff;
  
  font-weight: 500;
  padding: 1.4rem 2rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.acl-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.acl-primary-row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.8rem;
}

.acl-natural-group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.acl-natural-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acl-box {
  
  font-weight: 600;
  padding: 0.7rem 2rem;
  border-radius: 0.4rem;
  border: 2px solid;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  min-width: 14rem;
}

.acl-box--primary {
  border-color: #097A61;
  color: #097A61;
}

.acl-box--natural {
  border-color: #d94040;
  color: #d94040;
}

.acl-note {
  font-size: 1.4rem;
  color: #1a1a1a;
  white-space: nowrap;
}

.acl-note--natural {
  color: #d94040;
  font-weight: 600;
}

@media (max-width: 767px) {
  .additive-section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .additive-class-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .acl-primary-row,
  .acl-natural-group {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}

/* ---- 基本的な考え ---- */

.additive-criteria {
  padding: 8rem 0;
  background: #f3f7f5;
}

.additive-criteria__intro {
  max-width: 80rem;
  margin: 0 auto 3.2rem;
}

.additive-criteria__intro p {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin-bottom: 1.6rem;
  padding-left: 2rem;
  position: relative;
}

.additive-criteria__intro p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #097A61;
  border-radius: 50%;
}

.additive-criteria__intro p:last-child {
  margin-bottom: 0;
}

.additive-criteria__list {
  max-width: 80rem;
  margin: 0 auto;
  list-style: none;
  border-top: 1px solid #cde3da;
}

.additive-criteria__item {
  
  line-height: 1.8;
  color: #333;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  border-bottom: 1px solid #cde3da;
  position: relative;
}

.additive-criteria__item::before {
  content: '─';
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  color: #097A61;
  font-weight: 500;
}

/* ---- 資料ダウンロード ---- */

.additive-download {
  padding: 8rem 0;
}

.additive-download__inner {
  text-align: center;
  margin-top: 4rem;
}

.additive-download__btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #097A61;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.6rem 4.8rem;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: background 0.2s;
}

.additive-download__btn::before {
  content: '↓';
  font-size: 1.8rem;
}

.additive-download__btn:hover {
  background: #065e4a;
}

@media (max-width: 767px) {
  .additive-law {
    padding: 6rem 0;
  }
  .additive-law__box {
    padding: 2.4rem 2.4rem;
  }
  .additive-law__box p {
    font-size: 1.4rem;
  }
  .additive-classification,
  .additive-criteria,
  .additive-download {
    padding: 6rem 0;
  }
  .additive-classification__intro {
    font-size: 1.4rem;
  }
  .additive-criteria__intro p {
    font-size: 1.4rem;
  }
}



/* =====================
   Recruit Page
   ===================== */

.recruit-page {
  padding: 8rem 0 10rem;
}

/* ---- Requirements heading ---- */

.recruit-requirements__heading {
  font-size: 2rem;
  font-weight: 500;
  color: #097A61;
  border-left: 4px solid #097A61;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

/* ---- Table ---- */

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6.4rem;
  border: 1px solid #cde3da;
  border-radius: 0.4rem;
}

.recruit-table__row {
  border-bottom: 1px solid #cde3da;
}

.recruit-table__row:last-child {
  border-bottom: none;
}

.recruit-table__th {
  width: 18rem;
  padding: 1.8rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #097A61;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background-color: #f0f8f5;
  border-right: 1px solid #cde3da;
}

.recruit-table__td {
  padding: 1.8rem 2.4rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  vertical-align: top;
}

/* ---- 応募について ---- */

.recruit-apply {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.recruit-apply__heading {
  font-size: 2rem;
  font-weight: 500;
  color: #D60B17;
  border-left: 4px solid #D60B17;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

.recruit-apply__list {
  border: 1px solid #f5c6c8;
  overflow: hidden;
}

.recruit-apply__row {
  display: grid;
  grid-template-columns: 14rem 1fr;
  border-bottom: 1px solid #f5c6c8;
}

.recruit-apply__row:last-child {
  border-bottom: none;
}

.recruit-apply__term {
  background: #fdf2f2;
  color: #D60B17;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
}

.recruit-apply__desc {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 1.6rem 2.4rem;
  color: #333;
  display: flex;
  align-items: center;
}

.recruit-apply__desc a {
  color: #D60B17;
  text-decoration: underline;
}

.recruit-apply__desc a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .recruit-apply {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .recruit-apply__row {
    grid-template-columns: 1fr;
  }

  .recruit-apply__term {
    padding: 1.2rem 1.6rem;
    border-bottom: 1px solid #cde3da;
  }

  .recruit-apply__desc {
    padding: 1.2rem 1.6rem;
    display: inline-block;
  }
}

/* ---- Contact CTA box ---- */

.recruit-contact {
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  padding: 3.2rem 4rem;
  max-width: fit-content;
  margin: 0 auto;
}

.recruit-contact__inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.recruit-contact__ext-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0.4rem;
  flex-shrink: 0;
  overflow: hidden;
  transition: opacity 0.2s;
}

.recruit-contact__ext-btn img {
  display: block;
  max-width: 20rem;
  height: auto;
}

.recruit-contact__ext-btn:hover {
  opacity: 0.8;
}

.recruit-contact__ext-btn--placeholder {
  cursor: default;
  opacity: 0.7;
}

.recruit-contact__tel {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.8rem;
}

.recruit-contact__tel a {
  color: inherit;
  text-decoration: none;
}

.recruit-contact__tel a:hover {
  text-decoration: underline;
}

.recruit-contact__note {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.7;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .recruit-page {
    padding: 5.6rem 0 7.2rem;
  }

  .recruit-table__th {
    width: 10rem;
    padding: 1.4rem 1.6rem;
    font-size: 1.3rem;
  }

  .recruit-table__td {
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
  }

  .recruit-contact {
    padding: 2.4rem;
  }

  .recruit-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }

  .recruit-contact__ext-btn {
    width: 100%;
  }

  .recruit-contact__tel {
    font-size: 1.8rem;
  }
}

/* =====================
   FAQ Page
   ===================== */

.faq-page {
  padding: 8rem 0 10rem;
}

/* ---- Search section ---- */

.faq-search {
  background-color: #f5f5f5;
  border-radius: 0.4rem;
  padding: 2.4rem 3.2rem 2.8rem;
  margin-bottom: 6.4rem;
}

.faq-search__heading {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 1.6rem;
}

/* ---- Category tabs ---- */

.faq-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.faq-cat-tab {
  display: inline-block;
  padding: 0.7rem 2rem;
  background-color: #097A61;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: background-color 0.2s, opacity 0.2s;
  white-space: nowrap;
}

.faq-cat-tab:hover,
.faq-cat-tab.is-active {
  background-color: #1e4c2e;
}

/* ---- Keyword search form ---- */

.faq-search__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-search__input-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.faq-search__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  color: #333;
  background: transparent;
  font-family: inherit;
}

.faq-search__input::placeholder {
  color: #aaa;
}

.faq-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #097A61;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}

.faq-search__btn:hover {
  background-color: #1e4c2e;
}

/* ---- FAQ list section ---- */

.faq-list__heading {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}

.faq-list__empty {
  color: #888;
  padding: 4rem 0;
}

/* ---- FAQ items ---- */

.faq-items {
  margin: 0;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-item__q {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.8rem 0;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.15s;
}

.faq-item__q:hover {
  opacity: 0.75;
}

.faq-item__a {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.is-open .faq-item__q {
  border-bottom: 1px dashed #ccc;
}

.faq-item.is-open .faq-item__a {
  max-height: 600px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

/* Arrow indicator */

.faq-item__arrow {
  flex-shrink: 0;
  margin-left: auto;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #097A61;
  border-bottom: 2px solid #097A61;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: relative;
  top: -0.2rem;
}

.faq-item.is-open .faq-item__arrow {
  transform: rotate(-135deg);
  top: 0.2rem;
}

.faq-item__label {
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  width: 2.4rem;
  padding-top: 0.2rem;
}

.faq-item__label--q {
  color: #097A61;
}

.faq-item__label--a {
  color: #D60B17;
}

.faq-item__q-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.6;
}

.faq-item__a-text {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.8;
}

.faq-item__a-text p {
  margin-bottom: 1.2rem;
}

.faq-item__a-text p:last-child {
  margin-bottom: 0;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .faq-page {
    padding: 5.6rem 0 7.2rem;
  }

  .faq-search {
    padding: 2rem;
    margin-bottom: 4.8rem;
  }

  .faq-cat-tab {
    font-size: 1.3rem;
    padding: 0.6rem 1.4rem;
  }

  .faq-item__label {
    font-size: 1.6rem;
    width: 2rem;
  }

  .faq-item__q-text,
  .faq-item__a-text {
    font-size: 1.4rem;
  }
}

/* =====================
   Privacy Policy Page
   ===================== */

.policy-page {
  padding: 8rem 0 10rem;
}

.policy-wrap {
  max-width: 80rem;
  margin-inline: auto;
}

.policy-lead {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #1a1a1a;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4rem;
}

.policy-section {
  margin-bottom: 3.6rem;
}

.policy-section__title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
}

.policy-section__body {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #1a1a1a;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.policy-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1a1a1a;
  padding-left: 1.6rem;
  position: relative;
}

.policy-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #097A61;
}

@media (max-width: 767px) {
  .policy-page {
    padding: 5.6rem 0 7.2rem;
  }

  .policy-lead {
    font-size: 1.4rem;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .policy-section__title {
    font-size: 1.6rem;
  }

  .policy-section__body {
    font-size: 1.4rem;
  }
}

/* =====================
   Contact Page
   ===================== */

.contact-page {
  padding: 8rem 0 10rem;
}

.contact-wrap {
  max-width: 72rem;
  margin-inline: auto;
}

.contact-intro {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #1a1a1a;
  margin-bottom: 4.8rem;
  text-align: center;
}

.contact-no-form {
  text-align: center;
  color: #888;
  padding: 4rem 0;
}

/* 商品検索からの引き渡し表示 */

.inquiry-products-display {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  line-height: 1.7;
  box-sizing: border-box;
  user-select: none;
  cursor: default;
  margin-bottom: 0;
}

.inquiry-products-display::before {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0.4rem;
}

.inquiry-type-display {
  display: inline-block;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  line-height: 1.7;
  box-sizing: border-box;
}

/* ---- CF7 form element overrides ---- */

.contact-form-body .wpcf7 p > br {
  display: none;
}

.contact-form-body .wpcf7 {
  font-size: 1.6rem;
}

.contact-form-body .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* form-group wrapper (added in CF7 form HTML) */

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  margin-bottom: 0;
}

.form-row .form-group {
  margin-bottom: 2.4rem;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
}

.form-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.7rem;
  background-color: #D60B17;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 0.2rem;
  line-height: 1;
}

.form-optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.7rem;
  background-color: #aaa;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 0.2rem;
  line-height: 1;
}

/* input / select / textarea共通 */

.form-input,
.form-select,
.form-textarea,
.contact-form-body .wpcf7-form input[type="text"],
.contact-form-body .wpcf7-form input[type="email"],
.contact-form-body .wpcf7-form input[type="tel"],
.contact-form-body .wpcf7-form select,
.contact-form-body .wpcf7-form textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-family: inherit;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.contact-form-body .wpcf7-form input[type="text"]:focus,
.contact-form-body .wpcf7-form input[type="email"]:focus,
.contact-form-body .wpcf7-form input[type="tel"]:focus,
.contact-form-body .wpcf7-form select:focus,
.contact-form-body .wpcf7-form textarea:focus {
  border-color: #097A61;
  box-shadow: 0 0 0 3px rgba(43, 104, 64, 0.12);
}

/* select 矢印 */

.form-group:has(select)::after,
.form-group:has(.wpcf7-select)::after {
  content: '';
  display: block;
  pointer-events: none;
}

.contact-form-body .wpcf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  padding-right: 4rem;
}

.contact-form-body .wpcf7-form textarea {
  min-height: 18rem;
  resize: vertical;
}

/* バリデーションエラー */

.contact-form-body .wpcf7-not-valid {
  border-color: #D60B17 !important;
  box-shadow: 0 0 0 3px rgba(204, 34, 0, 0.1) !important;
}

.contact-form-body .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #D60B17;
}

/* プライバシーポリシー */

.form-privacy {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.3rem;
  color: #555;
}

.form-privacy__link {
  color: #097A61;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.form-privacy__link:hover {
  opacity: 0.75;
}

/* 送信ボタン */

.form-submit {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact-form-body .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 14rem);
  margin: 0;
  flex-shrink: 0;
}

.form-btn,
.contact-form-body .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  padding: 1.6rem 4rem;
  background-color: #097A61;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: inherit;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
  letter-spacing: 0.05em;
}

.form-btn:hover,
.contact-form-body .wpcf7-submit:hover {
  background-color: #1e4c2e;
}

.contact-form-body .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 送信結果メッセージ */

.contact-form-body .wpcf7-response-output {
  margin-top: 2.4rem;
  padding: 1.6rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  border: none;
}

.contact-form-body .wpcf7-mail-sent-ok {
  background-color: #e8f3eb;
  color: #1e4c2e;
}

.contact-form-body .wpcf7-mail-sent-ng,
.contact-form-body .wpcf7-spam-blocked,
.contact-form-body .wpcf7-validation-errors {
  background-color: #fdecea;
  color: #9b1c1c;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .contact-page {
    padding: 5.6rem 0 7.2rem;
  }

  .contact-intro {
    font-size: 1.4rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* =====================
   設備スライダー（工場ページ）
   ===================== */

.equipment-section {
  padding: 8rem 0 0;
  overflow: hidden;
}

.equipment-section__header {
  margin-bottom: 4rem;
  text-align: center;
}

.equipment-slider {
  position: relative;
  width: 100%;
}

.equipment-slider__track {
  display: flex;
  gap: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.equipment-card {
  flex: 0 0 calc(100% / 4.5);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.equipment-card__img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e8e8;
}

.equipment-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.equipment-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: #d0d0d0;
}

.equipment-card__info {
  background: #097A61;
  color: #fff;
  padding: 2rem 2.4rem;
  flex: 1;
}

.equipment-card__name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.equipment-card__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  opacity: 0.92;
  margin: 0;
}

.equipment-slider__arrow {
  position: absolute;
  top: calc(50% - 6rem);
  transform: translateY(-50%);
  z-index: 5;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}

.equipment-slider__arrow::before {
  content: '';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 2.5px solid #097A61;
  border-right: 2.5px solid #097A61;
  transition: border-color 0.2s;
}

.equipment-slider__arrow--prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}

.equipment-slider__arrow--next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}

.equipment-slider__arrow:hover {
  background: #097A61;
}

.equipment-slider__arrow:hover::before {
  border-color: #fff;
}

.equipment-slider__arrow--prev {
  left: 1.6rem;
}

.equipment-slider__arrow--next {
  right: 1.6rem;
}

.equipment-slider__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 1024px) {
  .equipment-card {
    flex: 0 0 calc(100% / 3.3);
  }
}

@media (max-width: 767px) {
  .equipment-section {
    padding-top: 6rem;
  }

  .equipment-card {
    flex: 0 0 calc(100% / 1.6);
  }

  .equipment-slider__arrow {
    display: none;
  }
}


/* =====================
   主要取り扱いメーカーページ
   ===================== */

.makers-section {
  padding: 8rem 0;
}

.makers-intro {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 4rem;
}

.makers-list {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .makers-section {
    padding: 6rem 0;
  }
}
