@charset "UTF-8";
/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
@media (min-width: 976px) {
  html,
  body {
    height: auto !important; 
    overflow-anchor: none;
  }
}
main {
  overflow: hidden;
  overflow: visible;
}

/* PC: 左カラム min 600px + 可変、右プレビューは 375〜601px で viewport に追従 */
/* .pc__wrapper {
  display: grid;
  grid-template-columns: minmax(600px, 1fr) clamp(375px, 100vw - 600px, 601px);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
  height: 100vh;
} */
@media (min-width: 976px) {
  /* .pc__wrapper {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  } */
}
@media (max-width: 975px) {
  .pc__wrapper {
    display: block;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 976px) {
  .pc__content {
    position: relative;
    min-width: 600px;
    min-height: 0;
    overflow: hidden;
    align-self: stretch;
    height: 100vh;
    position: fixed;
    left: 0;
    width: calc(100% - 600px);
  }
}
@media (max-width: 975px) {
  .pc__content {
    display: none;
  }
}

.sp__wrapper {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 976px) {
  .sp__wrapper {
    min-height: 0;
    /* height: 100%; */
    /* max-height: 100dvh; */
    display: flex;
    flex-direction: column;
    width: clamp(375px, 100vw - 600px, 601px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 975px) {
  .sp__wrapper {
    max-width: none;
    height: auto;
    max-height: none;
    overflow: visible;
    display: block;
  }
}

@media (min-width: 976px) {
  .sp__content {
    flex: 1;
    min-height: 0;
    /* overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; */
  }
}
@media (max-width: 975px) {
  .sp__content {
    width: 100%;
    min-height: 0;
    overflow: visible;
  }
}

/* 375px 基準の中身を、右カラム幅（375〜601px）に合わせて JS で scale */
@media (min-width: 976px) {
  .sp__scale-outer {
    width: 100%;
    transition: height 0.3s ease-out; 
    will-change: height, transform;
    overflow: hidden;
  }
}
@media (max-width: 975px) {
  .sp__scale-outer {
    display: contents;
  }
}

@media (min-width: 976px) {
  .sp__scale-inner {
    width: 375px;
    box-sizing: border-box;
    transform-origin: top left;
    will-change: transform;
  }
}
@media (max-width: 975px) {
  .sp__scale-inner {
    display: contents;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.mv {
  padding-top: 28px;
  padding-bottom: 14px;
  background: url(../images/mv_bg.png) no-repeat center center/cover;
}

.mv__image {
  width: 270px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(15px 15px 20px rgba(26, 83, 80, 0.2));
  position: relative;
}
.mv__image__link {
  position: absolute;
  width: 104px;
  height: 31px;
  background-color: transparent;
  z-index: 10;
  bottom: 91px;
  left: 27px;
  transition: background-color 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.mv__image__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.mv__image__link.google {
  width: 104px;
  height: 31px;
  background-color: transparent;
  z-index: 10;
  left: auto;
  right: 29px;
  transition: background-color 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.mv__image__link.google:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.about {
  background-color: #fff;
  margin-top: -14px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.about__title {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
  display: inline;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.about__title .--02 {
  color: #35C1C6;
}
.about__title__image {
  width: 255px;
  height: auto;
  margin: 30px auto 0;
}
.about__title::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/about_decoration_l.svg) no-repeat center center/cover;
}
@media (min-width: 976px) {
  .about__title::before {
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .about__title::before {
    left: 20px;
  }
}
.about__title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/about_decoration_r.svg) no-repeat center center/cover;
}
.about__title span {
  display: block;
}
.about__sub {
  color: #35c1c6;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  margin-top: 20px;
}
.about__image {
  width: 434px;
  height: 167px;
  margin-top: -12px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-top: 24px;
}
.about__subtitle span {
  color: #35c1c6;
}
.about__description {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.28px;
  margin-top: 16px;
}

/*===========================================================================*/
/*  enable  */
/*===========================================================================*/
.enable {
  padding-top: 50px;
  padding-bottom: 62px;
  position: relative;
  background: url(../images/enable_bg.png) no-repeat center center/cover;
  background-color: rgba(235, 241, 240, 0.6);
  backdrop-filter: blur(50px);
  overflow: hidden;
}
.enable::before {
  content: "";
  position: absolute;
  top: 161px;
  right: calc(50% + 145px);
  width: 16px;
  height: 16px;
  background: url(../images/enable_decoration_l.svg) no-repeat center center/cover;
}
.enable::after {
  content: "";
  position: absolute;
  top: 102px;
  left: calc(50% + 142px);
  width: 25px;
  height: 26px;
  background: url(../images/enable_decoration_r.svg) no-repeat center center/cover;
}
.enable__title {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.68px;
  margin-bottom: 31px;
}
.enable__title__sub {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.enable__title__sub img {
  width: 119px;
}
.enable__title__sub span {
  font-size: 27.458px;
  letter-spacing: 1.098px;
}
.enable__content__item + .enable__content__item {
  margin-top: 50px;
}
.enable__content .content__number {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.05px;
  padding: 10px 0;
  border-radius: 1010.216px;
  background: #35c1c6;
  box-shadow: 12px 12px 20px 0 rgba(26, 83, 80, 0.1);
  width: 183px;
  margin: 0 auto;
}
.enable__content .content__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin-top: 12px;
}
.enable__content .content__title span {
  color: #35c1c6;
}
.enable__content .content__description {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.28px;
  margin-top: 12px;
}
.enable__content .content__step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 32px;
}
.enable__content .content__step span {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
.enable__content .content__step svg {
  width: 8.5px;
}
.enable__content .content__step__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-top: 12px;
}
.enable__content .content__step__list li {
  padding: 30px 28px;
  border-radius: 12px;
  border: 3px solid #fff;
  background: #fff;
  width: 100%;
}
.enable__content .content__step__list li:nth-child(3) {
  padding: 30px 17px 30px 28px;
}
.enable__content .content__step__list .step__number {
  color: #35c1c6;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.78px;
}
.enable__content .content__step__list .step__title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.44px;
  margin-top: 7px;
}
.enable__content .content__step__list .step__image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.enable__content .content__step__list .step__image img {
  width: 133px;
  height: 287px;
  border-radius: 12px;
  border: 1px solid rgba(211, 211, 211, 0.5019607843);
  box-shadow: 10px 10px 20px 0 rgba(26, 83, 80, 0.1);
}
.enable__content .content__step__list .step__image.column-text {
  gap: 22px;
  max-width: 284px;
  width: 100%;
}
.enable__content .content__step__list .step__image.column-text.column-text-between {
  justify-content: flex-start;
}
.enable__content .content__step__list .step__image.column-text img {
  width: 110px;
  height: 238px;
  border-radius: 12px;
  border: none;
  /* MOCK */
  box-shadow: 10px 10px 20px 0 rgba(26, 83, 80, 0.1);
}
.enable__content .content__step__list .content__inner__text {
  display: flex;
  justify-content: center;
}
.enable__content .content__step__list .step__image__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
@media (min-width: 976px) {
  .enable__content .content__step__list .step__image__text {
    font-size: 13px;
  }
}
.enable__content .content__step__list .step__image__text span {
  color: #35c1c6;
}
.enable__content__description {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.36px;
  margin-top: 20px;
}
.enable__content__appeal {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 4px;
}
.enable__content__appeal img {
  width: 53px;
}
.enable__content__appeal span {
  text-align: center;
  font-size: 22.043px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.441px;
}
.enable__content .content__image__hidden {
  width: 470px;
  height: 288px;
  margin-top: 22px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.enable__content .content__image__hidden img {
  width: 100%;
}

/*===========================================================================*/
/*  enjoy  */
/*===========================================================================*/
.enjoy {
  padding-top: 50px;
  padding-bottom: 50px;
}
.enjoy__title {
  color: #35c1c6;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.52px;
  margin-bottom: 26px;
}
.enjoy__title span {
  color: #2e2e2e;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  margin-bottom: 12px;
  display: block;
}
.enjoy__content__item {
  display: grid;
  grid-template-columns: 124px auto;
  align-items: center;
  gap: 17px;
}
.enjoy__content__item:nth-child(2) {
  grid-template-columns: auto 124px;
}
.enjoy__content__item + .enjoy__content__item {
  margin-top: -20px;
}
.enjoy__content__num {
  color: #35c1c6;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.32px;
  margin-bottom: 18px;
}
.enjoy__content__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
}
.enjoy__content__description {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
.enjoy__about {
  margin-top: 42px;
  padding: 40px 20px;
  border-radius: 20px;
  background: linear-gradient(163deg, #4ad3d8 36.89%, #3edeaa 74.41%, #77e0c2 94.28%);
}
.enjoy__about__inner {
  padding: 0 16px;
}
.enjoy__about__title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.8px;
  margin-bottom: 15px;
}
.enjoy__about__description {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  margin-bottom: 25px;
}
@media (min-width: 976px) {
  .enjoy__about__description {
    font-size: 12px;
  }
}
.enjoy__about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.enjoy__about__item {
  padding: 19px 11px 16px 12px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.enjoy__about__item img {
  margin: 0 auto;
}
.enjoy__about__item:nth-child(1) img {
  width: 37px;
  height: 37px;
}
.enjoy__about__item:nth-child(2) img {
  width: 26px;
  height: 34px;
}
.enjoy__about__item:nth-child(3) img {
  width: 39px;
  height: 34px;
}
.enjoy__about__item span {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.78px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 976px) {
  .enjoy__about__item span {
    font-size: 11px;
  }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.faq {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq__title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.24px;
  margin-bottom: 30px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 35px 13px 15px;
  border-radius: 6px;
  border: 1px solid #35c1c6;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(26, 83, 80, 0.1);
  cursor: pointer;
  position: relative;
}
.faq__question__label {
  color: #35c1c6;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  min-width: 25px;
}
.faq__question__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.28px;
  flex: 1;
}
.faq__question__icon {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 12px;
  height: 12px;
}
.faq__question__icon::before, .faq__question__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #35c1c6;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.faq__question__icon::before {
  width: 12px;
  height: 2px;
}
.faq__question__icon::after {
  width: 2px;
  height: 12px;
}
.faq__answer {
  margin: 0;
}
.faq__answer__body {
  display: none;
  padding-left: 21px;
}
.faq__answer__inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-top: 15px;
}
.faq__answer__label {
  color: #35c1c6;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.595px;
  min-width: 17px;
  text-align: center;
  flex-shrink: 0;
}
.faq__answer__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
  text-align: justify;
}
.faq__item.is-open .faq__question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq__suport {
  margin-top: 42px;
  padding: 32px 20px;
  border-radius: 20px;
  background: linear-gradient(163deg, #4ad3d8 36.89%, #3edeaa 74.41%, #77e0c2 94.28%);
}
.faq__suport__title {
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
}
.faq__suport__btn {
  margin-top: 20px;
  padding: 14px 54px 16px 53px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.faq__suport__btn span {
  position: relative;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing:.1em;
}
.faq__suport__btn span::before {
  background: url(../images/arrow.png) no-repeat center center/contain;
  content: '';
  height: 9px;
  right: -30px;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 8px;
}
.faq__suport__btn:hover {
  opacity: .6;
}
