.p_health_info__lead, .p_health_challenges__list .item_block__desc {
  font-size: 1.0625rem;
}

.p_health_nav {
  font-size: 1.0625rem;
}

.p_health_challenges__list .item_block__ttl, .p_health_challenges__list .item_days__note, .p_health_challenges__list .item_parental__item_lead {
  font-size: 1.0625rem;
}

.p_health_challenges__list .item_ttl, .p_health_challenges__list .item04_desc {
  font-size: 1.125rem;
}

.p_health_challenges__list .item_parental__icon_cap {
  font-size: 1.25rem;
}

.p_health_challenges__list .item_days__ttl {
  font-size: 1.25rem;
}

.p_health_challenges__list .item_heading, .p_health_challenges__list .item_parental__item_unit {
  font-size: 1.25rem;
}

.p_health_challenges__list .item_days__unit {
  font-size: 1.5rem;
}

.p_health_challenges__list .item_parental__item_num {
  font-size: 1.625rem;
}

.p_health_challenges__list .item_days__num {
  font-size: 2rem;
}

.c_ttl01 {
  margin-inline: -10px;
}
.c_ttl01__line {
  max-width: 320px;
}
.c_ttl01__txt02 {
  font-family: "Noto Sans JP", sans-serif;
}

.p_health_info {
  margin-top: 30px;
}
.p_health_info__lead {
  letter-spacing: -0.05em;
  line-height: 1.9;
}
.p_health_info__sign {
  text-align: right;
  margin-top: 27px;
}
.p_health_info__sign img {
  max-width: 240px;
}
.p_health_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 500;
  margin-top: 33px;
  gap: 24px;
}
.p_health_nav__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding-bottom: 18px;
  transition: 0.5s;
  transition-property: color, background-color;
}
.p_health_nav__item::after {
  content: "";
  aspect-ratio: 8/16;
  mask-image: url(../images/common/icon_arrow_01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon_arrow_01.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: currentColor;
  width: 8px;
  position: absolute;
  transform: rotate(90deg);
  bottom: 5px;
}
.p_health_nav__item::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid currentColor;
}
.p_health_nav__item.is_yellow {
  background-color: #fda200;
}
.p_health_nav__item.is_yellow::before {
  border-color: #fda200;
}
.p_health_nav__item.is_violet {
  background-color: #92278e;
}
.p_health_nav__item.is_violet::before {
  border-color: #92278e;
}
.p_health_nav__item.is_blue {
  background-color: #29aae1;
}
.p_health_nav__item.is_blue::before {
  border-color: #29aae1;
}
.p_health_map {
  margin-top: 60px;
}
.p_health_map__img {
  margin-top: 30px;
}
.p_health_map__img img {
  min-width: 785px;
}
.p_health__ttlscroll {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #285A2C;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  gap: 13px;
  padding-top: 8px;
}
.p_health_structure {
  margin-top: 60px;
}
.p_health_structure__img {
  margin-top: 30px;
}
.p_health_structure__img img {
  min-width: 543px;
}
.p_health_challenges {
  margin-top: 60px;
}
.p_health_challenges__list {
  margin-top: 30px;
}
.p_health_challenges__list .item + .item {
  margin-top: 50px;
}
.p_health_challenges__list .item_heading {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.p_health_challenges__list .item_heading.is_yellow {
  background-color: #fda200;
}
.p_health_challenges__list .item_heading.is_violet {
  background-color: #92278E;
}
.p_health_challenges__list .item_heading.is_blue {
  background-color: #29AAE1;
}
.p_health_challenges__list .item_heading.is_gray {
  background-color: #939393;
}
.p_health_challenges__list .item_sec + .item_sec {
  margin-top: 30px;
}
.p_health_challenges__list .item_ttl {
  color: #285a2c;
  font-weight: 500;
  margin-bottom: 10px;
}
.p_health_challenges__list .item_block + .item_block {
  margin-top: 20px;
}
.p_health_challenges__list .item_block__ttl {
  font-weight: 500;
}
.p_health_challenges__list .item_block__ttl + .item_block__desc {
  margin-top: 3px;
}
.p_health_challenges__list .item_block__desc {
  line-height: 1.9;
}
.p_health_challenges__list .item_days {
  margin-top: 20px;
}
.p_health_challenges__list .item_days__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p_health_challenges__list .item_days__ttl {
  text-align: center;
  font-weight: 500;
  color: #4b4b4b;
}
.p_health_challenges__list .item_days__gallery {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.p_health_challenges__list .item_days__img img {
  width: auto;
  height: 80px;
}
.p_health_challenges__list .item_days__note {
  font-weight: 500;
  color: #4b4b4b;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.p_health_challenges__list .item_days__detail {
  color: #fd5e99;
  font-weight: 700;
  align-items: baseline;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 2px;
  margin-top: 10px;
  justify-content: center;
}
.p_health_challenges__list .item_days__num {
  font-family: "Roboto", sans-serif;
}
.p_health_challenges__list .item_days__unit {
  font-family: "BIZ UDPGothic", sans-serif;
  position: relative;
}
.p_health_challenges__list .item_parental {
  margin-top: 20px;
}
.p_health_challenges__list .item_parental__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.p_health_challenges__list .item_parental__row:not(:last-child) {
  margin-bottom: 20px;
}
.p_health_challenges__list .item_parental__row.is_man .item_parental__item_desc {
  color: #6d5ee8;
}
.p_health_challenges__list .item_parental__row.is_man .item_parental__icon {
  color: #6d5ee8;
}
.p_health_challenges__list .item_parental__row.is_woman .item_parental__item_desc {
  color: #fd5e5e;
}
.p_health_challenges__list .item_parental__row.is_woman .item_parental__icon {
  color: #fd5e5e;
}
.p_health_challenges__list .item_parental__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
}
.p_health_challenges__list .item_parental__icon img {
  height: 50px;
}
.p_health_challenges__list .item_parental__icon_cap {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
}
.p_health_challenges__list .item_parental__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #707070;
  justify-content: center;
  border-radius: 10px;
  width: 100px;
  min-height: 80px;
}
.p_health_challenges__list .item_parental__item_lead {
  color: #4b4b4b;
  font-weight: 500;
}
.p_health_challenges__list .item_parental__item_desc {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}
.p_health_challenges__list .item_parental__item_num {
  font-family: "Roboto", sans-serif;
}
.p_health_challenges__list .item_parental__item_unit {
  font-family: "BIZ UDPGothic", sans-serif;
  position: relative;
}
.p_health_challenges__list .item04_desc {
  font-weight: 500;
  color: #285A2C;
  line-height: 1.9166666667;
}
.p_health_challenges__list .item04_awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.p_health_challenges__list .item04_awards__item {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .p_health_info__lead, .p_health_challenges__list .item_block__desc {
    font-size: 1.25rem;
  }
  .p_health_nav {
    font-size: 1.3125rem;
  }
  .p_health_challenges__list .item_block__ttl, .p_health_challenges__list .item_days__note, .p_health_challenges__list .item_parental__item_lead {
    font-size: 1.375rem;
  }
  .p_health_challenges__list .item_ttl, .p_health_challenges__list .item04_desc {
    font-size: 1.5rem;
  }
  .p_health_challenges__list .item_parental__icon_cap {
    font-size: 1.5625rem;
  }
  .p_health_challenges__list .item_days__ttl {
    font-size: 1.6875rem;
  }
  .p_health_challenges__list .item_heading, .p_health_challenges__list .item_parental__item_unit {
    font-size: 1.875rem;
  }
  .p_health_challenges__list .item_days__unit {
    font-size: 2.3125rem;
  }
  .p_health_challenges__list .item_parental__item_num {
    font-size: 3.0625rem;
  }
  .p_health_challenges__list .item_days__num {
    font-size: clamp(2.5625rem, 1.9379844961vw + 1.6322674419rem, 3.8125rem);
  }
  .c_ttl01 {
    margin-inline: 0;
  }
  .c_ttl01__line {
    margin-top: 27px;
    max-width: 1090px;
  }
  .c_ttl01__txt02 {
    margin-top: 20px;
  }
  .c_ttl02 {
    padding-inline: 13px;
  }
  .p_health_info {
    margin-top: 115px;
  }
  .p_health_info__lead {
    letter-spacing: 0;
  }
  .p_health_info__sign {
    margin-top: 47px;
  }
  .p_health_info__sign img {
    max-width: unset;
  }
  .p_health_nav {
    gap: 40px;
    margin-top: 79px;
  }
  .p_health_nav__item {
    height: 54px;
    width: 261px;
    padding-bottom: 18px;
  }
  .p_health_nav__item:hover {
    background-color: #fff;
  }
  .p_health_nav__item.is_yellow:hover {
    background-color: #B57707;
  }
  .p_health_nav__item.is_violet:hover {
    background-color: #722570;
  }
  .p_health_nav__item.is_blue:hover {
    background-color: #0E678D;
  }
  .p_health_map {
    margin-top: 147px;
  }
  .p_health_map__img {
    margin-top: 40px;
  }
  .p_health_map__img img {
    min-width: 847px;
  }
  .p_health__ttlscroll {
    display: none;
  }
  .p_health_structure {
    margin-top: 148px;
  }
  .p_health_structure__img {
    margin-top: 36px;
    padding-left: 24px;
  }
  .p_health_challenges {
    margin-top: 158px;
  }
  .p_health_challenges__list {
    margin-top: 61px;
  }
  .p_health_challenges__list .item + .item {
    margin-top: 141px;
  }
  .p_health_challenges__list .item.item02 .item_block + .item_block {
    margin-top: 43px;
  }
  .p_health_challenges__list .item.item03 {
    margin-top: 136px;
  }
  .p_health_challenges__list .item.item03 .item_block + .item_block {
    margin-top: 36px;
  }
  .p_health_challenges__list .item.item03 .item_sec + .item_sec {
    margin-top: 72px;
  }
  .p_health_challenges__list .item.item03 .item_sec + .item_sec .item_ttl {
    margin-bottom: 17px;
  }
  .p_health_challenges__list .item.item04 {
    margin-top: 136px;
  }
  .p_health_challenges__list .item_heading {
    min-height: 70px;
    margin-bottom: 51px;
  }
  .p_health_challenges__list .item_sec + .item_sec {
    margin-top: 63px;
  }
  .p_health_challenges__list .item_sec01 .item_ttl {
    margin-bottom: 18px;
  }
  .p_health_challenges__list .item_ttl {
    margin-bottom: 26px;
  }
  .p_health_challenges__list .item_content {
    padding-left: 40px;
  }
  .p_health_challenges__list .item_block + .item_block {
    margin-top: 21px;
  }
  .p_health_challenges__list .item_block01 {
    padding-top: 3px;
  }
  .p_health_challenges__list .item_block02 {
    padding-top: 10px;
  }
  .p_health_challenges__list .item_block03 {
    padding-top: 10px;
  }
  .p_health_challenges__list .item_days {
    margin-top: 40px;
    padding-right: 34px;
    padding-bottom: 16px;
  }
  .p_health_challenges__list .item_days__wrap {
    gap: 95px;
  }
  .p_health_challenges__list .item_days__gallery {
    gap: 11px;
    margin-top: 14px;
  }
  .p_health_challenges__list .item_days__img img {
    height: 115px;
  }
  .p_health_challenges__list .item_days__note {
    margin-top: 17px;
  }
  .p_health_challenges__list .item_days__detail {
    left: -4px;
    margin-top: 12px;
  }
  .p_health_challenges__list .item_days__unit {
    top: -2px;
  }
  .p_health_challenges__list .item_parental {
    margin-top: 46px;
  }
  .p_health_challenges__list .item_parental__inner {
    padding-right: clamp(0rem, 31.25vw + -20rem, 3.4375rem);
  }
  .p_health_challenges__list .item_parental__row {
    gap: clamp(1.25rem, 10.546875vw + -3.8125rem, 2.9375rem);
  }
  .p_health_challenges__list .item_parental__row:not(:last-child) {
    margin-bottom: 29px;
  }
  .p_health_challenges__list .item_parental__icon {
    position: relative;
    top: -5px;
    left: 10px;
    min-width: 80px;
  }
  .p_health_challenges__list .item_parental__icon img {
    height: 91px;
    width: auto;
  }
  .p_health_challenges__list .item_parental__icon_cap {
    margin-top: 9px;
  }
  .p_health_challenges__list .item_parental__item {
    border-radius: 14px;
    min-height: 120px;
    width: 161px;
  }
  .p_health_challenges__list .item_parental__item_unit {
    top: -2px;
  }
  .p_health_challenges__list .item04_desc {
    margin-top: -7px;
  }
  .p_health_challenges__list .item04_awards {
    gap: 68px;
    margin-top: 61px;
  }
  .p_health_challenges__list .item04_awards__item {
    width: 236px;
  }
}
/*# sourceMappingURL=maps/health.css.map */
