@charset "UTF-8";
.kv {
  position: relative;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/kv_pc.webp");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 44.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .kv {
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/kv_sp.webp");
    background-size: cover;
    background-position: center bottom;
    min-height: 171.581769437vw;
    padding-bottom: 5.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.kv__inner {
  width: 100%;
  max-width: 110rem;
  margin-inline: auto;
  margin-bottom: 6rem;
  padding: 0 2rem;
}
@media screen and (max-width:1024px) {
  .kv__inner {
    padding: 0 4rem;
    margin-top: 2rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width:767px) {
  .kv__inner {
    padding: 5.3619302949vw;
    margin-bottom: 0;
  }
}

.kv__content {
  max-width: 54rem;
  padding: 2rem 0;
}
@media screen and (max-width:767px) {
  .kv__content {
    max-width: 100%;
    padding: 0;
  }
}

.kv__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width:767px) {
  .kv__label {
    gap: 2.144772118vw;
    margin-bottom: 4.2895442359vw;
  }
}

.kv__label-item {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  background: #fff;
}
@media screen and (max-width:767px) {
  .kv__label-item {
    font-size: 2.6809651475vw;
    padding: 1.6085790885vw 2.6809651475vw;
  }
}

.kv__lead {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width:767px) {
  .kv__lead {
    font-size: 3.4852546917vw;
    margin-bottom: 2.144772118vw;
  }
}

.kv__ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .kv__ttl {
    font-size: 8.5790884718vw;
    margin-bottom: 5.3619302949vw;
  }
}

.kv__stats {
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .kv__stats {
    margin-bottom: 5.3619302949vw;
  }
}

.kv__stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width:767px) {
  .kv__stats-list {
    gap: 2.4128686327vw;
    margin-bottom: 1.6085790885vw;
  }
}

.kv__stats-item {
  width: 12.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .kv__stats-item {
    width: 27.6139410188vw;
    height: 11.2600536193vw;
  }
}
.kv__stats-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/frame-stats.webp");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.kv__stats-item-label {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd64e), to(#ffbd09));
  background: linear-gradient(180deg, #ffd64e 0%, #ffbd09 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:767px) {
  .kv__stats-item-label {
    font-size: 2.6809651475vw;
  }
}

.kv__stats-item-label sup {
  font-size: 0.7em;
  padding-left: 0.2rem;
  vertical-align: top;
}

.kv__stats-item-value {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd64e), to(#ffbd09));
  background: linear-gradient(180deg, #ffd64e 0%, #ffbd09 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv__stats-item-num {
  font-family: var(--font-num);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .kv__stats-item-num {
    font-size: 6.9705093834vw;
  }
}

.kv__stats-item-unit {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 0.2rem;
}
@media screen and (max-width:767px) {
  .kv__stats-item-unit {
    font-size: 3.2171581769vw;
    margin-left: 0.5361930295vw;
  }
}

.kv__stats-note {
  font-size: 0.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .kv__stats-note {
    font-size: 2.4128686327vw;
  }
}
.kv__stats-note::before {
  content: "※";
  display: inline-block;
  margin-right: 0.2rem;
}
@media screen and (max-width:767px) {
  .kv__stats-note::before {
    margin-right: 0.5361930295vw;
  }
}

.kv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .kv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9490616622vw;
  }
}

.kv__btns-item {
  height: 4.5rem;
  padding: 0.8rem 5.4rem;
}
@media screen and (max-width:767px) {
  .kv__btns-item {
    height: 12.0643431635vw;
    border-radius: 6.7024128686vw;
  }
}
@media screen and (max-width:767px) {
  .kv__btns-item .c-btn__txt {
    font-size: 3.7533512064vw;
  }
}

.program {
  padding: 6rem 0 8rem;
}
@media screen and (max-width:767px) {
  .program {
    padding: 2rem 0 4rem;
  }
}

.program__ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .program__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

.program__lead {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width:767px) {
  .program__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.program__menu-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media print, screen and (min-width:1025px) {
  .program__menu-tabs {
    height: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .program__menu-tabs {
    gap: 0;
  }
}

.program__menu-tabs-item {
  position: relative;
}

.program__menu-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.5rem;
  padding: 1.2rem 2.4rem;
  border-radius: 1.2rem 1.2rem 0 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: height 0.2s var(--ease-main);
  transition: height 0.2s var(--ease-main);
}
@media print, screen and (min-width:1025px) {
  .program__menu-tab {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .program__menu-tab {
    min-width: 14rem;
    padding: 1rem 1.6rem;
  }
}
@media print, screen and (min-width:1025px) {
  .program__menu-tab:hover {
    height: 8.5rem;
  }
}

.program__menu-tab--core {
  background: var(--color-blue-gradient);
  color: #fff;
}

.program__menu-tab--select {
  background: var(--color-orange-gradient);
  color: #fff;
}

.program__menu-tab-label {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:767px) {
  .program__menu-tab-label {
    font-size: 1.6rem;
  }
}

.program__menu-tab-sub {
  font-size: 1.4rem;
}

.program__tab-content {
  border-radius: 0 0 1.2rem 1.2rem;
}
.program__tab-content--core {
  padding: 2rem 1.8rem;
  background: var(--color-lightblue);
}
@media screen and (max-width:767px) {
  .program__tab-content--core {
    padding: 1.6rem;
  }
}
.program__tab-content--select {
  padding: 2rem 1.8rem;
  background: var(--color-bg-orange);
}
@media screen and (max-width:767px) {
  .program__tab-content--select {
    padding: 1.6rem;
  }
}

.program__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .program__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.6rem;
  }
}

.program__card {
  background-color: #fff;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.program__card::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.4rem;
  -webkit-mask-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon-dots.svg");
          mask-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon-dots.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: -2.6rem;
}
@media screen and (max-width:767px) {
  .program__card::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: calc(100% + 2.6rem);
    left: calc(50% - 1.2rem);
  }
}

.program__card--learn::after {
  background: var(--color-green);
}

.program__card--check::after {
  background: var(--color-blue);
}

.program__card--consult::after {
  content: none;
}

.program__card-header {
  padding: 0.8rem 1.6rem;
  text-align: center;
  background-color: #0068b7;
  color: #fff;
  border-radius: 1.2rem 1.2rem 0 0;
}
.program__card--learn .program__card-header {
  background-color: var(--color-green);
}
.program__card--check .program__card-header {
  background-color: #0081B0;
}
.program__card--consult .program__card-header {
  background-color: var(--color-blue);
}

.program__card-header-label {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .program__card-header-label {
    font-size: 1.6rem;
  }
}

.program__card-body {
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .program__card-body {
    padding: 1.6rem;
  }
}

.program__card-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0.8rem;
}
@media screen and (max-width:767px) {
  .program__card-ttl {
    margin-bottom: 1rem;
  }
}

.program__card-txt {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .program__card-txt {
    font-size: 1.4rem;
  }
}

.program__card-link {
  width: 100%;
  height: 4.8rem;
}
@media screen and (max-width:767px) {
  .program__card-link {
    height: 4.5rem;
  }
}

.program__tab-content {
  display: none;
}
.program__tab-content.is-active {
  display: block;
}

.program__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width:767px) {
  .program__select-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}

@media print, screen and (min-width:768px) {
  .program__select-left {
    padding-top: 2.4rem;
  }
}

.program__select-step-box {
  width: 35.7rem;
}
@media screen and (max-width:767px) {
  .program__select-step-box {
    width: 100%;
  }
}

.program__select-step-box--orange {
  margin-top: 5.6rem;
  position: relative;
}
.program__select-step-box--orange::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.8rem;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon-arrow-step.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.6rem;
  left: calc(50% - 0.7rem);
}

.program__select-step-ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: var(--color-lightblue-gradient);
  padding: 1rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width:767px) {
  .program__select-step-ttl {
    font-size: 1.4rem;
    padding: 1rem 0.4rem;
  }
}

.program__select-step-box--orange .program__select-step-ttl {
  background: var(--color-orange-gradient);
}

.program__select-step-txt {
  font-size: 1.6rem;
  padding: 1.6rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width:767px) {
  .program__select-step-txt {
    font-size: 1.4rem;
  }
}

.program__select-category-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width:767px) {
  .program__select-category-ttl {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.program__select-category-list {
  width: 33.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .program__select-category-list {
    width: 100%;
    gap: 0.9rem;
  }
}

.program__select-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(255, 157, 76, 0.15);
          box-shadow: 0 0.3rem 0.8rem 0 rgba(255, 157, 76, 0.15);
}

.program__select-category-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  height: 10rem;
}
.program__select-category-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.program__select-category-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1.2rem 0.4rem 1.6rem;
}
@media screen and (max-width:767px) {
  .program__select-category-content {
    padding: 1rem 1.2rem 0.4rem;
  }
}

.program__select-category-num {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media screen and (max-width:767px) {
  .program__select-category-num {
    font-size: 1.3rem;
  }
}
.program__select-category-num span {
  font-size: 1.7rem;
  color: #F0AC17;
  line-height: 1.2;
  margin-right: 0.4rem;
  font-family: var(--font-num);
}

.program__select-category-item--02 .program__select-category-num span {
  color: #FF972D;
}

.program__select-category-item--03 .program__select-category-num span {
  color: #F6520C;
}

.program__select-category-txt {
  font-size: 1.2rem;
}

.program__select-note {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width:767px) {
  .program__select-note {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
  }
}

.program__select-btn-wrap {
  text-align: center;
}

.program__select-btn {
  width: 28rem;
  height: 4.8rem;
}

.platform {
  background: var(--color-lightgreen);
  margin: 7.3206442167vw 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .platform {
    padding: 1.6rem 0;
    margin: 16.0857908847vw 0;
  }
}
.platform::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_green.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transform: translateY(calc(-100% + 0.1rem));
          transform: translateY(calc(-100% + 0.1rem));
}
@media screen and (max-width:767px) {
  .platform::before {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_green_sp.svg");
  }
}
.platform::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_green.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: translateY(calc(100% - 0.1rem));
          transform: translateY(calc(100% - 0.1rem));
}
@media screen and (max-width:767px) {
  .platform::after {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_green_sp.svg");
  }
}

@media print, screen and (min-width:768px) {
  .platform__inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media print, screen and (min-width:1141px) {
  .platform__inner {
    padding-left: 4.7rem;
    padding-right: 4.7rem;
  }
}

.platform__ttl {
  margin-bottom: 1.6rem;
}

.platform__lead {
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width:767px) {
  .platform__lead {
    text-align: left;
  }
}
.platform__lead + .platform__lead {
  margin-top: 1.6rem;
}

.platform__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 0.4rem 1fr 0.4rem 20rem;
  grid-template-columns: 20rem 1fr 20rem;
  gap: 0.4rem;
  margin-top: 2.4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width:767px) {
  .platform__list {
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: repeat(2, auto);
    gap: 0 0.8rem;
    margin-top: 2rem;
  }
  .platform__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .platform__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .platform__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .platform__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.platform__img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .platform__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
.platform__img img {
  width: 100%;
  height: auto;
  display: block;
}

.platform__page {
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #BFBFBF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.6rem 0 0.8rem;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width:767px) {
  .platform__page {
    grid-column: auto;
    grid-row: auto;
  }
}

.platform__page-ttl {
  background: var(--color-green);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1.2rem;
}
@media screen and (max-width:767px) {
  .platform__page-ttl {
    font-size: 1.4rem;
  }
}

.platform__page-body {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .platform__page-body {
    padding: 1.2rem;
  }
}

.platform__page-body-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767px) {
  .platform__page-body-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .platform__page--01 .platform__page-body-ttl {
    margin-bottom: 2rem;
  }
}

.platform__page-icon {
  width: 10rem;
  height: 10rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.platform__page-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.platform__page--02 .platform__page-icon {
  width: 12.5rem;
  height: 12.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}

.platform__page-txt {
  font-size: 1.2rem;
  text-align: left;
}

.menu {
  padding: 6rem 0;
}
@media screen and (max-width:767px) {
  .menu {
    padding: 4rem 0;
  }
}

@media print, screen and (min-width:768px) {
  .menu__inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media print, screen and (min-width:1141px) {
  .menu__inner {
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}

.menu__block {
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .menu__block {
    border-radius: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.menu__block:last-child {
  margin-bottom: 0;
}

.menu__block-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 2rem;
}
@media screen and (max-width:767px) {
  .menu__block-ttl {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
  }
}
.menu__block--core .menu__block-ttl {
  background: var(--color-blue-gradient);
}
.menu__block--select .menu__block-ttl {
  background: var(--color-orange-gradient);
}

.menu__block-body {
  padding: 1.6rem 2rem 2rem;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .menu__block-body {
    padding: 1.6rem;
  }
}
.menu__block--core .menu__block-body {
  background: var(--color-lightblue);
}
.menu__block--select .menu__block-body {
  background: var(--color-bg-orange);
}

.menu__block-lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .menu__block-lead {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

.menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .menu__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.menu__list--select {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:767px) {
  .menu__list--select {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.menu__item {
  min-height: 9rem;
}
@media screen and (max-width:767px) {
  .menu__item {
    min-height: auto;
  }
}

.menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0.6rem 1.2rem 0 rgba(59, 64, 77, 0.15);
          box-shadow: 0 0.6rem 1.2rem 0 rgba(59, 64, 77, 0.15);
  text-decoration: none;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .menu__item-link {
    padding: 0.6rem 1.2rem 0.6rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.menu__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
}
.menu__item--learn .menu__item-link::before {
  background-color: var(--color-learn);
}
.menu__item--check .menu__item-link::before {
  background-color: var(--color-check);
}
.menu__item--consult .menu__item-link::before {
  background-color: var(--color-consult);
}
.menu__item--enhancement .menu__item-link::before {
  background-color: var(--color-enhancement);
}
.menu__item--population .menu__item-link::before {
  background-color: var(--color-population);
}
.menu__item--highrisk .menu__item-link::before {
  background-color: var(--color-highrisk);
}

.menu__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 8rem;
}
.menu__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.menu__item-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.menu__item-label--learn {
  background-color: var(--color-learn);
}

.menu__item-label--check {
  background-color: var(--color-check);
}

.menu__item-label--consult {
  background-color: var(--color-consult);
}

.menu__item-label--enhancement {
  background-color: var(--color-enhancement);
}

.menu__item-label--population {
  background-color: var(--color-population);
}

.menu__item-label--highrisk {
  background-color: var(--color-highrisk);
}

.menu__item-star {
  display: inline-block;
  height: 1.6rem;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon_star.svg");
  background-repeat: repeat-x;
  background-size: 1.6rem 1.6rem;
  background-position: left center;
  vertical-align: middle;
}
.menu__item-star[data-star="1"] {
  width: 1.6rem;
}
.menu__item-star[data-star="2"] {
  width: 3.2rem;
}
.menu__item-star[data-star="3"] {
  width: 4.8rem;
}
.menu__item-star[data-star="4"] {
  width: 6.4rem;
}
.menu__item-star[data-star="5"] {
  width: 8rem;
}
.menu__item-star[data-star="6"] {
  width: 9.6rem;
}

.menu__item-note {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .menu__item-note {
    font-size: 1rem;
  }
}

.menu__item-name {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .menu__item-name {
    font-size: 1.4rem;
  }
}

.menu__item-sub {
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
  .menu__item-sub {
    font-size: 1rem;
  }
}

.menu__item-arrow {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
}
.menu__item-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s var(--ease-main);
  transition: 0.3s var(--ease-main);
}
.menu__block--core .menu__item-arrow::before {
  background: var(--color-lightblue);
}
.menu__block--select .menu__item-arrow::before {
  background: #FFEEE2;
}
.menu__block--select .menu__item-arrow .c-icon-arrow {
  background: var(--color-orange);
}

@media print, screen and (min-width:1025px) {
  .menu__item-link:hover {
    -webkit-box-shadow: 0 0.8rem 1.6rem 0 rgba(59, 64, 77, 0.05);
            box-shadow: 0 0.8rem 1.6rem 0 rgba(59, 64, 77, 0.05);
  }
  .menu__item-link:hover .menu__item-arrow::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .menu__item-link:hover .c-icon-arrow {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}

.price {
  background: #EBF7FF;
  margin: 7.3206442167vw 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .price {
    padding: 1.6rem 0;
    margin: 16.0857908847vw 0;
  }
}
.price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transform: translateY(calc(-100% + 0.1rem));
          transform: translateY(calc(-100% + 0.1rem));
}
@media screen and (max-width:767px) {
  .price::before {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_blue_sp.svg");
  }
}
.price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: translateY(calc(100% - 0.1rem));
          transform: translateY(calc(100% - 0.1rem));
}
@media screen and (max-width:767px) {
  .price::after {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_blue_sp.svg");
  }
}

@media print, screen and (min-width:768px) {
  .price__inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media print, screen and (min-width:1141px) {
  .price__inner {
    padding-left: 8.8rem;
    padding-right: 8.8rem;
  }
}

.price__ttl {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width:767px) {
  .price__ttl {
    margin-bottom: 3.2rem;
  }
}

.price__sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .price__sub-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.price__table {
  border-collapse: collapse;
}
.price__table th, .price__table td {
  padding: 1.3rem;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .price__table th, .price__table td {
    padding: 0.8rem;
  }
}
.price__table td {
  font-weight: 700;
  background: #fff;
}
.price__table tr:nth-child(odd) td {
  background: #F8F8F8;
}

.price__notes {
  margin-top: 2rem;
}

.price-plan {
  margin-bottom: 4rem;
}
@media print, screen and (min-width:768px) {
  .price-plan {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.2rem 28rem;
    grid-template-columns: 1fr 28rem;
    gap: 1.2rem;
  }
}

@media screen and (max-width:767px) {
  .price-plan__box--light {
    margin-bottom: 4rem;
  }
}

.price-plan__box-header {
  width: 28rem;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .price-plan__box-header {
    width: 45.0402144772vw;
  }
}

@media screen and (max-width:767px) {
  .price-plan__box-body {
    border-radius: 0.8rem;
    overflow: hidden;
  }
}

.price-plan__plan {
  height: 8.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.2rem 1.2rem 0 0;
  color: #fff;
}
@media screen and (max-width:767px) {
  .price-plan__plan {
    height: 7.8rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}

.price-plan__plan--light {
  background: #0081B0;
}
.price-plan__plan--light .price-plan__plan-en {
  width: 6.9rem;
}
@media screen and (max-width:767px) {
  .price-plan__plan--light .price-plan__plan-en {
    width: 5.4rem;
  }
}

.price-plan__plan--basic {
  background: #F66834;
}
.price-plan__plan--basic .price-plan__plan-en {
  width: 7.8rem;
}
@media screen and (max-width:767px) {
  .price-plan__plan--basic .price-plan__plan-en {
    width: 6.2rem;
  }
}

.price-plan__plan-name {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.4rem;
}
@media screen and (max-width:767px) {
  .price-plan__plan-name {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}

.price-plan__price {
  height: 8.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width:767px) {
  .price-plan__price {
    height: 7.2rem;
  }
}

.price-plan__price-wrap {
  text-align: center;
  font-weight: 700;
}
.price-plan__price-wrap sup {
  font-size: 60%;
  vertical-align: super;
}

.price-plan__price-num {
  font-family: var(--font-num);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .price-plan__price-num {
    font-size: 2.8rem;
    position: relative;
    bottom: -0.2rem;
  }
}

.price-plan__price-unit {
  font-size: 1.6rem;
  margin-top: 0.3rem;
}
@media screen and (max-width:767px) {
  .price-plan__price-unit {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.price-plan__price-user {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width:767px) {
  .price-plan__price-user {
    font-size: 1.2rem;
  }
}

.price-plan__table {
  width: 100%;
}
.price-plan__table td {
  padding: 0.2rem 2rem;
}
@media screen and (max-width:767px) {
  .price-plan__table td {
    padding: 0.2rem 0.8rem;
  }
}

@media print, screen and (min-width:768px) {
  .price-plan__box--basic .price-plan__table {
    border-radius: 0 0 1.2rem 0;
    overflow: hidden;
  }
}

.price-plan__category {
  width: 10.8rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width:767px) {
  .price-plan__category {
    font-size: 1rem;
    line-height: 1.2;
    width: 2.6rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
.price-plan__category::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.price-plan__category span {
  position: relative;
}
.price-plan__category sup {
  font-size: 60%;
  vertical-align: super;
}
@media screen and (max-width:767px) {
  .price-plan__category sup {
    font-size: 70%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: absolute;
    top: -0.6rem;
    right: -0.4rem;
  }
}

.price-plan__category--learn::before {
  background: var(--color-learn);
  border-radius: 1.2rem 0 0 0;
}
@media screen and (max-width:767px) {
  .price-plan__category--learn::before {
    border-radius: 0.8rem 0 0;
  }
}

.price-plan__category--check::before {
  background: var(--color-check);
}

.price-plan__category--consult::before {
  background: var(--color-consult);
}

.price-plan__category--select::before {
  background: var(--color-orange-gradient);
  border-radius: 0 0 0 1.2rem;
}
@media screen and (max-width:767px) {
  .price-plan__category--select::before {
    border-radius: 0 0 0 0.8rem;
  }
}

.price-plan__menu {
  position: relative;
}
@media screen and (max-width:767px) {
  .price-plan__menu {
    font-size: 1rem;
    padding-right: 1rem;
  }
}
.price-plan__menu::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #EBF7FF;
}
@media screen and (max-width:767px) {
  .price-plan__menu::after {
    width: 0.8rem;
  }
}

.price-plan__menu-sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .price-plan__menu-sub {
    font-size: 1rem;
  }
}

.price-plan__menu-sup {
  font-size: 60%;
  vertical-align: super;
}
@media screen and (max-width:767px) {
  .price-plan__menu-sup {
    font-size: 80%;
  }
}

.price-plan__check {
  width: 28rem;
  height: 5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767px) {
  .price-plan__check {
    width: 45.0402144772vw;
  }
}

.price-plan__check--middle {
  height: 6.6rem;
}
@media screen and (max-width:767px) {
  .price-plan__check--middle {
    height: 5.6rem;
  }
}

.price-plan__check-ok {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
  top: 0;
}
@media screen and (max-width:767px) {
  .price-plan__check-ok {
    width: 1.1em;
    height: 1.1em;
    top: 0.05em;
  }
}

.price-plan__star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2rem;
}

.price-plan__star {
  display: inline-block;
  height: 2.4rem;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon_star.svg");
  background-repeat: repeat-x;
  background-size: 2.4rem 2.4rem;
  background-position: left center;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
}
@media screen and (max-width:767px) {
  .price-plan__star {
    height: 1.8rem;
    background-size: 1.8rem 1.8rem;
  }
}
.price-plan__star[data-star="1"] {
  width: 2.4rem;
}
@media screen and (max-width:767px) {
  .price-plan__star[data-star="1"] {
    width: 1.8rem;
  }
}
.price-plan__star[data-star="2"] {
  width: 4.8rem;
}
@media screen and (max-width:767px) {
  .price-plan__star[data-star="2"] {
    width: 3.6rem;
  }
}
.price-plan__star[data-star="3"] {
  width: 7.2rem;
}
@media screen and (max-width:767px) {
  .price-plan__star[data-star="3"] {
    width: 5.4rem;
  }
}
.price-plan__star[data-star="4"] {
  width: 9.6rem;
}
@media screen and (max-width:767px) {
  .price-plan__star[data-star="4"] {
    width: 7.2rem;
  }
}

.price-plan__star-note {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width:767px) {
  .price-plan__star-note {
    font-size: 1rem;
    display: block;
    margin-top: 0;
  }
}

.price-plan__star-note-sup {
  font-size: 60%;
  vertical-align: super;
}
@media screen and (max-width:767px) {
  .price-plan__star-note-sup {
    font-size: 80%;
  }
}

.price-plan__row--check-sub .price-plan__menu,
.price-plan__row--consult-sub .price-plan__menu {
  padding-left: 2.4rem;
}
@media screen and (max-width:767px) {
  .price-plan__row--check-sub .price-plan__menu,
  .price-plan__row--consult-sub .price-plan__menu {
    padding-left: 1.6rem;
  }
}

.price-option {
  margin-bottom: 4rem;
}

.price-option__box {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .price-option__box {
    border-radius: 0.8rem;
  }
}

.price-option__table {
  width: 100%;
}
.price-option__table td {
  padding: 1.6rem 2rem;
}
@media screen and (max-width:767px) {
  .price-option__table td {
    font-size: 1rem;
    padding: 1.2rem 0.8rem;
  }
}
.price-option__table tr:nth-child(odd) td {
  background: #fff;
}
.price-option__table tr:nth-child(even) td {
  background: #F8F8F8;
}

.price-option__table-header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem !important;
  position: relative;
}
@media screen and (max-width:767px) {
  .price-option__table-header {
    font-size: 1.2rem !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}
.price-option__table-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue-gradient);
  border-radius: 1.2rem 1.2rem 0 0;
}
@media screen and (max-width:767px) {
  .price-option__table-header::before {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.price-option__table-header span {
  position: relative;
}

.price-option__service {
  width: 31.1688312%;
}
@media screen and (max-width:767px) {
  .price-option__service {
    width: 28.418230563vw;
  }
}
.price-option__service sup {
  font-size: 60%;
  vertical-align: super;
}

.price-option__service--corner {
  border-radius: 1.2rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .price-option__service--corner {
    border-radius: 0.8rem 0 0 0;
  }
}

.price-option__device {
  position: relative;
  border-left: 1.2rem solid #ebf7ff;
  border-right: 1.2rem solid #ebf7ff;
}
@media screen and (max-width:767px) {
  .price-option__device {
    font-size: 1rem;
    border-left: 0.4rem solid #ebf7ff;
    border-right: 0.4rem solid #ebf7ff;
  }
}
.price-option__device sup {
  font-size: 60%;
  vertical-align: super;
}

.price-option__device-sub {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .price-option__device-sub {
    font-size: 1rem;
  }
}

.price-option__price {
  width: 26.8398268%;
  text-align: center;
}
@media screen and (max-width:767px) {
  .price-option__price {
    width: 28.9544235925vw;
    padding: 0.6rem 0.3rem !important;
  }
}

.price-option__price-detail {
  font-size: 1.2rem;
  display: block;
}
.price-option__price-detail span {
  font-family: var(--font-num);
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .price-option__price-detail span {
    font-size: 1.6rem;
  }
}
.price-option__price-detail b {
  font-family: var(--font-num);
  font-size: 2rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width:767px) {
  .price-option__price-detail b {
    font-size: 1.8rem;
  }
}

.price-bonus {
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .price-bonus {
    margin-top: 4.8rem;
  }
}

.price-bonus__content {
  background: #fff;
  border-radius: 1.2rem;
  padding: 5rem 31.2rem 5rem 4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:767px) {
  .price-bonus__content {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}

.price-bonus__info {
  position: relative;
  z-index: 1;
}

.price-bonus__info-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media screen and (max-width:767px) {
  .price-bonus__info-ttl {
    font-size: 1.6rem;
  }
}

.price-bonus__desc {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width:767px) {
  .price-bonus__desc {
    font-size: 1.4rem;
  }
}

.price-bonus__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .price-bonus__plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-bonus__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 1.2rem 1.6rem 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .price-bonus__plan {
    padding: 1.7rem 2rem 1.7rem 1.2rem;
    gap: 1.6rem;
  }
}
.price-bonus__plan--light {
  background: #F2FCFF;
}
.price-bonus__plan--basic {
  background: #FFF8F3;
}

.price-bonus__plan-name {
  text-align: center;
  min-width: 8rem;
}
@media screen and (max-width:767px) {
  .price-bonus__plan-name {
    min-width: 11rem;
  }
}

.price-bonus__plan--light .price-bonus__plan-name-en img {
  width: 6.9rem;
}

.price-bonus__plan--basic .price-bonus__plan-name-en img {
  width: 7.8rem;
}

.price-bonus__plan-name-ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.price-bonus__plan--light .price-bonus__plan-name-ja {
  color: #0081B0;
}

.price-bonus__plan--basic .price-bonus__plan-name-ja {
  color: var(--color-orange);
}

.price-bonus__plan-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-bonus__plan-condition {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width:767px) {
  .price-bonus__plan-condition {
    font-size: 1.2rem;
  }
}

.price-bonus__plan-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.4rem;
}

.price-bonus__plan-point-num {
  font-family: var(--font-num);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .price-bonus__plan-point-num {
    font-size: 3.2rem;
  }
}

.price-bonus__plan-point-unit {
  font-size: 1.4rem;
  font-weight: 700;
}

.price-bonus__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.8rem;
}
@media screen and (max-width:767px) {
  .price-bonus__image {
    position: relative;
    right: 1.6rem;
    width: calc(100% + 3.2rem);
    margin-top: 2.4rem;
  }
}

.solution {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #fff;
}
@media screen and (max-width:767px) {
  .solution {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.solution__ttl {
  margin-bottom: 1.6rem;
}

.solution__lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .solution__lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width:767px) {
  .solution__list-slider {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media print, screen and (min-width:768px) {
  .solution__list-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width:767px) {
  .solution__list-item {
    height: auto;
  }
}

.solution__item {
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid #BFBFBF;
  overflow: hidden;
  height: 100%;
}

.solution__item-detail {
  padding: 1.6rem;
}
@media screen and (max-width:767px) {
  .solution__item-detail {
    padding: 1.2rem;
  }
}

.solution__item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
  .solution__item-ttl {
    margin-bottom: 0.8rem;
  }
}
.solution__item-ttl a {
  color: inherit;
  text-decoration: underline;
}
@media print, screen and (min-width:1025px) {
  .solution__item-ttl a:hover {
    text-decoration: none;
  }
}

.solution__item-txt {
  font-size: 1.6rem;
}

.solution__list {
  position: relative;
}
@media screen and (max-width:767px) {
  .solution__list {
    overflow: hidden;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

@media screen and (max-width:767px) {
  .solution__list-item {
    width: 24rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.solution__slider-navigation {
  display: none;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .solution__slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width:767px) {
  .is-swiper-initialized .solution__slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.solution__slider-prev,
.solution__slider-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--color-blue);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.solution__slider-prev:hover,
.solution__slider-next:hover {
  opacity: 0.8;
}
.solution__slider-prev .c-icon-arrow,
.solution__slider-next .c-icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
}

.solution__slider-prev .c-icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.case {
  background: #EBF7FF;
  margin: 7.3206442167vw 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .case {
    padding: 1.6rem 0;
    margin: 16.0857908847vw 0;
  }
}
.case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transform: translateY(calc(-100% + 0.1rem));
          transform: translateY(calc(-100% + 0.1rem));
}
@media screen and (max-width:767px) {
  .case::before {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-top_blue_sp.svg");
  }
}
.case::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1366/99;
  width: 100%;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: translateY(calc(100% - 0.1rem));
          transform: translateY(calc(100% - 0.1rem));
}
@media screen and (max-width:767px) {
  .case::after {
    aspect-ratio: 375/54;
    background-image: url("/business/outline/health-management/sleep-management/assets/img/top/wave-btm_blue_sp.svg");
  }
}

@media screen and (max-width:767px) {
  .case__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.case__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}

.case__slider .swiper-slide {
  width: calc((100% - 4.8rem) / 3);
  height: auto;
}
@media screen and (max-width:767px) {
  .case__slider .swiper-slide {
    width: calc(100% - 6rem);
  }
}

.case__card-img {
  aspect-ratio: 280/168;
}
.case__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__card-body {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case__card-ttl {
  margin-bottom: 1.2rem;
}

.case__card-ttl-logo {
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.2rem;
}
.case__card-ttl-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.case__card-ttl-name {
  font-size: 1.6rem;
  font-weight: 400;
}

.case__card-txt {
  font-size: 1.6rem;
  font-weight: 700;
}

.case__ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .case__ttl {
    margin-bottom: 2.4rem;
  }
}

.case__slider-wrap {
  position: relative;
  padding: 0 3rem;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .case__slider-wrap {
    padding: 0;
  }
}

.case__slider {
  overflow: hidden;
  padding: 0 6rem;
}
@media screen and (max-width:767px) {
  .case__slider {
    padding: 0 5rem;
  }
}

.case__slider-prev,
.case__slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .case__slider-prev,
  .case__slider-next {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.case__slider-prev::before,
.case__slider-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-blue-gradient);
  -webkit-transition: 0.3s var(--ease-main);
  transition: 0.3s var(--ease-main);
  -webkit-transition: -webkit-transform 0.2s var(--ease-main);
  transition: -webkit-transform 0.2s var(--ease-main);
  transition: transform 0.2s var(--ease-main);
  transition: transform 0.2s var(--ease-main), -webkit-transform 0.2s var(--ease-main);
}
@media print, screen and (min-width:1025px) {
  .case__slider-prev:hover::before,
  .case__slider-next:hover::before {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.case__slider-prev {
  left: 0.2rem;
}
@media screen and (max-width:767px) {
  .case__slider-prev {
    left: 1.2rem;
  }
}

.case__slider-prev .c-icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.case__slider-next {
  right: 0.2rem;
}
@media screen and (max-width:767px) {
  .case__slider-next {
    right: 1.2rem;
  }
}

.case__slider-prev .c-icon-arrow,
.case__slider-next .c-icon-arrow {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
}

.case__companies {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .case__companies {
    margin-top: 3.2rem;
  }
}

.case__companies-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .case__companies-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.case__companies-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  padding: 0 1.6rem;
}
@media screen and (max-width:767px) {
  .case__companies-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

@media screen and (max-width:767px) {
  .case__companies-list {
    width: calc(50% - 1rem);
  }
}
.case__companies-list li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.case__companies-list li::before {
  content: "•";
}

.flow {
  padding: 6rem 0;
}
@media screen and (max-width:767px) {
  .flow {
    padding: 4rem 0 6rem;
  }
}

.flow__ttl {
  margin-bottom: 1.6rem;
}
@media screen and (max-width:767px) {
  .flow__ttl {
    margin-bottom: 2rem;
  }
}

.flow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.4rem 1fr 3.4rem 1fr 3.4rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4rem;
}
@media screen and (max-width:767px) {
  .flow__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.flow__item {
  position: relative;
}
@media screen and (max-width:767px) {
  .flow__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9rem 1fr;
    grid-template-columns: 9rem 1fr;
  }
}
.flow__item::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/business/outline/health-management/sleep-management/assets/img/top/icon-arrow_or.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 6rem;
  right: -2.5rem;
}
@media screen and (max-width:767px) {
  .flow__item::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: calc(100% + 1rem);
    left: calc(50% - 1.2rem);
  }
}
.flow__item:last-child::after {
  display: none;
}

.flow__item-img {
  height: 13.7rem;
  width: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .flow__item-img {
    height: 8rem;
    margin-bottom: 0;
  }
}
.flow__item-img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .flow__item-detail {
    padding-left: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow__item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width:767px) {
  .flow__item-ttl {
    text-align: left;
    margin-bottom: 0.4rem;
  }
}

.flow__item-txt {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .flow__item-txt {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
@media print, screen and (min-width:1141px) {
  .flow__item-txt {
    padding-left: 0.8rem;
  }
}