@charset "UTF-8";

.hlt-message {
  padding-top: 6rem;
  position: relative
}
.photobox{
  display: flex;
  justify-content: space-between;
  align-content: top;
}
.photobox .textbox{
  width: 68%;
}
.photobox .namebox{
  text-align: right;
  padding: 30px 0;
}
.photobox .namebox span{
  font-size: 0.8rem;
  display: block;
}
.photobox img{
  width:26%;
  max-width: 350px;
  position: absolute;
  right: 2%;
  top: 100px;
}
.torikumi ul{
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.torikumi ul li{
  width: 22%;
}
.torikumi ul li img{ width:100%; }
.torikumi ul li span{
  display: block;
  font-size: .875rem;
}
.ttl_hlt{
  font-size: 1.5rem !important;
}
.ttl_hlt .sublead{
   font-weight:normal;
   font-size: 1rem;
   display: block;
}
.hlt-message .mv2{ width:100vw; }
.hlt-message .taiseimap{
  width:100%;
  max-width: 950px;
  margin: auto;
}
    /* レスポンシブ対応のためのラッパー */
    .table-responsive-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 50px;
    }

    table.health-metrics-table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
        border-style: hidden; /* 外枠の二重線を防ぐ */
    }

    /* ヘッダーとセルの共通スタイル */
    table.health-metrics-table th,
    table.health-metrics-table td {
        border: 1px solid #ddd;
        padding: 12px 15px;
        text-align: center;
        vertical-align: middle;
    }

    /* テーブルヘッダーのスタイル（背景色を白に） */
    table.health-metrics-table thead th {
        background-color: #ffffff;
        font-weight: bold;
    }

    /* データセルの基本スタイル（背景色を白に） */
    table.health-metrics-table tbody td {
        background-color: #ffffff;
    }
  
    /* すべての指標セル（左端）の共通スタイル */
    table.health-metrics-table tbody td:first-child {
        font-weight: 500;
        text-align: left;
        background-color: #f5f0e4;
    }





    /* 各取り組みを囲むブロック */
    .initiative-block {
        display: flex;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    /* 左側：タイトルのスタイル */
    .initiative-title {
        flex: 1;
        min-width: 280px;
        padding: 20px;
        background-color: #f5f5f5;
        border-right: 1px solid #e0e0e0;
    }
    .initiative-title h3 {
        margin: 0;
        font-size: 1.1em;
        color: #323232;
    }
    .initiative-title span {
        font-size: 0.9em;
        color: #555;
    }

    /* 右側：詳細リストのスタイル */
    .initiative-details {
        flex: 2;
        padding: 20px;
    }

    /* ★★★ ご指摘の修正箇所 ★★★ */
    .initiative-details ul {
        display: flex;           /* ulをFlexコンテナに */
        flex-direction: column;  /* 並びを縦方向に指定 */
        margin: 0;
        padding: 0;              /* 左側の余白をリセット */
        list-style: none;        /* デフォルトの黒丸を削除 */
    }
    .initiative-details li {
        margin-bottom: 12px;
        /* liが横幅いっぱいに広がるのは、flex-direction: column; のデフォルトの挙動です */
    }
    /* 独自にリストのマーカー（・）を追加 */
    .initiative-details li::before {
        content: '・';
        margin-right: 0.5em;
    }


    /* --- スマホ表示用の設定 --- */
    @media (max-width: 768px) {
        .initiative-block {
            flex-direction: column;
        }

        .initiative-title {
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
            min-width: auto;
        }
    }


@media screen and (min-width:768px) {
  .hlt-message {
    padding-top: 0
  }
  .photobox img{
    width:26%;
    position: absolute;
    right: 2%;
    top: 50px;
  }
  .ttl_hlt{
    font-size: 2.3rem !important;
  }
  .ttl_hlt .sublead{
     font-weight:normal;
     font-size: 1.2rem;
  }
  .torikumi ul li span{
    font-size: 1rem;
  }

}

.hlt-message:before {
  content: "";
  display: block;
  width: 46.667%;
  height: 13rem;
  position: absolute;
  top: 0;
  right: 0
}
.hlt-message h3 .txt-s{
  font-size:11px; 
  line-height: 1;
  display: block;
}
@media screen and (min-width:768px) {
  .hlt-message:before {
    width: 33.333%;
    height: 100%
  }
}

.hlt-message .message__inner {
  position: relative
}

@media screen and (min-width:768px) {
  .hlt-message .message__units {
    padding-top: 7.5rem
  }
}

.hlt-message .message__units-unit {
  position: relative;
}

.hlt-message .message__units-unit+.message__units-unit {
  padding-top: 3.75rem
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit+.message__units-unit {
    padding: 7.5rem 5.556% 0
  }
}

.hlt-message .message__units-unit .message__group {
  position: relative;
  z-index: 10
}

.hlt-message .message__units-unit .message__group-ttl {
  background-color: #fff;
  padding: 1.5rem 6.4% 0;
  margin-right: 5.333%;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit .message__group-ttl {
    font-size: 2.5rem
  }
}

.hlt-message .message__units-unit .message__group-txt {
  background-color: #fff;
  padding: 2.25rem 6.4%
}

.hlt-message .message__units-unit .message__group-txt p {
  font-size: .875rem;
  line-height: 2
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit .message__group-txt p {
    font-size: 1rem
  }
}

.hlt-message .message__units-unit .message__group-sign {
  margin: 1.5rem 6.4% 0;
  text-align: right
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit .message__group-sign {
    margin: 4.5rem 10.959% 0
  }
}

.hlt-message .message__units-unit .message__group-signTtl {
  font-size: .875rem;
  line-height: 2
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit .message__group-signTtl {
    font-size: 1rem
  }
}

.hlt-message .message__units-unit .message__group-signName {
  margin: .469rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit .message__group-signName {
    margin-top: .5rem;
    font-size: 1.25rem;
    line-height: 1.5
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:first-child .message__group-ttl {
    width: 87.031%;
    padding: 3rem 6.25% 0
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:first-child .message__group-txt {
    padding: 4.5rem 6.25%
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:first-child .message__photo {
    width: 82.813%;
    margin-left: auto
  }
}

.hlt-message .message__units-unit:first-child .message__photo .m-clip {
  padding-bottom: 84.267%
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:first-child .message__photo .m-clip {
    padding-bottom: 61.845%
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) {
    display: flex;
    background-color: #fff
  }
}

.hlt-message .message__units-unit:nth-child(2):before {
  content: "";
  display: block;
  background-color: #f9f8f1;
  width: 46.667%;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2):before {
    width: 33.333%;
    height: 100%
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) .message__group-ttl {
    padding: 3rem 10.959% 0
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) .message__group-txt {
    padding: 4.5rem 10.959%
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) .message__photo {
    flex-basis: 51.215%
  }
}

.hlt-message .message__units-unit:nth-child(2) .message__photo .m-clip {
  padding-bottom: 161.6%
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) .message__photo .m-clip {
    padding-bottom: 163.39%
  }
}

@media screen and (min-width:768px) {
  .hlt-message .message__units-unit:nth-child(2) .message__group {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 0 0 -8.247%
  }
}

.hlt-mv {
  position: relative
}

.hlt-mv .mv__ttl {
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 6.4%;
  left: 6.4%;
  z-index: 100;
  transform: translateY(-50%)
}

@media screen and (min-width:768px) {
  .hlt-mv .mv__ttl {
    right: 13.194%;
    left: 13.194%
  }
}

.hlt-mv .mv__ttl span {
  display: inline-block
}

.hlt-mv .mv__ttl .en {
  font-size: 2.75rem;
  line-height: 1.2045454545;
  letter-spacing: .05em;
  font-weight: 700;
  font-family: Cabin, sans-serif;
  text-transform: uppercase
}

@media screen and (min-width:768px) {
  .hlt-mv .mv__ttl .en {
    font-size: 3.75rem;
    line-height: 1.2166666667;
    letter-spacing: .04em
  }
}

.hlt-mv .mv__ttl .jp {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400
}

@media screen and (min-width:768px) {
  .hlt-mv .mv__ttl .jp {
    font-size: 1.5rem
  }
}

.hlt-mv .mv__img .m-clip {
  padding-bottom: 96%
}

@media screen and (min-width:768px) {
  .hlt-mv .mv__img .m-clip {
    padding-bottom: 37.037%
  }
}

.hlt-mv .mv__img .m-clip:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
