@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

.p-lpWellbeingCircle {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: none;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.holdings-header {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background-image: url("../../assets/img/bg-sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main::before {
    background-image: url("../../assets/img/bg-pc.webp");
    background-position: 100% 100%;
  }
}

.p-lpWellbeingKv {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv {
    margin-bottom: 84px;
  }
}
.p-lpWellbeingKv__inner {
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}
.p-lpWellbeingKv .p-lpWellbeingCircle.-kv01 {
  bottom: 23%;
  left: -55px;
  width: 336px;
  height: 336px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv .p-lpWellbeingCircle.-kv01 {
    top: 35%;
    left: -90px;
    width: 565px;
    height: 565px;
  }
}
.p-lpWellbeingKv__visual {
  position: relative;
  width: 100%;
}
.p-lpWellbeingKv__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-lpWellbeingKv__img.-pc {
  display: none;
}
.p-lpWellbeingKv__img.-sp1 {
  display: block;
}
.p-lpWellbeingKv__img.-sp2 {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__img.-pc {
    display: block;
  }
  .p-lpWellbeingKv__img.-sp1, .p-lpWellbeingKv__img.-sp2 {
    display: none;
  }
}
.p-lpWellbeingKv__badges {
  position: absolute;
  top: 47%;
  right: 4%;
  display: flex;
  gap: 0 10px;
  width: fit-content;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badges {
    gap: 0 20px;
    top: 42%;
    right: 38%;
  }
}
.p-lpWellbeingKv__badge {
  width: clamp(120px, 105.915px + 3.756vw, 160px);
  height: clamp(120px, 105.915px + 3.756vw, 160px);
  border-radius: 50%;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
}
.p-lpWellbeingKv__badgeLabel {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 41.6px */
  letter-spacing: 0.75px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badgeLabel {
    letter-spacing: 0.9px;
    font-size: 14px;
  }
}
.p-lpWellbeingKv__badgeValue {
  color: #ffffff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 100%;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badgeValue {
    letter-spacing: 1.5px;
  }
}
.p-lpWellbeingKv__badgeValue.-rank {
  margin-top: 6px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badgeValue.-rank {
    font-size: 26px;
  }
}
.p-lpWellbeingKv__badgeValue.-share {
  font-size: 10px;
  margin-top: 6px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badgeValue.-share {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-lpWellbeingKv__badgeValue small {
  color: #ffffff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1px;
  margin-left: 0.15em;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__badgeValue small {
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.2px;
    font-size: 16px;
  }
}
.p-lpWellbeingKv__body {
  padding: clamp(60px, 79.084px - 5.089vw, 40px) 20px 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__body {
    position: relative;
    width: 91%;
    margin-left: 4%;
    margin-top: -26.972%;
    padding: 0;
    text-align: left;
  }
}
.p-lpWellbeingKv__heading {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: clamp(22px, 16.366px + 1.502vw, 38px);
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 1.3px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__heading {
    line-height: 170%;
    /* 64.6px */
    letter-spacing: 1.9px;
  }
}
.p-lpWellbeingKv__mark {
  position: relative;
  z-index: 1;
  color: #0e4c97;
  text-shadow: 3px 3px 0 rgba(55, 156, 223, 0.2);
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: clamp(3.6rem, 3.318rem + 0.751vw, 4.4rem);
  font-weight: 700;
  line-height: 160%;
  /* 57.6px */
  letter-spacing: 1.8px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__mark {
    line-height: 160%;
    /* 70.4px */
    letter-spacing: 2.2px;
    margin-left: 14px;
  }
}
.p-lpWellbeingKv__mark::before, .p-lpWellbeingKv__mark::after {
  position: absolute;
  z-index: -1;
  color: #0e4c97;
  text-shadow: 2px 2px 0 rgba(55, 156, 223, 0.6);
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 160%;
  /* 128px */
  letter-spacing: 4px;
  opacity: 0.24;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__mark::before, .p-lpWellbeingKv__mark::after {
    font-size: 91px;
    line-height: 160%;
    /* 145.6px */
    letter-spacing: 4.55px;
  }
}
.p-lpWellbeingKv__mark::before {
  content: "“";
  top: -38px;
  left: -24px;
}
.p-lpWellbeingKv__mark::after {
  content: "”";
  top: -38px;
  right: -24px;
}
.p-lpWellbeingKv__lead {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: clamp(1.6rem, 1.53rem + 0.188vw, 1.8rem);
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.8px;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__lead {
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 0.9px;
    width: 64%;
    margin-top: 24px;
  }
}
.p-lpWellbeingKv__note {
  display: block;
  color: #141417;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.6px;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__note {
    width: 65%;
    font-size: 14px;
  }
}
.p-lpWellbeingKv__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 53px;
  }
}
.p-lpWellbeingKv__buttonGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__buttonGroup {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 72%;
  }
}
.p-lpWellbeingKv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 19px 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__btn {
    padding: 20px 0;
  }
}
.p-lpWellbeingKv__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-lpWellbeingKv__btn.-primary {
  border-radius: 999px;
  border: 1px solid #ffffff;
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  box-shadow: 0 4px 22px 0 rgba(224, 125, 43, 0.4);
  color: #fff;
  transition: background 0.2s ease;
}
.p-lpWellbeingKv__btn.-primary span {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  transition: color 0.2s ease;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__btn.-primary span {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.p-lpWellbeingKv__btn.-primary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
  transition: transform 0.2s ease;
}
.p-lpWellbeingKv__btn.-primary:hover {
  background: #ffffff;
}
.p-lpWellbeingKv__btn.-primary:hover span {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-lpWellbeingKv__btn.-primary:hover::after {
  transform: translate(4px, -50%);
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
}
.p-lpWellbeingKv__btn.-secondary {
  background: #fff;
  border: 1px solid #ff9300;
  color: #ff6a00;
  transition: background 0.2s ease;
}
.p-lpWellbeingKv__btn.-secondary span {
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  transition: color 0.2s ease;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__btn.-secondary span {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.p-lpWellbeingKv__btn.-secondary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
  transition: transform 0.2s ease;
}
.p-lpWellbeingKv__btn.-secondary:hover {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
}
.p-lpWellbeingKv__btn.-secondary:hover span {
  color: #ffffff;
}
.p-lpWellbeingKv__btn.-secondary:hover::after {
  transform: translate(4px, -50%);
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingKv__caseLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 10px;
  padding: 18px 0 18px 30px;
  padding-left: 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f55c6 0%, #3f90dd 50%, #74c7d2 100%);
  color: #ffffff !important;
  font-weight: 700;
  width: 79%;
  max-width: 314px;
  margin-top: 21px;
}
@media screen and (min-width: 980px) {
  .p-lpWellbeingKv__caseLink {
    flex-shrink: 0;
    justify-content: center;
    width: clamp(290px, 2.254vw + 281.55px, 314px);
    padding: 20px 0;
    margin-top: 0;
  }
}
.p-lpWellbeingKv__caseLink::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../assets/img/icon_arrow_down_white.svg);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.p-lpWellbeingKv__caseLink:hover::after {
  transform: translateY(calc(-50% + 4px));
}
.p-lpWellbeingKv__caseLink span {
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: clamp(1.6rem, 1.53rem + 0.188vw, 1.8rem);
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.p-lpWellbeingKv__caseLogo {
  display: block;
  width: 34%;
  height: 20px;
  object-fit: contain;
}

.p-lpWellbeingWhy {
  position: relative;
}
.p-lpWellbeingWhy__inner {
  position: relative;
  overflow: hidden;
  padding: 68px 20px 63px;
  background: rgba(14, 76, 151, 0.3);
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy__inner {
    padding: 80px 40px 80px;
  }
}
.p-lpWellbeingWhy .p-lpWellbeingCircle.-why01 {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy .p-lpWellbeingCircle.-why01 {
    top: -180px;
    left: -220px;
    width: 435px;
    height: auto;
  }
}
.p-lpWellbeingWhy__badge span {
  width: fit-content;
  padding: 8px 14px;
  margin-inline: auto;
  background: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy__badge span {
    display: block;
    font-size: 18px;
    padding: 4px 14px;
    letter-spacing: 0.9px;
  }
}
.p-lpWellbeingWhy__badge strong {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: inherit;
}
.p-lpWellbeingWhy__lead {
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 10.275px + 1.527vw, 22px);
  font-weight: 700;
  line-height: 177%;
  margin-top: 24px;
}
.p-lpWellbeingWhy__lead span {
  font-weight: 700;
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy__lead {
    margin-top: 28px;
    font-size: 28px;
    text-align: center;
  }
  .p-lpWellbeingWhy__lead span {
    font-size: 34px;
  }
}
.p-lpWellbeingWhy__slider {
  overflow: hidden;
  margin-top: 44px;
  margin-inline: -20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy__slider {
    margin-top: 31px;
    margin-inline: -40px;
  }
}
.p-lpWellbeingWhy__track {
  display: flex;
  width: max-content;
  animation: p-lpWellbeingWhy-scroll 32s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-lpWellbeingWhy__track {
    animation-play-state: paused;
  }
}
.p-lpWellbeingWhy__slide {
  flex-shrink: 0;
  height: 150px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWhy__slide {
    height: 240px;
  }
}
.p-lpWellbeingWhy__slide img {
  display: block;
  width: auto;
  height: 100%;
}

@keyframes p-lpWellbeingWhy-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-16.6666666667%);
  }
}
.p-lpWellbeingWell {
  padding: 0 20px 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell {
    padding: 0 20px 80px 20px;
  }
}
.p-lpWellbeingWell__inner {
  max-width: 1280px;
  margin-inline: auto;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  backdrop-filter: blur(2px);
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__inner {
    padding: 64px clamp(14px, -15.797px + 3.875vw, 40px);
  }
}
.p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell01 {
  top: 16px;
  right: -41px;
  width: 307px;
  height: 307px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell01 {
    top: 130px;
    right: -54px;
    width: 435px;
    height: 435px;
  }
}
.p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell02 {
  top: 1090px;
  left: -40px;
  width: 226px;
  height: 226px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell02 {
    top: 1240px;
    left: -52px;
    width: 319px;
    height: 319px;
  }
}
.p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell03 {
  top: 1385px;
  right: -12px;
  width: 148px;
  height: 148px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell .p-lpWellbeingCircle.-lpwell03 {
    top: 1494px;
    right: -12px;
    width: 210px;
    height: 210px;
  }
}
.p-lpWellbeingWell__intro {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.9px;
  text-align: justify;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__intro {
    font-size: 22px;
    text-align: center;
  }
}
.p-lpWellbeingWell__question {
  color: #0e4c97;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__question {
    font-size: 30px;
  }
}
.p-lpWellbeingWell__badge {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__badge {
    margin-top: 38px;
  }
}
.p-lpWellbeingWell__badge span {
  position: relative;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.1px;
  width: fit-content;
  padding: 13px 31px;
}
.p-lpWellbeingWell__badge span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50% 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #639ed2 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__badge span {
    font-size: 26px;
    padding: 12px 36px;
  }
}
.p-lpWellbeingWell__card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  width: 100%;
  padding: 16px 0 24px 0;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__card {
    padding: 24px 0 44px 0;
    margin-top: 50px;
  }
}
.p-lpWellbeingWell__logo {
  display: flex;
  justify-content: center;
}
.p-lpWellbeingWell__logo img {
  display: block;
  width: 180px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__logo img {
    width: 240px;
  }
}
.p-lpWellbeingWell__cardText {
  color: #141417;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.9px;
  padding: 0 10px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__cardText {
    font-size: 22px;
    width: 80%;
    padding: 0;
    margin-inline: auto;
  }
}
.p-lpWellbeingWell__cardText mark {
  display: inline;
  padding: 0 0.15em;
  background: linear-gradient(180deg, transparent 65%, #F0EC05 65%, #F0EC05 100%);
  color: #141417;
  font-weight: 700;
}
.p-lpWellbeingWell__cardTextGroup {
  display: block;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__cardTextGroup {
    margin-top: 0;
  }
}
.p-lpWellbeingWell__merit {
  position: relative;
  margin-top: 40px;
}
.p-lpWellbeingWell__meritHeading {
  color: #0e4c97;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: clamp(26px, 22.183px + 1.018vw, 30px);
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  margin-top: 88px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritHeading {
    font-size: 40px;
    line-height: 150%;
    margin-top: 104px;
  }
}
.p-lpWellbeingWell__meritHeading::before {
  content: "MERIT";
  color: rgba(55, 156, 223, 0.2);
  text-align: center;
  font-family: Inter;
  font-size: 72px;
  font-weight: 700;
  line-height: 80%;
  /* 57.6px */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritHeading::before {
    font-size: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-lpWellbeingWell__meritHeading::after {
  content: "";
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, rgba(55, 156, 223, 0) 0%, rgba(55, 156, 223, 0.08) 32.69%, rgba(55, 156, 223, 0.08) 63.94%, rgba(55, 156, 223, 0) 100%);
  border-radius: 410px;
  width: 410px;
  height: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritHeading::after {
    width: 554px;
    height: 554px;
  }
}
.p-lpWellbeingWell__meritContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 43px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritContent {
    margin-top: 64px;
  }
}
.p-lpWellbeingWell__meritItem {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  margin-inline: auto;
  padding: 24px 20px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItem {
    padding: 32px clamp(20px, -12.089px + 4.173vw, 48px);
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItem.-top {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemContent {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemBody {
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemText {
    text-align: justify;
    flex: 1;
    min-width: 0;
  }
}
.p-lpWellbeingWell__meritItemHeading {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: clamp(18px, 14.183px + 1.018vw, 22px);
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 1.1px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemHeading {
    font-size: 24px;
  }
}
.p-lpWellbeingWell__meritItemDesc {
  color: #000;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.7px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemDesc {
    font-size: 16px;
    margin-top: 16px;
  }
}
.p-lpWellbeingWell__meritItemNote {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 15.4px */
  letter-spacing: 0.55px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemNote {
    font-size: 12px;
  }
}
.p-lpWellbeingWell__meritItemImage {
  margin-top: 22px;
}
.p-lpWellbeingWell__meritItemImage img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__meritItemImage {
    margin-top: 0;
    width: 51%;
    min-width: 0;
  }
}
.p-lpWellbeingWell__example {
  border-radius: 20px;
  border: 1px solid #e3e5ee;
  padding: 16px clamp(8px, -61.231px + 18.462vw, 20px);
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__example {
    margin-top: 26px;
    padding: 32px clamp(16px, -11.505px + 3.577vw, 40px);
  }
}
.p-lpWellbeingWell__exampleHeading {
  color: #0e4c97;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleHeading {
    font-size: 18px;
  }
}
.p-lpWellbeingWell__exampleList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 14px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleList {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: clamp(0.625rem, 0.195rem + 0.894vw, 1rem);
    margin-top: 16px;
  }
}
.p-lpWellbeingWell__exampleItem img {
  display: block;
  aspect-ratio: 250/108;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleItem img {
    width: 80%;
    margin-inline: auto;
  }
}
.p-lpWellbeingWell__exampleBody {
  border-radius: 100px;
  background: #f0f9fd;
  text-align: center;
  padding: 13px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleBody {
    padding: 16px 12px;
  }
}
.p-lpWellbeingWell__exampleTitle {
  color: #0e4c97;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleTitle {
    font-size: 16px;
  }
}
.p-lpWellbeingWell__exampleDesc {
  color: #000;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell__exampleDesc {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p-lpWellbeingWell .column-one_video {
  margin-top: 24px;
}
.p-lpWellbeingWell .column-one_video iframe {
  display: block;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 820/463;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingWell .column-one_video {
    margin-top: 26px;
  }
}

.p-lpWellbeingEffective {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective {
    padding: 0 20px;
  }
}
.p-lpWellbeingEffective__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 89px 0 90px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__inner {
    padding: 96px 0;
  }
}
.p-lpWellbeingEffective__heading {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  /* 33px */
  position: relative;
  z-index: 0;
}
.p-lpWellbeingEffective__heading > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__heading {
    font-size: 40px;
  }
  .p-lpWellbeingEffective__heading > span {
    display: inline;
    margin-top: 0;
    margin-left: 12px;
    font-size: 38px;
  }
}
.p-lpWellbeingEffective__heading::before {
  content: "EFECTIVE";
  color: rgba(14, 76, 151, 0.38);
  text-align: center;
  font-family: Inter;
  font-size: clamp(6.4rem, 2.938rem + 9.231vw, 7rem);
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 2.88px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__heading::before {
    font-size: 140px;
    letter-spacing: 5.6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-lpWellbeingEffective__heading::after {
  content: "";
  background: linear-gradient(180deg, rgba(14, 76, 151, 0) 0%, rgba(14, 76, 151, 0.08) 32.69%, rgba(14, 76, 151, 0.08) 63.94%, rgba(14, 76, 151, 0) 100%);
  aspect-ratio: 1/1;
  border-radius: 410px;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__heading::after {
    width: 554px;
    height: 554px;
  }
}
.p-lpWellbeingEffective__headingNum {
  font-size: 54px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__headingNum {
    font-size: 58px;
  }
}
.p-lpWellbeingEffective__headingText {
  font-size: 46px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__headingText {
    font-size: 50px;
  }
}
.p-lpWellbeingEffective__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__list {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    margin-top: 82px;
  }
}
.p-lpWellbeingEffective__item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__item {
    flex: 1;
    padding: 32px 0;
  }
}
.p-lpWellbeingEffective__number {
  background: #379CDF;
  color: #ffffff;
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  width: fit-content;
  padding: 0 12px 0 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__number {
    font-size: 32px;
    padding: 2px 17px 2px 30px;
  }
}
.p-lpWellbeingEffective__body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__body {
    flex: 1;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__bodyHeading {
    padding: 0 12px;
  }
}
.p-lpWellbeingEffective__itemHeading {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 1.1px;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__itemHeading {
    font-size: 24px;
  }
}
.p-lpWellbeingEffective__itemDesc {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.7px;
  text-align: justify;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__itemDesc {
    font-size: 16px;
    margin-top: 24px;
  }
}
.p-lpWellbeingEffective__itemImage {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__itemImage {
    margin-top: auto;
    padding-top: 32px;
  }
}
.p-lpWellbeingEffective__itemImage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-lpWellbeingEffective__lead {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__lead {
    margin-top: 40px;
  }
}
.p-lpWellbeingEffective__lead > span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 0 10px;
  background: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 8.462px + 3.077vw, 22px);
  letter-spacing: 1.1px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingEffective__lead > span {
    font-size: clamp(32px, 22.832px + 1.192vw, 40px);
  }
}
.p-lpWellbeingEffective__lead > span:last-child {
  margin-top: 10px;
}
.p-lpWellbeingEffective__lead > span strong,
.p-lpWellbeingEffective__lead > span strong span {
  background: linear-gradient(90deg, #5175d1 0%, #74c7d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: inherit;
}

.p-lpWellbeingStep {
  padding: 96px 20px 80px;
  position: relative;
}
.p-lpWellbeingStep__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__inner {
    padding: 60px 48px;
  }
}
.p-lpWellbeingStep .p-lpWellbeingCircle.-step01 {
  top: 660px;
  left: -36px;
  width: 226px;
  height: 226px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep .p-lpWellbeingCircle.-step01 {
    top: 350px;
    left: -90px;
    width: 565px;
    height: 565px;
  }
}
.p-lpWellbeingStep .p-lpWellbeingCircle.-step02 {
  top: 0;
  left: 0;
  width: 148px;
  height: 148px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep .p-lpWellbeingCircle.-step02 {
    display: none;
  }
}
.p-lpWellbeingStep__lead {
  color: #0E4C97;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__lead {
    font-size: 30px;
    text-align: center;
  }
}
.p-lpWellbeingStep__board {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  margin-top: 24px;
  padding: 24px 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__board {
    grid-template-columns: repeat(4, 1fr) 70px;
    align-items: stretch;
    gap: 18px;
    margin-top: 32px;
    padding: 32px;
  }
  .p-lpWellbeingStep__board::before {
    content: "";
    position: absolute;
    top: 64px;
    left: 12.5%;
    right: 32px;
    height: 2px;
    background: #a9c4de;
    z-index: 0;
  }
}
.p-lpWellbeingStep__list {
  display: contents;
}
.p-lpWellbeingStep__item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) clamp(40px, -13.659px + 12.195vw, 80px);
  align-items: stretch;
  gap: 10px;
}
.p-lpWellbeingStep__item::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  bottom: -24px;
  width: 1px;
  background: #379CDF;
  transform: translateX(-50%);
  z-index: 0;
}
.p-lpWellbeingStep__item:last-child::before {
  bottom: -40px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-lpWellbeingStep__item::before {
    content: none;
  }
}
.p-lpWellbeingStep__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-lpWellbeingStep__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #379CDF;
  color: #ffffff;
  margin: 0 auto;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 103%;
  letter-spacing: 0.8px;
  position: relative;
  width: 42px;
  height: 42px;
  z-index: 1;
}
.p-lpWellbeingStep__step span {
  font-size: 9px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__step {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
  .p-lpWellbeingStep__step span {
    font-size: 11px;
  }
}
.p-lpWellbeingStep__main {
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__main {
    margin-top: 25px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.p-lpWellbeingStep__title {
  color: #0E4C97;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__title {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.9px;
  }
}
.p-lpWellbeingStep__duration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, -13.659px + 12.195vw, 80px);
  height: calc(100% + 12px);
  background: #CEE6F7;
  color: #141417;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 103%;
  /* 14.42px */
  letter-spacing: 0.7px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingStep__duration {
    background: url("../../assets/img/step-flow_02.webp") no-repeat;
    background-size: 100% 100%;
  }
}
.p-lpWellbeingStep__duration::before, .p-lpWellbeingStep__duration::after {
  content: none;
}
.p-lpWellbeingStep__durationWave {
  text-orientation: mixed;
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingStep__durationWave {
    display: inline-block;
    transform: translateX(1.5px);
  }
}
.p-lpWellbeingStep__durationNum {
  display: inline-block;
  writing-mode: horizontal-tb;
  text-combine-upright: none;
  -webkit-text-combine: none;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__duration {
    display: block;
    height: initial;
    text-orientation: initial;
    writing-mode: initial;
    width: 100%;
    margin-top: auto;
    padding: 12px 0;
    background: url("../../assets/img/step-flow_02_pc.webp") no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingStep__item:not(:last-child) .p-lpWellbeingStep__duration {
    height: calc(100% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingStep__item:first-child .p-lpWellbeingStep__duration {
    background-image: url("../../assets/img/step-flow_01.webp");
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__item:first-child .p-lpWellbeingStep__duration {
    background-image: url("../../assets/img/step-flow_01_pc.webp");
  }
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingStep__item:last-child .p-lpWellbeingStep__duration {
    height: 100%;
  }
}
.p-lpWellbeingStep__result {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #5175D1 0%, #74C7D2 100%);
  padding: 14px;
  margin-top: 20px;
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__result {
    justify-self: end;
    border-radius: 20px;
    width: 70px;
    padding: 0;
    margin-top: 0;
  }
  .p-lpWellbeingStep__result span {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-lpWellbeingStep__result span {
    color: #fff;
    text-align: center;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 7px;
  }
}
.p-lpWellbeingStep__imageList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__imageList {
    gap: 24px;
    margin-top: 24px;
    flex: 1;
  }
}
.p-lpWellbeingStep__imageItem img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 8px;
}
.p-lpWellbeingStep__imageCaption {
  display: block;
  position: relative;
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.6px;
  padding-left: 15px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStep__imageCaption {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.p-lpWellbeingStep__imageCaption::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #379CDF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.p-lpWellbeingStep__imageCaption:nth-of-type(2) {
  margin-top: 4px;
}
.p-lpWellbeingStep__imageSubItem {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 8px;
}
.p-lpWellbeingStep__imageSubItem picture {
  display: block;
  width: 37%;
}
.p-lpWellbeingStep__imageSubItem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-lpWellbeingStep__imageSubCaption {
  flex: 1;
  color: #141417;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.6px;
}

.p-lpWellbeingStrength {
  padding: 126px 0 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength {
    padding: 156px 0 94px;
  }
}
.p-lpWellbeingStrength__inner {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__inner {
    max-width: 1360px;
    margin-inline: auto;
  }
}
.p-lpWellbeingStrength .p-lpWellbeingCircle.-point01 {
  top: 1450px;
  left: -68px;
  width: 399px;
  height: 399px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength .p-lpWellbeingCircle.-point01 {
    top: 550px;
    left: -56px;
    width: 319px;
    height: 319px;
  }
}
.p-lpWellbeingStrength .p-lpWellbeingCircle.-point02 {
  top: 2090px;
  right: -40px;
  width: 307px;
  height: 307px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength .p-lpWellbeingCircle.-point02 {
    top: 710px;
    right: -10px;
    width: 210px;
    height: 210px;
  }
}
.p-lpWellbeingStrength__heading {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  /* 33px */
  position: relative;
  z-index: 0;
}
.p-lpWellbeingStrength__heading > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__heading {
    font-size: 40px;
  }
  .p-lpWellbeingStrength__heading > span {
    display: inline;
    margin-top: 0;
    margin-left: 12px;
    font-size: 38px;
  }
}
.p-lpWellbeingStrength__heading::before {
  content: "POINT";
  color: rgba(14, 76, 151, 0.38);
  text-align: center;
  font-family: Inter;
  font-size: 72px;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 2.88px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__heading::before {
    font-size: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-lpWellbeingStrength__heading::after {
  content: "";
  background: linear-gradient(180deg, rgba(14, 76, 151, 0) 0%, rgba(14, 76, 151, 0.08) 32.69%, rgba(14, 76, 151, 0.08) 63.94%, rgba(14, 76, 151, 0) 100%);
  aspect-ratio: 1/1;
  border-radius: 410px;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__heading::after {
    width: 554px;
    height: 554px;
  }
}
.p-lpWellbeingStrength__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 36px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__list {
    gap: 32px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__list {
    max-width: 1280px;
    margin-inline: auto;
  }
}
.p-lpWellbeingStrength__item {
  width: calc(100% - 20px);
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
}
.p-lpWellbeingStrength__item:nth-child(odd) {
  border-radius: 0 20px 20px 0;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__item:nth-child(odd) .p-lpWellbeingStrength__itemInner {
    justify-content: end;
    padding-left: clamp(10px, -125.234px + 17.586vw, 128px);
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__item:nth-child(odd) .p-lpWellbeingStrength__itemInner {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__item:nth-child(odd) {
    border-radius: initial;
    margin-right: initial;
  }
}
.p-lpWellbeingStrength__item:nth-child(even) {
  border-radius: 20px 0 0 20px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__item:nth-child(even) .p-lpWellbeingStrength__itemInner {
    justify-content: start;
    padding-right: clamp(10px, -125.234px + 17.586vw, 128px);
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__item:nth-child(even) .p-lpWellbeingStrength__itemInner {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__item:nth-child(even) {
    border-radius: initial;
    margin-left: initial;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__item {
    flex-direction: row;
    align-items: center;
    gap: clamp(16px, -11.505px + 3.577vw, 40px);
    width: 94%;
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-lpWellbeingStrength__item {
    width: 100%;
  }
}
.p-lpWellbeingStrength__itemInner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__itemInner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 32px clamp(10px, -33.55px + 5.663vw, 48px);
  }
}
.p-lpWellbeingStrength__text {
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__text {
    flex: 1;
  }
}
.p-lpWellbeingStrength__title {
  color: #0E4C97;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__title {
    font-size: clamp(24px, 21.708px + 0.298vw, 26px);
    letter-spacing: 0;
    letter-spacing: 1.3px;
  }
}
.p-lpWellbeingStrength__title.-award {
  color: #141417;
  font-size: 22px;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__title.-award {
    font-size: 24px;
  }
}
.p-lpWellbeingStrength__desc {
  color: #141417;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  text-align: justify;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__desc {
    margin-top: 16px;
    font-size: clamp(16px, 13.708px + 0.298vw, 18px);
  }
}
.p-lpWellbeingStrength__desc span {
  color: var(--black, #141417);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__desc span {
    font-size: 14px;
  }
}
.p-lpWellbeingStrength__desc.-award {
  color: #000;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__image {
    width: 42%;
    max-width: 500px;
  }
}
.p-lpWellbeingStrength__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.p-lpWellbeingStrength__award {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  margin-top: 80px;
  margin-inline: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(75, 128, 206, 0.15);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__award {
    flex-direction: row;
    align-items: center;
    gap: clamp(16px, -11.505px + 3.577vw, 40px);
    width: calc(100% - clamp(2.5rem, 5.365rem - 5.961vw, 0rem));
    max-width: 1280px;
    padding: clamp(24px, -21.842px + 5.961vw, 64px) clamp(20px, -12.089px + 4.173vw, 48px);
    margin-top: 94px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__awardImage {
    aspect-ratio: 529/278;
    width: 45%;
    max-width: 529px;
  }
}
.p-lpWellbeingStrength__awardImage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingStrength__awardText {
    flex: 1;
  }
}

.p-lpWellbeingCase {
  padding: 112px 20px 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase {
    padding: 134px 40px 96px;
  }
}
.p-lpWellbeingCase__inner {
  max-width: 1360px;
  margin-inline: auto;
}
.p-lpWellbeingCase .p-lpWellbeingCircle.-case01 {
  top: 507px;
  right: -22px;
  width: 148px;
  height: 148px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase .p-lpWellbeingCircle.-case01 {
    top: 286px;
    right: -28px;
    width: 210px;
    height: 210px;
  }
}
.p-lpWellbeingCase .p-lpWellbeingCircle.-case02 {
  top: 197px;
  left: -23px;
  width: 226px;
  height: 226px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase .p-lpWellbeingCircle.-case02 {
    display: none;
  }
}
.p-lpWellbeingCase__heading {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  z-index: 0;
}
.p-lpWellbeingCase__heading > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  font-size: 40px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__heading > span {
    display: inline;
    margin-top: 0;
    font-size: 40px;
  }
}
.p-lpWellbeingCase__heading::before {
  content: "CASE";
  color: rgba(14, 76, 151, 0.38);
  text-align: center;
  font-family: Inter;
  font-size: 72px;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 2.88px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__heading::before {
    font-size: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-lpWellbeingCase__heading::after {
  content: "";
  background: linear-gradient(180deg, rgba(14, 76, 151, 0) 0%, rgba(14, 76, 151, 0.08) 32.69%, rgba(14, 76, 151, 0.08) 63.94%, rgba(14, 76, 151, 0) 100%);
  aspect-ratio: 1/1;
  border-radius: 410px;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__heading::after {
    width: 554px;
    height: 554px;
  }
}
.p-lpWellbeingCase__card {
  position: relative;
  margin-top: 44px;
  padding: 40px 20px 72px;
  border-radius: 20px;
  background: rgba(14, 76, 151, 0.3);
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__card {
    max-width: 1280px;
    margin-top: 74px;
    margin-inline: auto;
    padding: 56px 48px 80px;
  }
}
.p-lpWellbeingCase__tag {
  background: #ffffff;
  color: #141417;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  width: fit-content;
  padding: 4px 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__tag {
    font-size: 24px;
    margin-inline: auto;
  }
}
.p-lpWellbeingCase__title {
  color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__title {
    font-size: 24px;
    text-align: center;
  }
}
.p-lpWellbeingCase__lead {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.8px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__lead {
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
  }
}
.p-lpWellbeingCase__cta {
  background: #ffffff;
  border-radius: 90px;
  max-width: 500px;
  margin-top: 60px;
  margin-inline: auto;
  position: relative;
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__cta {
    margin-top: 80px;
  }
}
.p-lpWellbeingCase__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  background-image: url(/jp/solution/office/genre/well-certification/assets/img/icon_arrow_right_blue_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  width: 9px;
  height: 9px;
}
.p-lpWellbeingCase__cta:hover {
  background: #0E4C97;
}
.p-lpWellbeingCase__cta:hover::after {
  transform: translate(4px, -50%);
  background-image: url(/jp/solution/office/genre/well-certification/assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingCase__cta:hover span {
  color: #ffffff;
}
.p-lpWellbeingCase__cta a {
  display: block;
  text-align: center;
  padding: 22px 0;
}
.p-lpWellbeingCase__cta span {
  color: #0E4C97;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__cta span {
    font-size: 22px;
  }
}
.p-lpWellbeingCase__ctaImg {
  position: absolute;
  top: -30px;
  left: clamp(-14px, -175.538px + 43.077vw, 14px);
  rotate: -10.52deg;
  box-shadow: 1.392px 2.088px 4.871px 0 rgba(79, 79, 79, 0.5);
  width: 65px;
  height: 83px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__ctaImg {
    top: -50px;
    left: 25px;
    width: 85px;
    height: 108px;
  }
}
.p-lpWellbeingCase__ctaImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-lpWellbeingCase__topImage {
  width: 90%;
  max-width: 576px;
  margin-inline: auto;
  margin-top: 24px;
}
.p-lpWellbeingCase__topImage img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__topImage {
    max-width: 800px;
  }
}
.p-lpWellbeingCase__images {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__images {
    flex-direction: row;
    width: 100%;
    max-width: 1184px;
    margin-inline: auto;
  }
}
.p-lpWellbeingCase__image {
  border-radius: 10px;
  max-width: 576px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCase__image {
    flex: 1 1 50%;
  }
}
.p-lpWellbeingCase__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 576/395;
  object-fit: cover;
}

.p-lpWellbeingMaterial {
  padding: 38px 0;
  background: var(--d-9-d-9-d-9, linear-gradient(90deg, #5175D1 0%, #74C7D2 100%));
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial {
    padding: 64px clamp(20px, -48.763px + 8.942vw, 80px);
  }
}
.p-lpWellbeingMaterial__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin-inline: auto;
}
.p-lpWellbeingMaterial__heading {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.2px;
  width: fit-content;
  padding: 16px 17px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__heading {
    font-size: 28px;
  }
}
.p-lpWellbeingMaterial__heading span {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__heading span {
    font-size: 24px;
  }
}
.p-lpWellbeingMaterial__slider {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__slider {
    margin-top: 40px;
  }
}
.p-lpWellbeingMaterial__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 53px;
  }
}
.p-lpWellbeingMaterial__thumb {
  max-width: 576px;
  margin-inline: auto;
}
.p-lpWellbeingMaterial__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 520/346;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-lpWellbeingMaterial__thumb img {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__thumb {
    width: 26.8%;
    margin-inline: initial;
  }
}
.p-lpWellbeingMaterial__body {
  width: 100%;
  max-width: 520px;
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__body {
    width: 42.9%;
    margin-top: 0;
    margin-inline: initial;
  }
}
.p-lpWellbeingMaterial__caption {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__caption {
    text-align: left;
  }
}
.p-lpWellbeingMaterial__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--e-07-d-2-b, linear-gradient(90deg, #FE9C3A 12.5%, #F66707 100%));
  border-radius: 999px;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  width: calc(100% - 10px);
  padding: 9px 24px;
  margin-top: 12px;
  margin-inline: auto;
  position: relative;
  transition: background 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__btn {
    padding: 14px 24px;
    max-width: 280px;
    margin-inline: initial;
  }
}
.p-lpWellbeingMaterial__btn span {
  transition: color 0.2s ease;
}
.p-lpWellbeingMaterial__btn img {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-lpWellbeingMaterial__btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-lpWellbeingMaterial__btn:hover {
  background: #ffffff;
}
.p-lpWellbeingMaterial__btn:hover span {
  background: var(--e-07-d-2-b, linear-gradient(90deg, #FE9C3A 12.5%, #F66707 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-lpWellbeingMaterial__btn:hover img {
  opacity: 0;
  transform: translate(4px, -50%);
}
.p-lpWellbeingMaterial__btn:hover::after {
  opacity: 1;
  transform: translate(4px, -50%);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__btn {
    margin-top: 20px;
    font-size: 16px;
  }
}
.p-lpWellbeingMaterial__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.p-lpWellbeingMaterial__links .m-button.-typeA {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 16px 15px 16px 10px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingMaterial__links .m-button.-typeA {
    width: 352px;
  }
}
.p-lpWellbeingMaterial__links .m-button.-typeA > span:first-child {
  display: flex;
  justify-content: center;
  text-align: left;
}
.p-lpWellbeingMaterial__label {
  display: inline-block;
  background: #547AD1 !important;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial !important;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 8px;
  padding: 2px clamp(6px, -34.385px + 10.769vw, 13px);
}

.p-lpWellbeingCta {
  background-image: linear-gradient(90deg, rgba(254, 156, 58, 0.95) 12.5%, rgba(246, 103, 7, 0.9) 100%), url("../../assets/img/office-bg.webp");
  background-position: left top, left -140px top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta {
    padding: 40px 0;
    background-position: left top, left 95px top -312px;
  }
}
.p-lpWellbeingCta__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1360px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 32px 0 rgba(75, 128, 206, 0.4);
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__inner {
    width: calc(100% - 160px);
    padding: 40px 0 0;
  }
}
.p-lpWellbeingCta__heading {
  color: #ffffff;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 178%;
  /* 38.4px */
  letter-spacing: 1.2px;
}
.p-lpWellbeingCta__heading span {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__heading {
    font-size: 24px;
  }
  .p-lpWellbeingCta__heading span {
    font-size: 28px;
  }
}
.p-lpWellbeingCta__links {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__links {
    flex-direction: row;
    margin-top: 40px;
  }
}
.p-lpWellbeingCta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
  position: relative;
}
.p-lpWellbeingCta__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__link::after {
    width: 10px;
    right: 20px;
  }
}
.p-lpWellbeingCta__link:hover::after {
  transform: translateY(-50%) translateX(4px);
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__link {
    flex: 1;
    padding: 26px 40px 20px;
  }
}
.p-lpWellbeingCta__link.-primary {
  background: #ffffff;
  border-top: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.p-lpWellbeingCta__link.-primary::after {
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
}
.p-lpWellbeingCta__link.-primary:hover {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  border-color: #ffffff;
}
.p-lpWellbeingCta__link.-primary:hover::after {
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingCta__link.-secondary {
  border-top: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
}
.p-lpWellbeingCta__link.-secondary::after {
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingCta__link.-secondary:hover {
  background: #ffffff;
}
.p-lpWellbeingCta__link.-secondary:hover::after {
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
}
.p-lpWellbeingCta__linkTag {
  position: relative;
  display: block;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
.p-lpWellbeingCta__linkTag::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  bottom: -7px;
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__linkTag::after {
    border-width: 15px 16px 0 16px;
    bottom: -14px;
  }
}
.-primary .p-lpWellbeingCta__linkTag {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  width: fit-content;
  padding: 6px 28px;
}
@media screen and (min-width: 769px) {
  .-primary .p-lpWellbeingCta__linkTag {
    font-size: 16px;
    padding: 5px 24px;
  }
}
.-primary .p-lpWellbeingCta__linkTag::after {
  border-color: #fb8524 transparent transparent transparent;
  border-width: 8px 9px 0 9px;
  bottom: -7px;
}
@media screen and (min-width: 769px) {
  .-primary .p-lpWellbeingCta__linkTag::after {
    border-width: 15px 16px 0 16px;
    bottom: -14px;
  }
}
.-primary:hover .p-lpWellbeingCta__linkTag {
  background: #ffffff;
  color: #ff6a00;
}
.-primary:hover .p-lpWellbeingCta__linkTag::after {
  border-color: #ffffff transparent transparent transparent;
}
.-secondary .p-lpWellbeingCta__linkTag {
  background: #ffffff;
  padding: 6px 32px;
}
.-secondary .p-lpWellbeingCta__linkTag::after {
  border-color: #ffffff transparent transparent transparent;
}
.-secondary .p-lpWellbeingCta__linkTag strong {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: inherit;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  transition: -webkit-text-fill-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .-secondary .p-lpWellbeingCta__linkTag strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .-secondary .p-lpWellbeingCta__linkTag {
    font-size: 16px;
    padding: 6px 42px;
  }
}
.-secondary:hover .p-lpWellbeingCta__linkTag {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
}
.-secondary:hover .p-lpWellbeingCta__linkTag::after {
  border-color: #fb8524 transparent transparent transparent;
}
.-secondary:hover .p-lpWellbeingCta__linkTag strong {
  background: none;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.p-lpWellbeingCta__linkText {
  font-size: 16px;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1px;
}
.-primary .p-lpWellbeingCta__linkText {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.-primary:hover .p-lpWellbeingCta__linkText {
  background: none;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.-secondary .p-lpWellbeingCta__linkText {
  color: #ffffff;
  transition: -webkit-text-fill-color 0.2s ease, color 0.2s ease;
}
.-secondary:hover .p-lpWellbeingCta__linkText {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingCta__linkText {
    font-size: 22px;
    margin-top: 10px;
  }
}

.p-lpWellbeingFixedCta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  background: var(--e-07-d-2-b, linear-gradient(90deg, #FE9C3A 12.5%, #F66707 100%));
  padding: 12px 10px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-lpWellbeingFixedCta.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta {
    padding: 20px 40px;
  }
}
.p-lpWellbeingFixedCta__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__inner {
    align-items: center;
    gap: 40px;
  }
}
.p-lpWellbeingFixedCta__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__group {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__group:first-of-type {
    justify-content: end;
  }
}
.p-lpWellbeingFixedCta__label {
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.6px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__label {
    font-size: 16px;
    margin-inline: initial;
  }
}
.p-lpWellbeingFixedCta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  margin-inline: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__btn {
    width: 36%;
    padding: 14px 32px 14px 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-inline: initial;
  }
}
.p-lpWellbeingFixedCta__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: clamp(4px, -30.615px + 9.231vw, 10px);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__btn::after {
    right: 16px;
  }
}
.p-lpWellbeingFixedCta__btn span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-lpWellbeingFixedCta__btn span {
    font-size: 16px;
  }
}
.p-lpWellbeingFixedCta__btn.-primary {
  background: #ffffff;
  color: #ff6a00;
  transition: background 0.2s ease;
}
.p-lpWellbeingFixedCta__btn.-primary::after {
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
}
.p-lpWellbeingFixedCta__btn.-primary:hover {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
}
.p-lpWellbeingFixedCta__btn.-primary:hover span {
  color: #ffffff;
}
.p-lpWellbeingFixedCta__btn.-primary:hover::after {
  transform: translate(4px, -50%);
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingFixedCta__btn.-secondary {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: background 0.2s ease;
}
.p-lpWellbeingFixedCta__btn.-secondary::after {
  background-image: url(../../assets/img/icon_arrow_right_white.svg);
}
.p-lpWellbeingFixedCta__btn.-secondary:hover {
  background: #ffffff;
}
.p-lpWellbeingFixedCta__btn.-secondary:hover span {
  background: linear-gradient(90deg, #fe9c3a 12.5%, #f66707 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-lpWellbeingFixedCta__btn.-secondary:hover::after {
  transform: translate(4px, -50%);
  background-image: url(../../assets/img/icon_arrow_right_orange.svg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */
