/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

:root {
  --w:960px;
  --color-main: #16A085;
  --color-text: #2f2f2f;
  --color-text-on: #ffffff;
  --color-bright-main: #e9f4f4;
  --color-light-main: #bfd5d4;
  --color-dark-main: #005655;
  --color-red: #e60012;
  --color-dark-red: #a2030f;
  --color-light-red: #ffd0d0;
  --color-black: #000000;
  --color-blue: #00b7ee;
  --color-orange: #f78b1b;
  --color-dark-orange: #ec610d;
  --color-light-orange: #f6be83;
  --color-pink: #e5004f;
  --color-light-pink: #ffeaf6;
  --color-bright-gray: #ededed;
  --color-light-gray: #cccccc;
  --color-light-dark-gray: #8d8d8e;
  --color-gray: #777777;
  --color-visited: #585858;
  --text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}


.font-poppins,
.top-heading {
  font-family: 'Poppins', sans-serif;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

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

section+section {
  margin-top: 80px;
}


/*------------------------------------------*/
/* 文字色
/*------------------------------------------*/

.red {
  color: var(--color-red);
}

.pink {
  color: var(--color-pink);
}

.orange {
  color: var(--color-orange);
}

.green {
  color: var(--color-main);
}

.blue {
  color: var(--color-blue);
}

/*------------------------------------------*/
/* 太字
/*------------------------------------------*/
.bold {
  font-weight: bold;
}

/*------------------------------------------*/
/* 小さい文字
/*------------------------------------------*/
.min9 {
  font-size: 0.9rem;
}

.min8 {
  font-size: 0.8rem;
}

/*------------------------------------------*/
/* 大きい文字
/*------------------------------------------*/
.big11 {
  font-size: 1.1rem;
}

.big12 {
  font-size: 1.2rem;
}

.big14 {
  font-size: 1.4rem;
}

/*------------------------------------------*/
/* マージン
/*------------------------------------------*/
.margin-p {
  margin-top: 1em;
}

/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/*------------------------------------------*/
/* 注意書き
/*------------------------------------------*/
.notes {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------*/
/* ページタイトル
/*------------------------------------------*/

.aboutus-pages__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  text-align: left;
  color: var(--color-text-on);
  font-size: 2.2rem;
}

.aboutus-pages__title .en {
  font-size: 0.9rem;
  margin-left: 10px;
}

.aboutus-pages__title::before {
  content: '';
  display: inline-block;
  background: url('../img/icon_line.svg') no-repeat;
  background-size: 100%;
  width: 35px;
  height: 28px;
  margin-right: 10px;
}


/*****************************************
*
* コンテンツ
*
******************************************/


/* =========================
   ABOUT section (only)
   ========================= */

/* 960px固定の前提（wrapが無い場合でも崩れない保険） */
.wrap{
  width: 960px;
  margin: 0 auto;
  padding: 0 18px;
}

.section{
  padding: 64px 0;
}

/* ---- lead (左に薄い装飾 + テキスト) ---- */
.leadWrap{
  position: relative;
  min-height: 240px;
  margin-top: 8px;

}

.leadBg{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("img/about-left-soft.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.7;
  pointer-events: none;
}

.lead{
  position: relative;
  padding: 26px 10px 0 0;
}

.lead .big{
  margin: 0 0 20px;
  color: #0b8f88;
  font-weight: 900;
  font-size: 32px; 
  line-height: 1.5;
  text-align:left;
}


.lead p{
  margin: 0 0 8px;
  width: 730px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.9;
  text-align:left;
}

/* ---- CTA photo strip + pills ---- */
.ctaStrip{
  margin-top: 50px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  position: relative;
}

.ctaStrip::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/cta-strip.jpg") center / cover no-repeat;
  opacity: 0.7;
  z-index: 0;
}

/* 中身を前面に */
.ctaStrip > *{
  position: relative;
  z-index: 1;
}

.ctaRow{
  display: flex;
  gap: 22px;
}

.cta,
.cta small,
.cta span{
  color: #fff !important;
}

.cta{
  width: 250px;
  border-radius: 999px;
  background: #0b8f88;
  color: #fff;
  text-align: center;
  padding: 25px 18px;
  font-weight: 800;
  position: relative;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  text-decoration: none;      /* 下線なし */
  transition: all 0.25s ease; /* アニメーション */
}

/* 念のため */
.cta:hover{
  text-decoration: none;      /* hoverでも下線なし */
}

/* 浮かせる */
.cta:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

.cta small{
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  opacity: .95;
}

.cta span{
  font-size: 14px;
}

.cta::after{
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  opacity: .95;
}

/* ---- Fundamental Philosophy (見出し + 線) ---- */
.philo{
  margin-top: 22px;
  padding-top: 34px;
}

.kicker{
  color: #0b8f88;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .03em;
  text-align:left;
}

.h2{
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  color: #222;
  text-align:left;
}

.rule{
  width: 220px;
  height: 3px;
  background: #0b8f88;
  border-radius: 999px;
  margin: 0 0 26px;
}

/* ---- 野菜フレーム + 中央の紙 ---- */
.philoBg{
  margin-top: 18px;
  height: 400px;
  position: relative;
  background: url("img/veg-frame.png") center / cover no-repeat;
}

.paper{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 720px;
  background: rgba(251,243,230,.8);
  border-radius: 26px;
  padding: 26px 28px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.paper .catch{
  margin: 16px 0 16px;
  text-align: center;
  color: #0b8f88;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: .02em;
}

.paper p{
  margin: 16px 0 16px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 2.0;
  text-align:left;
}

/* =========================
   HISTORY (これまでの歩み)
   ========================= */

/* ===== 基本 ===== */

.history .historyTimeline{
  position: relative;
}

/* 縦線（途切れない1本） */
/* 1979の下から開始 */
.history .historyTimeline::before{
  content:"";
  position:absolute;
  left: 70px;          /* 軸の中心 */
  top: 58px;           /* ← 年号の下から線スタート */
  bottom: 0;
  width: 2px;
  background: #d6ebe8;
  z-index: 0;
}

/* ===== 各アイテム ===== */

.history .historyItem{
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 22px;
  padding: 26px 0 34px;
  position: relative;
}

/* 左の軸領域 */
.history .historyAxis{
  position: relative;
  min-height: 100%;
}

/* ===== 年号 ===== */

.history .historyYear{
  position: absolute;
  left: 70px;
  top: 0;
  transform: translateX(-50%);

  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
  color: #111;

  z-index: 3;
  white-space: nowrap;
}

/* 年号背景ハイライト */
.history .historyYear::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:26px;

  width:64px;
  height:14px;
  background:#cfeeea;
  border-radius:999px;
  opacity:.95;

  z-index:-1;
}

.history .historyYear::before{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:44px;

  width:12px;
  height:12px;
  background:#0b8f88;
  border-radius:50%;

  border:3px solid #fff;

  box-shadow:
    0 0 0 2px #cfeeea,
    0 10px 18px rgba(0,0,0,.10);

  z-index:2;
}

/* ===== 本文 ===== */

.history .historyBody{
  display:flex;
  gap:22px;
  align-items:flex-start;
  padding-top:10px;
}

/* テキスト */
.history .historyText{
  flex:1;
  font-size:14px;
  line-height:2;
  color: #2f2f2f;
  text-align:left;
}

/* ★修正：月揃えflexは「historyText直下のp」だけに限定（メモを巻き込まない） */
.history .historyText > p{
  display: flex;            /* ← 横並び */
  align-items: flex-start;  /* ← 上揃え */
  gap: 8px;                 /* 月と本文の間 */
  margin: 0 0 10px;
  line-height: 1.5;
}

/* 月ラベル固定幅 */
.history .historyMonth{
  flex: 0 0 3.5em;          /* ← ここ超重要（幅固定） */
  font-weight: 800;
  color: #2f2f2f;
  /* お好みで右寄せにするなら ↓ */
  /* text-align:right; */
}

/* ===== 写真 ===== */

.history .historyMedia{
  width:220px;
  flex:0 0 220px;

}

.history .historyPhoto{
   display:flex;
  align-items:center;
  justify-content:flex-start;  /* ← 左寄せ */

  overflow:hidden;
  margin-bottom:3px;
}

.history .historyPhoto img{
  max-width: 100%;    /* ← これがポイント */
  max-height: 100%;   /* ← これも */
  width: auto;
  height: auto;
  display:block;
}

.history .historyCap{
  font-size:11px;
  color:#666;
  text-align:left;
}

/* 下に入れる画像群（最大2個想定なら repeat(2,1fr) 推奨ですが、現状3列指定のまま） */
.history .historyMediaGroup{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
  margin-bottom:14px;
}

/* =========================
   2025だけ画像を120%
   ========================= */

.historyText--largeMedia .historyMedia{
  width: 340px; 
  flex: 0 0 340px;
}

.historyText--largeMedia .historyPhoto{
  height: 227px; 
}

/* ===== メモカード ===== */

.history .historyMemo{
  margin-top:30px;
  margin-bottom:30px;
  position:relative;
  background:#fff;
  border:1px solid #e8eded;
  border-radius:16px;

  padding:30px 16px 14px;

  box-shadow: 0 6px 13px rgba(0,0,0,.10);
}

.history .historyMemoTag{
  position: absolute;
  left: 14px;
  top: -12px;
  background: #0b8f88;
  color: #fff;
  font-weight: 900;
 font-size: 11px;
  padding: 6px 12px;
  border-radius: 10px;
}

/* ▼ 吹き出しの三角 */
.history .historyMemoTag::after{
  content:"";
  position:absolute;
  left: 18px;        /* ← 三角の横位置調整 */
  top: 100%;         /* タグの真下 */

  width:0;
  height:0;

  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid #0b8f88;  /* ← 三角の色 */
}

/* ★修正：メモ内pは必ず縦積み（flexの影響を排除） */
.history .historyMemo p{
  display:block !important;
  margin-top: 10px;
 font-size: 11px;
  line-height: 1.9;
  color: #2f2f2f;
}

.history .historyMemo .memoQuote{
  display:block;
  margin-bottom:6px;
  color:#0b8f88;
  font-weight:900;
  font-size:12px;
}

/* 行を2カラムにする */
.abbrRow{
  display:grid;
  grid-template-columns: 80px 1fr; /* ←略語列の幅（調整OK） */
  align-items:start;
  margin-bottom:4px;
}

/* 略語 */
.abbrKey{
  font-weight:900;
  color:#0b8f88;
  margin-left:40px;
 font-size: 11px;
}

/* 説明 */
.abbrText{
  padding-left:6px;
 font-size: 11px;
}

/* 右寄せ */
.abbrEnd{
  text-align:right;
  margin-top:6px;
}


/* ===== 微調整 ===== */

.history .historyItem:last-child{
  padding-bottom:0;
}

/* =====================================
   History 1979 block 専用
   ===================================== */

/* 既存historyの中で1979だけ安定して組む */
.historyItem--1979 .historyBody{
  display: block;
  padding-top: 10px;
}

.historyItem--1979 .historyText{
  font-size: 13px;
  line-height: 2;
  color: #2f2f2f;
  text-align: left;
}

/* 月付き本文 */
.historyItem--1979 .historyText > p{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
  line-height: 1.6;
}

.historyItem--1979 .historyMonth{
  flex: 0 0 3.5em;
  font-weight: 800;
  color: #000;
}

/* 画像＋メモ全体 */
.history1979Media{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 18px 0 22px;
}

/* 左の大写真 */
.history1979MainPhoto{
  width: 220px;
  flex: 0 0 220px;
  margin: 0;
}

.history1979PhotoFrame{
  background: #fff;
  overflow: hidden;
}

.history1979PhotoFrame img{
  display: block;
  width: 100%;
  height: auto;
}

/* 右側（銅像＋メモ） */
.history1979Side{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* 銅像 */
.history1979Founder{
  width: 150px;
  flex: 0 0 150px;
  margin: 45px 0 0;
}

.history1979FounderPhoto{
  border: 1px solid #d9dedf;
  overflow: hidden;
  background: #fff;
}

.history1979FounderPhoto img{
  display: block;
  width: 100%;
  height: auto;
}

.history1979FounderCap{
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}

/* メモ */
.history1979Memo{
  position: relative;
  flex: 1;
  min-width: 0;
  margin-top: 0;

  background: #fff;
  border: 1px solid #e8eded;
  border-radius: 16px;
  padding: 24px 18px 16px;

  box-shadow: 0 6px 13px rgba(0,0,0,.10);
}

/* 吹き出し削除 */
.history1979Memo::before,
.history1979Memo::after{
  display: none;
}

/* タグ */
.history1979MemoTag{
  position: absolute;
  left: 14px;
  top: -12px;

  background: #0b8f88;
  color: #fff;
  font-weight: 900;
  font-size: 11px;

  padding: 6px 12px;
  border-radius: 10px;
}

.history1979MemoTag::after{
  content:"";
  position:absolute;
  left: 18px;
  top: 100%;

  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid #0b8f88;
}

/* 本文 */
.history1979Memo p{
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.9;
  color: #2f2f2f;
}

/* 引用 */
.history1979Quote{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  font-weight:900;
  color:#0b8f88;
}

/* =====================================
   2015年：画像＋幅広メモ
   ※ 必ず .historyMediaGroup の後ろに置く
   ===================================== */

.history .historyMediaGroup.historyMediaGroup--wideMemo{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 14px;
}

/* 左画像は固定幅 */
.history .historyMediaGroup.historyMediaGroup--wideMemo .historyMedia{
  width: 220px;
  flex: 0 0 220px;
  margin: 0;
}

/* 右メモをしっかり広げる */
.history .historyMediaGroup.historyMediaGroup--wideMemo .historyMemoWide{
  position: relative;
  flex: 1 1 auto;
  width: calc(100% - 240px); /* 260px + gapぶんを引く */
  min-width: 0;

  background: #fff;
  border: 1px solid #e8eded;
  border-radius: 16px;
  padding: 22px 18px 16px;
  box-shadow: 0 6px 13px rgba(0,0,0,.10);
}

/* タグ */
.history .historyMediaGroup.historyMediaGroup--wideMemo .historyMemoWideTag{
  position: absolute;
  left: 14px;
  top: -12px;
  background: #0b8f88;
  color: #fff;
 font-size: 11px;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 10px;
}

.history .historyMediaGroup.historyMediaGroup--wideMemo .historyMemoWideTag::after{
  content:"";
  position:absolute;
  left: 18px;
  top: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0b8f88;
}

/* 本文 */
.history .historyMediaGroup.historyMediaGroup--wideMemo .historyMemoWide p{
  margin-top: 15px;
 font-size: 11px;
  line-height: 1.9;
  color: #2f2f2f;
}
/* =========================
   QUALITY (品質保証体制)
   ========================= */

.qualitySys{
  position: relative;
  padding: 0 0 30px;
}

.qualitySysWrap{
  position: relative;
  width: 960px;      /* 960固定前提 */
  margin: 0 auto;
  padding: 0 0 10px;
}

/* メインコピー全体 */
.qualityMainCopy{
  margin:0;
  line-height:1.6;
  text-align:left;
}

/* 上段コピー */
.copyStrong{
  position: relative;
  display: inline-block;
  color:#0b8f88;
  font-weight:900;
  font-size:36px;
  z-index:1;
}

/* 手書き風マーカー */
.copyStrong::after{
  content:"";
  position:absolute;
  left:-4px;
  right:-4px;

  bottom:0.15em;
  height:0.55em;

  /* 手書き風グラデーション */
  background: linear-gradient(
    180deg,
    rgba(255,235,120,0) 10%,
    rgba(255,220,80,.85) 40%,
    rgba(255,215,60,.95) 70%,
    rgba(255,235,120,0) 100%
  );

  border-radius:4px;
  transform: rotate(-1.2deg); /* 少し傾ける */
  z-index:-1;
}

/* 下段（黒） */
.copyNormal{
  color: #2f2f2f;
  font-size:36px;
  font-weight:500;
}

/* リード */
.qualitySysLead{
  margin: 15px 0 30px;
  font-size: 16px;
  line-height: 1.9;
  color: #2f2f2f;
  text-align:left;
}

/* 小見出し */
.qualitySysSub{
  position: relative;
  font-size:18px;
  font-weight:900;
  color:#0b8f88;

  margin:36px 0 20px;
  padding-bottom:8px;

  display:flex;
  align-items:center;
  gap:10px;

  /* 下ライン */
  border-bottom:2px solid #e4f2ef;
}

/* 左の小さな四角（少し大きく） */
.qualitySysSub .sq{
  width:12px;
  height:12px;
  background:#0b8f88;
  border-radius:2px;
  flex-shrink:0;
}



.qualityBlock{
  margin-top:30px;
}

/* タイトル */
.qualityBlockTitle{
  font-size:14px;
  font-weight:800;
  margin-bottom:16px;
  color:#222;
  border-left:5px solid #0b8f88;
  padding-left:10px;
  text-align:left;
}

/* 番号 */
.qualityNo{
  margin-right:6px;
}

/* 横並び */
.qualityBlockRow{
  display:flex;
  gap:26px;
  align-items:flex-start;

  background:#fff;
  padding:18px;
  border-radius:10px;

}

/* 認定証 */
.qualityCert{
  width:180px;
  flex-shrink:0;
  margin:0;
}

.qualityCert img{
  width:100%;
  display:block;
  border-radius:6px;
  border:1px solid #e5eaea;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}

/* 説明文 */
.qualityText{
  font-size:14px;
  line-height:1.9;
  color: #2f2f2f;
  text-align:left;
}

.qualityText p{
  margin:0 0 10px;
}

.qualitySysBar{
  margin-top: 30px;
  padding: 22px 26px;
  background: #e9f6f4;
  border-radius: 12px;
}

/* 2列レイアウト */
.qualitySysChecks{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;

  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

/* 各項目 */
.qualitySysChecks li{
  position: relative;
  padding-left: 26px;
  font-weight: 500;
}

/* 丸チェックアイコン */
.qualitySysChecks li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: #16A085;
  border-radius: 50%;
}

/* チェックマーク */
.qualitySysChecks li::after{
  content:"";
  position:absolute;
  left: 5px;
  top: 9px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.qualitySysprogram{
 margin-left:2em;
}

.qualitySysprogram p{
  font-size:14px;
  line-height:1.9;
  color: #2f2f2f;
  text-align:left;
}

.qualitySysprogram02 p{
  font-size:14px;
  line-height:1.9;
  color: #2f2f2f;
  text-align:left;
}


.qualityTableArea{
  width: 960px;   /* 960固定 */
  margin: 10px auto 30px;
}

.qualityTable{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #d9e6e4;
  border-radius: 10px;
  overflow: hidden; /* 角丸を効かせる */
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
  margin-bottom:20px;
}

.qualityTable th,
.qualityTable td{
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #2f2f2f;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e7f0ef;
  border-right: 1px solid #e7f0ef;
}

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

.qualityTable tr:last-child td{
  border-bottom: none;
}

/* ヘッダ */
.qualityTable thead th{
  background: #0b8f88;
  color: #fff;
  font-weight: 800;
  text-align: center;
  letter-spacing: .02em;
}

/* 縞（読みやすく） */
.qualityTable tbody tr:nth-child(odd){
  background: #f7fbfa;
}

/* 文字が長い列に少し余裕（任意） */
.qualityTable td:nth-child(1){ width: 28%; }
.qualityTable td:nth-child(2){ width: 20%; }
.qualityTable td:nth-child(3){ width: 52%; }

/* 画像縦並び中央 */
.qualityProgramImages{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center; /* ←中央揃え */
  gap: 20px;           /* ←画像の間隔 */
}

.qualityProgramImages > *:last-child{
  margin-bottom: 80px;
}

/* 画像サイズ調整 */
.qualityProgramImages img{
  max-width: 100%;
  width: auto;
  height: auto;
}

/* 画像の間に点線 */
.qualityProgramImages img + img{
  margin-top: 40px; /* 余白調整（任意） */
  padding-top: 60px; /* 線との距離 */
  border-top: 2px dashed #ccc; /* ←点線 */
}

.qualitySysBarWide{
  width: 550px;
  margin: 40px auto;
  padding: 22px 28px;
  text-align:left;
  background: #e9f6f4;
  border-radius: 12px;
}

/* 縦1列 */
.qualitySysChecksWide{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr;
  row-gap: 14px;

  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

/* 各項目 */
.qualitySysChecksWide li{
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}

/* 丸アイコン */
.qualitySysChecksWide li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #16A085;
  border-radius: 50%;
}

/* チェックマーク */
.qualitySysChecksWide li::after{
  content:"";
  position:absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.futureArea{
  position: relative;
  padding: 70px 0;     /* ←左右の80pxはやめて中央寄せを安定させる */
  overflow: hidden;
}

/* 背景（必ず背面） */
.futureArea::before{
  content:"";
  position:absolute;
  inset:0;
  z-index: 0;
  pointer-events:none;

  background:
    linear-gradient(
      to right,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,0.85) 25%,
      rgba(255,255,255,0.55) 45%,
      rgba(255,255,255,0.25) 65%,
      rgba(255,255,255,0.08) 80%,
      rgba(255,255,255,0) 100%
    ),
    url("img/future-bg.jpg") right center / cover no-repeat;
}

/* 中身は必ず前面に */
.futureArea > *{
  position: relative;
  z-index: 2;
}

/* キャッチは中央に固定 */
.futureCatch{
  width: 960px;
  margin: 0 auto 30px;
  text-align: center;
}

/* メイン */
.futureCatchMain{
  position: relative; /* ←これが重要 */
  font-size: 38px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.3;
  margin: 0 0 18px;

  background: linear-gradient(90deg,#0b8f88,#18b6ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 下の装飾ライン */
.futureCatchMain::after{
  content:"";
  display:block;
  width:180px;
  height:5px;
  margin:18px auto 0;
  background:linear-gradient(90deg,transparent,#0b8f88,transparent);
  opacity:.35;
  border-radius:10px;
}

/* サブ */
.futureCatchSub{
  position: relative; /* ←これも念のため */
  font-size: 22px;
  line-height: 1.9;
  color: #2f2f2f;
  letter-spacing: .04em;
  margin: 0;
}

/* 本文ブロック */
.qualitySysprogram03{
  width: 960px;
  margin: 0 auto;
}

.qualitySysprogram03 p{
  font-size: 16px;
  line-height: 2;
  color: #2f2f2f;
  margin: 0 0 20px;
}

.specTable {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-size: 14px;
  color: #666;
  margin-bottom:15px;
}

.specTable th,
.specTable td {
  padding: 12px 16px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
}

.specTable th {
  width: 160px;
  background: #e7e4e4;
  font-weight: 700;
  color: #666;
  white-space: nowrap;
}

.specTable td {
  background: #fff;
}

.specTable a {
  color: #0a8a9f;
  text-decoration: underline;
}

.specTable a:hover {
  text-decoration: none;
}

.specLink {
  color: #0a8a9f;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}

/* 矢印アイコン */
.specLink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0a8a9f;
  border-right: 2px solid #0a8a9f;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}

/* hover */
.specLink:hover {
  color: #066b79;
}

.specLink:hover::after {
  transform: translateY(-50%) translateX(3px) rotate(45deg);
}
