@charset "UTF-8";
.p-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 17.1875rem;
  background: #e3f0fa;
  color: #4d5357;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.75rem;
}
.p-title img {
  width: auto;
  height: 5.8125rem;
}
@media only screen and (max-width: 832px) {
  .p-title img {
    height: 3.125rem;
  }
}

.p-intro {
  padding: 7.5rem 0 0;
  background: #4cace2;
  color: #fff;
}
@media only screen and (max-width: 832px) {
  .p-intro {
    padding: 3.75rem 0 0;
  }
}
.p-intro .fc-frame {
  margin: 0 auto;
}

.p-intro__lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 832px) {
  .p-intro__lead {
    font-size: 1rem;
  }
}

.p-nav {
  background: #e3f0fa;
  color: #fff;
  padding-bottom: 2.9375rem;
  position: relative;
}
.p-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10.6875rem;
  width: 100%;
  background: #4cace2;
}

.p-nav__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 3.75rem;
}
.p-nav__title img {
  width: 31.4375rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 832px) {
  .p-nav__title img {
    width: 60vw;
  }
}

.p-nav__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 71.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 832px) {
  .p-nav__body {
    display: block;
    width: auto;
    margin: 0 1.875rem;
  }
}

.p-nav__link {
  width: 22.5rem;
  flex-shrink: 0;
  background: #fff;
  color: #4d5357;
  border-radius: 0.5rem;
  padding: 2.5rem 0 1.25rem;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  font-size: 1.125rem;
}
@media only screen and (max-width: 832px) {
  .p-nav__link {
    width: 100%;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-nav__link img {
  width: auto;
  height: 8.6875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 832px) {
  .p-nav__link img {
    height: 6.25rem;
  }
}

.p-section {
  padding-bottom: 6.875rem;
  background: var(--p-section-bg);
}

.p-section__title {
  height: 17.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 832px) {
  .p-section__title {
    height: 9.375rem;
  }
}
.p-section__title img {
  width: auto;
  height: 7.8125rem;
}
@media only screen and (max-width: 832px) {
  .p-section__title img {
    height: 3.75rem;
  }
}

.p-part {
  padding: 7.5rem 0 0;
  color: #fff;
  background: var(--p-part-bg);
}
@media only screen and (max-width: 832px) {
  .p-part {
    padding: 2.5rem 0;
  }
}

.p-part__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.125rem;
}
@media only screen and (max-width: 832px) {
  .p-part__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 832px) {
  .p-part__inner .fc-frame {
    margin-bottom: -3.125rem;
  }
}

.p-part__body {
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 832px) {
  .p-part__body {
    font-size: 1rem;
    padding-top: 0;
  }
}

.p-steps {
  background: #fff;
  margin: 10rem 0 3.375rem;
  padding: 4rem 3.375rem;
}
@media only screen and (max-width: 832px) {
  .p-steps {
    margin: 1.875rem;
    padding: 1.875rem;
  }
}

.p-steps__title {
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.375rem;
  text-align: center;
  color: #008ccf;
  margin-bottom: 2rem;
}
.p-steps__title small {
  font-size: 1rem;
  margin-left: 0.8125rem;
}

.p-steps__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 832px) {
  .p-steps__list {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-steps__list li {
  width: 12.25rem;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 832px) {
  .p-steps__list li {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 832px) {
  .p-steps__list li + li {
    margin-top: 5rem;
  }
}
.p-steps__list li + li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8125rem;
  height: 1.25rem;
  background: url(/assets/front/2026/flow-arrow.svg) no-repeat center center;
  background-size: contain;
  top: 5.5rem;
  left: -3.125rem;
}
@media only screen and (max-width: 832px) {
  .p-steps__list li + li::before {
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: center center;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 832px) {
  .p-steps__list img {
    width: 7.5rem;
    flex-shrink: 0;
    margin-right: 2.5rem;
  }
}
.p-steps__list p {
  margin-top: 1.75rem;
  min-height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #008ccf;
}
@media only screen and (max-width: 832px) {
  .p-steps__list p {
    flex-grow: 1;
    margin-top: 0;
    min-height: 0;
    display: block;
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-isc {
  background: #fff;
  padding: 4rem 0;
  margin: 3.375rem auto 6rem;
}
@media only screen and (max-width: 832px) {
  .p-isc {
    margin: 1.875rem;
    padding: 1.875rem;
  }
}

.p-isc__title {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 832px) {
  .p-isc__title {
    font-size: 1.5rem;
  }
}
.p-isc__title span {
  color: #4cace2;
}

.p-isc__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 832px) {
  .p-isc__body {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-isc__body img {
  width: 26.8125rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 832px) {
  .p-isc__body img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-isc__body p {
  margin-left: 4.1875rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media only screen and (max-width: 832px) {
  .p-isc__body p {
    width: auto;
    margin: 0;
  }
}

.p-isc__supports {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin: 0 2.75rem;
}
@media only screen and (max-width: 832px) {
  .p-isc__supports {
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
}
.p-isc__supports p {
  flex: 1;
  height: 2.25rem;
  border-radius: 2.25rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
  font-size: 1rem;
  color: #fff;
  background: #4cace2;
}
@media only screen and (max-width: 832px) {
  .p-isc__supports p {
    flex: unset;
    margin-right: 0;
  }
}
@media only screen and (max-width: 832px) {
  .p-isc__supports p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.p-isc__supports p:nth-child(4n) {
  margin-right: 0;
}

.p-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 5.875rem auto 2.75rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 832px) {
  .p-features {
    grid-template-columns: 1fr;
    margin: 1.875rem;
    gap: 1rem;
  }
}

.p-feature {
  background: #fff;
  padding: 1.5625rem 1.875rem;
}
@media only screen and (max-width: 832px) {
  .p-feature {
    width: auto;
    margin-right: 0;
  }
}

.p-feature__title {
  font-weight: 400;
  font-size: 1.375rem;
  margin-bottom: 1.5em;
  color: var(--p-feature-title-fg);
}

.p-feature__text {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
}
html[lang=en] .p-feature__text {
  text-align: left;
}

.p-feature__text p + p, .p-feature__text p + ul, .p-feature__text p + ol,
.p-feature__text ul + p,
.p-feature__text ul + ul,
.p-feature__text ul + ol,
.p-feature__text ol + p,
.p-feature__text ol + ul,
.p-feature__text ol + ol {
  margin-top: 1em;
}
.p-feature__text ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.p-feature__text ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-feature__text ul > li {
  margin-right: 1em;
}

.p-feature__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-feature__items > *:not(:last-child)::after {
  content: "／";
}
html[lang=en] .p-feature__items > *:not(:last-child)::after {
  content: "/";
  display: inline-block;
  width: 1.5em;
  text-align: center;
}

.p-feature__sub {
  margin-top: 2rem;
}
.p-feature__sub .p-feature__title {
  font-size: 1rem;
}
@media only screen and (max-width: 832px) {
  .p-feature__sub .p-feature__title {
    font-size: 1.25rem;
  }
}

.p-functions,
.p-options {
  margin: 2.75rem auto;
}
@media only screen and (max-width: 832px) {
  .p-functions,
  .p-options {
    margin: 1.875rem;
  }
}
.p-functions ul,
.p-options ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}
@media only screen and (max-width: 832px) {
  .p-functions ul,
  .p-options ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
  }
}
.p-functions li,
.p-options li {
  height: 2.25rem;
  border-radius: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
@media only screen and (max-width: 832px) {
  .p-functions li,
  .p-options li {
    font-size: 0.75rem;
    width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}
.p-functions li.is-small,
.p-options li.is-small {
  font-size: 0.9em;
  letter-spacing: 0.02em;
}

.p-functions__title,
.p-options__title {
  margin-bottom: 1.125rem;
}
.p-functions__title img,
.p-options__title img {
  width: auto;
  height: 1.4375rem;
}

.p-functions li {
  color: #fff;
  background: var(--p-function-bg);
}

.p-options li {
  color: var(--p-option-fg);
  background: #fff;
}

.p-section.is-cm {
  --p-section-bg: #e3f0fa;
  --p-part-bg: #4cace2;
  --p-feature-title-fg: #0068b7;
  --p-function-bg: #0068b7;
  --p-option-fg: #0068b7;
}

.p-section.is-dm {
  --p-section-bg: #e1f2e6;
  --p-part-bg: #69bd83;
  --p-feature-title-fg: #69bd83;
  --p-function-bg: #41b25d;
  --p-option-fg: #41b25d;
}

.p-section.is-mm {
  --p-section-bg: #e4e1ef;
  --p-part-bg: #796baf;
  --p-feature-title-fg: #4d4398;
  --p-function-bg: #6356a3;
  --p-option-fg: #6356a3;
}/*# sourceMappingURL=style.css.map */