.vsp {
    display: none;
}

.add-h4 {
    font-size: 20px;
    margin: 25px auto;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
    color: #333;
}

.wellbeing .name {
    font-size: 14px;
}

.wellbeing .name span {
    font-size: 19px;
    margin-left: 17px;
}

.wellbeing-box {
    display: flex;
    flex-wrap: wrap;
}

.wellbeing-box.flexbox {
    margin: 25px auto;
}

.wellbeing-box .fl {
    float: left;
    width: 46%;
    margin-right: 7%;
}

.wellbeing-box .fl.mt {
    margin-top: 17px;
}

.wellbeing-box .fl .txt {
    margin-bottom: 47px;
}

.wellbeing-box .fl .txt.mb20 {
    margin-bottom: 20px;
}

.wellbeing-box .fr {
    float: right;
    width: 47%;
    text-align: center;
}

.wellbeing-box .fltxt {
    margin-right: 7%;
    width: 63%;
}

.wellbeing-box .logofr {
    width: 30%;
}

.wellbeing-box .logofr img {
    max-width: 260px;
}

.wellbeing-box .fr .team {
    max-width: 260px;
}

.wellbeing-box.measure {
    margin-bottom: 140px;
}

.wellbeing-box.measure .fl {
    width: 68%;
    margin-right: 2%;
}

.wellbeing-box.measure .fl .data {
    display: block;
    margin-top: 10px;
}

.wellbeing-box.measure .fr {
    width: 30%;
    text-align: center;
}

.wellbeing-box.measure .fr img {
    padding-top: 50px;
    max-width: 180px;
}

.wellbeing-box.measure2 .fl {
    width: 70%;
    margin-right: 2%;
}

.wellbeing-box.measure2 .fl h3 {
    font-size: 19px;
    margin: 10px auto;
}

.wellbeing-box.measure2 .fr {
    width: 28%;
    text-align: left;
}

.wellbeing-box.measure2 .fr img {
    padding-top: 50px;
    max-width: 98px;
}

.wellbeing-box.measure {
    margin-bottom: 30px;
}

.wellbeing-box.measure .fl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.wellbeing-box.measure .fr {
    width: 100%;
    text-align: center;
}

.wellbeing-box.measure .fr img {
    padding-top: 0;
    max-width: 60%;
}

.wellbeing-box .fltxt {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}

.wellbeing-box .logofr {
    width: 100%;
    margin: auto;
    text-align: center;
}

.massage_container {
    position: relative;
}

.massage_image {
    width: 100%;
    height: auto;
}

.massage_text {
    position: absolute;
    bottom: 10%;
    right: 7%;
    color: #231F20;
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.3;
}

.massage_text span {
    font-size: 28px;
    line-height: unset;
}

.btn-link.bg-navy {
    display: block;
    background: rgb(0, 0, 120) !important;
    border: 1px solid rgb(0, 0, 120) !important;
    font-weight: bold;
    width: 300px;
    padding: 0.6em 1em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.btn-link.bg-navy:hover {
    background: #FFF !important;
    color: rgb(0, 0, 120) !important;
}


    .btn-link.bg-navy.btn-activities {
     padding: 0.6em;
    }
    
    
.wellbeing-item {
    display: flex;
    justify-content: space-around;
    margin: 20px auto 50px;
    font-size: 15px;
    padding-right: 1em;
}

.taR {
    text-align: right;
}

/* 3カラムレイアウト */
.lay-col3-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 20px;
}

/* ボックススタイル */
.box-index-01 {
  border: 2px solid #003366;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 見出しボタンスタイル */
.hdg-btn-01 {
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
}

.hdg-btn-01 a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.hdg-btn-01 a:hover {
  color: #003366;
}

/* 本文テキスト */
.box-index-01 p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* テキスト段落を拡張 */
.box-index-01 p:not(.alignC) {
  flex-grow: 1;
}

/* ボックス内の画像の高さを統一する */
.box-index-01 .taC img {
  height: 200px; 
  width: auto;   /* アスペクト比を維持するため幅を自動調整します */
  object-fit: contain; /* 画像がコンテナに収まるように、アスペクト比を保ったまま調整します */
}

/* 画像の中央配置 */
.alignC {
  text-align: center;
  margin-top: auto !important;
  padding-top: 15px;
}

.alignC img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}


.h-ttl10b1 strong {
    color: #fff;
    font-weight: normal;
}

/* --- 定義リストのデザイン（Well-Being価値観） --- */

/* リスト全体のレイアウト設定 */
.wb-list {
    display: grid; 
    grid-template-columns: 1.5em max-content 1fr;
    gap: 0.5em 1.5em;
    margin-top: 1em;
    margin-bottom: 2em; 
}

/* 価値観の名称 (dt) のスタイル */
.wb-list dt {
    grid-column: 2;
    position: relative; 
    padding-left: 1.2em; 
    font-weight: bold;
    align-self: center; 
}

/* 価値観の説明 (dd) のスタイル */
.wb-list dd {
    grid-column: 3; 
    margin-left: 0;
    line-height: 1.7;
    border-bottom: 1px solid #f0f0f0; 
    align-self: center; 
}

.wb-list .wb-list-divider {
    grid-column: 1 / -1; 
}
.wb-list .wb-list-divider p {
    margin-bottom: 0;
}

.wb-list dd:last-of-type {
    border-bottom: none;
}


/* --- 各マーカーの色設定 --- */

/* カスタムマーカーの共通スタイル (四角形) */
.wb-list dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    
    width: 0.7em;  
    height: 0.7em; 
    border-radius: 2px; 
}

/* ご提示のカラークラスをマーカーの背景色に適用 */
.wb-list dt.wb-color-health::before    { background-color: #f5a133; } /* 健康: オレンジ */
.wb-list dt.wb-color-workstyle::before { background-color: #a185b9; } /* 働き方: 紫 */
.wb-list dt.wb-color-dei::before       { background-color: #e859a0; } /* DEI: ピンク */
.wb-list dt.wb-color-career::before    { background-color: #64aed9; } /* キャリア: 水色 */
.wb-list dt.wb-color-org::before       { background-color: #b3b3b3; } /* 組織: グレー */
.wb-list dt.wb-color-purpose::before   { background-color: #b9d03c; } /* やりがい: 黄緑 */
.wb-list dt.wb-color-future::before    { background-color: #d15a5a; } /* 未来創造: 赤 */



figcaption p.mT20 > strong {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
}

figcaption p.mT20 > strong {
    display: block; 
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border-left: 5px solid #4c9ed9; 
    padding-left: 0.8em;            
    margin-top: 1em;               
}




/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .vsp {
        display: block;
    }

    .vpc {
        display: none;
    }

    .add-h4 {
        font-size: 18px;
        margin: 15px auto;
    }

    .wellbeing-box .fl {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .wellbeing-box .fl.mt {
        margin-top: 8px;
    }

    .wellbeing-box .fr {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .wellbeing-box .fr .team {
        max-width: 50%;
    }

    .massage_text {
        position: static;
        padding: 10px 0;
        font-size: unset;
        color: #000;
        text-align: right;
        margin-right: 10px;
    }

    .massage_text span {
        font-size: 19px;
    }

    .wellbeing .name {
        text-align: right;
        margin-bottom: 5px;
    }

    .wellbeing-item {
        padding-left: 1em;
    }

    .btn-link.bg-navy {
        width: 100%;
        text-align: center;
    }
    

     .lay-col3-01 {
       grid-template-columns: 1fr;
     }
     
     .box-index-01 {
     width: 80%;
     margin: 0 auto 1rem;
   }
   .col {
     display: contents;
   }
   
   @media screen and (max-width: 767px) and (min-width: 1px) {
    section.section, h1.section, div#h1.section, #breadcrumb .section {
        min-width: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* --- スマートフォンなど幅が狭い場合の調整 --- */
@media screen and (max-width: 600px) {
    .wb-list {
        display: block;
    }
    .wb-list dt,
    .wb-list dd {
        margin-left: 1.5em;
    }
    .wb-list dd {
        margin-left: 2.5em;
    }
    .wb-list-divider {
        margin-left: 0;
    }
}


}