.health__wrap {
  min-width: 1126px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .health__wrap {
    min-width: initial;
    width: 100%;
  }
}
.health__inner {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .health__inner {
    margin-top: 68px;
  }
}
.health__heading {
  margin-top: -39px;
}
@media screen and (max-width: 768px) {
  .health__heading {
    margin-top: -65px;
  }
}
.health__content {
  margin-top: 98px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 806px;
}
@media screen and (max-width: 768px) {
  .health__content {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media print {
  .health__content {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .health__content {
    margin-top: 75px;
  }
}
.health-menu-container {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}

.health-menu-row {
  display: flex;
}

.health-menu-item {
  flex: 1;
  background: #0D3872;
  opacity: 0.85;  /* 85%の不透明度で少し明るく見える */
  color: #fff;
  font-size: 20px;
  padding: 32px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  border-right: 2px solid #fff;
}

.health-menu-row:not(:last-child) .health-menu-item {
  border-bottom: 2px solid #fff;
}

.health-arrow {
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
}

.health-menu-item:hover {
  background: #2F5CA0;
}

@media (max-width: 800px) {
  .health-menu-row {
    flex-direction: column;
  }
  
  .health-menu-item {
    border-right: none;
    font-size: 16px;
  }

  .health-menu-item:not(:last-child) {
    border-bottom: 2px solid #fff;
  }
  
  .health-menu-row:last-child .health-menu-item:last-child {
    border-bottom: none !important;
  }
}

.c-anker__health {
  margin-top: -96px;
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .c-anker__health {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.c-anker__beses {
  margin-top: -166px;
  padding-top: 166px;
}
@media screen and (max-width: 768px) {
  .c-anker__beses {
    margin-top: -120px;
    padding-top: 120px;
  }
}

.health__titleBox {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .health__titleBox {
    margin-bottom: 31px;
  }
}

.health__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1a5490;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .health__title {
    font-size: 26px;
  }
}

.health-declaration-ol {
  counter-reset: declaration-counter;
  padding-left: 0;
  margin-top: 20px;
}

.health-declaration-ol li {
  counter-increment: declaration-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

.health-declaration-ol li::before {
  content: counter(declaration-counter) "．";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #0D3872;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.comparison-table {
  display: flex;
  gap: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.column {
  flex: 1;
  min-width: 0;
}

.column-header {
  background-color: #4a69bd;
  color: white;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #3c5aa6;
}

.jet-column .column-header {
  border-right: none;
}

.content-list li {
  border: 1px solid #ddd;
  border-top: none;
  display: flex;
  align-items: stretch;
}

.content-list li:nth-child(1) { min-height: 120px; }
.content-list li:nth-child(2) { min-height: 100px; }
.content-list li:nth-child(3) { min-height: 100px; }
.content-list li:nth-child(4) { min-height: 100px; }
.content-list li:nth-child(5) { min-height: 100px; }
.content-list li:nth-child(6) { min-height: 100px; }

.jet-column li {
  border-right: none;
}

.content-list li:nth-child(odd) {
  background-color: #cad7ea;
}

.content-list li:nth-child(even) {
  background-color: #e8eff7;
}

.item {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.item p {
  margin: 3px 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .comparison-table {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .jet-column {
    order: 1;
  }

  .jfe-column {
    order: 2;
  }

  .column-header {
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #3c5aa6;
  }

  .jfe-column .column-header {
    border-top: none;
  }

  .content-list li {
    border: 1px solid #ddd;
    border-top: none;
    min-height: auto !important;
  }

  .jet-column li:last-child {
    border-bottom: 1px solid #ddd;
  }

  .item {
    padding: 12px 15px;
  }

  .item p {
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 15px;
  }

  .column-header {
    font-size: 16px;
  }

  .item p {
    font-size: 13px;
  }
}

.health-strategy__imageWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.health-strategy__figure {
  margin: 0;
  transform: translateX(-30%);
}

.health-strategy__img {
  width: 160%;
  height: auto;
}

/* スマホ版 */
@media screen and (max-width: 768px) {
  .health-strategy__figure {
    transform: translateX(0); /* 中央配置に戻す */
  }
  
  .health-strategy__img {
    width: 100%; /* 画面幅に合わせる */
  }
}


/* health-minimal.css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.health-metrics-minimal {
    min-height: 100vh;
    padding: 60px 20px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

/* ヘッダー */
.metrics-header {
    text-align: center;
    margin-bottom: 80px;
}

.metrics-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a5490;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.metrics-header p {
    font-size: 18px;
    color: #7f8c8d;
    font-weight: 300;
}

/* メトリクスリスト */
.metrics-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.metric-item {
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-bottom: 2px solid #1a5490;
    transition: all 0.3s ease;
    position: relative;
}

.metric-item:first-child {
    border-top: 2px solid #1a5490;
}

.metric-item:hover {
    background-color: #F0F8FF;
    padding-left: 20px;
    padding-right: 20px;
}

.metric-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.metric-name {
    font-size: 20px;
    font-weight: 400;
    color: #34495e;
    flex: 1;
}

.metric-values {
    display: flex;
    align-items: center;
    gap: 60px;
}

.primary-value {
    text-align: right;
    position: relative;
    min-width: 200px;
}

.number {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.unit {
    font-size: 24px;
    font-weight: 300;
    color: #7f8c8d;
    margin-left: 5px;
}

.note {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 12px;
    color: #95a5a6;
}

/* プログレスバー */
.progress-bar {
    width: 200px;
    height: 8px;
    background-color: #ecf0f1;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
    overflow: visible;
}

.progress-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 1.5s ease-out;
    position: relative;
}

.progress-fill.perfect, .progress-fill.excellent {
    background: linear-gradient(90deg, #27ae60, #2ecc71);
}

.progress-fill.good {
    background: linear-gradient(90deg, #3498db, #5dade2);
}

.progress-fill.good2 {
    background: linear-gradient(90deg, #f39c12, #f1c40f);
}

/* 業界平均マーカー */
.industry-marker {
    position: absolute;
    top: -5px;
    width: 2px;
    height: 18px;
    background-color: #FF8C00;
    transition: opacity 0.3s ease;
}

.industry-marker::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -4px;
    width: 10px;
    height: 10px;
    background-color: #FF8C00;
    border-radius: 50%;
}

.marker-label {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #e74c3c;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.metric-item:hover .marker-label {
    opacity: 1;
}

.secondary-info {
    text-align: right;
    min-width: 150px;
}

.label {
    display: block;
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.value {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #7f8c8d;
}

.sub-note {
    display: block;
    font-size: 12px;
    color: #bdc3c7;
    margin-top: 2px;
}


/* レスポンシブデザイン */
@media (max-width: 768px) {
    .health-metrics-minimal {
    min-height: 100vh;
    padding: 10px 20px;
}

    .metric-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
    }

.metric-item:first-child {
    border-top: 2px solid #1a5490;
}    
    .metric-item:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .metric-content {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 20px;
    }
    
    .metric-name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .metric-values {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .primary-value {
        text-align: left;
        width: 100%;
    }
    
    .number {
        font-size: 36px;
    }
    
    .progress-bar {
        width: 100%;
        max-width: 300px;
    }
    
    .secondary-info {
        min-width: auto;
    }
    
    .summary-message p {
        font-size: 13px;
        text-align: right;
    }

.label {
    display: block;
    font-size: 14px;
    color: #95a5a6;
    margin-bottom: 5px;
    text-align: left;
}

.value {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #7f8c8d;
    text-align: left;
}
}


/* デフォルトでは非表示（PCなどの大きな画面） */
.mobile-only {
  display: none;
}

/* スマホサイズ（最大幅768px）では表示 */
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}


/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fillBar {
    from {
        width: 0;
    }
}

.metric-item {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.metric-item:nth-child(1) { animation-delay: 0.1s; }
.metric-item:nth-child(2) { animation-delay: 0.2s; }
.metric-item:nth-child(3) { animation-delay: 0.3s; }
.metric-item:nth-child(4) { animation-delay: 0.4s; }

.progress-fill {
    animation: fillBar 1.5s ease-out;
}

/* ホバーエフェクト */
.metric-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #1a5490;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.metric-item:hover::before {
    transform: scaleY(1);
}

/* テーブルヘッダー */
.metrics-table-header {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #f8f9fa;
}

.header-item {
    font-weight: 600;
    color: #1a5490;
    font-size: 16px;
}

.header-item:first-child {
    flex: 1;
    padding-left: 80px;
}

.header-item:nth-child(2) {
    width: 200px;
    text-align: center;
    margin-right: 60px;
}

.header-item:last-child {
    width: 150px;
    text-align: center;
}

/* メトリクスリストの調整 */
.metrics-list {
    border-top: none;
}

/*
.metric-item:first-child {
    border-top: none;
}
*/

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .metrics-table-header {
        display: none; /* モバイルでは非表示 */
    }
}


.workstyle-link :hover {
    opacity: 0.7;
}

  .detail__img_01 {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .images {
    flex-direction: column;
  }
}


/* 外部からの評価セクション */
.health-declaration-section,
.health-organization-section,
.health-management-kpi-section,
.health-efforts-section,
.external-recognition-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* タイトルを中央配置 */
.health__subtitle1, .health__subtitle2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a5490;
    margin: 30px auto;
}

.health__subtitle1 {
    text-align: center;
}

.health__subtitle2 {
    text-align: left;
}

.external-recognition-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #1a5490;
    margin: -20px auto 30px;
}

/* 説明文と画像のコンテナ */
.health-declaration-content,
.health-efforts-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px;
}

.external-recognition-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0px;
    margin-bottom: 40px;
}

/* 説明文部分 */
.external-recognition-text,
.health-declaration-text,
.health-efforts-text {
    flex: 1;
    text-align: left;
}

/* 画像部分 */
.health-declaration-image,
.health-efforts-image {
    flex: 0 0 auto;
    width: 300px;
}



.external-recognition-image .detail__imgBox,
.health-declaration-image .detail__imgBox,
.health-efforts-image .detail__imgBox {
    width: 100%;
    margin: 0;
}

.external-recognition-image .detail__img,
.health-declaration-image .detail__img,
.health-efforts-image .detail__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: 0;
}


/* 画像のキャプション */
.detail__imgText {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .external-recognition-section,
    .health-efforts-section,
    .health-declaration-section {
        padding: 20px 15px;
    }
    
    .external-recognition-title,
    .health__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .external-recognition-content,
    .health-efforts-content,
    .health-declaration-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .external-recognition-text,
    .health-efforts-text,
    .health-declaration-text {
        text-align: left;
    }
    
    .external-recognition-image,
    .health-efforts-image,
    .health-declaration-image {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    
    .external-recognition-text .detail__paragraph,
    .health-efforts-text .detail__paragraph,
    .health-declaration-text .detail__paragraph {
        font-size: 15px;
        line-height: 1.8;
    }
}
