#health .page-title {
  background-image: url("../img/service/health/hero_bg.jpg");
  background-position: center 46%;
}

#health .page-title:after {
  background: rgba(0, 67, 45, 0.2);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#health .header {
  position: relative;
  z-index: 2;
}

#health .page-title-contents {
  z-index: 1;
}

.health {
  overflow: hidden;
}

.health-section {
  padding: 90px 0;
}

.health-section--system,
.health-section--indicators {
  background: #f3f8f4;
}

.health-heading {
  margin-bottom: 52px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.health-heading:after {
  background: #d84730;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}

.health-heading__en {
  color: #d84730;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.health-heading__ja {
  color: #264434;
  font-family: source-han-serif-japanese, serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.health-declaration {
  background: #fff;
  border: 1px solid #d9e7dc;
  box-shadow: 0 12px 30px rgba(31, 83, 49, 0.08);
  margin-bottom: 70px;
  padding: 48px 60px 42px;
  position: relative;
}

.health-declaration:before {
  background: #17874a;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.health-declaration__text {
  font-size: 1.7rem;
  line-height: 2.15;
}

.health-declaration__text p + p {
  margin-top: 22px;
}

.health-declaration__signature {
  line-height: 1.9;
  margin-top: 30px;
  text-align: right;
}

.health-declaration__signature strong {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
}

.health-figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.health-figure img {
  height: auto;
  max-width: 100%;
}

.health-figure--pyramid {
  max-width: 945px;
}

.health-figure--goals {
  margin-top: 70px;
  max-width: 945px;
}

.health-figure--system {
  max-width: 945px;
}

.health-initiatives {
  display: flex;
  gap: 24px;
}

.health-initiative {
  background: #fff;
  border: 1px solid #d9e7dc;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(31, 83, 49, 0.07);
  min-height: 280px;
  padding: 42px 34px 36px;
  position: relative;
  width: calc((100% - 48px) / 3);
}

.health-initiative:before {
  background: #17874a;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.health-initiative__number {
  color: #81b991;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.health-initiative__title {
  color: #264434;
  font-family: source-han-serif-japanese, serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}

.health-initiative__list {
  line-height: 1.85;
}

.health-initiative__list li {
  padding-left: 18px;
  position: relative;
}

.health-initiative__list li + li {
  margin-top: 8px;
}

.health-initiative__list li:before {
  background: #52a66c;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.health-table-wrap {
  background: #fff;
  border: 1px solid #d6e4d9;
  box-shadow: 0 8px 24px rgba(31, 83, 49, 0.06);
}

.health-table {
  line-height: 1.65;
  table-layout: fixed;
  width: 100%;
}

.health-table thead th {
  background: #177b45;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 600;
  padding: 18px 20px;
  text-align: center;
}

.health-table thead th:first-child {
  text-align: left;
  width: 58%;
}

.health-table thead th:last-child {
  border-right: 0;
}

.health-table tbody th,
.health-table tbody td {
  border-bottom: 1px solid #dce7df;
  padding: 17px 20px;
}

.health-table tbody tr:last-child th,
.health-table tbody tr:last-child td {
  border-bottom: 0;
}

.health-table tbody tr:nth-child(even) {
  background: #f7faf8;
}

.health-table tbody th {
  font-weight: 500;
  text-align: left;
}

.health-table tbody td {
  border-left: 1px solid #dce7df;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}

.health-table sup {
  font-size: 1.1rem;
  vertical-align: super;
}

.health-table tbody th span {
  font-size: 1.3rem;
}

.health-notes {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  #health .page-title {
    background-image: url("../img/service/health/hero_bg_smp.jpg");
    background-position: center 56%;
  }

  .health-section {
    padding: 58px 0;
  }

  .health-heading {
    margin-bottom: 34px;
    padding-bottom: 19px;
  }

  .health-heading__en {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }

  .health-heading__ja {
    font-size: 2.5rem;
  }

  .health-declaration {
    margin-bottom: 42px;
    padding: 30px 22px 26px;
  }

  .health-declaration__text {
    font-size: 1.5rem;
    line-height: 1.95;
  }

  .health-declaration__text p + p {
    margin-top: 18px;
  }

  .health-declaration__signature {
    font-size: 1.3rem;
    margin-top: 24px;
  }

  .health-declaration__signature strong {
    font-size: 1.5rem;
  }

  .health-figure--goals {
    margin-top: 42px;
    max-width: 480px;
  }

  .health-figure--system {
    max-width: 480px;
  }

  .health-initiatives {
    display: block;
  }

  .health-initiative {
    min-height: 0;
    padding: 30px 24px 28px;
    width: 100%;
  }

  .health-initiative + .health-initiative {
    margin-top: 18px;
  }

  .health-initiative__number {
    margin-bottom: 10px;
  }

  .health-initiative__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .health-initiative__list {
    font-size: 1.4rem;
  }

  .health-table-wrap {
    margin-left: -8px;
    margin-right: -8px;
  }

  .health-table {
    font-size: 1.2rem;
    line-height: 1.55;
  }

  .health-table thead th {
    padding: 13px 5px;
  }

  .health-table thead th:first-child {
    padding-left: 10px;
    width: 50%;
  }

  .health-table tbody th,
  .health-table tbody td {
    padding: 13px 7px;
  }

  .health-table tbody th {
    padding-left: 10px;
  }

  .health-table sup {
    font-size: 0.9rem;
  }

  .health-table tbody th span {
    font-size: 1.1rem;
  }

  .health-notes {
    font-size: 1.1rem;
    line-height: 1.65;
    margin-top: 14px;
  }
}

.service-health-link {
  padding: 50px 0;
}

.service-health-link__banner {
  align-items: center;
  background-image: url("../img/service/health/hero_bg.jpg");
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  min-height: 240px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: opacity 0.3s ease;
}

.service-health-link__banner:hover {
  opacity: 0.82;
}

.service-health-link__text {
  background: #fff;
  color: #333;
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  padding: 22px 70px;
  position: relative;
  text-align: center;
}

.service-health-link__subtitle {
  color: #d84730;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.service-health-link__title {
  display: block;
}

.service-health-link__text:after {
  border-right: 1px solid #d84730;
  border-top: 1px solid #d84730;
  content: "";
  height: 9px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}

@media screen and (max-width: 768px) {
  .service-health-link {
    padding: 30px 0;
  }

  .service-health-link__banner {
    background-image: url("../img/service/health/hero_bg_smp.jpg");
    background-position: center 56%;
    min-height: 180px;
    padding: 20px;
  }

  .service-health-link__text {
    font-size: 2rem;
    padding: 18px 42px 18px 24px;
    width: 100%;
  }

  .service-health-link__subtitle {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .service-health-link__text:after {
    right: 20px;
  }
}
