.visible-sp {
  display: block;
}
.visible-pc {
  display: none;
}

@media (min-width: 62em) {
  .visible-sp {
    display: none;
  }
  .visible-pc {
    display: block;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.js-scrollFadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 2.5rem);
  transform: translate(0, 2.5rem);
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.js-scrollFadeIn.scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.page-app {
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.page-app-title {
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.14062rem;
}
.page-app-desc {
  margin-bottom: 1.125rem;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.00625rem;
  font-size: 0.8125rem;
}
.page-app .AppBadges {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .page-app-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .page-app-desc {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
  }
  .page-app-button {
    width: 50%;
  }
}

.page-app-section {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.page-app-section:last-of-type {
  margin-bottom: 0;
}
.page-app-section.section-point {
  padding-top: 2rem;
}
.page-app-section.section-button {
  padding: 1rem 0.75rem 2.25rem 0.75rem;
}
.page-app-section.section-button:last-child {
  margin-bottom: 2.75rem;
}
.page-app-section-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
.page-app-section-img {
  width: 28vw;
  max-width: 9.5rem;
  margin: 0;
}
.page-app-section-content {
  max-width: calc(100% - 28vw - 1.5rem);
  margin: 0;
}
.page-app-section-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-family: Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: min(1.4rem, 4.705882vw);
  line-height: 50%;
  letter-spacing: 0.165rem;
}
.page-app-section-sub-title {
  margin: 0;
  font-size: min(1.5rem, 5.042017vw);
  letter-spacing: 0.08rem;
  line-height: 1.4;
}
.page-app-section-text {
  width: 100%;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-size: .9rem;
  padding: 0 1.5rem;
  margin: 1.5rem 0 0;
}
.page-app-section-text a {
  color: inherit;
}

@media (min-width: 62em) {
  .page-app-section {
    margin-bottom: 3.75rem;
    padding-bottom: 4.375rem;
  }
  .page-app-section.section-header {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
  .page-app-section.section-point {
    padding-top: 3rem;
  }
  .page-app-section.section-button {
    padding: 1rem 0 3.75rem 0;
  }
  .page-app-section.section-button:last-child {
    margin-bottom: 4.375rem;
  }
  .page-app-section-col {
    display: grid;
    grid-template-columns: 15rem 1fr;
    grid-template-rows: auto 1fr;
    max-width: 56.25rem;
    margin: 0 auto;
    padding: 0;
    align-items: start;
    column-gap: 3rem;
    justify-items: center;
  }
  .page-app-section-col.-reverse {
    grid-template-columns: 1fr 15rem;
  }
  .page-app-section-content {
    width: auto;
    max-width: none;
    text-align: center;
  }
  .page-app-section-title {
    margin-bottom: 0.9375rem;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 200%;
  }
  .page-app-section-sub-title {
    margin-bottom: 1.875rem;
    font-size: 1.7rem;
    letter-spacing: 0.15625rem;
    line-height: 200%;
  }
  .page-app-section-image {
    grid-row: 1 / 3;
  }
  .page-app-section-col.-reverse .page-app-section-image {
    grid-column: 2;
  }
  .page-app-section-img {
    width: 15rem;
    max-width: none;
    margin: 0;
  }
  .page-app-section-text {
    width: auto;
    font-size: 1.125rem;
    letter-spacing: 0.0025rem;
    line-height: 222.22222%;
    padding: 0;
  }
}

.page-app-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-app-main-title {
  width: 100%;
  margin-top: 2rem;
}
.page-app-main-img {
  width: 28vw;
  max-width: 9rem;
}
.page-app-main-text {
  max-width: calc(100% -  28vw);
  font-size: 1.9rem;
  font-size: min(1.9rem, 6.386555vw);
  font-weight: bold;
  margin-top: 0;
  letter-spacing: .1em;
  padding-left: 1.3rem;
}
.page-app-main-text .size-small {
  font-size: .73684211em;
}
.page-app-main-image {
  margin-top: 1.25rem;
}
.page-app-main-sub-text {
  font-size: 0.9375rem;
  margin: 1.25rem 0 0 0;
}

@media (min-width: 62em) {
  .page-app-main {
    display: grid;
    grid-template-columns: 15rem 30rem;
    align-items: start;
    column-gap: 4rem;
  }
  .page-app-main-title {
    width: auto;
    margin-bottom: 2rem;
    grid-column: 2;
    margin-top: 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .page-app-main-title br {
    display: none;
  }
  .page-app-main-img {
    grid-area: 1 / 1 / 5 / 2;
    width: 15rem;
    max-width: none;
  }
  .page-app-main-text {
      width: auto;
      margin-bottom: 0;
      max-width: none;
      margin-top: -1rem;
      font-size: 2.8rem;
      padding-left: 0;
  }
  .page-app-main-sub-text {
      font-size: 1rem;
  }
}

.page-app-section-about {
  width: 100%;
  position: relative;
  max-width: 56.25rem;
  margin: 2rem 0 0 0;
  padding: 1.875rem 1.1875rem 2rem 1.1875rem;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-app-section-about-title {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.15625rem;
}
.page-app-section-about-col {
  margin-bottom: 3.125rem;
}
.page-app-section-about-col:last-of-type {
  margin-bottom: 0;
}
.page-app-section-about-text {
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
  letter-spacing: 0.06rem;
}
.page-app-section-about-img-list {
  position: relative;
}
.page-app-section-about-img-list.list-1 {
  width: 68.70968%;
  margin: 0 auto 2.5rem auto;
}
.page-app-section-about-img-list.list-2 {
  width: 75.26882%;
  margin: 0 auto;
}
.page-app-section-about-img-list.list-3 {
  width: 77.52688%;
  margin: 0 auto;
  -webkit-transform: translate(5%, 0);
  transform: translate(5%, 0);
}
.page-app-section-about-img-list.list-4 {
  width: 90%;
  margin: 1rem auto 0;
}

@media (min-width: 62em) {
  .page-app-section-about {
    grid-column: 1 / 3;
    margin: 5.625rem auto 0 auto;
    padding: 3.75rem 9.375rem 3.75rem 9.375rem;
  }
  .page-app-section-about-title {
    font-size: 1.25rem;
    letter-spacing: 0.3125rem;
  }
  .page-app-section-about-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.375rem;
  }
  .page-app-section-about-text {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 187.5%;
    letter-spacing: 0.1rem;
  }
  .page-app-section-about-img {
    min-width: 15rem;
  }
  .page-app-section-about-img-list.list-1 {
    margin: 0 0 1.875rem 0.625rem;
    width: 207px;
  }
  .page-app-section-about-img-list.list-2 {
    margin: 0;
    width: 230px;
  }
  .page-app-section-about-img-list.list-3 {
    width: 237px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.page-app-section-point-title {
  margin: 0 0 2.1875rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
  line-height: 1.2;
}
.page-app-section-point-title span {
  font-size: .9rem;
}
.page-app-section-point-text {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 166.66667%;
  letter-spacing: 0.225rem;
}

@media (min-width: 62em) {
  .page-app-section-point-title {
    margin: 0 0 3.75rem 0;
    letter-spacing: 0.15938rem;
    font-size: 1.875rem;
  }
  .page-app-section-point-text {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    line-height: 214.28571%;
    letter-spacing: 0.0875rem;
  }
}