.top {
  background-color: white !important;
}

.header .inner {
  height: 68px;
}
.header .logo {
  height: 40px;
}
.header .btn_primary,
.header .btn_secondary {
  margin-left: 10px;
  padding: 9px 16px;
}
.header .icon.btn_sq_white {
  padding: 6px 8px;
  gap: 5px;
}
.header .inner .right {
  gap: 0;
}

section > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1020px) {
  section > .inner {
    margin: 0 20px;
    padding: 40px 0;
  }
}

.registration .lv1, .account_type .lv1, .feature .lv1,
.basic_function .lv1, .mv .lv1 {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .registration .lv1, .account_type .lv1, .feature .lv1,
.basic_function .lv1, .mv .lv1 {
    font-size: 30px;
  }
}
.registration .lv1 .small, .account_type .lv1 .small, .feature .lv1 .small,
.basic_function .lv1 .small, .mv .lv1 .small {
  font-size: 30px;
  vertical-align: top;
}

.mv .inner {
  max-width: 1200px;
}
.mv .lv1 {
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv .lv1 {
    text-align: left;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv .lv1 .small {
    font-size: 19px;
  }
}
.mv .lv1 + p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv .lv1 + p {
    margin-top: 10px;
    text-align: left;
  }
}

.feature .lv1,
.basic_function .lv1 {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .feature .lv1,
.basic_function .lv1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .feature .lv1 .small,
.basic_function .lv1 .small {
    font-size: 20px;
  }
}

.account_type .lv1 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .account_type .lv1 {
    font-size: 28px;
  }
}

.registration .lv1 {
  line-height: 1;
}
.registration .lv1 .small {
  font-size: 20px;
  line-height: 1.2;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .registration .lv1 .small {
    font-size: 18px;
  }
}
.registration .lv1 + p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
}

.lv3 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lv3 {
    font-size: 22px;
  }
}

.basic_function .lv3 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .basic_function .lv3 {
    font-size: 20px;
  }
}

.txt_link a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.txt_link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/arrow_forward_ios.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
}

.mv {
  background: url(/assets/images/top.png), linear-gradient(180deg, #FFF7D0 0%, #FFE6EE 500px);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(/assets/images/top_sp.png), linear-gradient(180deg, #FFF7D0 0%, #FFE6EE 500px);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .mv .inner {
    padding-top: 80px;
  }
}
.mv .inner .mv_animation {
  width: 100%;
  background-color: white;
  margin-top: 40px;
  padding: 10px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.mv .inner .mv_animation .video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .inner .mv_animation {
    margin-top: 20px;
  }
}

.form_set {
  width: 430px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .form_set {
    width: auto;
    min-width: none;
    margin: 1dvb 0 0;
  }
}
.form_set input[type=email].form_text {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .form_set input[type=email].form_text {
    width: 100%;
    max-width: none;
  }
}
.form_set .btn_primary {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .form_set .btn_primary {
    width: 100%;
    margin: 5px 0 0;
  }
}

.demo,
.feedback {
  text-align: center;
  margin-top: 40px;
}
.demo .article,
.feedback .article {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.demo .btn_primary,
.demo .btn_sq_white,
.feedback .btn_primary,
.feedback .btn_sq_white {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .demo .btn_primary,
.demo .btn_sq_white,
.feedback .btn_primary,
.feedback .btn_sq_white {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .demo {
    margin-top: 20px;
  }
}

.feature {
  background-color: white;
}
.feature .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .feature .flex {
    flex-direction: column;
    gap: 20px;
  }
}
.feature .flex .article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .feature .flex .article {
    width: 100%;
  }
}
.feature .flex .card {
  width: calc((100% - 40px) / 2);
  padding: 10px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .feature .flex .card {
    width: 100%;
  }
}
.feature .flex .card .video {
  width: 100%;
}
.feature .flex:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature .flex:nth-of-type(odd) {
    flex-direction: flex-start;
  }
}

.basic_function {
  background-color: #F2F2F2;
}
.basic_function .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .basic_function .flex {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
}
.basic_function .flex .card {
  position: relative;
  width: calc((100% - 40px) / 3);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .basic_function .flex .card {
    width: 100%;
  }
}
.basic_function .flex .card .img_function {
  display: block;
  width: 132px;
  height: 66px;
  margin: 0 auto;
}
.basic_function .flex .card a {
  color: #000000;
}

.account_type {
  background-color: white;
}
.account_type .top_table {
  background-color: white;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .account_type .top_table {
    margin-top: 20px;
  }
}
.account_type .top_table th,
.account_type .top_table td {
  padding: 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
}
.account_type .top_table thead th {
  width: 33.3333333333%;
  background-color: #F2F2F2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.account_type .top_table tbody {
  font-size: 14px;
  line-height: 22px;
}
.account_type .top_table tbody th {
  background-color: #F2F2F2;
  text-align: left;
}

.registration {
  margin-bottom: 80px;
  background: linear-gradient(180deg, #FFEBF2 0%, #FFF7D0 100%);
}
@media screen and (max-width: 768px) {
  .registration {
    margin-bottom: 40px;
  }
}

.footer {
  background-color: white;
}
@media screen and (max-width: 1020px) {
  .footer .inner {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner .footer_menu {
    padding-top: 20px;
  }
}


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