@charset "UTF-8";
body {
  background-color: #f4f4f7;
}

.site-main {
  overflow: hidden;
  background-color: #fff;
  margin-top: 64px;
}

.heading--1 {
  font-size: 44px;
  font-weight: 500;
}
.heading--2 {
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 6px;
}
@media screen and (max-width: 999px) {
  .heading--2 {
    font-size: 28px;
  }
}
.heading--3 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .heading--3 {
    font-size: 18px;
  }
}

.kv {
  background-color: #f4f4f7;
  padding: 0;
}
.kv__container {
  padding: 70px 80px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .kv__container {
    padding: 44px 22px;
  }
}
.kv__inner {
  position: relative;
  width: 635px;
  height: 613px;
}
@media screen and (max-width: 999px) {
  .kv__inner {
    width: 328px;
    height: 612px;
  }
}
.kv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv__text {
  display: block;
  margin-top: 30px;
}
.kv__icon {
  position: absolute;
}
.kv__icon--1 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .kv__icon--1 {
    width: 124px;
  }
}
.kv__icon--2 {
  bottom: 70px;
  right: 13px;
}
@media screen and (max-width: 999px) {
  .kv__icon--2 {
    width: 141px;
    bottom: 0;
    right: 0;
  }
}
.kv__icon--3 {
  top: 0;
  left: 200px;
}
@media screen and (max-width: 999px) {
  .kv__icon--3 {
    width: 84px;
    left: 145px;
  }
}
.kv__icon--4 {
  top: 0;
  left: 340px;
}
@media screen and (max-width: 999px) {
  .kv__icon--4 {
    width: 64px;
    left: auto;
    right: 0;
    top: 27px;
  }
}
.kv__icon--5 {
  bottom: 0;
  left: 150px;
}
@media screen and (max-width: 999px) {
  .kv__icon--5 {
    width: 144px;
    left: 20px;
  }
}
.kv__icon--6 {
  top: 63px;
  right: 84px;
}
@media screen and (max-width: 999px) {
  .kv__icon--6 {
    width: 117px;
    transform: rotate(90deg);
    right: 0;
    transform-origin: bottom;
    top: 130px;
  }
}
.kv__icon--7 {
  top: 340px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .kv__icon--7 {
    width: 38px;
    top: 260px;
    left: 0;
  }
}
.kv__icon--8 {
  top: 220px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .kv__icon--8 {
    width: 79px;
    top: 151px;
  }
}
.kv__icon--9 {
  bottom: 50px;
  left: 50px;
}
@media screen and (max-width: 999px) {
  .kv__icon--9 {
    width: 64px;
    bottom: 150px;
    left: 0;
  }
}
.kv__icon--10 {
  top: 130px;
  right: 10px;
}
@media screen and (max-width: 999px) {
  .kv__icon--10 {
    width: 58px;
    top: 283px;
    right: 0;
  }
}
.kv__icon--11 {
  bottom: 30px;
  right: 220px;
}
@media screen and (max-width: 999px) {
  .kv__icon--11 {
    width: 40px;
    top: 418px;
    right: 8px;
  }
}
.kv__icon--12 {
  top: 290px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .kv__icon--12 {
    width: 139px;
    right: auto;
    left: 20px;
    top: 490px;
  }
}
.kv.is-show .kv__icon {
  opacity: 1;
  transform: none;
}
.kv.is-show .kv__head {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.kv.is-show .kv__text {
  opacity: 1;
  transform: translateY(0);
}
.kv .kv__icon {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  transition-delay: var(--delay, 0s);
}
.kv .kv__head {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.kv .kv__text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.section--experience {
  border-top: 1px solid #0ddcfc;
  padding-bottom: 184px;
  background-color: #f4f4f7;
}
@media screen and (max-width: 999px) {
  .section--experience {
    padding-bottom: 104px;
  }
}
.section--experience::before {
  content: "体験する";
  border-color: #0ddcfc;
  color: #0ddcfc;
  background-color: #f4f4f7;
}
.section--experience__head {
  height: 320px;
}
@media screen and (max-width: 999px) {
  .section--experience__head {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .section--experience .section__head {
    border-color: #0ddcfc;
  }
}
.section--experience .section__heading {
  background-image: url("../assets/images/top/bg_section_experience.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 270px 340px;
  height: 320px;
}
@media screen and (max-width: 999px) {
  .section--experience .section__heading {
    height: auto;
    padding-bottom: 64px;
    background-position: 130px 10%;
    background-size: 150px;
  }
}
.section--discovery {
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  overflow: hidden;
  margin-top: -40px;
  padding-top: 104px;
  padding-bottom: 184px;
}
@media screen and (max-width: 999px) {
  .section--discovery {
    padding-top: 42px;
    padding-bottom: 104px;
  }
}
.section--discovery::before {
  content: "知る";
  border-color: #00d564;
  color: #00d564;
}
@media screen and (max-width: 999px) {
  .section--discovery::before {
    padding-bottom: 24px;
  }
}
.section--discovery__head {
  height: 300px;
}
@media screen and (max-width: 999px) {
  .section--discovery__head {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .section--discovery .section__head {
    border-color: #00d564;
  }
}
.section--discovery .section__heading {
  background-image: url("../assets/images/top/bg_section_discovery.png");
  background-repeat: no-repeat;
  background-position: 100px 100px;
  background-size: 320px 160px;
  height: 300px;
}
@media screen and (max-width: 999px) {
  .section--discovery .section__heading {
    height: auto;
    padding-bottom: 64px;
    background-position: 60px 70%;
    background-size: 224px;
  }
}
.section--learning {
  border-radius: 24px 24px 0 0;
  background-color: #f4f4f7;
  overflow: hidden;
  margin-top: -40px;
  padding-top: 104px;
  padding-bottom: 184px;
}
@media screen and (max-width: 999px) {
  .section--learning {
    padding-top: 42px;
    padding-bottom: 104px;
  }
}
.section--learning::before {
  content: "学ぶ";
  border-color: #ff5432;
  color: #ff5432;
  background-color: #f4f4f7;
}
@media screen and (max-width: 999px) {
  .section--learning::before {
    padding-bottom: 24px;
  }
}
.section--learning__head {
  height: 300px;
}
@media screen and (max-width: 999px) {
  .section--learning__head {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .section--learning .section__head {
    border-color: #ff5432;
  }
}
.section--learning .section__heading {
  background-image: url("../assets/images/top/bg_section_learning.png");
  background-repeat: no-repeat;
  background-position: 130px 90px;
  background-size: 310px 176px;
  height: 300px;
}
@media screen and (max-width: 999px) {
  .section--learning .section__heading {
    height: auto;
    padding-bottom: 64px;
    background-position: 67px 80%;
    background-size: 205px;
  }
}
.section--info {
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  padding-top: 189px;
}
@media screen and (max-width: 999px) {
  .section--info {
    padding-top: 181px;
  }
}
.section--info::before {
  content: none;
}

.experience-slider {
  margin-top: 86px;
}
@media screen and (max-width: 999px) {
  .experience-slider {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #dadeeb;
  }
}
.experience-slider__wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .experience-slider__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.experience-slider__container {
  overflow: visible;
}
.experience-slider__item {
  width: 480px;
}
@media screen and (max-width: 999px) {
  .experience-slider__item {
    width: 100%;
  }
}
.experience-slider__heading {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .experience-slider__heading {
    margin-top: 16px;
  }
}
.experience-slider__text {
  margin-top: 16px;
  color: #5d5d5d;
}
.experience-slider__assets {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .experience-slider__assets {
    justify-content: center;
  }
}
.experience-slider__head {
  color: #0aceec;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .experience-slider__head {
    font-size: 20px;
  }
}
.experience-slider__button-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .experience-slider__button-container {
    display: none;
  }
}
.experience-slider .swiper-button-prev,
.experience-slider .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  background-image: url("../assets/images/top/btn_slider.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  margin: 0;
  transition: opacity 0.1s linear;
}
@media screen and (min-width: 999px) {
  .experience-slider .swiper-button-prev:hover,
  .experience-slider .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.experience-slider .swiper-button-prev::after,
.experience-slider .swiper-button-next::after {
  content: none;
}
.experience-slider .swiper-button-prev[aria-disabled=true],
.experience-slider .swiper-button-next[aria-disabled=true] {
  background-image: url("../assets/images/top/btn_slider_disable.svg");
}
.experience-slider .swiper-button-prev {
  transform: rotate(180deg);
}

.learning-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .learning-list {
    flex-direction: column;
  }
}
.learning-list__item {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .learning-list__item {
    width: 100%;
  }
}
.learning-item__heading {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .learning-item__heading {
    margin-top: 16px;
  }
}
.learning-item__text {
  margin-top: 16px;
  color: #5d5d5d;
}

.info-slider {
  position: absolute;
  width: 100vw;
  top: 64px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .info-slider {
    top: 56px;
  }
}
.info-slider__wrapper {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.info-slider__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  flex-shrink: 0;
  padding: 0 32px;
  -webkit-animation: slide-anim 10s linear infinite;
  animation: slide-anim 10s linear infinite;
}
.info__head {
  margin-top: 64px;
}
@media screen and (max-width: 999px) {
  .info__head {
    border: none;
    padding-top: 0;
    margin-top: 40px;
  }
}
.info__heading {
  width: 560px;
  height: 380px;
}
@media screen and (max-width: 999px) {
  .info__heading {
    width: 100%;
    height: auto;
  }
}
.info__lead {
  width: calc(100% - 520px);
}
@media screen and (max-width: 999px) {
  .info__lead {
    width: 100%;
    margin-top: 24px;
  }
}
.info__heading-2 {
  margin-top: 24px;
  font-size: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .info__heading-2 {
    margin-top: 8px;
    font-size: 24px;
  }
}
.info-list {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .info-list {
    flex-direction: column;
    margin-top: 32px;
  }
}
.info-list__head {
  font-size: 24px;
  font-weight: 500;
  color: #3381dd;
}
@media screen and (max-width: 999px) {
  .info-list__head {
    display: block;
    text-align: center;
  }
}
.info-list__item {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .info-list__item {
    width: 100%;
  }
}
.info-item__heading {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .info-item__heading {
    margin-top: 16px;
  }
}
.info-item__text {
  margin-top: 16px;
  color: #5d5d5d;
}

@-webkit-keyframes slide-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.app {
  padding: 0 40px 73px;
}
@media screen and (max-width: 999px) {
  .app {
    margin-top: 56px;
    padding: 0 16px 16px;
  }
}
.app__container {
  background-color: #f8f1ef;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  padding: 45px 80px 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .app__container {
    border-radius: 40px 40px 0 0;
    padding: 56px 20px 80px;
  }
}
.app__bg {
  position: absolute;
  z-index: 0;
}
.app__bg--1 {
  top: 250px;
  left: -110px;
}
.app__bg--2 {
  top: 0;
  right: -170px;
}
.app-download {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 55px;
}
.app-download__heading {
  font-size: 32px;
  font-weight: 500;
  color: #017b63;
  text-align: center;
  display: block;
}
@media screen and (max-width: 999px) {
  .app-download__heading {
    font-size: 20px;
  }
}
.app-download__button-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  margin: 42px;
}
@media screen and (max-width: 999px) {
  .app-download__button-list {
    margin: 22px auto 0 auto;
    max-width: 279px;
    gap: 7px;
  }
}
.app-download__button-list > li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}
.app-download__logo {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .app-download__logo {
    margin-top: 32px;
  }
  .app-download__logo > img {
    max-width: 279px;
  }
}
.app-download__content {
  width: 646px;
}
@media screen and (max-width: 999px) {
  .app-download__content {
    width: 100%;
  }
}
.app__usage {
  padding: 72px 0 0;
  border-top: 2px dashed #38537a;
  margin-top: 56px;
  position: relative;
}
.app-usage__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0 24px;
  font-weight: 500;
  background-color: #f8f1ef;
}
@media screen and (max-width: 999px) {
  .app-usage__badge {
    padding: 0 18px;
  }
}
.app-usage__badge-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  height: 65px;
  background-color: #38537a;
  min-width: 120px;
  font-size: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 999px) {
  .app-usage__badge-inner {
    font-size: 18px;
    padding: 0 18px;
    height: 41px;
    font-weight: 400;
    white-space: nowrap;
  }
}
.app-usage__badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #38537a;
  width: 0;
  height: 0;
}
.app-detail {
  width: 100%;
  max-width: 1200px;
  margin: -40px auto 0;
  position: relative;
}
.app-detail__container {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 999px) {
  .app-detail__container {
    display: block;
    background-color: #afdaca;
    border-radius: 40px;
    padding: 56px 16px;
  }
}
.app-detail__container > * {
  width: 50%;
  background-color: #afdaca;
  padding: 37px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .app-detail__container > * {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
}
.app-detail__modal {
  border-radius: 44px 0 0 44px;
}
@media screen and (max-width: 999px) {
  .app-detail__modal {
    border-radius: 0;
  }
}
.app-detail__register {
  border-radius: 0 44px 44px 0;
}
@media screen and (max-width: 999px) {
  .app-detail__register {
    border-radius: 0;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #fff;
  }
}
.app-detail__heading {
  color: #017b63;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .app-detail__heading {
    font-size: 20px;
  }
}
.app-detail__modal-button {
  margin-top: 24px;
}
.app-detail__badge {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 24px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 40px;
  background-color: #f45c27;
  margin-top: 32px;
}
@media screen and (max-width: 999px) {
  .app-detail__badge {
    font-size: 16px;
    padding: 4px 30px;
  }
}
.app-detail__badge-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.app-detail__badge-inner::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: currentColor;
  transform-origin: center;
  transform: rotate(-135deg);
}
.app-detail__badge-inner::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: currentColor;
  transform-origin: center;
  transform: rotate(135deg);
}
.app-detail__badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f45c27;
  width: 0;
  height: 0;
}
.app-detail__button {
  position: relative;
  margin-top: 16px;
}

.usage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 999px) {
  .usage-list {
    flex-direction: column;
  }
}
.usage-list > li {
  width: 33.3333333333%;
  padding: 0 24px;
}
@media screen and (max-width: 999px) {
  .usage-list > li {
    width: 100%;
    padding: 0;
  }
}
.usage-list__tag {
  font-size: 12px;
  font-weight: 700;
  color: #017b63;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 4px;
}
.usage-list__heading {
  margin-top: 8px;
}
.usage-list__text {
  font-size: 14px;
  margin-top: 8px;
  color: #5d5d5d;
}
.usage-list__image {
  display: block;
  margin: 0 auto;
}
.usage-list__content {
  margin-top: 24px;
}
.usage-list__link {
  margin-top: 20px;
}

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