@charset "UTF-8";

/* -----------------------------------------------
common
----------------------------------------------- */
.app_introduction {
  overflow-x: hidden;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-feature-settings: initial;
}
.app_introduction * {
  letter-spacing: .1em;
}
.app_introduction :is(picture, img) {
  display: block;
  width: 100%;
}
.app_introduction :is(h1, p) {
  margin: 0;
}
.app_introduction i {
  font-style: normal;
}
.download_wrap li p {
  font-weight: bold;
}
.download_wrap li .download_left a {
  display: block;
}

@media (max-width: 750px) {
  .app_introduction {
    max-width: 1340px;
    margin-inline: auto;
  }
  .app_introduction .inner_wrap {
    width: 86.4%;
    margin-inline: auto;
  }
}

@media (min-width: 751px) {
  .app_introduction {
    max-width: 1340px;
    margin-inline: auto;
  }
  .app_introduction .inner_wrap {
    max-width: calc(778px + 40px);
    width: auto;
    padding: 0 20px;
    margin-inline: auto;
  }
  .download_wrap {
    display: flex;
    justify-content: center;
    gap: 0 32px;
  }
  .download_wrap li {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0 6px;
  }
  .download_wrap li.apple .download_left {
    width: 136px;
    padding-bottom: 10px;
  }
  .download_wrap li.google .download_left {
    width: 154px;
    padding-bottom: 10px;
  }
  .download_wrap li p {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
    /* margin-left: 5px; */
    text-align: center;
  }
  .download_wrap li .qr {
    width: 120px;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap .download_wrap li .download_left {
  text-align: center;
}

@media (max-width: 750px) {
  .mv_wrap {
    margin-bottom: 22px;
  }
  .mv_wrap h1 {
    margin-bottom: 23px;
  }
  .mv_wrap .download_wrap {
    display: flex;
    justify-content: center;
    gap: 0 5.07%;
  }
  .mv_wrap .download_wrap li.apple {
    width: 34.66%;
  }
  .mv_wrap .download_wrap li.google {
    width: 39.2%;
  }
  .mv_wrap .download_wrap li p {
    font-size: 9px;
    margin-bottom: 5px;
    margin-left: 0;
  }
}

@media (min-width: 751px) {
  .mv_wrap {
    position: relative;
    margin-bottom: 74px;
  }
  .mv_wrap .download_wrap {
    position: absolute;
    top: min(22.39vw, 300px);
    left: min(15.07vw, 202px);
    gap: 0 min(1.49vw, 20px);
  }
  .mv_wrap .download_wrap li {
    gap: 0 min(.65vw, 9px);
  }
  .mv_wrap .download_wrap li.apple .download_left {
    width: min(8.51vw, 114px);
    padding-bottom: 0;
  }
  .mv_wrap .download_wrap li.google .download_left {
    width: min(9.55vw, 128px);
    padding-bottom: 0;
  }
  .mv_wrap .download_wrap li p {
    color: #fff;
    font-size: min(.75vw, 10px);
    margin-bottom: min(.52vw, 7px);
    margin-left: 0;
  }
  .mv_wrap .download_wrap li .qr {
    width: min(7.46vw, 100px);
  }
}

/* -----------------------------------------------
banner_wrap
----------------------------------------------- */
@media (max-width: 750px) {
  .banner_wrap {
    margin-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .banner_wrap {
    margin-bottom: 86px;
  }
}

/* -----------------------------------------------
point_wrap
----------------------------------------------- */
.point_wrap h2 {
  text-align: center;
}
.point_wrap h2 span {
  display: block;
}
.point_wrap h2 span.text_large {
  color: #18943B;
  font-weight: bold;
}
.point_content:nth-child(odd)::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #EFF7EA;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.point_content .text h3 {
  color: #18943B;
  font-weight: bold;
}
.point_content .text p {
  font-weight: bold;
}

@media (max-width: 750px) {
  .point_wrap h2 {
    margin-bottom: 24px;
  }
  .point_wrap h2 span {
    display: block;
  }
  .point_wrap h2 span.text_small {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .point_wrap h2 span.text_large {
    font-size: 25px;
  }
  .point_content {
    position: relative;
    padding: 34px 0 30px;
  }
  .point_content:nth-child(even) {
    flex-direction: row-reverse;
    gap: 0;
  }
  .point_content .img {
    width: 59.88%;
    margin: 0 auto 26px;
  }
  .point_content .text h3 {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 16px;
    text-align: center;
  }
  .point_content .text p {
    font-size: 12px;
    line-height: 1.55;
    width: 76.08%;
    margin-inline: auto;
  }
}

@media (min-width: 751px) {
  .point_wrap h2 {
    margin-bottom: 68px;
  }
  .point_wrap h2 span {
    display: block;
  }
  .point_wrap h2 span.text_small {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .point_wrap h2 span.text_large {
    font-size: 50px;
  }
  .point_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 7.2%;
    position: relative;
    padding: 48px 0 38px;
  }
  .point_content.rev {
    flex-direction: row-reverse;
    gap: 0;
  }
  .point_content .img {
    width: 40.36%;
  }
  .point_content .text {
    width: 41.13%;
  }
  .point_content .text picture {
    margin-bottom: 16px;
  }
  .point_content .text h3 {
    font-size: 28px;
    line-height: 1.28;
    margin-bottom: 16px;
  }
  .point_content .text p {
    font-size: 13px;
    line-height: 2;
  }
}

/* -----------------------------------------------
step_wrap
----------------------------------------------- */
.step_wrap {
  background-color: #5BAE32;
}
.step_wrap h2 {
  background-color: #fff;
  border-radius: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.step_wrap h2::after {
  content: '';
  aspect-ratio: 22/12;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50% 0;
  width: 22px;
}
.step_wrap h2 span {
  color: #5BAE32;
  font-weight: bold;
}
.step_content {
  background-color: #fff;
  height: 100%;
}
.step_content_heading span {
  border-radius: 50vh;
  background-color: #5BAE32;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_content_heading em {
  color: #fff;
  font-weight: bold;
}
.step_content_heading h3 {
  text-align: center;
  font-weight: bold;
}
.step_content_heading p {
  font-weight: bold;
  text-align: center;
}
.step_content .step_content_desc span {
  display: block;
  color: #898989;
  font-weight: bold;
}
.step_content_wrap .slick-track {
  display: flex;
}
.step_content_wrap .slick-slide {
  height: auto!important;
}
.step_content_wrap .slick-slide > div {
  height: 100%;
}
.step_content_wrap .slick-prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  z-index: 1;
}
.step_content_wrap .slick-next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 50% -50%;
  z-index: 1;
}
.step_content_wrap :is(.slick-prev-arrow, .slick-next-arrow).slick-disabled {
  display: none!important;
}

@media (max-width: 750px) {
  .step_wrap {
    padding: 36px 0 37px;
    margin-bottom: 38px;
  }
  .step_wrap h2 {
    min-height: 35px;
    margin-bottom: 18px;
  }
  .step_wrap h2::after {
    width: 11px;
  }
  .step_wrap h2 span {
    font-size: 15px;
  }
  .step_wrap h2 span i {
    font-size: 20px;
  }
  .step_content {
    border-radius: 10px;
  }
  .step_content_01 {
    padding: 24px 10px 46px;
  }
  .step_content_02 {
    padding: 24px 10px 26px;
  }
  .step_content_01 .step_content_heading {
    margin-bottom: 35px;
  }
  .step_content_02 .step_content_heading {
    margin-bottom: 10px;
  }
  .step_content_heading span {
    width: 68px;
    height: 23px;
  }
  .step_content_01 .step_content_heading span {
    margin: 0 auto 20px;
  }
  .step_content_02 .step_content_heading span {
    margin: 0 auto 8px;
  }
  .step_content_heading em {
    font-size: 9px;
  }
  .step_content_heading em i {
    font-size: 14px;
  }
  .step_content_01 .step_content_heading h3 {
    font-size: 19px;
    line-height: 1.43;
  }
  .step_content_02 .step_content_heading h3 {
    font-size: 15px;
    line-height: 1.43;
  }
  .step_content_heading:has(h3 + p) h3 {
    margin-bottom: 7px;
  }
  .step_content_heading p {
    font-size: 9px;
    line-height: 1.82;
  }
  .step_content .download_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px 0;
    margin-bottom: 52px;
  }
  .step_content .download_wrap li {
    width: 72.03%;
  }
  .step_content .download_wrap li p {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: center;
  }
  .step_content .step_content_desc {
    width: 85%;
    margin-inline: auto;
  }
  .step_content .step_content_desc span {
    font-size: 8px;
    line-height: 1.47;
    letter-spacing: 0;
  }
  .step_content .step_content_desc span + span {
    margin-top: 13px;
  }
  .step_content .step2_img {
    width: 71.05%;
    margin-inline: auto;
  }
  .step_content_wrap .slick-prev-arrow {
    width: 8.8vw;
  }
  .step_content_wrap .slick-next-arrow {
    width: 8.8vw;
  }
}

@media (min-width: 751px) {
  .step_wrap {
    padding: 60px 0 78px;
    margin-bottom: 72px;
  }
  .step_wrap h2 {
    min-height: 70px;
    margin-bottom: 36px;
  }
  .step_wrap h2::after {
    width: 22px;
  }
  .step_wrap h2 span {
    font-size: 24px;
  }
  .step_wrap h2 span i {
    font-size: 35px;
  }
  .step_content {
    border-radius: 20px;
  }
  .step_content_01 {
    padding: 28px 10px 68px;
  }
  .step_content_02 {
    padding: 28px 10px 42px;
  }
  .step_content_01 .step_content_heading {
    margin-bottom: 44px;
  }
  .step_content_02 .step_content_heading {
    margin-bottom: 14px;
  }
  .step_content_heading span {
    width: 104px;
    height: 33px;
    margin: 0 auto 20px;
  }
  .step_content_heading em {
    font-size: 14px;
  }
  .step_content_heading em i {
    font-size: 21px;
  }
  .step_content_01 .step_content_heading h3 {
    font-size: 24px;
  }
  .step_content_02 .step_content_heading h3 {
    font-size: 18px;
  }
  .step_content_heading:has(h3 + p) h3 {
    margin-bottom: 7px;
  }
  .step_content_heading p {
    font-size: 11px;
    line-height: 1.28;
  }
  .step_content .download_wrap {
    margin-bottom: 30px;
  }
  .step_content .step_content_desc {
    width: 550px;
    max-width: 100%;
    margin-inline: auto;
  }
  .step_content .step_content_desc span {
    font-size: 8px;
    line-height: 2.35;
  }
  .step_content .step2_img {
    width: 490px;
    max-width: 100%;
    margin-inline: auto;
  }
  .step_content_wrap .slick-prev-arrow {
    width: min(5vw, 66px);
  }
  .step_content_wrap .slick-next-arrow {
    width: min(5vw, 66px);
  }
}

/* -----------------------------------------------
download_sec_wrap
----------------------------------------------- */
.download_sec_wrap h2 {
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  color: #5BAE32;
}
.download_sec_wrap h2 span {
  position: relative;
}
.download_sec_wrap h2 span::before {
  content: '';
  aspect-ratio: 14/16;
  background: url(../img/app/download_sec_heading_deco_left.svg) center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.download_sec_wrap h2 span::after {
  content: '';
  aspect-ratio: 14/16;
  background: url(../img/app/download_sec_heading_deco_right.svg) center / contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 750px) {
  .download_sec_wrap {
    margin-bottom: 56px;
  }
  .download_sec_wrap h2 {
    font-size: 15px;
    margin-bottom: 19px;
  }
  .download_sec_wrap .download_wrap {
    display: flex;
    justify-content: center;
    gap: 0 6.18%;
  }
  .download_sec_wrap .download_wrap li.apple {
    width: 44.13%;
  }
  .download_sec_wrap .download_wrap li.google {
    width: 49.69%;
  }
  .download_sec_wrap .download_wrap li p {
    font-size: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    text-align: center;
  }
  .download_sec_wrap h2 span {
    padding: 0 30px;
  }
  .download_sec_wrap h2 span::before {
    width: 8px;
  }
  .download_sec_wrap h2 span::after {
    width: 8px;
  }
}

@media (min-width: 751px) {
  .download_sec_wrap {
    margin-bottom: 116px;
  }
  .download_sec_wrap h2 {
    font-size: 25px;
    margin-bottom: 48px;
  }
  .download_sec_wrap h2 span {
    padding: 0 50px;
  }
  .download_sec_wrap h2 span::before {
    width: 14px;
  }
  .download_sec_wrap h2 span::after {
    width: 14px;
  }
}

/* -----------------------------------------------
qa_wrap
----------------------------------------------- */
.qa_wrap h2 {
  text-align: center;
}
.qa_wrap :is(dt, dd) {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.qa_wrap dt {
  color: #5BAE32;
}
.qa_wrap dd {
  color: #808080;
}
.qa_wrap :is(dt, dd) span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  font-family: "din-2014", sans-serif;
}
.qa_wrap dt span {
  background-color: #5BAE32;
}
.qa_wrap dd span {
  background-color: #808080;
}
.qa_wrap :is(dt, dd) p {
  flex: 1;
}

@media (max-width: 750px) {
  .qa_wrap h2 {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .qa_wrap :is(dt, dd) {
    gap: 0 8px;
  }
  .qa_wrap dt {
    margin-bottom: 12px;
  }
  .qa_wrap dd {
    padding-bottom: 32px;
    margin-bottom: 16px;
    border-bottom: 1px solid #AFAFAF;
  }
  .qa_wrap :is(dt, dd) span {
    width: 21px;
    font-size: 12px;
    padding-left: 0.15em;
  }
  .qa_wrap :is(dt, dd) p {
    font-size: 11px;
    line-height: 1.33;
    margin-top: .3em
  }
}

@media (min-width: 751px) {
  .qa_wrap h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .qa_wrap :is(dt, dd) {
    gap: 0 15px;
  }
  .qa_wrap dt {
    margin-bottom: 18px;
  }
  .qa_wrap dd {
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid #AFAFAF;
  }
  .qa_wrap :is(dt, dd) span {
    width: 40px;
    font-size: 23px;
    padding-left: 0.15em;
  }
  .qa_wrap :is(dt, dd) p {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: .4em
  }
}