@charset "UTF-8";
/* page-hero  ================================= */
.page-hero--kenkou {
  background-image: url(../../../images/company/kenkou/hero_sp.png);
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  .page-hero--kenkou {
    background-image: url(../../../images/company/kenkou/hero_pc.jpg);
    background-position: 100% 50%;
  }
}
.kenkou__certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kenkou__certification .kenkou__certification-image {
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.kenkou__policy-text {
  font-size: var(--fontsize-14);
  font-weight: 600;
}

/* ===== 健康経営方針：番号付きリスト ===== */
.kenkou__policy-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  counter-reset: kenkou-policy;
}

.kenkou__policy-item {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  counter-increment: kenkou-policy;
}

.kenkou__policy-item::before {
  content: counter(kenkou-policy);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  line-height: 1;
  color: #fff;
  background-color: var(--color-e60012);
  border-radius: 50%;
}

.kenkou__policy-item-title {
  color: var(--color-e60012);
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.kenkou__policy-item-text {
  font-size: var(--fontsize-14);
  line-height: 1.8;
}

.kenkou__structure-text {
  font-size: var(--fontsize-14);
  font-weight: 600;
}

.kenkou__structure-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kenkou__structure-figure .kenkou__structure-image {
  width: 100%;
  max-width: 900px;
}

/* ===== テーブル ===== */
.kenkou__table-group {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.kenkou__table-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #c7c4bf;
}

.kenkou__table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-size: var(--fontsize-10);
  line-height: 1.6;
}

.kenkou__table thead {
  border-bottom: 1px solid #c7c4bf;
}

.kenkou__table th:first-child,
.kenkou__table td:first-child {
  text-align: left;
  width: 44%;
}

.kenkou__table th,
.kenkou__table td {
  padding: 1em 0.5em;
  border-right: 1px solid #c7c4bf;
  border-bottom: 1px solid #c7c4bf;
  text-align: center;
  vertical-align: middle;
}

.kenkou__table thead th {
  border-bottom: none;
}

.kenkou__table th {
  background-color: #f9f6f1;
  font-weight: 600;
}

.kenkou__table td {
  background-color: #fff;
}

.kenkou__table th:last-child,
.kenkou__table td:last-child {
  border-right: none;
}

.kenkou__table tr:last-child th,
.kenkou__table tr:last-child td {
  border-bottom: none;
}

@media (min-width: 768px) {
  .kenkou__policy-text {
    font-size: var(--fontsize-18);
  }
  .kenkou__policy-item {
    padding-left: 60px;
  }
  .kenkou__policy-item-text {
    font-size: var(--fontsize-18);
  }
  .kenkou__structure-text {
    font-size: var(--fontsize-18);
  }
  .kenkou__table-group {
    grid-template-columns: 1fr 1fr;
  }
  .kenkou__table {
    font-size: var(--fontsize-15);
  }
}/*# sourceMappingURL=kenkou.css.map */