video {
  width: 100%;
}

img {
  content-visibility: auto;
}

.c-floatingcv {
  display: none !important;
}

/* .cv__btn.cv__btn--default,
.cta__btn.cta__btn--default,
.header__btn.header__btn--default {
  display: none !important;
} */

@media print,screen and (min-width: 769px) {
  html {
    font-size: 10px;
  }
}

@media print,screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
}



/*==============================
  
==============================*/

.text-red {
  color: #d53a35
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.frame__screen {
  padding-bottom: 12rem;
}

.c-fv02__bread {
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
  display: flex !important;
}
.c-fv02__bread-item,
.c-fv02__bread-link {
  font-family: "Noto Sans JP";
}

.s-footer-nav, .c-footer-remark, .c-footer-sns, .c-footer-logos{
  display: none !important;
}

.header {
  position: relative;
  box-shadow: 0 0.3rem 1rem #00000026;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 2rem;
}

.header__icon.header__icon--benesse {
  max-width: 9rem;
  width: 100%;
}

.header__icon-list {
  display: flex;
  flex-direction: column;
}

.header__icon.header__icon--zemi {
  max-width: 15rem;
  width: 100%;
}

.header__btn-text {
  font-size: 1.5rem;
  margin: 0 0 0.2rem 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  color: #fff;
}

.header__btn {
  height: 4rem;
  width: 19rem;
  align-items: center;
  justify-content: center;
  background: #005bab;
  display: flex;
  border-radius: 4rem;
  text-decoration: none;
  cursor: pointer;
}

.header__btn.header__btn--comingsoon {
  background: #9E9E9E;
  cursor: default;
}

.header__btn:hover {
  opacity: 0.7;
}

.header__btn.header__btn--comingsoon:hover {
  opacity: 1;
}

.kv {
  width: 100%;
}

.cv {
  background: #FFFEDE;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.cv.cv--bottom {
  margin-top: 8rem;
}

.cv__top {
  background-color: #fff;
}

.cv__bottom {
  background-color: #fff;
}

.cv__inner {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.cv.cv--bottom .cv__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cv__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.cv__btn {
  border-radius: 6rem;
  background: #F78B3D;
  position: relative;
  width: 100%;
  display: block;
  padding: 1.6rem 0 1.6rem 11rem;
  max-width: 32rem;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.cv__btn.cv__btn--comingsoon {
  background: #9E9E9E;
  padding-left: 8rem;
  cursor: default;
}

.cv__btn:hover {
  opacity: 0.7;
}

.cv__btn.cv__btn--comingsoon:hover {
  opacity: 1;
}

.cv__btn::after {
  content: "";
  background-image: url(/op/nana/arrow_forward_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cv__btn.cv__btn--comingsoon::after {
  content: none;
}

.cv__btn-text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

.cv__btn.cv__btn--comingsoon .cv__btn-text {
  font-size: 1.8rem;
}

.cv__btn-icon {
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  width: 6.8rem;
}

.cv__btn.cv__btn--comingsoon .cv__btn-icon {
  left: 1.0rem;
}

ul.nana-offer {}

.nana-offer__item {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.nana-offer__item::before {
  content: "※";
}

.nana-offer__item.nana-offer__item--list::before {
  content: "・";
}

.nana-offer__item.nana-offer__item--nomark {
  text-indent: 0;
  padding-left: 0;
}
.nana-offer__item.nana-offer__item--nomark::before {
  content: "";
}

.nana-link {
  color: var(--material_green, #00AFA0);
  text-decoration-line: underline;
  cursor: pointer;
}

.nana-link:hover {
  opacity: 0.7;
}

.nana-link.nana-link--modal::after {
  content: "";
  background-image: url(/op/nana/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4rem;
}

.cv__deadline {
  border-radius: 1.2rem;
  border: 0.2rem solid #F78B3D;
  background: var(--white, #FFF);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.cv__deadline-lead {
  color: #F06907;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.cv__deadline-body {}

.cv__deadline-text {
  color: var(--material_black, #00325F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.cv__deadline-date-wrapper {}

.cv__deadline-date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.4rem;
}

.cv__deadline-date-main {
  color: var(--material_black, #00325F);
  font-family: "Roboto Mono";
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.38rem;
}

.cv__deadline-date-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.cv__deadline-label {
  color: var(--material_black, #00325F);
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cv__deadline-day {
  width: 4rem;
  height: 4rem;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 2.8475rem;
  background: var(--material_black, #00325F);
}

.cv__deadline-divider {
  margin: 0 auto;
  width: 100%;
}

.cv__deadline-header {
  margin-bottom: 0.8rem;
}

.nana-offer__item .nana-link {
  color: #464646;
}

.acc__body .nana-offer__item a {
  color: var(--material_green, #00AFA0);
}

.offer .acc__head-text {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.offer .acc__head-text::after {
  content: "";
  background-image: url(/op/nana/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  padding-left: 0.4rem;
  padding-top: 0.2rem;
  vertical-align: text-bottom;
}

.offer .acc__item.is-open .acc__head-text::after {
  background-image: url(/op/nana/remove.svg);
}

.offer .acc__head-text::before {
  content: "※";
}

.offer .acc__body {
  padding-left: 1.5rem;
}

.acc__body {
  display: none;
}

.cost__offer {
  background: #00AFA0;
  padding: 1.5rem;
}

.cost .cost__offer .offer {
  margin: 0;
  padding: 0;
}

.cost__offer .offer .acc__head-text {
  color: var(--white, #FFF);
}

.cost__offer .offer .acc__head-text::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(11%) hue-rotate(40deg) brightness(105%) contrast(105%);
}

.cost__offer .nana-offer__item {
  color: var(--white, #FFF);
}

.anchor {
  padding: 0;
  border: none;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #EBFFF0;
  margin-top: 4rem;
}

.anchor__top {
  position: absolute;
  top: 0;
  background-color: #fff;
  padding-top: 3rem;
  width: 100%;
}

.anchor__bottom {
  background-color: #fff;
  width: 100%;
}

.anchor__inner {
  position: relative;
}

.anchor::after {
  content: none;
}

.anchor__list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  padding: 2.4rem 3.45rem 3.2rem;
}

.anchor__list-item {
  width: calc((100% - 1.6rem)/2);
}

.anchor__btn {
  display: flex;
  max-width: 14.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 1.6rem 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  border-radius: 11rem;
  background: #01A092;
  background-image: linear-gradient(#01a092 75%, #ffffff 75%);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.anchor__num {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans Javanese";
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.anchor__text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-feature-settings: "palt";
}

.anchor__icon {
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}

.anchor__icon img {
  vertical-align: baseline;
}

.anchor__text .-small {
  font-size: 1.6rem;
}

.feature {
  padding-top: 8rem;
}

.feature__main-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.feature__main-ttl-sub {
  color: var(--material_black, #00325F);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.feature__main-ttl-main {
  color: var(--material_black, #00325F);
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.feature__main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 1.5rem;
}

.feature__ttl {
  margin-bottom: 1.6rem;
  width: 100%;
  padding: 0 1.5rem;
}

.feature__points {
  border-radius: 3.2rem;
  background: #22B7AA;
  padding: 4rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.feature__point-bg {
  border-radius: 2rem;
  background: var(--white, #FFF);
  padding-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
}

.feature__point-bg + .offer,
.feature__point-bg + .nana-offer {
  margin-top: 1.6rem;
}

.feature__point-ttl {}

.feature__point-ttl-sub {
  color: var(--green_text, #177170);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}

.feature__point-ttl-main {
  color: var(--material_black, #00325F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}

.feature__point-ttl-main .-large {
  font-size: 4rem;
  font-feature-settings: "palt";
}

.feature__point-video>video {
  display: block;
}

.feature__point-video.feature__point-video--laerge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feature__point-video.feature__point-video--laerge video {
  width: 105%;
}

.cta {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.cta.cta--fixed {
  position: sticky;
  bottom: 1rem;
  z-index: 2;
}

.cv.cv--bottom + .cta {
  margin-top: 8rem;
}

.system__item-bg + .cta {
  margin-top: 6rem;
}

.system + .cta {
  margin-top: 8rem;
}

.faq + .cta {
  margin-top: 6rem;
}

.cta__bubble {
  color: #00325F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.cta__bubble::before {
  content: "＼";
  margin-right: 0.5rem;
}

.cta__bubble::after {
  content: "／";
  margin-left: 0.5rem;
}

.cta__btn {
  border-radius: 6rem;
  background: #F78B3D;
  position: relative;
  width: 100%;
  display: block;
  padding: 1.6rem 0 1.6rem 11rem;
  max-width: 32rem;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.cta__btn.cta__btn--comingsoon {
  background: #9E9E9E;
  padding-left: 8rem;
  cursor: default;
}

.cta__btn:hover {
  opacity: 0.7;
}

.cta__btn.cta__btn--comingsoon:hover {
  opacity: 1;
}

.cta__btn::after {
  content: "";
  background-image: url(/op/nana/arrow_forward_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta__btn.cta__btn--comingsoon::after {
  content: none;
}

.cta__btn-text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

.cta__btn.cta__btn--comingsoon .cta__btn-text {
  font-size: 1.8rem;
}

.cta__btn-icon {
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  width: 6.8rem;
}

.cta__btn.cta__btn--comingsoon .cta__btn-icon {
  left: 1.0rem;
}

.cta .nana-offer {
  padding: 0 1.5rem;
}

.feature__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.feature__exp {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.feature__exp-ttl-sub {
  color: var(--material_black, #00325F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.feature__exp-tab-panel {
  display: none;
}

.feature__exp-tab-panel.is-active {
  display: block;
}

.feature__exp-tab-panel video {
  display: block;
}

.feature__exp-tab {
  position: relative;
}

.feature__exp-tab-list {
  position: absolute;
  top: 0;
  height: 6.5rem;
  width: 100%;
  z-index: 1;
  display: flex;
}

.feature__exp-tab-item {
  height: 100%;
  width: 20%;
}

.feature__exp-tab-item.is-active {
  width: 36%;
}

.feature__point-img {
  padding: 0 1.5rem 3.2rem;
}

.feature .nana-offer__item {
  color: var(--white, #FFF);
}

.feature .feature__exp .nana-offer__item {
  color: #464646;
}

.feature .offer .acc__head-text {
  color: var(--white, #FFF);
}

.feature .offer .acc__head-text::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(11%) hue-rotate(40deg) brightness(105%) contrast(105%);
}

.system {
  background-color: #EEE;
  margin-top: 8rem;
  position: relative;
}

.system__top {
    background-color: #fff;
    display: block;
}

.system__bottom {
    background-color: #fff;
    display: block;
}

.system__item-bg {
  background-color: #FFF;
  border-radius: 2rem;
  padding: 4rem 1.5rem;
  margin-top: 2rem;
  gap: 1.6rem;
}

.system__inner {
  padding: 8rem 1.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.system__info-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.system__item-ttl {
  margin-top: 6rem;
}

.system__info-label {
  width: fit-content;
  padding: 0.8rem 2rem;
  background-color: #00AFA0;
  margin: 0 auto;
  border-radius: 4rem;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.system__info-label.system__info-label--orange {
  background-color: #FAA030;
}

.system__info-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.system__info-item + .system__info-item {
  margin-top: 3.2rem;
}

.system__info-type {
  color: var(--material_black, #00325F);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.system__info-price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.system__info-price {
  color: var(--material_black, #00325F);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 6.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.system__info-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.system__info-tax {
  color: #00325F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.system__info-currency {
  color: #00325F;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.system__item-text {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.system__item-bg {
  display: flex;
  flex-direction: column;
}

.system__item-text .-bold {
  font-weight: bold;
}

.system__info-maintxt {
  color: #464646;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.system__info-maintxt .-large {
  font-size: 3.8rem;
}

.system__info-note {
  color: #464646;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.system__info-note 

.system__offer {
    margin-top: 1.6rem;
}

.faq {
  margin-top: 8rem;
}

.faq__inner {
  padding: 0 1.5rem;
}

.faq__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq__item-ttl {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-top: 8rem;
  padding-left: 1.4rem;
}

.faq__item-ttl::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 100%;
  background-color: #00AFA0;
  left: -0.2rem;
}

.faq__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 2rem 0.8rem;
  border-bottom: 0.1rem solid #DDD;
  position: relative;
}

.faq__head::after {
  content: "";
  background-image: url(/op/nana/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
}

.acc__item.is-open .faq__head::after {
  background-image: url(/op/nana/remove.svg);
}

.faq__head-q {
  width: 1.5rem;
}

.faq__head-text {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  position: relative;
  flex: 1;
}

.faq__body {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  width: 100%;
  background-color: #F8F8F8;
  padding: 1.6rem 0.8rem;
}

.faq__body-inner {
  flex: 1;
}

.faq__body-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq__body-item + .faq__body-item {
  margin-top: 0.8rem;
}

.faq__a {
  width: 1rem;
}

.faq__a img {
  vertical-align: middle;
}

.faq__answer-lead {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.faq__answer-text {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.faq__attention {
  padding: 4rem 0 0;
}

.faq__attention-text {
  color: #464646;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.faq__attention-smtext {
    color: #464646;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}

.cost .offer {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}

/* モーダル背景（オーバーレイ） */
.nana-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}

/* 白いカード部分 */
.nana-modal-container {
  position: relative;
  margin: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  gap: 0.8rem;
  top: 0;
}

/* 右上の閉じるボタン */
.nana-modal-close {
  padding: 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.nana-modal-close_icon {
  display: block;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.nana-modal-close_txt {
  color: var(--material_green, #00AFA0);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* コンテンツ内の装飾 */
.nana-modal-ttl {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.nana-modal-content {
  overflow: hidden;
  width: 100%;
  border-radius: 2rem;
}

.nana-modal-content__inner {
  display: flex;
  padding: 4rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 2rem;
  background: #FFF;
  max-height: 80vh;
  overflow: auto;
  gap: 2.4rem;
  width: 100%;
}

.nana-modal-content__inner::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

.nana-modal-content__inner::-webkit-scrollbar-track {
  background: transparent;
}

.nana-modal-content__inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

.nana-modal-content__inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.nana-modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.nana-modal-text {
  color: #464646;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.nana-modal__cvbtn {
  display: flex;
  padding: 1.6rem 0;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  align-self: stretch;
  flex-direction: column;
  border-radius: 6rem;
  background: #2C86D9;
  text-decoration: none;
  position: relative;
}

.nana-modal__cvbtn::after {
  content: "";
  background-image: url(https://zcms.bc-glex.net/ics/publish/res.do?type=res&res=s02/op/nana/arrow_forward_left.svg);
  background-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 1rem;
}

.nana-modal__cvbtn-text {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.07rem;
}

.nana-modal__cvbtn-subtext {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.06rem;
}

.nana-modal__cvbtn.nana-modal__cvbtn--nomember {
  border-radius: 6rem;
  background: var(--material_green, #00AFA0);
}

.nana-modal-subttl {
  color: #2C86D9;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.nana-modal-ttl {
  color: #464646;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.js-accordion-trigger {
  cursor: pointer;
}

.js-accordion-trigger:hover {
  opacity: 0.7;
}

.nana-app__list {
  display: flex;
  flex-direction: column;
}

.nana-app__list-item {
  display: flex;
  flex-direction: column;
}

.nana-app__list-btn {
  color: #464646;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  padding: 0.8rem 0;
}

.nana-app__list-btn:hover {
  opacity: 0.7;
}

.nana-app__list-item:not(:last-child) .nana-app__list-btn {
  border-bottom: 0.1rem solid #DDD;
}

.nana-app__list-item:not(:first-child) .nana-app__list-btn {
  margin-top: 0.8rem;
}


@media print, screen and (min-width: 769px) {

  .u-nana {
    background-image: radial-gradient(circle, #ffffff 65%, transparent 65.5%), linear-gradient(90deg, #00afa0 50%, #faa030 50%);
    background-size: 148% 100%, 100% 100%;
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .frame {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
  }

  .frame__screen {
    max-width: 375px;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .frame__side {
    max-width: 345px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .frame__side > * {
    width: 100%;
  }

  .anchor:first-child {
    border-top: none;
  }

  .nana-modal-container {
    max-width: 600px;
    margin: 0 auto;
  }

  .frame__side.frame__side--left {
    left: 10%;
  }

  .frame__side.frame__side--right {
    right: 10%;
  }

}

@media print, screen and (max-width: 768px) {
  .frame__side {
    display: none !important;
  }
}