@charset "utf-8";


/* ==================================================
   記事詳細ページ (News Detail)
================================================== */

/* ==================================================
   記事本文内のパーツスタイル（見出し・縦並びリスト用）
================================================== */

/* 中見出し（旧サイトの青色文字を再現しつつモダンに） */
.article-sub-heading {
    font-size: 18px;
    font-weight: bold;
    color: #3148a3; /* 旧サイトの指定カラー */
    margin: 40px 0 15px;
    border-bottom: 2px solid #f0f4f8; /* 下線を少し入れて見やすく */
    padding-bottom: 10px;
}

/* 縦並びの情報ブロックリスト */
.article-block-list {
    margin-top: 20px;
}

.article-block-list .block-item {
    margin-bottom: 25px;
}

.article-block-list .block-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.article-block-list .block-desc {
    padding-left: 15px; /* インデント（字下げ）をつけて整理 */
    line-height: 1.6;
    color: #444;
}

.article-block-list .note {
    display: inline-block;
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

/* スマホ用の調整 */
@media screen and (max-width: 768px) {
    .article-block-list .block-desc {
        padding-left: 10px; /* スマホ画面ではインデントを少し浅くする */
    }
}

/* ==================================================
   記事本文内のパーツスタイル（募集要項・記書き用など）
================================================== */

/* 中央揃えの「記」 */
.article-center-mark {
    text-align: center;
    font-weight: bold;
    margin: 40px 0 30px;
    font-size: 18px;
}

/* 右寄せの注釈 */
.article-right-note {
    text-align: right;
    font-weight: bold;
    margin-top: 30px;
    color: #444;
}

/* -------------------------------------
   番号付きリスト（募集要項）
------------------------------------- */
.article-numbered-list {
    list-style-type: decimal;
    padding-left: 20px; /* 数字のインデント */
    margin-bottom: 30px;
}

.article-numbered-list li {
    display: flex;
    margin-bottom: 15px;
    line-height: 1.6;
}

.article-numbered-list .list-label {
    flex: 0 0 90px; /* 項目名（募集職種など）の幅を固定 */
    display: inline-block;
}

.article-numbered-list .list-data {
    flex: 1; /* 残りの幅をすべてテキストエリアにする */
}

.article-numbered-list .note {
    font-size: 0.9em;
    color: #666;
    display: inline-block;
    margin-top: 5px;
}

/* スマホ用の調整（画面が狭いときは縦並びにする） */
@media screen and (max-width: 768px) {
    .article-numbered-list li {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .article-numbered-list .list-label {
        flex: none;
        margin-bottom: 5px;
        font-weight: bold;
        color: #3148a3; /* 項目名に少し色をつけて見やすく */
    }
}

/* ==================================================
   記事本文内のパーツスタイル（新型コロナ支援策用など）
================================================== */

/* 4カラム表などのスマホ横スクロール用ラッパー */
.table-scroll-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
}

.article-support-table {
    width: 100%;
    min-width: 700px; /* スマホでもこれ以上は縮まないようにする */
    border-collapse: collapse;
}

.article-support-table th,
.article-support-table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
    line-height: 1.5;
    vertical-align: middle;
}

.article-support-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.article-support-table td {
    background-color: #fff;
    color: #444;
}

/* 一番左の「状況」列の背景色 */
.article-support-table td.cell-bg-gray {
    background-color: #fcfcfc;
    font-weight: bold;
    text-align: center;
}


/* -------------------------------------
   参照リンクボックス
------------------------------------- */
.reference-intro {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.reference-links .ref-box {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.reference-links .ref-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.reference-links .ref-box a {
    color: #0066CC;
    text-decoration: underline;
    word-break: break-all;
}

/* QRコードが横に並ぶボックスのフレックスレイアウト */
.reference-links .with-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ref-box.with-qr .note {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.ref-qr img {
    max-width: 100px;
    height: auto;
}

/* スマホ用の調整（QRコードを縦並びに） */
@media screen and (max-width: 768px) {
    .reference-links .with-qr {
        flex-direction: column;
        align-items: flex-start;
    }
    .ref-qr img {
        max-width: 80px;
    }
}

/* ==================================================
   記事本文内のパーツスタイル
================================================== */
/* 本文内のテーブル */
.article-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.article-table th,
.article-table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    line-height: 1.6;
}

.article-table th {
    width: 20%; /* 見出しの幅 */
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.article-table td {
    background-color: #fff;
    color: #444;
}

/* 注釈用テキスト */
.article-table .note {
    font-size: 0.9em;
    color: #666;
    display: inline-block;
    margin-top: 5px;
}

/* お問い合わせボックス */
.article-contact {
    background-color: #f4f8fc; /* 薄いブルー系の背景 */
    border-left: 5px solid #3148a3; /* 旧サイトの青色を踏襲 */
    padding: 25px;
    margin-top: 40px;
    border-radius: 4px;
}

.article-contact h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3148a3;
    margin-bottom: 10px;
}

.article-contact p {
    margin: 0;
    line-height: 1.8;
}

/* スマホ用テーブル調整（画面が狭いときは縦並びにする） */
@media screen and (max-width: 768px) {
    .article-table th, 
    .article-table td {
        display: block;
        width: 100%;
    }
    .article-table th {
        border-bottom: none;
    }
    .article-table td {
        border-top: none;
        padding-top: 0;
        margin-bottom: 10px;
    }
}

.sec-news-detail .news-detail-wrap {
    max-width: 800px; /* 記事が横に広がりすぎないように制限（1カラム用） */
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05); /* 枠に薄い影をつけて浮き立たせる */
    border-radius: 8px;
}

/* 記事ヘッダー */
.news-detail-header {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.news-detail-meta {
    margin-bottom: 10px;
}

.news-detail-date {
    font-size: 14px;
    color: #666;
}

.news-detail-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}

/* 記事本文のスタイル */
.news-detail-body {
    line-height: 1.8;
    color: #444;
}

.news-detail-body p {
    margin-bottom: 20px;
}

.news-detail-body h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
    padding-left: 10px;
    border-left: 4px solid #E84D8A; /* サイトのピンク系の色に合わせて変更してください */
}

.news-detail-body ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}

/* 一覧へ戻るボタン */
.news-detail-footer {
    margin-top: 50px;
    text-align: center;
}

.btn-back-list {
    display: inline-block;
    padding: 15px 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-back-list:hover {
    background-color: #E84D8A; /* ホバー時の色 */
    color: #fff;
}

/* スマホ用の調整 */
@media screen and (max-width: 768px) {
    .sec-news-detail .news-detail-wrap {
        padding: 20px;
    }
    .news-detail-title {
        font-size: 20px;
    }
}

.underline01 {
    text-decoration: underline;
}

.sec-members-shop .in1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキストとカード画像エリア */
.shop-intro-area {
  text-align: center;
  margin-bottom: 50px;
}

.shop-intro-text {
  font-size: 15px;
  color: #e60012; /* 注意書きの赤 */
  font-weight: bold;
  margin-bottom: 20px;
}

.shop-intro-text a {
  color: #0066cc;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}

.shop-card-img {
  margin: 0 auto 15px;
  max-width: 300px;
}
.shop-card-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.shop-card-caption {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/* カテゴリの小見出し（カプセル型） */
.shop-category-title {
  display: inline-block;
  background-color: #ea959e;
  color: #fff;
  padding: 8px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 店舗一覧のテーブル（レスポンシブ対応） */
.shop-table-wrap {
  margin-bottom: 50px;
}

.shop-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ccc;
}

.shop-table th,
.shop-table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
}

.shop-table thead th {
  background-color: #fcecec; /* 薄いピンク */
  color: #333;
  font-weight: bold;
  text-align: center;
}

.shop-table td.col-name {
  width: 35%;
  font-weight: bold;
}
.shop-table td.col-name a {
  color: #0066cc;
  text-decoration: underline;
}
.shop-table td.col-address {
  width: 40%;
  color: #333;
}
.shop-table td.col-tel {
  width: 25%;
  text-align: center;
  color: #333;
}

/* レスポンシブ対応（スマホでは表を縦積みにする） */
@media screen and (max-width: 768px) {
  .shop-table thead {
    display: none; /* スマホではヘッダーを隠す */
  }
  .shop-table tbody,
  .shop-table tr,
  .shop-table td {
    display: block;
    width: 100%;
  }
  .shop-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }
  .shop-table td {
    border: none;
    border-bottom: 1px dashed #eee;
    padding: 10px 15px;
    text-align: left !important;
  }
  .shop-table td:last-child {
    border-bottom: none;
  }

  /* スマホ用の疑似ラベル追加 */
  .shop-table td.col-name::before {
    content: "店舗名：";
    font-weight: normal;
    color: #666;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
  }
  .shop-table td.col-address::before {
    content: "住所：";
    font-weight: normal;
    color: #666;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
  }
  .shop-table td.col-tel::before {
    content: "電話番号：";
    font-weight: normal;
    color: #666;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
  }
}

.sec-wage-campaign .in1 {
  max-width: 900px; /* テキストが読みやすい幅に調整 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* サブタイトル（キャッチフレーズ） */
.campaign-catchphrase {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 40px;
}

/* 活動内容のリスト */
.campaign-list-wrap {
  background-color: #fcecec; /* 薄いピンクの背景で柔らかく */
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.campaign-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.campaign-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.campaign-list li:last-child {
  margin-bottom: 0;
}

/* ピンクの丸マーカー */
.campaign-list li::before {
  content: "●";
  color: #ea959e;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}

/* 画像ギャラリーエリア */
.campaign-images-area {
  text-align: center;
}

/* 宣伝カーのイラスト */
.car-illust {
  margin-bottom: 30px;
}

.car-illust img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* ポスターの横並び配置 */
.poster-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 画像の高さが違う場合は下揃えにすると綺麗に見えやすい */
  gap: 20px;
  flex-wrap: wrap;
}

.poster-gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* 画像の角を少し丸くする */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 軽い影をつける */
}

/* 画像幅の調整（元画像の比率に合わせて調整） */
.poster-img-1 {
  width: 30%;
}
.poster-img-2 {
  width: 20%;
}
.poster-img-3 {
  width: 42%;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .campaign-list-wrap {
    padding: 25px 20px;
  }
  .campaign-catchphrase {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .campaign-list li {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .poster-gallery {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .poster-img-1,
  .poster-img-2,
  .poster-img-3 {
    width: 90%; /* スマホでは各画像を大きく中央に配置 */
  }
}

.sec-newspaper .in1 {
  max-width: 900px; /* 読みやすさとカードのバランスを取る幅 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.newspaper-intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: #333;
}

/* PDFリストのグリッドレイアウト */
.newspaper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCは2列 */
  gap: 20px;
}

/* 各リンクカードのデザイン */
.newspaper-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 2px solid #fcecec; /* 薄いピンクの枠線 */
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

/* ホバー時のアクション */
.newspaper-link:hover {
  border-color: #ea959e;
  background-color: #fcecec;
  transform: translateY(-3px); /* 少し上に浮く */
  box-shadow: 0 5px 15px rgba(234, 149, 158, 0.2);
}

/* 新聞のタイトル */
.np-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.np-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ea959e;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

/* 右側のメタ情報（サイズ・アイコン） */
.np-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.np-size {
  font-size: 13px;
  color: #666;
}

.np-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #ea959e;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.newspaper-link:hover .np-icon {
  background-color: #e07a88;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .newspaper-grid {
    grid-template-columns: 1fr; /* スマホでは縦1列 */
    gap: 15px;
  }
  .newspaper-link {
    padding: 15px;
  }
  .np-title {
    font-size: 15px;
  }
  .np-meta {
    gap: 10px;
  }
  .np-size {
    font-size: 12px;
  }
  .np-icon {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }
}

.sec-contact .in1 {
  max-width: 800px; /* フォームが広がりすぎないように調整 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.contact-intro {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}

/* フォーム全体の囲み */
.contact-form-wrap {
  background-color: #fcecec; /* 薄いピンクの背景色 */
  padding: 40px 50px;
  border-radius: 15px;
}

/* フォームの各行 */
.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px;
}

.form-group:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}

/* ラベル（左側） */
.form-label {
  width: 35%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 必須・任意バッジ */
.req-badge {
  background-color: #ea959e;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: normal;
  white-space: nowrap;
}

.opt-badge {
  background-color: #999;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: normal;
  white-space: nowrap;
}

/* 入力エリア（右側） */
.form-input {
  width: 65%;
}

/* 入力フィールドの共通スタイル */
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: inherit;
}

/* フォーカス時の色をピンクに */
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
  outline: none;
  border-color: #ea959e;
  box-shadow: 0 0 5px rgba(234, 149, 158, 0.5);
}

.form-input textarea {
  resize: vertical;
  min-height: 150px;
}

/* ラジオボタンのレイアウト */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 10px;
}

.radio-wrap label {
  cursor: pointer;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
}

.radio-wrap input[type="radio"] {
  margin-right: 5px;
  accent-color: #ea959e; /* ラジオボタンの色をピンクに */
}

/* プライバシーポリシー同意 */
.privacy-agreement {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
}

.privacy-agreement label {
  cursor: pointer;
  font-weight: bold;
}

.privacy-agreement input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
  accent-color: #ea959e;
}

.privacy-agreement a {
  color: #ea959e;
  text-decoration: underline;
}

/* 送信ボタン */
.submit-btn-wrap {
  text-align: center;
}

.submit-btn {
  background-color: #ea959e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 60px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(234, 149, 158, 0.3);
  position: relative;
}

.submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: right 0.3s;
}

.submit-btn:hover {
  background-color: #e07a88;
  box-shadow: 0 6px 12px rgba(234, 149, 158, 0.4);
  transform: translateY(-2px);
}

.submit-btn:hover::after {
  right: 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .contact-form-wrap {
    padding: 30px 20px;
  }
  .form-group {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .form-label {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .form-input {
    width: 100%;
  }
  .submit-btn {
    width: 100%; /* スマホではボタンを横幅いっぱいに */
    padding: 15px 20px;
  }
}

.sec-sitemap .in1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* サイトマップのグリッドレイアウト */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
  gap: 20px;
}

/* リンクアイテムのデザイン */
.sitemap-link {
  display: flex;
  align-items: center;
  background-color: #fcecec; /* 薄いピンク背景 */
  padding: 20px;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
}

/* 先頭の丸いアクセント */
.sitemap-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ea959e;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

/* 右側の矢印アイコン */
.sitemap-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea959e;
  border-right: 2px solid #ea959e;
  transition: all 0.3s ease;
}

/* ホバー時のアクション */
.sitemap-link:hover {
  background-color: #ea959e;
  color: #fff;
  box-shadow: 0 4px 10px rgba(234, 149, 158, 0.3);
}

.sitemap-link:hover::before {
  background-color: #fff;
}

.sitemap-link:hover::after {
  border-color: #fff;
  right: 15px; /* 矢印が少し右に動く */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .sitemap-grid {
    grid-template-columns: 1fr; /* スマホでは縦1列 */
    gap: 15px;
  }
  .sitemap-link {
    padding: 15px;
    font-size: 15px;
  }
  .sitemap-link::after {
    right: 15px;
  }
  .sitemap-link:hover::after {
    right: 10px;
  }
}

.sec-privacy-policy .in1 {
  max-width: 900px; /* 長い文章が読みやすい幅に制限 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 各項目の小見出し */
.privacy-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #ea959e; /* 左側にピンクのライン */
  line-height: 1.4;
}

.privacy-sub-title:first-of-type {
  margin-top: 0;
}

/* 本文テキスト */
.privacy-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: justify; /* 両端揃えで綺麗に見せる */
}

/* 箇条書きリスト */
.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  background-color: #fcecec; /* 薄いピンクの背景でまとまりを持たせる */
  padding: 20px 30px;
  border-radius: 10px;
}

.privacy-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.privacy-list li:last-child {
  margin-bottom: 0;
}

/* リストのマーカー */
.privacy-list li::before {
  content: "●";
  color: #ea959e;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 2.1; /* テキストとの縦位置調整 */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .privacy-sub-title {
    font-size: 18px;
    padding-left: 12px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .privacy-text {
    font-size: 14px;
    text-align: left; /* スマホでは左揃えの方が見やすい場合がある */
  }
  .privacy-list {
    padding: 15px 20px;
  }
  .privacy-list li {
    font-size: 14px;
  }
}

.sec-tax-guidance .in1 {
  max-width: 900px; /* テキストが読みやすい幅に調整 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* サブタイトル（キャッチフレーズ） */
.tax-catchphrase {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 40px;
}

/* 説明文の囲み枠 */
.tax-intro-box {
  background-color: #fcecec; /* 薄いピンク背景で柔らかく */
  padding: 30px 40px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.tax-intro-box p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #333;
  text-align: justify;
}

.tax-intro-box p:last-child {
  margin-bottom: 0;
}

/* スケジュール（2月・3月）のエリア */
.tax-schedule-area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.schedule-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.schedule-badge {
  background-color: #ea959e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 15px;
}

/* 画像エリア */
.tax-image-area {
  text-align: center;
}

.tax-image-area img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* 画像の角を少し丸くする */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* 軽い影で浮き上がらせる */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .tax-intro-box {
    padding: 20px;
  }
  .tax-catchphrase {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .tax-schedule-area {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .schedule-item {
    font-size: 16px;
  }
}

/* このセクション専用のスタイル */
.sec-news-archive .in1 {
  max-width: 900px; /* テキストが読みやすい幅に調整 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* ニュースリストのラッパー */
.news-list-wrap {
  border-top: 2px solid #ea959e;
}

/* ニュースアイテム */
.news-list-item {
  border-bottom: 1px solid #ccc;
}

.news-list-link {
  display: flex;
  align-items: flex-start;
  padding: 20px 15px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

.news-list-link:hover {
  background-color: #fcecec; /* ホバー時に薄いピンク */
}

/* 日付 */
.news-list-date {
  width: 130px; /* 日付の幅を固定 */
  flex-shrink: 0;
  font-weight: bold;
  color: #666;
  font-size: 15px;
  padding-top: 2px;
}

/* タイトル */
.news-list-title {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 30px; /* 矢印アイコンの余白 */
}

/* 右側の矢印アイコン */
.news-list-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ea959e;
  border-right: 2px solid #ea959e;
  transition: right 0.3s;
}

.news-list-link:hover::after {
  right: 10px; /* ホバー時に少し右に動くアニメーション */
}

/* ページネーション（必要に応じて） */
.news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

.news-pagination a,
.news-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s;
}

.news-pagination a:hover {
  background-color: #fcecec;
  border-color: #ea959e;
  color: #ea959e;
}

.news-pagination span.current {
  background-color: #ea959e;
  border-color: #ea959e;
  color: #fff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
  .news-list-link {
    flex-direction: column; /* スマホでは日付とタイトルを縦並びに */
    padding: 15px 10px;
  }
  .news-list-date {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .news-list-title {
    font-size: 15px;
    padding-right: 20px;
  }
  .news-list-link::after {
    right: 10px;
  }
}

/* このセクション専用のスタイル */
.sec-join-info .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 必要なものリスト */
.required-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.required-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

/* ピンクの四角マーカー */
.required-list li::before {
  content: "■";
  color: #ea959e;
  position: absolute;
  left: 0;
  top: 0;
}

/* 小見出し（カプセル型） */
.required-sub-title {
  display: inline-block;
  background-color: #ea959e;
  color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* --- 料金表エリア --- */
.fee-tables-area {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

.fee-table-wrap {
  width: 48%;
}

.fee-table-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background-color: #fff;
}

.fee-table th,
.fee-table td {
  border: 1px solid #333; /* 濃いグレーの枠線 */
  padding: 15px 15px;
  vertical-align: middle;
}

.fee-table th {
  background-color: #fcecec; /* 薄いピンク背景 */
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.fee-table td {
  font-weight: bold;
  color: #333;
}

/* テーブル内のテキスト配置調整 */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-row.right {
  justify-content: flex-end;
}

.fee-note {
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  margin-top: 5px;
}

/* --- 職種一覧エリア（CSS Grid） --- */
.job-types-section {
  margin-top: 80px;
}

.job-types-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background-color: #fff;
}

.job-type-item {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 12px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 860px) {
  .fee-tables-area {
    flex-direction: column;
    gap: 40px;
  }
  .fee-table-wrap {
    width: 100%;
  }
  .job-types-grid {
    grid-template-columns: repeat(4, 1fr); /* タブレットは4列 */
  }
}

@media screen and (max-width: 600px) {
  .job-types-grid {
    grid-template-columns: repeat(3, 1fr); /* スマホは3列 */
  }
  .job-type-item {
    font-size: 13px;
    padding: 10px 2px;
  }
  .fee-table th,
  .fee-table td {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .job-types-grid {
    grid-template-columns: repeat(2, 1fr); /* 小さいスマホは2列 */
  }
}

/* =======================================================
   Header Visibility Control
   ======================================================= */
header.res {
  display: none;
}
header.pc {
  display: block;
}

/* =======================================================
   Header Style (PC)
   ======================================================= */
header.pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}

header.pc .inner {
  max-width: 100%;
  padding: 0 0 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}

header.pc .h01 {
  margin-right: auto;
}

header.pc .h01 img {
  height: 78px;
  width: auto;
  vertical-align: bottom;
}

header.pc .h02 {
  display: flex;
  align-items: center;
  height: 100%;
}

header.pc #gNav {
  display: flex;
  list-style: none;
  margin-right: 280px;
  align-items: center;
}

header.pc #gNav li.parent {
  margin: 0 15px;
}

header.pc #gNav li.parent a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 15px;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

header.pc #gNav li.parent a span {
  font-size: 10px;
  display: none;
}

/* Header Contact Button */
header.pc .h-contact {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px; /* 高さを指定 */
  z-index: 101;
  display: flex;
  flex-direction: column; /* 縦並びに */
}

/* 共通のボタンスタイル */
header.pc .h-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  height: 50%; /* 半分ずつ */
  padding: 0 30px;
}

/* 事務所連絡先ボタン */
header.pc .h-contact .btn-contact {
  background: #222;
  color: #fff;
}
header.pc .h-contact .btn-contact:hover {
  background: #444;
}
header.pc .h-contact .btn-contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_mail.png) no-repeat center/contain;
  margin-right: 10px;
}

/* 保険料シミュレーションボタン */
header.pc .h-contact .btn-simulation {
  background: #ea959e; /* サイトのテーマカラー */
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* うっすら境界線 */
}
header.pc .h-contact .btn-simulation:hover {
  background: #e07a88;
}
/* 電卓のアイコンをSVGで表示 */
header.pc .h-contact .btn-simulation::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1.99 6H7V5h10.01v4zM7 11h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 4h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

/* =======================================================
   Sub Header Style (下層ページ用)
   ======================================================= */
header.pc.sub-header {
  position: relative;
  border-bottom: 1px solid #eee;
  background-image: url(../images/header-sub.jpg);
  background-repeat: no-repeat;
  height: 101px;
  max-width: 1920px;
  background-position-x: center;
}

header.pc.sub-header.pc .h01 img {
  height: 65px;
  width: auto;
  vertical-align: sub;
}

/* =======================================================
   Main Visual (Top)
   ======================================================= */
.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 30px;
  z-index: 1;
}

.swiper-container {
  width: 100%;
}
.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  background: #fff;
}

.mv-left-space {
  width: 19%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.mv-image-area {
  width: 81%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.mv-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-content {
  position: absolute;
  top: 60%;
  left: 9%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

.mv-copy {
  font-size: 55px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #333;
}

.mv-copy span {
  display: block;
}

.mv-badge {
  margin-top: 50px;
  margin-left: 50px;
  pointer-events: auto;
}

.mv-badge a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  background: #f17036;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  font-size: 32px;
  transition: transform 0.3s;
}

.mv-badge a:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
  .mv-copy {
    font-size: 40px;
  }
  .mv-badge a {
    width: 180px;
    height: 180px;
    font-size: 22px;
  }
}

/* =======================================================
   Sub Main Visual (About Page etc.)
   ======================================================= */
.sub-mv {
  background: url(../images/sub01.jpg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
}

.sub-mv-title .jp {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding-top: 30px;
  color: #fff;
}

.sec-about-intro {
  background: url(../images/about01.jpg) no-repeat;
  background-size: cover;
}

/* =======================================================
   News Section
   ======================================================= */
.sec-news {
  margin-bottom: 100px;
}
.news-container {
  display: flex;
  align-items: flex-start;
  margin-top: 13px;
}

.news-head {
  width: 22%;
}
.news-head .en {
  color: #1599bb;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  font-family: sans-serif;
}
.news-head .jp {
  color: #1599bb;
  font-size: 22px;
  margin-top: 15px;
}

.news-body {
  width: 60%;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #595757;
  transition: opacity 0.3s;
}
.news-item:hover {
  opacity: 0.7;
}
.news-date {
  width: 130px;
  font-size: 18px;
  color: #595757;
}
.news-title {
  flex: 1;
  font-size: 18px;
}

.news-btn {
  width: 18%;
  display: flex;
  align-self: end;
  justify-content: flex-end;
}
.news-btn a {
  display: inline-block;
  background-color: #1599bb;
  color: #fff;
  padding: 12px 70px 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  transition: opacity 0.3s;
}
.news-btn a:hover {
  opacity: 0.8;
}
.news-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.news-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #1599bb;
  border-right: 2px solid #1599bb;
  border-bottom: none;
  border-left: none;
  z-index: 2;
}

/* =======================================================
   About Us Section (Top Page)
   ======================================================= */
.sec-about {
  width: 100%;
  margin-bottom: 0 !important;
  background-color: #2e4a85;
  color: #fff;
}
.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about-content {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0 60px;
  box-sizing: border-box;
}
.about-text-inner {
  width: 100%;
  max-width: 760px;
  padding-right: 100px;
  padding-left: 40px;
  box-sizing: border-box;
  padding-top: 30px;
}

.about-title {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
}
.about-title .en {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.about-title .jp {
  display: inline;
  font-size: 20px;
  margin-left: 30px;
}

.about-title-sp {
  display: none;
}

.about-desc {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
  opacity: 0.9;
}

.about-btn a {
  display: inline-block;
  background-color: #fff;
  color: #1599bb;
  padding: 15px 70px 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  transition: opacity 0.3s;
}
.about-btn a:hover {
  opacity: 0.9;
}
.about-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #1599bb;
  border-radius: 50%;
  z-index: 1;
}
.about-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}

.about-image {
  width: 42%;
  position: relative;
  min-height: 400px;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =======================================================
   About Page Specific Styles (Aboutページ固有)
   ======================================================= */
/* Intro Section (about01.jpg Design) */
.about-intro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-intro-img {
  width: 48%;
}
.about-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.about-intro-text {
  width: 48%;
}

.about-lead p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}

/* About Nav Links (2 columns) */
.about-nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about-nav-item {
  width: 49%;
  height: 250px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.about-nav-item:hover .bg-img {
  transform: scale(1.05);
}

.about-nav-item:hover .about-nav-content {
  background: rgba(229, 124, 124, 0.85);
}
.about-nav-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* White Pill Button */
.btn-pill-white {
  display: inline-block;
  background: #fff;
  color: #e57c7c;
  padding: 10px 40px 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.btn-pill-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #e57c7c;
  border-right: 2px solid #e57c7c;
}

/* Message Section */

.message-img {
  width: 40%;
}
.message-img img {
  width: 100%;
  height: auto;
}
.message-text {
  width: 55%;
}

/* Organization Section */
.org-chart img {
  width: 100%;
  height: auto;
}
.org-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-blue-outline {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #55c4d8;
  color: #55c4d8;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s;
  background: #fff;
  width: 23%;
  text-align: center;
  box-sizing: border-box;
}
.btn-blue-outline:hover {
  background-color: #55c4d8;
  color: #fff;
}

/* Access Section */

.access-address {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.branch-list table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.branch-list th,
.branch-list td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}
.branch-list th {
  background-color: #eee;
  font-weight: bold;
}

/* =======================================================
   Merit Section
   ======================================================= */
.sec-merit {
  background-color: #f2f2f2;
  padding: 80px 0;
  margin-bottom: 0 !important;
}
.merit-head {
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  padding-left: 10px;
}
.merit-head .en {
  color: #60a2ab;
  font-size: 36px;
  font-weight: bold;
  margin-right: 20px;
  font-family: sans-serif;
  line-height: 1;
}
.merit-head .jp {
  color: #60a2ab;
  font-size: 16px;
  font-weight: bold;
}

.merit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit-item {
  width: 31.5%;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.merit-title {
  background: #60a2ab;
  color: #fff;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.merit-icon {
  text-align: center;
  padding: 30px 0 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-icon img {
  height: 70px;
  width: auto;
}
.merit-text {
  padding: 15px 20px 0px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

/* =======================================================
   Others Section
   ======================================================= */
.sec-others {
  background-color: #f2f2f2;
  padding: 80px 0;
  margin-bottom: 0 !important;
}

.sec-others .in1 {
  background-color: #fff;
  padding: 30px;
}
.others-title {
  text-align: center;
  font-weight: bold;
  color: #60a2ab;
  font-size: 24px;
  margin-bottom: 50px;
}

.others-cta-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.others-cta-item {
  width: 48.5%;
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.others-cta-item:hover {
  opacity: 0.9;
}
.others-cta-mask {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(96, 162, 171, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.others-cta-content {
  text-align: center;
  color: #fff;
  width: 100%;
}
.others-cta-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.others-cta-content .btn-white {
  display: inline-block;
  background: #fff;
  color: #60a2ab;
  padding: 8px 30px 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
.others-cta-content .btn-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #60a2ab;
  border-right: 2px solid #60a2ab;
  transform: translateY(-50%) rotate(45deg);
}

.others-link-grid {
  display: flex;
  justify-content: space-between;
}
.others-link-btn {
  width: 25%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 50px 20px 20px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: opacity 0.3s;
}
.others-link-btn:hover {
  opacity: 0.8;
}
.others-link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.others-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: none;
  border-left: none;
  z-index: 2;
}

.btn-orange {
  background-color: #f0833a;
}
.btn-orange::after {
  border-color: #f0833a;
}
.btn-green {
  background-color: #66c37d;
}
.btn-green::after {
  border-color: #66c37d;
}
.btn-pink {
  background-color: #d46b96;
}
.btn-pink::after {
  border-color: #d46b96;
}

/* =======================================================
   Banners Section
   ======================================================= */
.sec-banners {
  margin-bottom: 100px;
}
.banner-grid {
  display: flex;
  justify-content: space-between;
}
.banner-item {
  display: flex;
  align-items: center;
  width: 32%;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  transition: opacity 0.3s;
  position: relative;
  min-height: 100px;
}
.banner-item:hover {
  opacity: 0.8;
}
.banner-icon {
  width: 60px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
.banner-icon img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
}
.banner-text {
  font-size: 18px;
  font-weight: bold;
  color: #60a2ab;
  flex: 1;
  line-height: 1.3;
}
.banner-arrow {
  width: 30px;
  height: 30px;
  background-color: #60a2ab;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.banner-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* =======================================================
   Footer
   ======================================================= */
#footer {
  width: 100%;
  border-top: 3px double #ccc;
  background: #fff;
  padding: 30px 0 20px;
  font-family: "游ゴシック", YuGothic, "メイリオ", sans-serif;
}

.footer-inner {
  text-align: center;
}

.footer-nav {
  margin-bottom: 40px;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin: 0 15px;
}
.footer-nav li a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  transition: color 0.3s;
}
.footer-nav li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-info {
  text-align: center;
  margin-bottom: 30px;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  height: 60px;
  width: auto;
}
.footer-address {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/* =======================================================
   Responsive (Smartphone / Tablet)
   ======================================================= */
@media screen and (max-width: 860px) {
  /* Header (SP) */
  header.pc {
    display: none;
  }
  header.res {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
  }

  header.res .inner {
    padding: 15px 20px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header.res .logo {
    height: 50px;
    width: auto;
  }

  /* Hamburger Menu */
  .humburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #222;
    cursor: pointer;
    z-index: 1001;
  }
  .humburger_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .humburger_bar {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
    position: absolute;
  }
  .humburger_bar.top {
    top: 24px;
    margin: 0;
  }
  .humburger_bar.middle {
    top: 34px;
    margin: 0;
  }
  .humburger_bar.bottom {
    top: 44px;
    margin: 0;
  }

  .humburger.active .top {
    top: 34px;
    transform: rotate(45deg);
  }
  .humburger.active .middle {
    opacity: 0;
  }
  .humburger.active .bottom {
    top: 34px;
    transform: rotate(-45deg);
  }

  .globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2e4a85;
    z-index: 1000;
    padding-top: 80px;
    display: none;
    box-sizing: border-box;
  }
  .globalMenuSp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
  }
  .globalMenuSp li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .globalMenuSp li a {
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
  }

  /* Main Visual (SP) */
  .main-visual {
    padding-bottom: 0;
    overflow: visible;
    z-index: 2;
    margin-bottom: 50px;
  }
  .swiper-container {
    height: auto;
    min-height: 600px;
  }
  .swiper-slide {
    display: block !important;
    height: 600px;
    position: relative;
    padding-top: 0;
  }
  .mv-left-space {
    display: none;
  }
  .mv-image-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mv-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .mv-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: none;
    pointer-events: none;
  }

  .mv-copy {
    position: absolute;
    top: 30%;
    left: 5%;
    width: auto;
    font-size: 30px;
    line-height: 1.5;
    color: #333;
    background: transparent;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
  .mv-badge {
    position: absolute;
    top: auto !important;
    bottom: -10px;
    left: 5%;
    margin: 0;
    pointer-events: auto;
    z-index: 10;
  }
  .mv-badge a {
    width: 130px;
    height: 130px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  /* News Section (SP) */
  .sec-news {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .news-container {
    flex-direction: column;
  }
  .news-head {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .news-body {
    width: 100%;
  }
  .news-item {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .news-date {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-title {
    width: 100%;
    font-size: 15px;
  }
  .news-btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .news-btn a {
    width: 100%;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;
  }

  /* About Us (SP) */
  .sec-about {
    margin-bottom: 0;
  }
  .about-wrapper {
    flex-direction: column-reverse;
  }
  .about-content {
    width: 100%;
    justify-content: center;
    padding: 50px 20px;
  }
  .about-text-inner {
    max-width: 100%;
    padding: 0;
  }
  .about-title .en {
    font-size: 32px;
  }
  .about-image {
    width: 100%;
    min-height: 250px;
  }

  /* Merit (SP) */
  .sec-merit {
    padding: 60px 0;
  }
  .merit-head {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: anchor-center;
  }
  .merit-head .en {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .merit-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .merit-title {
    font-size: 14px;
    padding: 10px;
  }

  /* Others (SP) */
  .others-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .others-cta-grid {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .others-cta-item {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .others-cta-mask {
    width: 80%;
    height: 70%;
  }
  .others-link-grid {
    flex-direction: column;
    align-items: anchor-center;
  }
  .others-link-btn {
    width: 50%;
    margin-bottom: 15px;
  }

  /* Banners (SP) */
  .banner-grid {
    flex-direction: column;
    align-items: anchor-center;
  }
  .banner-item {
    width: 85%;
    margin-bottom: 20px;
  }

  /* Footer (SP) */
  #footer {
    padding: 40px 0 20px;
  }
  .footer-nav ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-nav li {
    margin: 0 0 15px 0;
  }
  .footer-logo img {
    height: 50px;
  }
  .footer-address {
    font-size: 13px;
  }

  .footer-nav {
    display: none;
  }

  /* About Page Specific (SP) */
  .sub-mv-title .en {
    font-size: 30px;
  }

  .about-intro-box {
    flex-direction: column;
  }
  .about-intro-text,
  .about-intro-img {
    width: 100%;
  }
  .about-intro-text {
    margin-top: 30px;
  }

  .about-nav-links {
    flex-direction: column;
  }
  .about-nav-item {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }

  .message-img,
  .message-text {
    width: 100%;
  }
  .message-text {
    margin-top: 30px;
  }

  .btn-blue-outline {
    width: 48%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
  }

  .branch-list table,
  .branch-list thead,
  .branch-list tbody,
  .branch-list th,
  .branch-list td,
  .branch-list tr {
    display: block;
  }
  .branch-list th {
    display: none;
  }
  .branch-list tr {
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .branch-list td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  .branch-list td:before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .branch-list td:nth-of-type(1):before {
    content: "支部名";
  }
  .branch-list td:nth-of-type(2):before {
    content: "郵便番号";
  }
  .branch-list td:nth-of-type(3):before {
    content: "所在地";
  }
  .branch-list td:nth-of-type(4):before {
    content: "電話";
  }
  .branch-list td:nth-of-type(5):before {
    content: "FAX";
  }
}

@media screen and (max-width: 600px) {
  .merit-item {
    width: 100%;
  }
}

/* =======================================================
   About Page Specific Styles (Aboutページ固有)
   ======================================================= */

/* Intro Section (about01.jpg Design) */
.sec-about-intro {
  background-image: url(../images/about01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; /* 画面幅に合わせてカバー */
  padding: 100px 0; /* 画像の高さに合わせて上下余白を調整 */
}

.about-intro-wrapper {
  max-width: 600px; /* テキストエリアの幅 */
  margin: 0 auto; /* 中央寄せ */
  text-align: center;
  /* 背景画像の中央が白くない場合は、以下のような背景色を追加して可読性を確保します */
  /* background-color: rgba(255,255,255,0.8); */
  /* padding: 30px; */
}

.about-sec-title {
  color: #1599bb; /* 青緑色 */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: sans-serif;
  display: inline-block;
  border-bottom: 1px solid #1599bb; /* 下線 */
  padding-bottom: 5px;
}

.about-lead p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
  text-align: left; /* 本文は左揃え */
}

/* About Nav Links (2 columns) */
.about-nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.about-nav-item {
  width: 49%;
  height: 250px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.about-nav-item .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.about-nav-item:hover .bg-img {
  transform: scale(1.1); /* ホバーで画像拡大 */
}

/* ホバー時に色を少し濃くする */
.about-nav-item:hover .about-nav-content {
  background: rgba(229, 124, 124, 0.85);
}

.about-nav-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 白いピル型ボタン */
.btn-pill-white {
  display: inline-block;
  background: #fff;
  color: #e57c7c; /* ピンク文字 */
  padding: 12px 45px 12px 25px; /* 右側に矢印スペース */
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: opacity 0.3s;
}

.btn-pill-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #e57c7c;
  border-right: 2px solid #e57c7c;
}

/* Message Section */

.center-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #1599bb;
}

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

/* Organization Section */
.org-chart img {
  width: 100%;
  height: auto;
}
.org-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-blue-outline {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #55c4d8;
  color: #55c4d8;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s;
  background: #fff;
  width: 23%;
  text-align: center;
  box-sizing: border-box;
}
.btn-blue-outline:hover {
  background-color: #55c4d8;
  color: #fff;
}

/* Access Section */
.access-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.access-address {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.branch-list table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.branch-list th,
.branch-list td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}
.branch-list th {
  background-color: #eee;
  font-weight: bold;
}

/* Responsive (About Page) */
@media screen and (max-width: 860px) {
  /* ... 既存のレスポンシブ記述 ... */

  /* About Intro */
  .about-intro-box {
    flex-direction: column;
  }
  .about-intro-img,
  .about-intro-text {
    width: 100%;
  }
  .about-intro-text {
    margin-top: 30px;
  }

  /* About Nav Links */
  .about-nav-links {
    flex-direction: column;
  }
  .about-nav-item {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }

  /* Message & Org */

  .message-img,
  .message-text {
    width: 100%;
  }

  .btn-blue-outline {
    width: 48%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
  }

  /* Table (スマホで縦積みに) */
  .branch-list table,
  .branch-list thead,
  .branch-list tbody,
  .branch-list th,
  .branch-list td,
  .branch-list tr {
    display: block;
  }
  .branch-list th {
    display: none;
  }
  .branch-list tr {
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  .branch-list td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  .branch-list td:before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .branch-list td:nth-of-type(1):before {
    content: "支部名";
  }
  .branch-list td:nth-of-type(2):before {
    content: "郵便番号";
  }
  .branch-list td:nth-of-type(3):before {
    content: "所在地";
  }
  .branch-list td:nth-of-type(4):before {
    content: "電話";
  }
  .branch-list td:nth-of-type(5):before {
    content: "FAX";
  }
}

/* =======================================================
   About Page Specific Styles (Aboutページ固有)
   ======================================================= */

/* ... (Intro Section等は省略) ... */

/* About Nav Links (2 columns) */
.about-nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.about-nav-item {
  width: 49%;
  height: 300px; /* 高さを確保して画像を見せる */
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.about-nav-item:hover .bg-img {
  transform: scale(1.1); /* ホバーで画像拡大 */
}

/* 修正: 全面ではなく中央にボックスを配置 */
.about-nav-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); /* 上下左右中央寄せ */
  width: 60%; /* ボックスの幅を画像より小さく */
  height: 60%; /* ボックスの高さを画像より小さく */
  background: rgba(239, 133, 140, 0.85); /* デザインに合わせたピンク色(透過) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: background 0.3s;
}

/* ホバー時に色を少し濃くする */
.about-nav-item:hover .about-nav-content {
  background: rgba(239, 133, 140, 0.95);
}

.about-nav-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: none;
}

/* ... (以下省略) ... */

/* Responsive (About Page) */
@media screen and (max-width: 860px) {
  /* ... (他のレスポンシブ設定) ... */

  /* About Nav Links (SP) */
  .about-nav-links {
    flex-direction: column;
  }
  .about-nav-item {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
  /* スマホではボックスを少し広げる */
  .about-nav-content {
    width: 80%;
    height: 70%;
  }
}

.sec-about-support {
  background-color: #1599bb;
  padding: 50px;
}

/* =======================================================
/* Message Section */
.bg-gray {
  background-color: #fff; /* 背景色をグレーから白に変更 */
}
.center-title {
  text-align: center;
  color: #1599bb; /* タイトル色を青緑(#1599bb)に変更 */
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.center-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #1599bb; /* 線の色を青緑に変更 */
}

.message-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; /* 上揃え（またはデザインに合わせて center） */
}
.message-img {
  width: 48%; /* 画像エリアの幅を調整 */
}
.message-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.message-text {
  width: 35%;
  margin-left: 2%;
}
.message-text p {
  margin-bottom: 20px;
  line-height: 2; /* 行間を少し広めに */
  font-size: 15px;
  text-align: justify; /* 文章の両端を揃える */
}
.message-text .sign {
  text-align: right;
  margin-top: 30px;
}

.about-nav-item {
  width: 49%;
  height: 300px; /* 高さを確保して画像を見せる */
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.about-nav-item .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.about-nav-item:hover .bg-img {
  transform: scale(1.1); /* ホバーで画像拡大 */
}

/* 修正: 全面ではなく中央にボックスを配置 */
.about-nav-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 上下左右中央寄せ */
  width: 60%; /* ボックスの幅を画像より小さく */
  height: 60%; /* ボックスの高さを画像より小さく */
  background: rgba(239, 133, 140, 0.85); /* デザインに合わせたピンク色(透過) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: background 0.3s;
}

/* ホバー時に色を少し濃くする */
.about-nav-item:hover .about-nav-content {
  background: rgba(239, 133, 140, 0.95);
}

.about-nav-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: none;
}

/* ... (以下省略) ... */

/* Responsive (About Page) */
@media screen and (max-width: 860px) {
  /* ... (他のレスポンシブ設定) ... */

  .sec-about-support {
    padding: 30px;
  }

  /* About Nav Links (SP) */
  .about-nav-links {
    flex-direction: column;
  }
  .about-nav-item {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
  /* スマホではボックスを少し広げる */
  .about-nav-content {
    width: 80%;
    height: 70%;
  }
}

/* =======================================================
   Support Page Specific Styles
   ======================================================= */
/* Support Grid Layout */
.page-support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* アイテム間の余白 */
  justify-content: flex-start;
}

.page-support-item {
  width: calc(33.333% - 20px); /* 3列レイアウト (gap考慮) */
  background-color: #e58b97; /* デザイン画像のピンク色 */
  color: #fff;
  text-decoration: none;
  /* paddingはタイトルとアイコン周りのみに設定し、下部の説明文はエリアいっぱいに広げる */
  padding: 20px 20px 0;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 255px; /* 高さ揃え */
}

.page-support-item:hover {
  opacity: 0.8;
  transform: translateY(-5px); /* ホバー時に少し浮く */
}

/* タイトルエリア */
.ps-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  width: 100%;
}

/* アイコンエリア */
.ps-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* 説明文エリア（白背景） */
.ps-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px; /* 下部に寄せる */
  background-color: #fff;
  color: #333;
  width: calc(90% + 40px); /* 親のpaddingを相殺して横いっぱいに */
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 10px;
  box-sizing: border-box;
}

/* Responsive (Support Page) */
@media screen and (max-width: 860px) {
  .page-support-grid {
    gap: 15px;
  }

  .page-support-item {
    width: calc(50% - 8px); /* タブレットは2列 */
    min-height: 250px;
  }

  .ps-title {
    font-size: 15px;
  }

  .ps-icon {
    width: 70px;
    height: 70px;
  }

  .ps-desc {
    font-size: 12px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .page-support-item {
    width: 100%; /* スマホは1列 */
    margin-bottom: 10px;
  }
}

/* Intro Text Center */
.center-desc {
  line-height: 1.8;
}

.page-support-item01 {
  width: calc(20% - 24px);
  background-color: #e58b97;
  color: #fff;
  text-decoration: none;
  padding: 20px 20px 0;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 210px;
}

.support-nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* 関連事業団体セクションのスタイル */
        .sec-related-groups .in1 {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

        /* 全体を囲む枠線付きのボックス */
        .related-groups-box {
            border: 1px solid #1599bb; /* サイトのテーマカラー（青緑） */
            padding: 40px 30px;
            background-color: #fff;
        }

        /* タイトル */
        .related-groups-title {
            text-align: center;
            color: #1599bb;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 30px;
            letter-spacing: 0.05em;
        }

        /* ボタンを横並びにするラッパー */
        .related-groups-links {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            flex-wrap: wrap;
        }

        /* 各ボタンのスタイル */
        .btn-related {
            flex: 1; /* 横幅を均等に割り当て */
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background-color: #1599bb;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            font-size: 15px;
            padding: 15px 10px;
            border-radius: 50px; /* カプセル型 */
            transition: background-color 0.3s, opacity 0.3s;
            text-align: center;
            white-space: nowrap; /* テキストの折り返しを防ぐ */
        }

        /* ホバー時のアクション */
        .btn-related:hover {
            background-color: #117a96;
            color: #fff;
            opacity: 0.9;
        }

        /* レスポンシブ対応（タブレット） */
        @media screen and (max-width: 860px) {
            .btn-related {
                font-size: 13px;
                padding: 15px 5px;
            }
        }

        /* レスポンシブ対応（スマートフォン） */
        @media screen and (max-width: 600px) {
            .related-groups-box {
                padding: 30px 15px; /* スマホ時は余白を少し狭める */
                border-left: none; /* スマホ画面いっぱいの場合は左右の線を消す */
                border-right: none;
                border-top: 1px solid #1599bb;
                border-bottom: 1px solid #1599bb;
            }
            .related-groups-title {
                font-size: 20px;
            }
            .related-groups-links {
                flex-direction: column; /* 縦積みに変更 */
                gap: 15px;
                align-items: center; /* ▼▼追加：フレックスアイテム（ボタン）を中央寄せ▼▼ */
            }
            .btn-related {
                width: 100%; /* 横幅いっぱいに広げる */
                max-width: 400px; /* ▼▼追加：ボタンが広がりすぎないように最大幅を設定（お好みで調整可）▼▼ */
                box-sizing: border-box; /* ▼▼追加：パディングを含めて幅を計算▼▼ */
                white-space: normal; /* 折り返しを許可 */
                padding: 15px 20px;
                font-size: 15px;
                text-align: center; /* ▼▼念のため追加：テキストを中央揃え▼▼ */
                justify-content: center; /* ▼▼念のため追加：フレックスボックス内のテキストを中央揃え▼▼ */
            }
        }

/* =======================================================
   Activity Page Specific Styles (Activityページ固有)
   ======================================================= */

.activity-visual-box {
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.activity-visual-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.activity-icon {
  width: 80px; /* アイコンサイズ */
  height: 80px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-icon img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.activity-block-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.activity-block-text {
  font-size: 16px;
  line-height: 1.8;
}

/* Responsive (Activity Page) */
@media screen and (max-width: 860px) {
  .page-support-item01 {
    width: calc(20% - 13px);
  }

  .activity-visual-box {
    height: 180px;
  }
  .activity-block-title {
    font-size: 20px;
  }
  .activity-icon {
    width: 80px;
    height: 80px;
  }
}

/* =======================================================
   Activity Page Specific Styles (Activityページ固有)
   ======================================================= */

.activity-visual-block {
  width: 100%;
}

.activity-visual-content {
  text-align: center;
  color: #fff;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* メイン画像のスタイル（テキスト入り画像用） */
.activity-main-img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.activity-detail-title {
  font-size: 22px;
  font-weight: bold;
  color: #ff8e9d; /* デザインに合わせたピンク色 */
  text-align: center;
  border-bottom: 2px solid #ff8e9d;
  display: table; /* 文字幅に合わせる場合 */
  margin: 0 auto 20px;
  padding-bottom: 5px;
}

.activity-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.activity-detail-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
}

/* ピンクの丸マーカー */
.activity-detail-list li::before {
  content: "●";
  color: #ff8e9d;
  position: absolute;
  left: 0;
  top: 0;
}

.activity-poster-area {
  text-align: center;
  margin-bottom: 40px;
}

.margin40t {
  margin-top: 40px;
}

/* Responsive (Activity Page) */
@media screen and (max-width: 860px) {
  /* ... existing responsive code ... */

  .activity-detail-box {
    padding: 20px;
  }
  .activity-detail-title {
    font-size: 18px;
  }
  .activity-detail-list li,
  .activity-detail-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  /* ... existing responsive code ... */
}

/* =======================================================
   Activity Page Specific Styles (Activityページ固有)
   ======================================================= */

.activity-visual-block {
  width: 100%;
}

.activity-visual-content {
  text-align: center;
  color: #fff;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* メイン画像のスタイル（テキスト入り画像用） */
.activity-main-img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.activity-detail-title {
  font-size: 22px;
  font-weight: bold;
  color: #ff8e9d; /* デザインに合わせたピンク色 */
  text-align: center;
  border-bottom: 2px solid #ff8e9d;
  display: table; /* 文字幅に合わせる場合 */
  margin: 0 auto 20px;
  padding-bottom: 5px;
}

.activity-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

/* ピンクの丸マーカー */
.activity-detail-list li::before {
  content: "●";
  color: #ff8e9d;
  position: absolute;
  left: 0;
  top: 0;
}

.activity-poster-area {
  text-align: center;
  width: 360px;
  display: block;
  margin: 0 auto 40px;
}

.margin40t {
  margin-top: 40px;
}

/* Activity 03 (Youth & Schedule) */
.activity-gallery {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.activity-gallery img {
  width: 32%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.activity-detail-title-left {
  font-size: 20px;
  font-weight: bold;
  color: #ff8e9d;
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
}

.activity-schedule-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.activity-schedule-table th,
.activity-schedule-table td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: middle;
  line-height: 1.5;
}

.activity-schedule-table thead th {
  background-color: #fceceec0; /* 薄いピンク */
  color: #000;
  text-align: center;
  font-weight: bold;
}

.activity-schedule-table tbody th {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50px;
}

/* Responsive (Activity Page) */
@media screen and (max-width: 860px) {
  /* ... existing responsive code ... */

  .activity-detail-box {
    padding: 20px;
  }
  .activity-detail-title {
    font-size: 18px;
  }
  .activity-detail-list li,
  .activity-detail-text {
    font-size: 14px;
  }

  /* Activity 03 SP */
  .activity-gallery {
    flex-direction: column;
  }
  .activity-gallery img {
    width: 100%;
    margin-bottom: 10px;
  }

  .activity-schedule-table th,
  .activity-schedule-table td {
    font-size: 12px;
    padding: 8px;
  }
  /* スマホで表が見づらい場合はスクロールさせる */
  .activity-schedule-table {
    overflow-x: auto;
  }
  .activity-schedule-table table {
    min-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .page-support-grid {
    gap: 0;
    flex-direction: column;
    margin-top: 0 !important;
  }

  .page-support-item {
    min-height: 220px;
  }

  .page-support-item01 {
    width: 100%;
    margin-bottom: 10px;
    min-height: 155px;
  }

  .about-title {
    display: none;
  }

  .about-title-sp {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .about-title-sp .en {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .about-title-sp .jp {
    display: inline;
    font-size: 20px;
    margin-left: 0px;
  }

  .about-btn a {
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 30%;
  }

  .merit-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* アイコンとテキストを縦中央で揃える */
    border: 5px solid #e6e6e6; /* デザイン01のようなグレーの太枠 */
    box-sizing: border-box;
    box-shadow: none; /* 既存のドロップシャドウをオフにする */
    padding-bottom: 20px; /* 下部に余白を設ける */
  }

  .merit-title {
    width: 100%; /* タイトルは1行を独占する */
    margin: 0 0 20px 0;
    font-size: 16px;
  }

  .merit-icon {
    width: 35%; /* 左側のアイコンエリア幅 */
    height: auto; /* 既存のPC用高さをリセット */
    padding: 0; /* 既存の余白をリセット */
  }

  .merit-icon img {
    width: 100%;
    max-width: 70px; /* アイコンが大きくなりすぎないように制限 */
  }

  .merit-text {
    width: 65%; /* 右側のテキストエリア幅 */
    padding: 0 20px 0 0; /* 右側に余白を設ける */
    box-sizing: border-box;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .sec-merit {
    padding: 60px 0 0;
  }

  .sec-others {
    padding: 0 0 40px;
  }

  .sec-banners.margin50t.margin100b {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* Activity 04 (Women's Association) */
.activity-initiative-list {
  list-style: none;
  padding: 0;
  margin: 0 0 70px 0;
  counter-reset: initiative;
  border-top: 2px solid #fceceec0; /* 薄いピンクの上線 */
}

.activity-initiative-list li {
  position: relative;
  padding: 15px 0 15px 40px; /* 左側に番号分の余白 */
  border-bottom: 2px solid #fceceec0; /* 薄いピンクの下線 */
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

/* 番号のデザイン */
.activity-initiative-list li::before {
  counter-increment: initiative;
  content: counter(initiative);
  position: absolute;
  left: 5px;
  top: 14px; /* 位置調整 */
  color: #ff8e9d; /* ピンク色 */
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: sans-serif; /* 数字を読みやすく */
}

/* Responsive (Activity 04) */
@media screen and (max-width: 860px) {
  .activity-initiative-list li {
    font-size: 14px;
    padding-left: 30px;
  }
  .activity-initiative-list li::before {
    font-size: 20px;
    top: 15px;
    left: 0;
  }
}

.insurance-block-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  border-bottom: 1px solid #fff;
  width: 300px;
  margin: 0 auto 10px;
}

.insurance-block-sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.sec-insurance .in1 {
  max-width: 960px; /* テキストの読みやすさを考慮した幅 */
  margin: 0 auto;
  padding: 0 20px;
}

/* テキストエリアのスタイル */
.insurance-lead {
  margin-bottom: 60px;
}
.insurance-lead p {
  margin-bottom: 1.8em;
  line-height: 2;
  font-size: 16px;
  color: #333;
  text-align: justify; /* 両端揃えで整える */
}
.insurance-lead p:last-child {
  margin-bottom: 0;
}

/* アコーディオンエリアのスタイル */
.insurance-accordion {
  max-width: 580px; /* ボタンの幅を画像に合わせて制限 */
  margin: 0 auto;
}

.ac-item {
  margin-bottom: 20px;
}

/* アコーディオンのヘッダー（ボタン部分） */
.ac-head {
  background-color: #e58b97; /* 画像に近いピンク色 */
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px; /* 丸みのあるカプセル型 */
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s;
  line-height: 1.2;
}

.ac-head:hover {
  opacity: 0.9;
  background-color: #e07a88;
}

/* 右側の矢印アイコン */
.ac-head::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

/* 開いた時のスタイル（JSでクラス付与想定） */
.ac-head.is-active::after {
  transform: translateY(-20%) rotate(225deg);
}

/* アコーディオンの中身 */
.ac-body {
  display: none; /* 初期状態は非表示 */
  padding: 20px 30px;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* レスポンシブ対応（スマホ） */
@media screen and (max-width: 768px) {
  .insurance-lead p {
    font-size: 14px;
    text-align: left;
  }
  .ac-head {
    font-size: 16px;
    padding: 18px 40px 18px 20px;
  }
  .ac-head::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

/* このセクション専用のスタイル */
.sec-insurance-info .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 画像に近いピンク色 */
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

.pink-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 15px;
  border-bottom: none;
}

/* 説明文 */
.insurance-desc p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}

/* テーブル共通スタイル */
.insurance-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
}

.insurance-table-wrap th,
.insurance-table-wrap td {
  border: 1px solid #333; /* 画像に合わせて濃いめの枠線 */
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

/* ヘッダー背景色（濃いピンク） */
.bg-header-pink {
  background-color: #ea959e;
  color: #fff;
  font-weight: bold;
}

/* 薄いピンク背景（計算式の左列など） */
.bg-light-pink {
  background-color: #fcecec;
  font-weight: bold;
}

/* 右寄せテキスト（注釈など） */
.text-right {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
  color: #333;
}

/* --- 保険料一覧エリア --- */
.insurance-list-area {
  margin-top: 60px;
}

.tables-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.table-item {
  width: 49%;
}

/* --- 計算式エリア --- */
.insurance-calc-area {
  margin-top: 60px;
}

.calc-table th {
  width: 30%;
}
.calc-table td {
  text-align: left;
  padding-left: 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 860px) {
  .tables-grid {
    flex-direction: column;
  }
  .table-item {
    width: 100%;
    margin-bottom: 30px;
  }

  /* スマホで表が横にはみ出す場合のスクロール対応 */
  .table-scroll {
    overflow-x: auto;
  }
  .insurance-table-wrap table {
    min-width: 500px; /* スマホでも崩れない最小幅 */
  }

  .calc-table th,
  .calc-table td {
    font-size: 13px;
    padding: 8px;
  }
  .calc-table th {
    width: 35%;
  }
}
/* このセクション専用のスタイル */
.sec-compensation .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.comp-intro {
  text-align: left;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 15px;
}

/* 補償項目のブロック（治療代・休業補償） */
.comp-block {
  display: flex;
  border: 1px solid #333;
  margin-bottom: 20px;
  background-color: #fff;
}

.comp-label {
  background-color: #fcecec; /* 薄いピンク背景 */
  width: 25%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-right: 1px solid #333;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.comp-content {
  width: 75%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}

/* リストのスタイル調整 */
.comp-content ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px;
}
.comp-content li {
  text-indent: -1em;
  padding-left: 1em;
}
.comp-note {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

/* 計算参考例エリア */
.calc-area {
  margin-top: 50px;
}

.calc-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.calc-box {
  border: 1px solid #333;
  padding: 30px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.calc-box p {
  margin-bottom: 15px;
}
.calc-box p:last-child {
  margin-bottom: 0;
}

.calc-indent {
  margin-left: 1em;
  display: block;
}

.small-note {
  font-size: 13px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .comp-block {
    flex-direction: column;
  }
  .comp-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    padding: 15px;
  }
  .comp-content {
    width: 100%;
    padding: 15px;
  }
  .calc-box {
    padding: 20px;
    font-size: 14px;
  }
}
/* このセクション専用のスタイル */
.sec-special-join .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.special-intro p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}

.text-red {
  color: #e60012; /* 赤文字 */
}

/* テーブルスタイル */
.special-table-wrap {
  margin-top: 30px;
  margin-bottom: 10px;
}

.special-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
}

.special-table-wrap th {
  background-color: #ea959e;
  color: #fff;
  padding: 12px;
  border: 1px solid #333;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.special-table-wrap td {
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.table-note {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5;
  color: #333;
}
.table-note-bold {
  font-weight: bold;
}

/* 計算式ブロック */
.calc-block {
  margin-top: 30px;
}

.calc-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.calc-box {
  border: 1px solid #333;
  padding: 20px 30px;
  background: #fff;
  font-size: 15px;
}

.formula-line {
  color: #ea959e; /* ピンク文字 */
  font-weight: bold;
  margin-bottom: 5px;
}

.formula-example {
  margin-bottom: 15px;
  padding-left: 10px;
  color: #333;
}
.formula-example:last-child {
  margin-bottom: 0;
}

/* フッター情報 */
.special-footer {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.special-footer p {
  margin-bottom: 10px;
}

.link-list {
  margin-top: 30px;
}

.link-list a {
  display: block;
  color: #0066cc;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 15px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .special-table-wrap {
    overflow-x: auto;
  }
  .special-table-wrap table {
    min-width: 600px;
  }
  .calc-box {
    padding: 15px;
    font-size: 13px;
  }
}
/* このセクション専用のスタイル */
.sec-employment .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* サブタイトル（左寄せ） */
.pink-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 15px;
}

/* 説明文 */
.employment-intro p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}

/* テーブルエリア */
.employment-table-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.employment-table-area table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #333;
}

.employment-table-area th,
.employment-table-area td {
  border: 1px solid #333;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}

.employment-table-area th {
  background-color: #fcecec; /* 薄いピンク背景 */
  width: 20%;
  font-weight: bold;
}

.employment-table-area td {
  font-weight: bold;
}

.text-right-note {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

/* 下部の強調バナー */
.notice-banner {
  background-color: #ea959e;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .table-scroll {
    overflow-x: auto;
  }
  .employment-table-area table {
    min-width: 600px;
  }
  .notice-banner {
    font-size: 15px;
    border-radius: 30px;
  }
}
/* このセクション専用のスタイル */
.sec-unemployment .in1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* サブタイトル */
.pink-sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #ea959e;
  margin-bottom: 15px;
  margin-top: 40px;
}

/* 説明文 */
.unemployment-intro p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}

/* テーブルエリア共通 */
.unemployment-tables {
  margin-top: 20px;
}

.table-category-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
}
.table-category-title:first-child {
  margin-top: 0;
}

.unemployment-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 10px;
}

.unemployment-table th,
.unemployment-table td {
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

/* ヘッダー行（期間） */
.header-duration {
  background-color: #ea959e;
  color: #fff;
  font-weight: bold;
  width: 16%; /* 均等割付調整 */
}

/* 左側の列（年齢） */
.col-age {
  background-color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  width: 20%;
}

/* 斜線セル（左上） */
.th-diagonal {
  background-color: #fff;
  position: relative;
  width: 20%;
  padding: 0 !important;
  /* 斜線を描画 */
  background-image: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    #333 calc(50% - 1px),
    #333 calc(50% + 1px),
    transparent calc(50% + 1px)
  );
}

.th-diagonal .top-text {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}

.th-diagonal .bottom-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

/* データセル */
.unemployment-table td {
  font-weight: bold;
  color: #333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 860px) {
  .table-scroll {
    overflow-x: auto;
  }
  .unemployment-table {
    min-width: 700px; /* 横スクロールさせるために最小幅を指定 */
  }
  .th-diagonal .top-text,
  .th-diagonal .bottom-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 860px) {
  .message-box {
    flex-direction: column;
  }

  .message-img {
    width: 100%;
  }

  .message-text {
    width: 90%;
    margin: 30px auto 0;
  }

  /* ▼▼ 追加：下層ページ用スマホ・タブレットヘッダーの調整 ▼▼ */
  header.res.sub-header-res {
    position: relative; /* absoluteをやめて、下のコンテンツ（タイトル画像）と被らないようにする */
    background-image: url(../images/header-sub.jpg); /* PC版下層ヘッダーと同じ背景画像を設定 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* または背景色ベタ塗りの場合は background-color: #fff; など */
    border-bottom: 1px solid #eee;
  }

  /* 念のためインナーの高さをハンバーガーメニュー(70px)に合わせる */
  header.res.sub-header-res .inner {
    min-height: 70px;
  }
  .sub-mv-title .jp {
    padding-top: 0;
    text-align: center;
  }
}

.sec-welfare-kyosai .in1 {
  max-width: 1000px; /* 広い表が入るため少し広めに設定 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.kyosai-intro {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
  text-align: justify;
}

/* ページ内リンクメニュー（ボタン風） */
.kyosai-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
}

.kyosai-nav a {
  display: inline-block;
  background-color: #fcecec;
  color: #ea959e;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 15px;
  border: 1px solid #ea959e;
}

.kyosai-nav a:hover {
  background-color: #ea959e;
  color: #fff;
  box-shadow: 0 4px 10px rgba(234, 149, 158, 0.3);
}

/* 各セクションの小見出し */
.kyosai-sub-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #ea959e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-title-note {
  font-size: 14px;
  color: #ea959e;
  font-weight: normal;
  background: #fcecec;
  padding: 5px 15px;
  border-radius: 20px;
}

/* リストスタイル汎用 */
.kyosai-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kyosai-list li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

/* ==============================
           1. 共済給付金の支給基準
        ============================== */
.kyosai-rule-list {
  background: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.kyosai-rule-list li {
  padding-left: 1.5em;
  font-size: 15px;
}
.kyosai-rule-list li:last-child {
  margin-bottom: 0;
}
.kyosai-rule-list li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #ea959e;
  font-weight: bold;
}
.kyosai-rule-list {
  counter-reset: item;
}

/* ==============================
           テーブル共通設定
        ============================== */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.kyosai-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
  min-width: 800px; /* スマホ時の横スクロール用 */
}

.kyosai-table th,
.kyosai-table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.6;
}

.kyosai-table thead th {
  background-color: #ea959e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.bg-pink-light {
  background-color: #fcecec;
}
.bg-pink-darker {
  background-color: #f4c2c7; /* 少し濃いピンク（分類用） */
  font-weight: bold;
  text-align: center;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bold {
  font-weight: bold;
}

/* 表内のリスト（◎や※など） */
.table-inner-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
}
.table-inner-list li:last-child {
  margin-bottom: 0;
}
.table-inner-list .mark {
  color: #ea959e;
  font-weight: bold;
  margin-right: 5px;
  display: inline;
}

/* 小さな内部テーブル（金額表など） */
.inner-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
}
.inner-table th,
.inner-table td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
}
.inner-table th {
  background-color: #fcecec;
  text-align: center;
  font-weight: normal;
}

/* ==============================
           4. 申請手続き
        ============================== */
.procedure-box {
  background-color: #fcecec;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.procedure-box a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

/* レスポンシブ対応 */
@media screen and (max-width: 860px) {
  .kyosai-nav a {
    width: 46%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
  }
  .kyosai-table th,
  .kyosai-table td {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .kyosai-sub-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
  }
}

.sec-members-hub .in1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通：ピンク色のタイトル */
.pink-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ea959e; /* 基調のピンク色 */
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.pink-title-center span {
  border-bottom: 2px solid #ea959e;
  padding-bottom: 5px;
}

/* 導入テキスト */
.members-hub-intro {
  text-align: center;
  font-size: 15px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* グリッドレイアウト */
.members-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
  gap: 20px;
}

/* カードデザイン */
.hub-card {
  display: flex;
  flex-direction: column;
  background-color: #fcecec; /* 薄いピンク背景 */
  padding: 30px 40px 30px 30px; /* 右側は矢印用に少し広め */
  border-radius: 15px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}

/* ホバー時のアクション */
.hub-card:hover {
  background-color: #ea959e;
  color: #fff;
  transform: translateY(-5px); /* 少し上に浮く */
  box-shadow: 0 8px 15px rgba(234, 149, 158, 0.3);
}

/* カード内のタイトル */
.hub-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* タイトル前のアクセント丸 */
.hub-card-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ea959e;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.hub-card:hover .hub-card-title::before {
  background-color: #fff;
}

/* カード内の説明文 */
.hub-card-desc {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 22px; /* タイトルの丸の分だけインデントを下げる */
  opacity: 0.9;
}

/* 右側の矢印アイコン */
.hub-card::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #ea959e;
  border-right: 3px solid #ea959e;
  transition: all 0.3s ease;
}

.hub-card:hover::after {
  border-color: #fff;
  right: 20px; /* 矢印が少し右に動く */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .members-hub-grid {
    grid-template-columns: 1fr; /* スマホでは縦1列 */
    gap: 15px;
  }
  .hub-card {
    padding: 20px 35px 20px 20px;
  }
  .hub-card-title {
    font-size: 18px;
  }
  .hub-card-desc {
    font-size: 13px;
  }
  .hub-card::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .hub-card:hover::after {
    right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .activity-visual-box {
    height: 180px;
  }
  .activity-block-text {
    font-size: 14px;
  }
  .sec-insurance-info .in1,
  .sec-compensation .in1,
  .sec-special-join .in1,
  .sec-employment .in1,
  .sec-unemployment .in1,
  .sec-tax-guidance .in1,
  .sec-join-info .in1,
  .sec-contact .in1,
  .sec-sitemap .in1,
  .sec-privacy-policy .in1,
  .sec-welfare-kyosai .in1 {
    padding: 0;
  }
  .tax-schedule-area {
    align-items: baseline;
  }

  .activity-detail-box {
    padding: 0px;
  }
}

/* 組織図の透明リンク */
.org-link-zenken {
  position: absolute;
  display: block;
  z-index: 10;
  
  /* ▼ 実際の画像に合わせて微調整してください ▼ */
  top: 0%;    /* 上からの位置 */
  left: 30%;
    width: 40%;
    height: 7%;
}

/* ▼ 位置調整用の確認用背景色（調整が終わったら削除してください） ▼ */
/*
.org-link-zenken {
  background-color: rgba(255, 0, 0, 0.3); 
}
*/
