.health-measures-top {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  text-align: left;
  font-size: 9.6vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.health-measures-main-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16vw 0vw 0vw;
  z-index: 0;
}

.health-measures-main {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.health-measures-tab-inner {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10.667vw 6.4vw;
  box-sizing: border-box;
  min-height: 40vw;
}

.health-measures-title-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.health-measures-title {
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: linear-gradient(267.36deg, #a0d8ec, #0288d1 28.04%, #004fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sustainability-tab {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-size: 3.733vw;
}

.tab-frame {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  font-size: 4vw;
  color: #fff;
}

.tab1 {
  height: 15.467vw;
  flex: 1;
  background-color: #f2f2f2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.333vw 4.267vw;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  gap: 10px;
  min-width: 32vw;
  color: #1a1c21;
}

.active-tab {
  height: 20vw;
  width: 73.333vw;
  position: absolute;
  margin: 0 !important;
  top: 0vw;
  left: 0vw;
  background-color: #0288d1;
  z-index: 0;
  flex-shrink: 0;
}

.b {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.tab2 {
  flex: 1;
  background-color: #f2f2f2;
  border-right: 0.267vw solid #e3e3e3;
  border-bottom: 0.267vw solid #e3e3e3;
  border-left: 0.267vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.333vw 4.267vw;
  position: relative;
  isolation: isolate;
  gap: 10px;
  min-width: 32vw;
  cursor: pointer;
  font-size: 3.733vw;
  color: #1a1c21;
}

.deactive-tab {
  height: 21.333vw;
  width: 0vw;
  position: absolute;
  margin: 0 !important;
  top: 0vw;
  left: 0vw;
  background-color: #0288d1;
  z-index: 0;
  flex-shrink: 0;
}

.tab-container {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tab-container2 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tab3,
.tab4 {
  flex: 1;
  background-color: #f2f2f2;
  border-right: 0.267vw solid #e3e3e3;
  border-bottom: 0.267vw solid #e3e3e3;
  border-left: 0.267vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.333vw 4.267vw;
  position: relative;
  isolation: isolate;
  gap: 10px;
  min-width: 32vw;
  cursor: pointer;
  color: #1a1c21;
}

.tab3 {
  border-left: 0;
  border-right: 0;
  color: #f2f2f2;
  min-height: 18vw;
  padding: 5.333vw 4.267vw 5.333vw 4.667vw;
}

.tab5 {
  width: 50.267vw;
  background-color: #f2f2f2;
  border-right: 0.267vw solid #e3e3e3;
  border-bottom: 0.267vw solid #e3e3e3;
  border-left: 0.267vw solid #e3e3e3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.333vw 4.267vw;
  position: relative;
  isolation: isolate;
  gap: 10px;
  min-width: 32vw;
  cursor: pointer;
  color: #1a1c21;
}

.health-measures-top .pc-contents {
  display: flex !important;
}

.health-measures-top .tab-frame {
  flex-wrap: wrap;
}

.health-measures-top .tab1,
.health-measures-top .tab2,
.health-measures-top .tab4,
.health-measures-top .tab5 {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  min-height: 18vw;
  padding: 5.333vw 4.267vw;
  box-sizing: border-box;
}

.health-measures-top .tab5 {
  width: 50%;
}

.health-measures-top .active-tab {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.health-measures-top .deactive-tab {
  display: none;
}

.breadcrumbs-frame {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 6.4vw;
  gap: 12px;
  font-size: 2.667vw;
}

.breadcrumbs-top {
  position: relative;
  cursor: pointer;
}

.bread-next-icon {
  width: 1.6vw;
  position: relative;
  max-height: 100%;
}

.breadcrumbs-text {
  position: relative;
}

.breadcrumbs-current {
  position: relative;
  color: #6b7075;
}

.health-measures-content-frame {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21.333vw 6.4vw;
  gap: 50px;
  font-size: 6.4vw;
}

.health-measures-content-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.health-measures-content-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title-parent {
  align-self: stretch;
  border-left: 1.067vw solid #0288d1;
  display: flex;
  align-items: flex-start;
  padding: 0vw 0vw 0vw 4.267vw;
}

.description {
  flex: 1;
  position: relative;
  line-height: 180%;
}

.content-top-description-frame {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 4vw;
  color: #000;
}

.content-top-description-wrapper {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}

.content-card-frame {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3.467vw;
  color: #000;
}

.content-card1 {
  align-self: stretch;
  border-top: 0.267vw solid #dbdee3;
  border-bottom: 0.267vw solid #dbdee3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6.4vw 0vw;
  gap: 10px;
}

.content-card-title {
  width: 25.6vw;
  position: relative;
  line-height: 180%;
  display: inline-block;
}

.bullet-points-frame {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 4vw;
  color: #1a1c21;
}

.bullet-points-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.polka-dot {
  height: 7.733vw;
  width: 2.133vw;
}

.content-card2 {
  align-self: stretch;
  border-bottom: 0.267vw solid #dbdee3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6.4vw 0vw;
  gap: 10px;
}

.bullet-points-frame2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 4vw;
  color: #1a1c21;
}

.content-card-title2 {
  position: relative;
  line-height: 180%;
}

.health-measures-bottom-img-parent {
  align-self: stretch;
  height: 162.667vw;
  position: relative;
}

.health-measures-bottom-img {
  position: absolute;
  width: 93.867vw;
  object-fit: contain;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4.267vw 0 0 4.267vw;
}


.bottom-img-frame {
  position: absolute;
  top: 88vw;
  left: -9vw;
  width: 110%;
  height: 74.667vw;
  border-radius: 0 4.267vw 4.267vw 0;
  overflow: hidden;
}

.health-measures-bottom-img2 {
  position: static;
  width: 127.467vw;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateX(2.8vw);
}

.mask-icon-frame{
  position: relative;
  border-radius: 1.111vw;
}

.mask-icon, 
.mask-icon2 {
  width: 100%;
  height: 178.485vw;
  position: absolute;
  filter: blur(200px);
  border-radius: 50%;
  background-color: #b6fed7;
  transform: rotate(158.9deg);
  transform-origin: 0 0;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  top: 158vw;
  left: 56vw;
}

