@charset "UTF-8";

/*健康経営.attempt*/
.Health.attempt .Catchcopy__inner {
    min-height: 10rem;
    margin-bottom: 5rem;
    padding: 1rem;
}
.Health.attempt .Catchcopy__inner::before {
    left: 10rem;
}
.Health.attempt .Catchcopy__body__text {
    font-size: 3rem;
}
.Health.attempt .Catchcopy__inner::after {
    right: 10rem;
}
.Health.attempt .Health-block__body {
    margin-bottom: 10rem;
}
.Health.attempt .Health-block__text {
    text-align: center;
}

/*健康経営.declaration*/
.Health.declaration .Health-block__text.sign {
    text-align: right;
}
.Health.declaration .Health-block__text.sign img {
    width: 50%;
    max-width: 200px;
}

@media screen and (max-width: 768px) {
.Health.attempt .Catchcopy__inner::before {
    left: 0;
}
.Health.attempt .Catchcopy__inner::after {
    right: 0;
}
}


/*健康経営.list*/
.Health.list .Health-block__text {
    text-align: center;
}
.Health-block__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  justify-content: space-between;
}
.Health-block__list::after {
  width: calc((100% - 10rem) / 3);
  height: 0;
  display: block;
  content: "";
}
.Health-block__list__item {
    width: calc((100% - 10rem) / 3);
    padding: 5rem 2.5rem;
    background: #f6f6f6;
    margin-bottom: 3rem;
}
.Health-block__list__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #127e00;
}
.Health-block__list__title::after {
  line-height: 1;
  display: block;
  text-align: center;
  color: #969696;
  content: attr(data-area);
}
.Health-block__list__txt {
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Health-block:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .Health-block__list::after {
    width: calc((100% - 4rem) / 2);
  }
  .Health-block__list__item {
    width: calc((100% - 4rem) / 2);
    padding: 4rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .Health-block__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .Health-block__list__title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
  .Health-block__list__title::after {
    margin-top: 1rem;
  }
  .Health-block__list__txt {
    margin-bottom: 2rem;
  }
}

/*健康経営.initiative*/


.Health .table-wrapper {
    overflow-x: auto;
    padding: 0;
}
.Health table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.Health th {
    color: #8b4513;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    border: none;
    font-size: 16px;
}
.Health td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease;
    vertical-align: middle;
}
.Health tr:nth-child(even) {
    background-color: #fef5f1;
}
.Health tr:hover {
    background-color: #fff0e6;
}
.Health .metric-name {
    text-align: left !important;
    font-weight: 500;
    color: #8b4513;
    background: #fbb273;
    padding-left: 20px;
}
.Health .percentage {
    font-weight: bold;
    color: #8b4513;
}
.Health .zero-percentage {
    color: #8b4513;
    font-weight: bold;
}
.Health .time-value {
    font-weight: bold;
    color: #8b4513;
}
.Health .year-value {
    font-weight: bold;
    color: #8b4513;
}
@media (max-width: 768px) {
    .Health list {
        font-size: 12px;
    }
    .Health th, .Health td {
        padding: 8px 6px;
    }
    .Health .metric-name {
        padding-left: 10px;
    }
    .Health .list-header {
        font-size: 1.2rem;
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .Health list {
        font-size: 10px;
    }
    .Health th, td {
        padding: 6px 4px;
    }
    .Health th {
    line-height: 1.5;
    font-size: 2.5rem;
}
}