.mainVisual {
  background: url(../images/index/mv_bg.png) no-repeat center -8rem;
  background-size: 100%;
}
.mainVisual .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mainVisual {
    background-size: 335%;
    padding-bottom: 3rem;
  }
  .mainVisual .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv__title {
  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;
  font-size: 3rem;
  font-weight: 700;
}
.mv__title::before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.7rem;
  border-radius: 1.3rem;
  background: url(../images/index/icon_smapa.png) no-repeat 0 0;
  background-size: contain;
  -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 1.8rem;
  }
  .mv__title::before {
    margin-bottom: 1.9rem;
  }
}
.mv__block {
  width: 47.8rem;
  padding: 5.6rem 1.4rem 0;
}

@media screen and (max-width: 768px) {
  .mv__block {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.mv__logo {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .mv__logo {
    width: 26.5rem;
    margin-top: -0.8rem;
  }
}
.app__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.97rem;
  margin-top: 2.9rem;
}

@media screen and (max-width: 768px) {
  .app__block {
    gap: 0.89rem;
    margin-top: 1.86rem;
  }
}
.app__button {
  height: 4rem;
}
.app__button img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .app__button {
    height: 3.5rem;
  }
}
.mv__img {
  position: relative;
  top: -1.4rem;
  width: 57.1rem;
  margin-left: -4.9rem;
  padding-right: 1.4rem;
}

@media screen and (max-width: 768px) {
  .mv__img {
    position: static;
    width: 31rem;
    margin: 0.7rem auto 0;
  }
}
#infomation {
  position: relative;
  margin-top: -1.4rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #infomation {
    margin-top: -3rem;
  }
}
.infomation__list {
  padding: 2rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .infomation__list {
    padding: 1.5rem 2rem;
    border-radius: 1.5rem;
  }
}
.infomation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}
.infomation__item:last-child {
  margin-bottom: 0;
}
.infomation__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #4467F5;
}

@media screen and (max-width: 768px) {
  .infomation__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
  }
  .infomation__item:last-child {
    margin-bottom: 0;
  }
}
.section__title {
  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;
  margin-bottom: 3.5rem;
  font-size: 4.2rem;
  font-weight: 900;
}
.section__title .-en {
  margin-bottom: -1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4467F5;
  letter-spacing: 0.3rem;
  opacity: 0.57;
}
.section__title .-blue {
  display: contents;
}

@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .section__title .-en {
    margin-bottom: -0.5rem;
    font-size: 1.3rem;
  }
}
.movie__block {
  max-width: 80rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie__block iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .movie__block {
    width: 100%;
  }
}
#merit {
  background-color: #DAE8FD;
}

@media screen and (max-width: 768px) {
  #merit .__inner {
    padding: 0 4rem;
  }
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .merit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
.merit__item {
  width: 30rem;
  padding: 3rem 2rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0.3rem 0.3rem 4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 4rem rgba(0, 0, 0, 0.1);
}
.merit__item dt {
  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;
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.merit__item dt::before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 1.7rem;
}
.merit__item dt span {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.merit__item dd {
  color: #333;
}
.merit__item:first-child dt::before {
  background-image: url(../images/index/icon_merit_01.png);
}
.merit__item:first-child dt span {
  color: #3690F7;
}
.merit__item:nth-child(2) dt::before {
  background-image: url(../images/index/icon_merit_02.png);
}
.merit__item:nth-child(2) dt span {
  color: #4467F5;
}
.merit__item:nth-child(3) dt::before {
  background-image: url(../images/index/icon_merit_03.png);
}
.merit__item:nth-child(3) dt span {
  color: #7766FC;
}

@media screen and (max-width: 768px) {
  .merit__item {
    width: 100%;
    padding: 3rem 2rem 2.5rem;
    border-radius: 1.5rem;
  }
  .merit__item dt {
    margin-bottom: 1rem;
  }
  .merit__item dt::before {
    width: 12rem;
    height: 12rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #usage .__inner {
    padding: 0 4rem;
  }
}
.usage__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
  min-height: 19rem;
  padding: 2.4rem 5rem 3rem 29rem;
  margin-bottom: 4rem;
  background-repeat: no-repeat;
  border-radius: 2rem;
  color: #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
}
.usage__item:first-child {
  background-image: url(../images/index/icon_usage_01.png), url(../images/index/bg_usage_01.png);
  background-position: left 8.7rem bottom 0, 0 0;
  background-size: 11.6rem, cover;
}
.usage__item:first-child .usage__item__text {
  width: 35rem;
}
.usage__item:first-child .usage__item__btn {
  color: #4c99df;
}
.usage__item:first-child .btn::before {
  background-image: url(../images/index/arrow_usage_03.svg);
}
.usage__item:nth-child(2) {
  background-image: url(../images/index/icon_usage_02.png), url(../images/index/bg_usage_02.png);
  background-position: left 4.84rem center, 0 0;
  background-size: 21.5rem, cover;
}
.usage__item:nth-child(2) .btn {
  color: #EB8D3C;
}
.usage__item:nth-child(2) .btn::before {
  background-image: url(../images/index/arrow_usage_01.svg);
}
.usage__item:nth-child(3) {
  background-image: url(../images/index/icon_usage_03.png), url(../images/index/bg_usage_03.png);
  background-position: left 4.3rem center, 0 0;
  background-size: 20.3rem, cover;
  margin-bottom: 0;
}
.usage__item:nth-child(3) .btn {
  color: #9E6EDE;
}
.usage__item:nth-child(3) .btn::before {
  background-image: url(../images/index/arrow_usage_02.svg);
}

@media screen and (max-width: 768px) {
  .usage__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.6rem;
    padding: 3rem 1.5rem;
    margin-bottom: 3rem;
    border-radius: 1.5rem;
  }
  .usage__item:first-child {
    padding-bottom: 21.3rem;
    background-position: center bottom 0, 0 0;
    background-size: 13rem, cover;
  }
  .usage__item:first-child .usage__item__text {
    width: 100%;
  }
  .usage__item:first-child .usage__item__btn {
    margin-top: 0;
  }
  .usage__item:nth-child(2) {
    padding-bottom: 15.7rem;
    background-position: center bottom 0, 0 0;
    background-size: 21rem, cover;
  }
  .usage__item:nth-child(3) {
    padding-bottom: 13.4rem;
    background-position: center bottom 2.01rem, 0 0;
    background-size: 17.5rem, cover;
    margin-bottom: 0;
  }
}
.usage__item__text {
  width: 41rem;
}
.usage__item__text h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.usage__item__text h3 span {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .usage__item__text {
    width: 100%;
  }
  .usage__item__text h3 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .usage__item__text p {
    font-size: 1.5rem;
  }
}
.usage__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.6rem;
}
.usage__item__btn li {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.usage__item__btn .app__button {
  display: block;
  margin-bottom: 0.48rem;
  color: #fff;
}
.usage__item__btn .app__button img {
  width: auto;
  height: 4.4rem;
}
.usage__item__btn .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23rem;
  height: 5rem;
  padding: 0 0 0 1.9rem;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: calc(infinity * 1px);
}
.usage__item__btn .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.9rem;
  translate: 0 -50%;
  display: block;
  width: 2.1rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .usage__item__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4rem;
    margin-top: 0;
  }
  .usage__item__btn li {
    font-size: 1rem;
  }
  .usage__item__btn .app__button {
    margin-bottom: 0.2rem;
  }
  .usage__item__btn .app__button img {
    width: auto;
    height: 3.6rem;
  }
  .usage__item__btn .btn {
    width: 23.5rem;
    padding: 0 0 0 3.2rem;
  }
  .usage__item__btn .btn::before {
    right: 3.1rem;
  }
}
#faq {
  background-color: #DAE8FD;
}
#faq p {
  margin-bottom: 2.7rem;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  #faq p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.faq__list {
  margin-bottom: 4rem;
  padding: 1.5rem 5rem;
  background-color: #fff;
  border-radius: 2rem;
}
.faq__list:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq__list {
    margin-bottom: 3rem;
    padding: 0.5rem 2rem;
    border-radius: 1.5rem;
  }
  .faq__list:last-of-type {
    margin-bottom: 0;
  }
}
.faq__item {
  padding: 2.2rem 0 2.8rem;
  border-bottom: 1px solid rgba(81, 107, 212, 0.4);
}
.faq__item:last-child {
  border-bottom: 0;
}
.faq__item dt {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.3rem 0 0 4.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.faq__item dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #4467F5;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
}
.faq__item dd {
  position: relative;
  padding: 0.4rem 0 0 4.8rem;
}
.faq__item dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #DBE7FD;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4467F5;
}

@media screen and (max-width: 768px) {
  .faq__item {
    padding: 2rem 0;
  }
  .faq__item dt {
    margin-bottom: 1rem;
    padding: 0.1rem 0 0 3.7rem;
    font-size: 1.7rem;
  }
  .faq__item dt::before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
  .faq__item dd {
    padding: 0.2rem 0 0 3.7rem;
    font-size: 1.5rem;
  }
  .faq__item dd::before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}