@charset "UTF-8";
/* CSS Document */


/* ==============================
body・共通設定
============================== */
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #fff; /* デフォルト（下層ページ）は白背景 */
    margin: 0;
    padding: 0;
}



/*------------背景３段階で切り替え------------*/
/* ==========================================
   1. PC用 (993px以上) 
   ========================================== */
body.is-top {
    background-image: url('../img/top/global_bg.png');
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* ==========================================
   2. タブレット用 (768px 〜 992px)
   ========================================== */
@media (min-width: 768px) and (max-width: 992px) {
    body.is-top {
        background-image: url('../img/top/global_bg-tab.webp');         
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed;
    }
}

/* ==========================================
   3. スマホ用 (767px以下)
   ========================================== */
@media (max-width: 767px) {
    body.is-top {
        background-image: url('../img/top/global_bg-smp.webp');
        background-size: 100% auto;
        background-position: center top;
        background-attachment: scroll;
    }
}













 /*TOPだけ・社名*/
.header-companyname {
    font-size: clamp(0.6rem, 5vw, 1.5rem);
    color: #fff; 
    text-shadow:2px 2px 4px rgba(0,0,0,0.6);

}

/*---PC向けはキャッチコピーをdivに入れる---*/
/*上部navi下の余白*/
header.container {
    margin-bottom: 130px;
}

@media (max-width: 992px) {
  header.container {
      margin-bottom: 400px;
  }
}

/*PC向けキャッチコピー画像*/
.catchcopy-container{
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
}

.catchcopy-container img {
  vertical-align: bottom;
}


/*PC向け・ナビ*/
.top-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50px; 
  overflow: hidden;          /* 子要素の背景がはみ出さないように */
}


.top-nav .nav-item {
  flex: 1;                   /* 均等な幅にする */
  text-align: center;
}


.top-nav .nav-item a {
  display: block;
  padding: 15px 10px;        /* 上下の余白で高さを出す */
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


.top-nav .nav-item a:hover {
  background-color: #e0e0e0; 
} 




/* --- ハンバーガーボタンのスタイル --- */
.nav-toggle {
    display: none; /* 基本は非表示 */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #2a77ab;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
}

/* ボタン内の三本線 */
.nav-toggle span {
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
}
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 29px; }

/* ボタンがアクティブ（開いた時）の三本線の動き */
.nav-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* --- スマホ向けのレスポンシブ設定 (992px以下など数値調整) --- */
@media (max-width: 992px) {
    .nav-toggle {
        display: block; /* スマホでボタンを表示 */
    }

    .nav-container {
        position: fixed;
        top: 0;
        right: -100%; /* 画面の外に隠しておく */
        width: 80%;    /* メニューの幅 */
        height: 100vh;
        background-color: rgba(245, 245, 245, 0.95);
        transition: all 0.3s;
        z-index: 99;
        padding-top: 80px; /* ボタンと重ならないように */
    }

    /* メニューが開いた時 */
    .nav-container.is-active {
        right: 0;
    }

    .top-nav .nav-list {
        flex-direction: column; /* 縦並びに変更 */
        background-color: transparent;
        border-radius: 0;
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid #ddd;
	      text-align: center;
	      font-weight: bold;
    }
}








/* ==============================
メインコンテンツエリア
============================== */

/* 地球背景の上に載せるための微調整 */
.content-area {
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1); /* 少し影をつけて境界をはっきりさせる */
    position: relative; /* パララックス効果の調整用 */
    z-index: 10;        /* ヘッダーよりは下、地球よりは上 */
    max-width: 1300px;
}

/* ロゴとテキスト */
.nta-logo {
    height: 70px; /* ロゴの高さを調整 */
    width: auto;
}
@media (max-width: 992px) {
    .nta-logo { width: 150px; } 
}


.precision-text {
    display: inline-block; /* サイズ指定が安定する */
    color: #387DBC;
    font-size: clamp(1.3rem, 4vw, 2rem);
    vertical-align: middle; /* ロゴとの上下中央揃えを微調整 */
}





/* -----溶接設備------ */
/* 画像オーバーレイ */
.image-overlay-card {
    overflow: hidden; /* 角丸にする場合必須 */
}

.overlay-text-box {
    background-color: rgba(56, 125, 188, 0.8); 
    width: 85%;
}

/* テキストの微調整 */
.english-title {
    font-size: clamp(1.6rem, 5vw, 2.5rem);
}

.japanese-title {
    font-size: clamp(1rem, 5vw, 1.8rem);
    color:#a0d0fc;
}

.description-text {
    line-height: 1.8;
    font-size: clamp(1rem, 5vw, 1.2rem);
}

.detail-btn {
    transition: all 0.3s ease;
}
.detail-btn:hover {
    background-color: #fff;
    color: #2d2e30 !important;
    transform: translateX(5px); /* 少し右に動かす */
}


/* PC版の重ね合わせ設定（md以上に限定する） */
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .overlay-text-box {
        background-color: rgba(56, 125, 188, 0.8); 
        margin-bottom: 3rem; /* 下側に少し余白を空けて浮かせる */
    }
}

/* スマホ版の設定（767px以下） */
@media (max-width: 767.98px) {
    .card-img-overlay-custom {
        background-color: #387DBC; /* スマホでは透過させず、しっかり背景色を敷く */
        position: static !important; /* 重ね合わせを解除 */
    }
    
    .overlay-text-box {
        width: 100% !important; /* スマホでは横幅いっぱい */
        padding: 30px 20px !important;
    }

}






/* ----TOP・溶射ガンの６つのリンクボタン部分---- */

/*溶射ガングリッド背景*/
.spray-grid-wrap {
    background-color:#d6e6ee;
}

.spray-grid-english-title {
    font-size: clamp(1.6rem, 5vw, 2.5rem);
    color:#1e5e83;
}

.spray-grid-japanese-title {
    font-size: clamp(1rem, 5vw, 1.8rem);
    color:#272424;
}


/* 溶射ガングリッド全体のレイアウト */
.spray-grid {
  display: grid;
  /* 基本（スマホ）は横1列 */
  grid-template-columns: 1fr; 
  gap: 20px; /* スマホでは間隔を少し狭くしてスッキリさせる */
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px;
}

/* PCサイズ（768px以上）になったら横3列に戻す */
@media (min-width: 768px) {
  .spray-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; /* PCではゆったりと空ける */
  }
}

/* カード単体の微調整 */
.spray-card {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease;
  border-radius: 4px; 
}

/* 画像のコンテナ */
.image-box img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9); /* 少し暗めにして文字を見やすく */
  transition: filter 0.3s ease;
}

/* リンクボタン（ラベル）部分 */
.link-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d6e6ee;
  color:#2d69c3;
  padding: 8px 15px;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.2rem);
  display: flex;
  align-items: center;
  gap: 10px; /* 文字と矢印の間隔 */
}

.link-label i {
  font-size: clamp(1rem, 4vw, 1.2rem);
}

/* --- エフェクト部分 --- */

/* ホバー時：画像が明るくなり、影が出て、少し浮き上がる */
.spray-card:hover {
  /* box-shadow: 左右のズレ 上下のズレ ぼかし 影の広がり 色; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
  transform: translateY(-5px); /* 5pxだけ上に浮かせる */
  z-index: 10; /* 影が隣のカードに隠れないように */
  transition: all 0.3s ease; /* 変化を滑らかに */
}

/* ホバー時の画像明るさ調整（既存のやつに追記） */
.spray-card:hover .image-box img {
  filter: brightness(1.1);
}

/* 「リンク押したで！」のエフェクト（クリック中） */
.spray-card:active {
  transform: scale(0.95) translateY(0); /* 押した時は位置を戻して縮ませる */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影も少し弱める */
  filter: contrast(1.2);
}






/* ----------TOP・当社の特徴---------- */
/* セクション全体の背景（薄いグレー） */
.offer-section {
  background-color: #eeeeee; 
  overflow: hidden; /* ラベルがハミ出さないように */
}

/* 左側の青いラベル */
.offer-label {
  background-color: #5b9bd5;
  color: #ffffff;
  padding: 20px 40px;
  display: inline-block;
  min-width: 110%; /* 親要素(col)より少し長くして左に寄せる */
  margin-left: -10%; /* コンテナから左にハミ出させる演出 */
  text-align: right; 
}

.offer-label .english-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

.offer-label .japanese-title {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

/* 右側の画像とコピーライト */
.offer-image-wrap {
  position: relative;
}

.offer-bronkhorst-copyright {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
  text-align: right;
  padding-right: 2em;
}

/* 下部の説明文 */
.offer-description {
  color:#366889;
  line-height: 1.8;
  font-size: clamp(1rem, 5vw, 1.2rem);
}

/* スマホ対応：ハミ出しをリセット */
@media (max-width: 767.98px) {
  .offer-label {
    min-width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 20px;
  }
  .offer-description {
    text-align: left;
  }
}




/* ----------TOP・SERVICES---------- */
/* SERVICESセクション全体の背景 */
.services-section {
  background-color: #eeeeee; 
  overflow: hidden; /* ラベルのはみ出し防止 */
}


/* --SERVICESタイトル部分-- */
.services-title-area {
  padding-top: 30px; 
}

.services-main-title {
  font-size: clamp(2.5rem, 8vw, 4rem); 
  font-weight: normal;
  letter-spacing: 0.1em; /* 文字の間隔を広げて高級感 */
  display: inline-block; /* 下線を文字の幅に合わせるために必要 */
  position: relative;
  padding-bottom: 10px; /* 線との距離 */
  color: #000;
}

/* 下の太線（疑似要素で作成） */
.services-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  width: 100%; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background-color: #000; /* 線の色 */
}


/* SERVICES４つ・リンクグリッド */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横2列 */
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* スマホ（横1列） */
@media (max-width: 767.98px) {
  .services-grid {
    grid-template-columns: 1fr; /* 1列にする */
    gap: 20px; /* スマホでは間隔を少し狭くして見やすく */
  }
}



/* カード単体の設定 */
.services-card {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease; /* 動きを滑らかに */
}

/* 画像のコンテナ */
.services-image-box img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9); /* 少し暗めにして文字を見やすく */
  transition: filter 0.3s ease;
}

/* リンクボタン（ラベル）部分 */
.services-link-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  color:#2d69c3;
  padding: 8px 15px;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.2rem);
  display: flex;
  align-items: center;
  gap: 10px; /* 文字と矢印の間隔 */
}

.services-link-label i {
  font-size: clamp(1rem, 4vw, 1.2rem);
}

/* --- エフェクト部分 --- */

/* ホバー時：画像が明るくなり、影が出て、少し浮き上がる */
.services-card:hover {
  /* box-shadow: 左右のズレ 上下のズレ ぼかし 影の広がり 色; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
  transform: translateY(-5px); /* 5pxだけ上に浮かせる */
  z-index: 10; /* 影が隣のカードに隠れないように */
  transition: all 0.3s ease; /* 変化を滑らかに */
}

/* ホバー時の画像明るさ調整 */
.services-card:hover .services-image-box img {
  filter: brightness(1.1);
}

/* 押した時のエフェクト */
.services-card:active {
  transform: scale(0.95) translateY(0); /* 押した時は位置を戻して縮ませる */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影も少し弱める */
  filter: contrast(1.2);
}



/* ----付帯設備・メガバナー（共通・PC）---- */
.futaisetsubi-megab-overlay-text-box {
    background-color: rgba(56, 125, 188, 0.8); /* 透過した青 */
    width: 50%; /* PCでは半分くらいの幅 */
}

/* スマホ版の調整（768px未満） */
@media (max-width: 767.98px) {
    /* 重ね合わせを解除した時、文字部分の幅を100%にして背景をベタ塗りに */
    .futaisetsubi-megab-overlay-text-box {
        width: 100% !important;
        background-color: #387DBC !important;
        margin-bottom: 0 !important; /* PC用の余白を消す */
    }
    
    /* Bootstrapの card-img-overlay がスマホで透明にならないよう補正 */
    .card-img-overlay.position-static {
        color: inherit !important;
    }
}

/* PC版の重ね合わせを有効にするための補助クラス*/
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}





/*----消耗部品・メガバナー（PC用）----*/
.syoumoubuhin-megab-overlay-text-box {
    background-color: rgba(56, 125, 188, 0.8); /* 透過青 */
    width: 40%; /* PCでの幅 */
    margin-left: auto; /* 右側に寄せる設定 */
}

/* スマホ版の調整（768px未満） */
@media (max-width: 767.98px) {
    .syoumoubuhin-megab-overlay-text-box {
        width: 100% !important; /* スマホでは横幅いっぱい */
        background-color: #387DBC !important; /* スマホはベタ塗り */
        margin-bottom: 0 !important; /* PC用の余白を消す */
    }
}

/* 共通：PC版で重ねるための補助クラス */
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}






/*----lineup----*/
/* --lineupタイトル部分-- */
.lineup-section {
  background-color: #eeeeee; 
  overflow: hidden; /* ラベルのはみ出し防止 */
}

/* --lineupタイトル部分-- */
.lineup-title-area {
  padding-top: 30px; /* 上のコンテンツとの間隔 */
}

.lineup-main-title {
  font-size: clamp(2.5rem, 8vw, 4rem); 
  font-weight: normal;
  letter-spacing: 0.1em; 
  display: inline-block; /* 下線を文字の幅に合わせるために必要 */
  position: relative;
  padding-bottom: 10px; /* 線との距離 */
  color: #000;
}

/* 下の太線（疑似要素で作成） */
.lineup-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  width: 100%; /* 線の長さを文字より少し短く */
  height: 4px; /* 線の太さ */
  background-color: #000; /* 線の色 */
}


/* lineup-slit画像・枠線用のカスタムクラス */
.img-outline {
  border: 1px solid #acaaaa;
}


  /* lineup説明文 */
.lineup-description {
  line-height: 1.8;
  font-size: clamp(1rem, 5vw, 1.2rem);
}




/* -----CTA------ */
/* CTAセクション全体 */
.cta-section {
  /* 背景画像を右側に配置。no-repeatで繰り返さない。 */
  background-image: url('../img/top/cta-bg-wire.webp'); /* ワイヤー画像のパス */
  background-repeat: no-repeat;
  background-position: right center; /* 画像を右側に寄せる */
  background-size: contain; /* 画面に収まるように調整*/
  background-color: #000;
}

/* 「相談する」ボタン（枠線のみ） */
.btn-outline-white {
  color: #fff; /* 文字色 */
  border: 1px solid #fff; /* 白い枠線 */
  border-radius: 0; /* 丸角をなくす */
  padding: 10px 30px; /* 内側の余白 */
  transition: all 0.3s ease; /* ホバー時のアニメーション */
}

.btn-outline-white:hover {
  background-color: #fff; /* ホバー時に白背景 */
  color: #000; /* ホバー時に文字を黒に */
}

.cta-text{
  line-height: 1.8;
  font-size: clamp(1rem, 5vw, 1.2rem);
  text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}

/* レスポンシブ調整（スマホなどで背景画像を調整） */
@media (max-width: 991.98px) {
  .cta-section {
    background-size: cover; /* スマホでは全体に広げる */
    background-position: center; /* 中央に配置 */
  }
}



/* --footerlinks-- */

.footer-links-area-wrap {
  background-color: #eeeeee;
}

.footer-links-area .nav-link {
  font-size: 0.85rem; /* 少し小さめに */
  transition: color 0.3s;
}

.footer-links-area .nav-link:hover {
  color: #007bff !important; 
  text-decoration: underline; 
}



/* --footerプライバシーポリシー */
.main-footer {
  background-color: #444444; 
}

/* ロゴのサイズ調整用 */
.footer-logo {
  max-width: 120px;
  height: auto;
}






/* ==============================
溶射設備　thermal-spray-system
============================== */

/* 2階層目ヘッダー基本スタイル */
.secondary-header {
    width: 100%;
    background-color: #ffffff;
    /* 既存の線 */
    border-bottom: 1px solid #e0e0e0;
    /* 箱の影を追加（右に0、下に2px、ぼかし4px、色は透明度10%の黒） */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
    padding: 20px 0 10px 0;
    /* 念のため、影が他の要素の下に隠れないように */
    position: relative;
    z-index: 10;

/* --- 固定の設定 --- */
    position: sticky;    /* スクロールしても位置を保持する */
    top: 0;              /* 画面の一番上に固定 */
    z-index: 1000;       /* コンテンツ（写真など）より上に重なるように大きく設定 */
}

.header-inner {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}


.header-logo a {
    display: flex;
    align-items: flex-end; 
    justify-content: flex-start; 
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-logo a {
        flex-direction: column; /* 縦並びに設定 */
         align-items: start;
    }
}



.header-logo img {
    height: 40px; 
    width: auto;
    margin-right: 15px;
    display: block;    /* 画像の下にできる謎の隙間を防止 */
}

.company-name {
    font-size: 20px;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 1;     /* 余計な上下の隙間を消して下を揃えやすくする */
}



/* スマホ等で社名が長すぎる場合の調整 */
@media (max-width: 480px) {
    .company-name {
        font-size: 16px;
    }
    .header-logo img {
        height: 20px;
    }
}



/* ナビゲーション */
.secondary-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px; /* メニュー間の余白 */
}

.secondary-nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
    transition: color 0.3s;
}


.secondary-nav ul li a:hover {
    color: #005599; 
}



/* --- スマホ時の共通ナビ設定 --- */
@media (max-width: 992px) {

    /* 中のリストを縦並びに */
    .secondary-nav ul {
        flex-direction: column;
        gap: 0; /* PC用の横の隙間を消す */
        text-align: left;
        padding: 0 20px;
        display: flex; /* 縦並びを有効にする */
    }

    .secondary-nav ul li {
        border-bottom: 1px solid #eee;
    }

    .secondary-nav ul li a {
        display: block;
	font-size: 14px;
        padding: 15px 0;
	color: #333;
    }

    .secondary-nav ul li a:hover {
       color: #333;
       background-color: #e0e0e0; /* 少し濃くする */
    } 
}





/* -----共通部品・２階層目タイトル---- */
.page-title-area {
    padding: 60px 0 40px;
    text-align: center;
    background-color: #ffffff;
}

.en-title {
    display: block;
    font-size: clamp(1.4rem, 4vw, 3rem);
    font-weight: bold;
    color: #2C6890; 
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    font-family: 'Arial', sans-serif; 
}

.jp-title {
    display: block;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: bold;
    color: #716D6D;
    margin: 0;
    position: relative;
    line-height: 1.8;
}

/* ページによって文字数が変わっても大丈夫なように調整 */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* スマホ対応：少し文字サイズを小さく */
@media (max-width: 768px) {
    .page-title-area {
        padding: 40px 0 30px;
    }
}



/* -----共通部品・２階層目タイトル下の大きなメイン画像---- */
.main-image-wrapper {
    max-width: 1300px; /* 指定のコンテンツ幅 */
    margin: 0 auto;    /* 中央寄せ */
    overflow: hidden;  /* 画像がはみ出さないように */
}

.main-image-wrapper img {
    width: 100%;       /* 親要素に対して100% */
    height: auto;      /* 比率を維持 */
    display: block;    /* 下の隙間を消す */
}

/* スマホ等で少し余白が欲しくなった時の予備 */
@media (max-width: 1300px) {
    .main-image-wrapper {
        width: 100%;
    }
}




/* -----共通部品・２階層目 メイン画像下の見出し---- */
/* コンテンツ全体の幅制限（1300px） */
.container-1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px; /* Bootstrapの左右余白に合わせる */
}

/* 見出しのスタイル */
.section-header {
    margin-bottom: 30px;      /* 下の文章との間隔 */
    border-bottom: 3px solid #9BD7E5; 
    padding-bottom: 10px;     /* 文字と線の間の余白 */
}

.section-title {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: bold;
    color: #2C6890;       
    margin: 0;
    line-height: 1.6;
}




/* -----共通部品・２階層目 見出し下の説明文書---- */
.section-body {
    margin-top: 30px; /* 見出しとの間の余白 */
    margin-bottom: 15px; /* 次のボタンエリアとの間の余白 */
}

.section-body-width-middle {
    margin-top: 30px; /* 見出しとの間の余白 */
    margin-bottom: 15px; /* 次のボタンエリアとの間の余白 */
    max-width: 1000px;
}


.description-text-2nddir {
    font-size: clamp(1rem, 5vw, 1.2rem);
    color: #333333;      
    line-height: 1.8;      /* 行間を広めにとって視認性アップ */
    letter-spacing: 0.05em; /* 文字の間を少し開けてゆったりと */
    margin-bottom: 2rem;   /* 段落同士の間の余白 */
}

.description-text-2nddir:last-child {
    margin-bottom: 0;      /* 最後の段落の下余白は消す */
}





/* -----共通部品・２階層目 お問合せボタン---- */
.contact-btn-area {
    margin: 60px 0;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #337ab7;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Font Awesome アイコンの調整 */
.btn-contact i {
    margin-left: 15px;      /* テキストとの間の余白 */
    font-size: 0.9em;       /* 少しだけ小さくしてバランスをとる */
    transition: transform 0.3s ease; /* ホバー時に動かす用 */
}

/* ホバー時の演出 */
.btn-contact:hover {
    background-color: #286090;
    color: #ffffff;
    text-decoration: none;
}

/* ホバー時に矢印を少し右に動かす */
.btn-contact:hover i {
    transform: translateX(5px);
}



/* -----footer link banner------- */
.banner-item {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px; 
}

.banner-img {
    height: 250px; 
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.5s ease; /* ホバー時の拡大用 */
}

/* オーバーレイ（#2C2828を65%） */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 40, 40, 0.65); /* #2C2828をRGBAに変換 */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

/* 白文字テキスト（FFF） */
.banner-text {
    color: #ffffff;
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 2px solid transparent; /* ホバーで線を出す用 */
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

/* --- ホバー時の演出 --- */
.banner-item:hover .banner-img {
    transform: scale(1.05); /* 画像を少し大きく */
}

.banner-item:hover .banner-overlay {
    background-color: rgba(44, 40, 40, 0.4); /* 影を少し薄くして明るく見せる */
}

.banner-item:hover .banner-text {
    border-bottom: 2px solid #ffffff; /* 下線がフワッと出る */
}

/* スマホ対応 */
@media (max-width: 768px) {
    .banner-img {
        height: 180px; /* スマホでは少し高さを抑える */
    }
}




/* ==============================
溶射ガン　Thermal spray equipment
============================== */

/* デザインの基本設定 */
.service-card {
  --main-color: #2C6890; /* テーマカラー */
  --bg-color: #f0f0f0;   /* 背景の薄いグレー */
  
  max-width: 1100px;
  background-color: var(--bg-color);
  border-top: 10px solid #609FBE; /* 上部の青いライン */
  padding: 20px;
}

/* テキストエリア */
.card-header {
  margin-bottom: 15px;
}

.title-en {
  color: #2C6890;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: bold;
  margin: 0;
}

.title-jp {
  color:#606060;
  font-size: clamp(1rem, 4vw, 1.3rem);
  margin: 5px 0 0 0;
}

/* 画像エリア */
.image-container {
  width: 100%;
  margin-bottom: 20px;
  line-height: 0;
}

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

/* ボタンエリア */
.card-footer {
  display: flex;
  justify-content: flex-end;
}


/* -----共通部品・２階層目 こちらボタン---- */
.kochira-btn-area {
    margin: 1em 0;
}

.btn-kochira {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #337ab7;
    color: #ffffff;
    font-size: clamp(0.8rem, 4vw, 1.3rem);
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Font Awesome アイコンの調整 */
.btn-kochira i {
    margin-left: 15px;      /* テキストとの間の余白 */
    font-size: 0.9em;       /* 少しだけ小さくしてバランス取る */
    transition: transform 0.3s ease; /* ホバー時に動かす用 */
}

/* ホバー時の演出 */
.btn-kochira:hover {
    background-color: #286090;
    color: #ffffff;
    text-decoration: none;
}

/* ホバー時に矢印を少し右に動かす */
.btn-kochira:hover i {
    transform: translateX(5px);
}



/* 企業ロゴカードの基本スタイル */
.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #eee; /* 薄い枠線 */
  padding: 30px;
  height: 120px; /* 高さを統一 */
  text-decoration: none;
  transition: all 0.3s ease; /* 動きを滑らかに */
    cursor: default;
}

/* 画像がはみ出さないように設定 */
.logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* マウスオーバー時のエフェクト */
.logo-card:hover {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* 影を出す */
  transform: translateY(-5px); /* 5px上に浮かせる */
  border-color: transparent;
}


/* 画像リンクバナー・hoverで明るくする設定 */
.image-link {
  display: block;
  background-color: #fff; /* 背景を白にしておく */
  overflow: hidden;       /* はみ出し防止 */
  line-height: 0;         /* 画像下の隙間対策 */
}

.image-link img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease; /* 変化をふわっとさせる */
}

/* マウスオーバー時に彩度を上げて炎感を強調する */
.image-link:hover img {
  filter: saturate(200%);
}




/* ==============================
プラズマ溶射　Plasma Spraying
============================== */
.usage-container {
    color: #333;
  }

  /* 「用途」の見出しスタイル */
  .usage-title {
    display: inline-block;
    background-color: #609FBE;
    color: white;
    padding: 0.5em 1em;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: bold;
    letter-spacing: 0.3em;
  }

/* リスト全体のスタイル */
.usage-list {
    list-style: none; /* 標準の●を消す */
    padding: 0;
    margin: 0;
}

/* リスト項目のスタイル */
.usage-list li {
    position: relative;
    padding-left: 30px; /* アイコンの分だけ左に余白を作る */
    font-size: clamp(1rem, 5vw, 1.2rem);
    line-height: 2;
    margin-bottom: 10px;
}

/* Font Awesomeを疑似要素で表示 */
  .usage-list li::before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f111"; /* fa-circle-arrow-right のユニコード */
    font-weight: 900;  /* Solidアイコンの場合は900が必須 */
    position: absolute;
    left: 0;           /* 左端に配置 */
    color: #c8c8c8; 
    font-size: 1.1rem;

/* アイコンフォントを滑らかにする */
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}


/*---------PDFダウンロードコーナー---------*/
/* PDFダウンロードコンテナ */
  .download-section {
    margin: 40px auto;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-family: sans-serif;
  }

  /* ヘッダーグレー部分 */
  .download-header {
    background-color: #f2f2f2;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2rem;
    color: #333;
    border-bottom: 1px solid #d1d1d1;
  }

  /* 横並びのレイアウト */
  .download-grid {
    display: flex;
    justify-content: space-around;
    padding: 30px 10px;
    gap: 20px;
  }

/* スマホ対応 */
@media (max-width: 768px) {
  .download-grid {
    flex-direction: column;
    gap: 60px;
  }
}


  .download-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* サムネイル画像の外枠 */
  .pdf-thumb {
    width: 230px; 
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  }
  .pdf-thumb img {
    width: 100%;
    display: block;
  }

  /* --- PDFボタン本体・clericiColor --- */
  .pdf-button-clerici {
    display: inline-block;
    background-color: #000066; /* 濃い紺色 */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;       /* 角丸 */
    position: relative;
    transition: opacity 0.3s;
    width:280px;
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  .pdf-button-clerici:hover {
    opacity: 0.8;
  }

/* --- PDFボタン本体・ftsColor --- */
  .pdf-button-fst {
    display: inline-block;
    background-color: #07803A; 
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;       /* 角丸 */
    position: relative;
    transition: opacity 0.3s;
    width:280px;
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  .pdf-button-fst:hover {
    opacity: 0.8;
  }



/* -PDFDL下のお問合せコーナー- */
.otoiawase-bgblue {
  background-color:#E9F0F4;
  margin: 0 auto;
  font-size: clamp(1rem, 5vw, 1.2rem);
  color: #333333;        
  line-height: 1.8;      /* 行間を広めにとって視認性をアップ */
  letter-spacing: 0.05em; /* 文字の間を少し開けてゆったりと */
  max-width:1270px;
}




/*---------PDFDL下のお問合せボタン・少し小さめ仕様----------*/
.btn-contact-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #337ab7;
    color: #ffffff;
    font-size: clamp(0.8rem, 5vw, 1.2rem);
    font-weight: bold;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Font Awesome アイコンの調整 */
.btn-contact-small i {
    margin-left: 15px;      /* テキストとの間の余白 */
    font-size: 0.9em;       /* 少しだけ小さくするとバランスが良い */
    transition: transform 0.3s ease; /* ホバー時に動かす用 */
}

/* ホバー時の演出 */
.btn-contact-small:hover {
    background-color: #286090;
    color: #ffffff;
    text-decoration: none;
}

/* ホバー時に矢印を少し右に動かす */
.btn-contact-small:hover i {
    transform: translateX(5px);
}





/* 回遊ボタン全体のコンテナ */
.thermal-nav-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 15px;
}

/* ボタンの基本デザイン */
.nav-button-kaiyu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* 横並びで均等に広がる */
    min-width: 140px;
    padding: 12px 10px;
    background-color: #7faedc; 
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px; 
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* マウスホバー時 */
.nav-button-kaiyu:hover {
    background-color: #397bbd;
    text-decoration: none;
}

/* 現在のページのボタン色 */
.nav-button-kaiyu.active {
    background-color: #999999;
}

/* スマホ用の設定（2列にする） */
@media screen and (max-width: 600px) {
    .thermal-nav-container {
        gap: 10px; 
    }
    
    .nav-button-kaiyu {
        /* 50%から隙間(10px)の半分を引く計算 */
        flex: 0 0 calc(50% - 5px); 
        min-width: 0; /* ←ここ重要！親のmin-width設定をリセットします */
        font-size: 13px;
        padding: 15px 5px;
    }
}






/*HVOF溶射・footerbanner*/
.container-1300-nopadding {
    max-width: 1300px;
    margin: 0 auto;
}


/*APSスプレー用溶射ガン・商品カード*/
/* カード全体 */
.product-card {
  display: flex;
  flex-direction: column; /* スマホでは縦並び */
  gap: 20px;
  max-width: 1300px;
  margin: 20px auto;
  padding: 15px;
  background:#fff;
  border: 1px solid #C7D4DD;
  border-top: 10px solid #C7D4DD;
}

/* 画像エリア */
.product-card__image {
  flex: 0 0 45%; /* PCでの画像幅（約半分） */
}

.product-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc; /* 画像のグレー枠線 */
}

/* コンテンツエリア */
.product-card__content {
  flex: 1;
}

/* 商品タイトル */
.product-card__title {
  color:#2C6890;
  font-size: clamp(1.3rem, 4vw, 1.5rem);
  margin-bottom: 20px;
  font-weight: bold;
}

/* 水色ラベル */
.product-card__label {
  display: inline-block;
  background-color: #6fb0d0; /* 水色背景 */
  color: #fff;
  padding: 6px 12px;
  font-size: clamp(1rem, 5vw, 1.3rem);
  letter-spacing: 0.05em; 
  margin-bottom: 10px;
}

/* 各セクションの余白 */
.product-card__section {
  margin-bottom: 20px;
}

.product-card__text {
  font-size: clamp(1rem, 5vw, 1.2rem);
  line-height: 1.8;
  letter-spacing: 0.05em; 
  color: #333;
}

/* --- PC表示（768px以上）の調整 --- */
@media screen and (min-width: 768px) {
  .product-card {
    flex-direction: row; /* 横並びにする */
    align-items: flex-start;
    padding: 30px;
    border-bottom: 1px solid #e0e6ed; 
  }
  
  .product-card__image {
    margin-right: 30px;
  }
}










/*-----消耗品・商品画像-----*/
/* セクション全体の背景色 */
.consumables-section {
  background-color: #E9F0F4;
  padding: 40px 20px;
}

/* グリッドの設定 */
.product-grid {
  display: grid;
  gap: 40px; 
  max-width: 1300px;
  margin: 0 auto;
}

.product-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #609FBE;
  box-sizing: border-box;
}

/* スマホ：1列 */
@media (min-width: 0) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* PC：2列（タイル状に並べる） */
@media (min-width: 768px) {
  .product-grid {
    /* ここを 'repeat(2, 1fr)' にすることで2枚ずつ並ぶ */
    grid-template-columns: repeat(2, 1fr);
  }
}


/*-----当社の特徴TOP・リンクgrid(indexとは別設定)-----*/
/* SERVICES４つ・リンクグリッド */
.services-grid-wwof {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横2列 */
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
}

/* スマホ（横1列） */
@media (max-width: 767.98px) {
  .services-grid-wwof {
    grid-template-columns: 1fr; /* 1列にする */
    gap: 30px; /* スマホでは間隔を少し狭くすると見やすい */
  }
}


/* カード単体の設定 */
.services-card-wwof {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease; /* 動きを滑らかに */
  background-color: #eeeeee;
  padding: 20px;
}

/* 画像のコンテナ */
.services-image-box-wwof img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9); /* 少し暗めにして文字を見やすく */
  transition: filter 0.3s ease;
}

/* リンクボタン（ラベル）部分 */
.services-link-label-wwof {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  color:#2d69c3;
  padding: 8px 15px;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.2rem);
  display: flex;
  align-items: center;
  gap: 10px; /* 文字と矢印の間隔 */
}

.services-link-label-wwof i {
  font-size: clamp(1rem, 4vw, 1.2rem);
}

/* --- エフェクト部分 --- */

/* ホバー時：画像が明るくなり、影が出て、少し浮き上がる */
.services-card-wwof:hover {
  /* box-shadow: 左右のズレ 上下のズレ ぼかし 影の広がり 色; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
  transform: translateY(-5px); /* 5pxだけ上に浮かせる*/
  z-index: 10; /* 影が隣のカードに隠れないように */
  transition: all 0.3s ease; /* 変化を滑らかに */
}

/* ホバー時の画像明るさ調整（既存のやつに追記） */
.services-card-wwof:hover .services-image-box-wwof img {
  filter: brightness(1.1);
}

/* クリック時エフェクト */
.services-card-wwof:active {
  transform: scale(0.95) translateY(0); /* 押した時は位置を戻して縮ませる */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影も少し弱める */
  filter: contrast(1.2);
}



/* --WWOF専用カスタム・タイトル-- */
/* --SERVICESタイトル部分-- */
.services-main-title-wwof {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 500; 
  letter-spacing: 0.12em; /* 文字の間隔はそのまま広く */
  display: inline-block;
  position: relative;
  padding-bottom: 10px;

  /* --- グレーグラデーション --- */
  background: linear-gradient(
    45deg, /* 上から下へのグラデーションに */
    #bdbcbc 0%, /* 上：少し濃い目のグレー */
    #e0e0e0 60%, /* 中央〜下：かなり薄いグレー */
    #eeeeee 100% /* 最下部：ほぼ白に近いグレー */
  );
  -webkit-background-clip: text; /* 文字の形に背景を切り抜く */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* 文字自体の色を透明にして背景を見せる */
  /* -------------------------------------- */
}

/* 下の太線（元のグレー単色に戻します） */
.services-main-title-wwof::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7px; /* 線の太さ */
  background-color: #d8d8d8; 
}





/*------------キャリブレーション------------*/
.calibration-section {
  background-color: #E9F0F4;
  padding: 2em;
}
@media (max-width: 767px) {
  .calibration-section {
    padding: 0.8em;
  }
}


.about-calibration {
  background-color: #2C6890;
}

.about-calibration h3 {
  font-size: clamp(1.1rem, 5vw, 1.7rem);
  line-height: 1.8;  
}

.about-calibration-exp {
  font-size: clamp(1rem, 5vw, 1.2rem);
  line-height: 1.8; 
  letter-spacing: 0.05em; 
}


/* サポート画像部分専用設定 */
.custom-main-img {
  width: 100%;
}

/* PC（768px以上）になったら25%にする */
@media (min-width: 768px) {
  .custom-main-img {
    width: 70% !important; /* 強制的に上書き */
  }
}


/* ----------これを放置すれば・タイトル部分------------ */
.problem-header {
  background-color:#5D5D5D;
}

/* 吹き出しの三角を作る設定 */
.problem-header::after {
  content: "";
  position: absolute;
  top: 100%; /* 親要素のすぐ下 */
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #5D5D5D;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  z-index: 10;
}

.problem-header h3 {
  font-size: clamp(1rem, 5vw, 2rem);
}

.problem-naiyou{
  font-size: clamp(1rem, 5vw, 1.4rem);
  line-height: 1.8; 
  letter-spacing: 0.05em; 
  width:600px;
}
@media (max-width: 767px) {
  .problem-naiyou{
    width:100%;
  }
}

.problem-naiyou-fukaketsu {
  font-size: clamp(1rem, 5vw, 1.4rem);
  line-height: 1.8; 
  letter-spacing: 0.05em; 
  width:1000px;
}
@media (max-width: 767px) {
  .problem-naiyou-fukaketsu{
    width:100%;
  }
}

/*--枠線専用--*/
.problem-container {
  border: 1px solid #5D5D5D;
  padding: 0; /* これを入れると中のグレー背景との隙間も消える */
}


/*--解決のご提案--*/
.kaiketsu-title {
  font-size: clamp(1rem, 5vw, 2rem);
  background-color: #2C6890;
}

.kaiketsu-teian {
  font-size: clamp(1rem, 5vw, 1.4rem);
  line-height: 1.8; 
  letter-spacing: 0.05em; 
  width:1000px;
}
@media (max-width: 767px) {
  .kaiketsu-teian{
    width:100%;
  }
}

.kaiketsu-bg {
  background-color: #e6eef2;
}

.kaiketsu-naiyou{
  font-size: clamp(1rem, 5vw, 1.4rem);
  line-height: 1.8; 
  letter-spacing: 0.05em; 
  width:1000px;
  color: #2C6890;
}
@media (max-width: 767px) {
  .kaiketsu-naiyou{
    width:100%;
  }
}


/*----採用情報----*/
.careers-yohaku {
  margin-bottom: 16em;
}
@media (max-width: 767px) {
  .careers-yohaku {
    margin-bottom: 5em;
  }
}




/*----会社概要・表組----*/
/* 全体の枠組み */
.company-profile {
  width: 100%;
  max-width: 1300px;
  margin: 20px auto;
  border-top: 1px solid #ccc;
  font-size: clamp(1rem, 5vw, 1.2rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* 各行のスタイル */
.profile-row {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

/* 左側のラベル部分 */
.profile-row dt {
  width: 25%;
  background-color: #E9F0F4;
  padding: 20px;
  font-weight: bold;
  display: flex;
  align-items: flex-start; 
  line-height: 1.6;        
}

/* 右側の内容部分 */
.profile-row dd {
  width: 75%;
  margin: 0;
  padding: 20px;
  line-height: 1.6;
}

/* 事業内容の中のリスト調整 */
.content-group {
  margin-bottom: 20px;
}

.content-group:last-child {
  margin-bottom: 0;
}

.group-title {
  font-weight: bold;
  margin: 0 0 8px 0;
}

.content-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-group ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.content-group ul li::before {
  content: "・";
}

/* スマホ対応：画面幅が狭いときは縦並びにする */
@media (max-width: 600px) {
  .profile-row {
    flex-direction: column;
    padding-bottom: 1em;
  }
  .profile-row dt, .profile-row dd {
    width: 100%;
    padding: 12px 15px;
  }
  .profile-row dt {
    background-color: #E9F0F4;
  }
}


/*--------プライバシーポリシー--------*/
.privacy-policy {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em; 
  font-size: clamp(1rem, 5vw, 1.2rem);
}

.policy-intro {
  margin-bottom: 40px;
}

/* 番号付きリストのカスタマイズ */
.policy-list {
  list-style: none;
  padding: 0;
  counter-reset: policy-counter; /* カウンターの初期化 */
}

.policy-list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 2.5em; /* 数字を置くスペース */
}

.policy-list li::before {
  counter-increment: policy-counter;
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 0; 
  line-height: 1.8; 
}

.policy-list h3 {
  font-size: clamp(1rem, 5vw, 1.3rem);
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-top: 0.3em;
}

.policy-list p {
  margin: 0;
}

/* お問い合わせリンクのスタイル */
.policy-list a {
  color: #0066cc;
  text-decoration: underline;
}

/* フッターの署名部分 */
.policy-footer {
  margin-top: 60px;
  text-align: right;
}

.policy-footer p {
  margin: 5px 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .privacy-policy {
    margin: 20px auto;
  }
  .policy-list li {
    padding-left: 2em;
  }
}

.policy-list a {
  color: #0066cc;
  text-decoration: none; /* デフォルトの下線を消す */
}

.policy-list a:hover {
  color: #27558d;
  background-color: #d7e4f4;
  opacity: 0.8;
}



/* アニメーションの共通設定 */
.v-fade {
  opacity: 0;
  transition: opacity 1.0s ease, transform 1.0s ease;
  transition-behavior: allow-discrete; /* 念のため */
}

/* 各パターンの初期状態 */
.v-fade-down { transform: translateY(-30px); }
.v-fade-up   { transform: translateY(30px); }
.v-fade-right { transform: translateX(-30px); }

/* 表示された時の状態 */
.v-fade.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}