.p-health-message {
  background: linear-gradient(240deg, #1b83c8 0%, #49cbad 100%);
  color: #fff;
  margin-top: calc(80 / 16 * 1rem);
}

.p-health-message__inner {
  padding-top: calc(80 / 16 * 1rem);
  padding-bottom: calc(80 / 16 * 1rem);
}

.p-health-message__title {
  text-align: center;
  font-size: calc(28 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.6;
}

.p-health-message__text {
  margin-top: calc(30 / 16 * 1rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.p-health-certification {
  margin: calc(80 / 16 * 1rem) calc(24 / 16 * 1rem);
}

.p-health-certification__inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: calc(24 / 16 * 1rem);
}

.p-health-certification__row {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}

.p-health-certification__description {
  margin-top: calc(30 / 16 * 1rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.p-health-certification__description p + p {
  margin-top: calc(27 / 16 * 1rem);
}

.p-health-certification__note {
  margin-top: calc(20 / 16 * 1rem);
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.p-health-chart {
  margin: calc(80 / 16 * 1rem) calc(24 / 16 * 1rem);
}

.p-health-chart__inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: calc(30 / 16 * 1rem) calc(24 / 16 * 1rem);
}

.p-health-chart__description {
  margin-top: calc(30 / 16 * 1rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.p-health-chart__group {
  margin-top: calc(40 / 16 * 1rem);
}

.p-health-chart__row {
  display: flex;
  justify-content: space-between;
  column-gap: calc(10 / 16 * 1rem);
}

.p-health-chart__sub-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #fff;
  width: calc(50 / 16 * 1rem);
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
}

.p-health-chart__sub-title::before {
  content: '';
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25px, 100% 100%, 0 100%, 0% 25px);
  top: calc(-25 / 16 * 1rem);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-health-chart__sub-title--bg1::before {
  background: #1D85C7;
  top: 0 !important;
}

.p-health-chart__sub-title--bg2::before {
  background: #32A7BA;
}

.p-health-chart__sub-title--bg3::before {
  background: #49CBAD;
}

.p-health-chart__arrow {
  position: relative;
  margin-top: calc(50 / 16 * 1rem);
}

.p-health-chart__arrow::before {
  content: '';
  position: absolute;
  background: url("../images/activities/health/double_arrow.svg") no-repeat;
  background-size: 100%;
  width: calc(34 / 16 * 1rem);
  height: calc(34 / 16 * 1rem);
  top: calc(-42 / 16 * 1rem);
  left: 50%;
  transform: translateX(-50%);
}

.p-health-chart__list-target {
  background: #1B83C8;
  color: #fff;
  padding: calc(20 / 16 * 1rem);
  flex: 1;
}

.p-health-chart__list-target-item li {
  position: relative;
  list-style: none;
  padding-left: calc(20 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-health-chart__list-target-item li::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: calc(10 / 16 * 1rem);
  height: calc(10 / 16 * 1rem);
  top: calc(10 / 16 * 1rem);
  left: 0;
}

.p-health-chart__benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.p-health-chart__benefits-box {
  background: #32A7BA;
  padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem);
}

.p-health-chart__benefits-title {
  color: #fff;
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.p-health-chart__benefits-list {
  display: flex;
  flex-direction: column;
  margin-top: calc(17 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
}

.p-health-chart__benefits-list li {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(45 / 16 * 1rem);
  background: #fff;
  color: #32A7BA;
  font-size: calc(12 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
}

.p-health-chart__invest {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 16 * 1rem) 0;
  flex: 1;
}

.p-health-chart__invest-item.active .toggle-link::before {
  background-image: url("../images/common/remove.svg");
}

.p-health-chart__invest-title {
  position: relative;
  display: flex;
  align-items: center;
  background: #49CBAD;
  color: #fff;
  column-gap: calc(5 / 16 * 1rem);
  padding: calc(5 / 16 * 1rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.p-health-chart__invest-title::before {
  content: '';
  position: absolute;
  background: url("../images/common/add.svg") no-repeat;
  background-size: 100%;
  width: calc(30 / 16 * 1rem);
  height: calc(30 / 16 * 1rem);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-health-chart__invest-title img {
  display: block;
  width: calc(35 / 16 * 1rem);
}

.p-health-chart__invest-list {
  margin-top: calc(15 / 16 * 1rem);
}

.p-health-chart__invest-list li {
  display: flex;
  list-style: none;
  font-size: calc(13 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}

.p-health-chart__invest-list li span {
  color: #49CBAD;
  margin-right: calc(4 / 16 * 1rem);
}

.p-health-initiative {
  margin: calc(80 / 16 * 1rem) calc(24 / 16 * 1rem);
}

.p-health-initiative__inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: calc(24 / 16 * 1rem);
}

.p-health-initiative__row1 {
  display: flex;
  flex-direction: column;
  margin-top: calc(20 / 16 * 1rem);
  gap: calc(20 / 16 * 1rem);
}

.p-health-initiative__box {
  position: relative;
  z-index: 1;
  padding: calc(20 / 16 * 1rem);
}

.p-health-initiative__box::before {
  content: '';
  position: absolute;
  background: #fff;
  inset: 1px;
  z-index: -1;
}

.p-health-initiative__box:after {
  content: '';
  position: absolute;
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #49CBAD 0%, #1B83C8 100%);
  inset: 0;
  z-index: -2;
}

.p-health-initiative__box-sub-title {
  display: flex;
  border-bottom: 1px solid #B9D3D3;
  color: #1B83C8;
  column-gap: calc(5 / 16 * 1rem);
  margin-top: calc(20 / 16 * 1rem);
  padding-bottom: calc(10 / 16 * 1rem);
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.p-health-initiative__box-sub-title img {
  display: block;
  width: calc(35 / 16 * 1rem);
}

.p-health-initiative__box-description {
  margin-top: calc(20 / 16 * 1rem);
  line-height: 1.6;
  letter-spacing: 0;
}

.p-health-initiative__row2 {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 16 * 1rem);
  margin-top: calc(20 / 16 * 1rem);
}

.p-health-initiative__message {
  line-height: 1.6;
}

.p-health-system {
  margin: calc(80 / 16 * 1rem) calc(24 / 16 * 1rem);
}

.p-health-system__inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: calc(24 / 16 * 1rem);
}

.p-health-system__row {
  margin-top: calc(20 / 16 * 1rem);
}

.p-health-system__arrow {
  position: relative;
  margin: calc(70 / 16 * 1rem) 0;
  padding-right: calc(70 / 16 * 1rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.p-health-system__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/activities/health/system_arrow_sp.svg") no-repeat;
  background-size: 100%;
  width: calc(16 / 16 * 1rem);
  height: calc(116 / 16 * 1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-health-system__box {
  border: 1px solid #1B83C8;
  padding: calc(20 / 16 * 1rem);
}

.p-health-system__box span {
  display: block;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: 0.07em;
}

.p-health-system__box--bg2 {
  border: 1px solid #49CBAD;
}

.p-health-system__box--has-line {
  position: relative;
  margin: calc(24 / 16 * 1rem) 0 calc(30 / 16 * 1rem);
}

.p-health-system__box--has-line::before, .p-health-system__box--has-line:after {
  content: '';
  position: absolute;
  background: #1B83C8;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.p-health-system__box--has-line::before {
  top: calc(-25 / 16 * 1rem);
  height: calc(24 / 16 * 1rem);
}

.p-health-system__box--has-line::after {
  bottom: calc(-31 / 16 * 1rem);
  height: calc(30 / 16 * 1rem);
}

.p-health-system__box-sub-title {
  text-align: center;
  color: #1B83C8;
  padding: calc(15 / 16 * 1rem) !important;
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.p-health-system__box-list li {
  list-style: none;
  text-align: center;
  color: #fff;
  padding: calc(16 / 16 * 1rem);
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.p-health-system__box-list li + li {
  margin-top: calc(15 / 16 * 1rem);
}

.p-health-system__box-list--bg1 li {
  background: #1B83C8;
}

.p-health-system__box-list--bg2 li {
  background: #49CBAD;
}

.p-health-system__box-description {
  margin-top: calc(20 / 16 * 1rem);
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-health-system {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__inner {
    max-width: 1256px;
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__inner > * {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-health-system__row {
    display: flex;
    justify-content: space-between;
    margin-top: calc(30 / 16 * 1rem);
  }
  .p-health-system__col {
    width: calc(480 / 16 * 1rem);
  }
  .p-health-system__col:nth-child(2) {
    width: calc(156 / 16 * 1rem);
  }
  .p-health-system__col:nth-child(3) {
    margin-top: calc(91 / 16 * 1rem);
  }
  .p-health-system__arrow {
    margin: calc(226 / 16 * 1rem) 0 0;
    padding: 0 0 calc(26 / 16 * 1rem);
  }
  .p-health-system__arrow::before {
    background: url("../images/activities/health/system_arrow.svg") no-repeat;
    background-size: 100%;
    width: calc(116 / 16 * 1rem);
    height: calc(16 / 16 * 1rem);
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
  .p-health-system__arrow:nth-child(2) {
    margin-top: calc(130 / 16 * 1rem);
    padding-bottom: calc(47 / 16 * 1rem);
  }
  .p-health-system__arrow:nth-child(2)::before {
    background-image: url("../images/activities/health/system_arrow2.svg");
    height: calc(59 / 16 * 1rem);
  }
  .p-health-system__box {
    padding: calc(28 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__box--has-line {
    padding: calc(17 / 16 * 1rem) calc(30 / 16 * 1rem);
    min-height: calc(343 / 16 * 1rem);
  }
  .p-health-system__box--bg2 {
    min-height: calc(343 / 16 * 1rem);
  }
  .p-health-system__box-description {
    text-align: center;
  }
}

.p-health-result {
  margin: calc(80 / 16 * 1rem) calc(24 / 16 * 1rem) 0;
}

.p-health-result__inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: calc(24 / 16 * 1rem);
}

.p-health-result__row:nth-child(2) {
  margin-top: calc(30 / 16 * 1rem);
}

.p-health-result__table {
  margin-top: calc(20 / 16 * 1rem);
  overflow: overlay;
}

.p-health-result__table table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  width: calc(1116 / 16 * 1rem);
  border: 1px solid #1b83c8;
}

.p-health-result__table table * {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.001em;
}

.p-health-result__table th {
  text-align: left;
  width: calc(456 / 16 * 1rem);
}

.p-health-result__table td {
  text-align: center;
}

.p-health-result__table thead {
  background: #1B83C8;
  color: #fff;
}

.p-health-result__table thead * {
  padding: calc(19 / 16 * 1rem);
}

.p-health-result__table thead td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.p-health-result__table tbody tr,
.p-health-result__table tbody th,
.p-health-result__table tbody td {
  border: 1px solid #1B83C8;
}

.p-health-result__table tbody th {
  padding: calc(19 / 16 * 1rem) 0 calc(20 / 16 * 1rem) calc(22 / 16 * 1rem);
}

.p-health-result__table tbody th span {
  display: block;
  margin-top: calc(11 / 16 * 1rem);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: 0.07em;
}

.p-health-button {
  margin-top: calc(50 / 16 * 1rem);
}

@media screen and (min-width: 768px) {
  .p-health-button {
    margin-top: calc(100 / 16 * 1rem);
  }
  .p-health-button__inner {
    max-width: 1316px;
    padding-left: calc(30 / 16 * 1rem);
    padding-right: calc(30 / 16 * 1rem);
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-header__title-en {
    font-size: calc(47 / 16* 1rem);
  }
}

@media screen and (min-width: 768px) {
  .p-health-message {
    margin-top: calc(90 / 16 * 1rem);
  }
  .p-health-message__inner {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(73 / 16 * 1rem);
  }
  .p-health-message__title {
    font-size: calc(36 / 16 * 1rem);
  }
  .p-health-message__text {
    text-align: center;
    margin-top: calc(30 / 16 * 1rem);
  }
  .p-health-certification {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-certification .l-inner {
    max-width: 1256px;
  }
  .p-health-certification__inner {
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-certification__row {
    flex-direction: row;
    max-width: 1116px;
    margin: 0 auto;
    gap: calc(60 / 16 * 1rem);
  }
  .p-health-certification__text {
    width: calc(865 / 16 * 1rem);
  }
  .p-health-certification__note {
    margin-left: calc(-10 / 16 * 1rem);
  }
  .p-health-certification__image {
    width: calc(157.5 / 16 * 1rem);
  }
  .p-health-chart {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-chart .l-inner {
    max-width: 1256px;
  }
  .p-health-chart .l-inner > * {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-health-chart__inner {
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-chart__description {
    margin-top: calc(30 / 16 * 1rem);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-health-chart__group {
    margin-top: calc(50 / 16 * 1rem);
  }
  .p-health-chart__row {
    column-gap: calc(28 / 16 * 1rem);
  }
  .p-health-chart__sub-title {
    width: calc(76 / 16 * 1rem);
    font-size: calc(22 / 16 * 1rem);
  }
  .p-health-chart__sub-title::before {
    clip-path: polygon(50% 0%, 100% 38px, 100% 100%, 0 100%, 0% 38px);
    top: calc(-38 / 16 * 1rem);
  }
  .p-health-chart__sub-title--bg1 {
    padding: calc(50 / 16 * 1rem) 0 calc(41 / 16 * 1rem);
  }
  .p-health-chart__sub-title--bg1::before {
    bottom: calc(-50 / 16 * 1rem);
  }
  .p-health-chart__sub-title--bg2 {
    padding-top: calc(7 / 16 * 1rem);
  }
  .p-health-chart__sub-title--bg2::before {
    top: calc(-15 / 16 * 1rem);
    bottom: calc(-50 / 16 * 1rem);
  }
  .p-health-chart__sub-title--bg3 {
    text-align: center;
  }
  .p-health-chart__sub-title--bg3::before {
    top: calc(-5 / 16 * 1rem);
  }
  .p-health-chart__arrow {
    margin-top: 0;
  }
  .p-health-chart__arrow::before {
    width: calc(34 / 16 * 1rem);
    height: calc(34 / 16 * 1rem);
    top: calc(-62 / 16 * 1rem);
  }
  .p-health-chart__list-target {
    display: flex;
    height: fit-content;
    column-gap: calc(50 / 16 * 1rem);
    padding: calc(27 / 16 * 1rem) calc(63 / 16 * 1rem);
  }
  .p-health-chart__list-target-item li {
    padding-left: calc(22 / 16 * 1rem);
    font-size: calc(18 / 16 * 1rem);
  }
  .p-health-chart__list-target-item li::before {
    width: calc(12 / 16 * 1rem);
    height: calc(12 / 16 * 1rem);
    top: calc(10 / 16 * 1rem);
  }
  .p-health-chart__benefits {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
  .p-health-chart__benefits-box {
    width: calc((332/1012)*100%);
    padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem);
  }
  .p-health-chart__benefits-list {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: calc(10 / 16 * 1rem) 0;
  }
  .p-health-chart__benefits-list li {
    width: calc(151 / 16 * 1rem);
  }
  .p-health-chart__invest {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(90 / 16 * 1rem);
  }
  .p-health-chart__invest-item {
    width: calc((332 / 1012)*100%);
  }
  .p-health-chart__invest-title {
    column-gap: calc(15 / 16 * 1rem);
    padding: calc(8 / 16 * 1rem) calc(15 / 16 * 1rem);
    font-size: calc(20 / 16 * 1rem);
  }
  .p-health-chart__invest-title::before {
    width: calc(35 / 16 * 1rem);
    height: calc(35 / 16 * 1rem);
    right: calc(10 / 16 * 1rem);
  }
  .p-health-chart__invest-title img {
    width: calc(41 / 16 * 1rem);
  }
  .p-health-chart__invest-list {
    margin-top: calc(15 / 16 * 1rem);
  }
  .p-health-chart__invest-list li span {
    margin-right: calc(4 / 16 * 1rem);
  }
  .p-health-initiative {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-initiative__inner {
    max-width: 1256px;
    margin: 0 auto;
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-initiative__inner > * {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-health-initiative__row1 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: calc(30 / 16 * 1rem);
    gap: calc(30 / 16 * 1rem);
  }
  .p-health-initiative__box {
    width: calc(348 / 16 * 1rem);
  }
  .p-health-initiative__box-sub-title {
    align-items: center;
    padding-bottom: calc(0 / 16 * 1rem);
    font-size: calc(20 / 16 * 1rem);
    line-height: 1;
  }
  .p-health-initiative__box-sub-title img {
    width: calc(41 / 16 * 1rem);
  }
  .p-health-initiative__box-description {
    margin-top: calc(20 / 16 * 1rem);
  }
  .p-health-initiative__row2 {
    flex-direction: row;
    justify-content: space-between;
    gap: calc(30 / 16 * 1rem);
    margin-top: calc(30 / 16 * 1rem);
  }
  .p-health-initiative__message {
    width: calc(694 / 16 * 1rem);
  }
  .p-health-initiative .c-button--border {
    width: calc(392 / 16 * 1rem);
    padding: calc(15 / 16 * 1rem) 0;
  }
  .p-health-initiative .c-button--border span:nth-child(1) {
    text-align: center;
  }
  .p-health-initiative .c-button--border span:nth-child(2) {
    position: absolute;
    top: 50%;
    right: calc(20 / 16 * 1rem);
    transform: translateY(-50%);
  }
  .p-health-system {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__inner {
    max-width: 1256px;
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__inner > * {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-health-system__row {
    display: flex;
    justify-content: space-between;
    margin-top: calc(30 / 16 * 1rem);
  }
  .p-health-system__col {
    width: calc(480 / 16 * 1rem);
  }
  .p-health-system__col:nth-child(2) {
    width: calc(156 / 16 * 1rem);
  }
  .p-health-system__col:nth-child(3) {
    margin-top: calc(91 / 16 * 1rem);
  }
  .p-health-system__arrow {
    margin: calc(226 / 16 * 1rem) 0 0;
    padding: 0 0 calc(26 / 16 * 1rem);
  }
  .p-health-system__arrow::before {
    background: url("../images/activities/health/system_arrow.svg") no-repeat;
    background-size: 100%;
    width: calc(116 / 16 * 1rem);
    height: calc(16 / 16 * 1rem);
    inset: auto auto 0 50%;
    transform: translateX(-50%);
  }
  .p-health-system__arrow:nth-child(2) {
    margin-top: calc(130 / 16 * 1rem);
    padding-bottom: calc(47 / 16 * 1rem);
  }
  .p-health-system__arrow:nth-child(2)::before {
    background-image: url("../images/activities/health/system_arrow2.svg");
    height: calc(59 / 16 * 1rem);
  }
  .p-health-system__box {
    padding: calc(28 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-system__box--has-line {
    padding: calc(17 / 16 * 1rem) calc(30 / 16 * 1rem);
    min-height: calc(343 / 16 * 1rem);
  }
  .p-health-system__box--bg2 {
    min-height: calc(343 / 16 * 1rem);
  }
  .p-health-system__box-description {
    text-align: center;
  }
  .p-health-result {
    margin: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem) 0;
  }
  .p-health-result__inner {
    max-width: 1256px;
    margin: 0 auto;
    padding: calc(70 / 16 * 1rem) calc(30 / 16 * 1rem);
  }
  .p-health-result__inner > * {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-health-result__row:nth-child(2) {
    margin-top: calc(70 / 16 * 1rem);
  }
  .p-health-result__table {
    overflow: visible;
    margin-top: calc(30 / 16 * 1rem);
  }
  .p-health-button {
    margin-top: calc(100 / 16 * 1rem);
  }
  .p-health-button__inner {
    max-width: 1316px;
    padding-left: calc(30 / 16 * 1rem);
    padding-right: calc(30 / 16 * 1rem);
  }
}
