.l-wrapper {
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 32px;
  }
}

.p-mv--top {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-mv--top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-mv--top .mv--inner {
  display: flex;
  margin: 0 auto;
  max-width: 1286px;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner {
    flex-direction: column;
  }
}
.p-mv--top .mv--inner .mv--text {
  flex-grow: 1;
}
.p-mv--top .mv--inner .mv--text .title {
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner .mv--text .title {
    font-size: 3.6rem;
    margin-bottom: 16px;
  }
}
.p-mv--top .mv--inner .mv--text .text {
  font-size: 2rem;
  color: #52697F;
  margin-bottom: 2.4rem;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner .mv--text .text {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.p-mv--top .mv--inner .mv--text .c-button {
  height: 5.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner .mv--text .c-button {
    font-size: 16px;
    padding: 16px 24px;
    height: 56px;
  }
}
.p-mv--top .mv--inner .mv--review {
  text-align: center;
  flex: 1 0 26rem;
  max-width: 260px;
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner .mv--review {
    margin: 32px auto 0;
    max-width: 100%;
    flex: 0 0 auto;
  }
}
.p-mv--top .mv--inner .mv--review .text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.825;
  color: #0072CE;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner .mv--review .text {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-mv--top .mv--inner .c-button--fill {
  background-color: #0072CE;
}
.p-mv--top .mv--inner.mv--card {
  gap: 4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-mv--top .mv--inner.mv--card {
    margin-top: 76px;
  }
}
.p-mv--top .c-card {
  background-color: #F2F9FF;
  border-radius: 10px;
  flex: 1;
}
.p-mv--top .c-card .c-card__inner {
  min-height: auto;
}
.p-mv--top .c-card .c-card__image {
  aspect-ratio: 623/311;
}
.p-mv--top .c-card .c-card__detail {
  padding: 3.2rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__detail {
    padding: 32px 24px;
  }
}
.p-mv--top .c-card .c-card__title {
  text-align: left;
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__title {
    font-size: 2.8rem;
  }
}
.p-mv--top .c-card .c-card__text {
  color: #52697F;
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__text {
    font-size: 1.6rem;
  }
}
.p-mv--top .c-card .c-card__buttons {
  justify-content: left;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__buttons {
    margin-top: 24px;
    gap: 24px;
  }
}
.p-mv--top .c-card .c-card__buttons .c-button {
  height: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__buttons .c-button {
    font-size: 16px;
    padding: 16px 24px;
    height: 56px;
  }
}
.p-mv--top .c-card .c-card__buttons .no-button {
  color: #001C33;
  text-decoration: underline;
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (max-width: 768px) {
  .p-mv--top .c-card .c-card__buttons .no-button {
    font-size: 16px;
  }
}
.p-mv--top .c-card .c-card__buttons .no-button:hover {
  opacity: 0.7;
}

.p-feature-list {
  grid-template-columns: 1fr;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.p-feature-list.--sub {
  background-color: #F2F9FF;
}
@media screen and (max-width: 768px) {
  .p-feature-list.--image__right .c-feature__text {
    order: 2;
  }
}
.p-feature-list.--image__right .c-feature__image {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-feature-list.--image__right .c-feature__image {
    order: 1;
  }
}

.p-feature-list__inner .c-feature {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .c-feature {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    row-gap: 40px;
  }
}
.p-feature-list__inner .c-feature__image {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-feature-list__inner .c-feature__text {
  line-height: 1.6;
}
.p-feature-list__inner .c-feature__text .title {
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .c-feature__text .title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.p-feature-list__inner .c-feature__text .text {
  color: #52697F;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .c-feature__text .text {
    font-size: 1.6rem;
  }
}
.p-feature-list__inner .flow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .flow {
    margin-bottom: 32px;
    gap: 6px;
    align-items: stretch;
    justify-content: center;
  }
}
.p-feature-list__inner .flow .flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  max-width: 130px;
  width: 100%;
}
.p-feature-list__inner .flow .flow-item img {
  max-width: 40px;
}
.p-feature-list__inner .flow .step {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .flow .step {
    font-size: 1.2rem;
  }
}
.p-feature-list__inner .flow .step .num {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .flow .step .num {
    font-size: 1.8rem;
  }
}
.p-feature-list__inner .flow .text {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature-list__inner .flow .text {
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.p-feature-list__inner .flow .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-security-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-security-list {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
}
.p-security-list .p-security-list__item {
  padding: 3.2rem 2.4rem;
  background-color: #F2F9FF;
  border-radius: 1rem;
}
.p-security-list .c-security__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-security-list .c-security__icon .c-icon {
  fill: #0072CE;
}
@media screen and (max-width: 768px) {
  .p-security-list .c-security__icon .c-icon {
    width: 50px;
    height: 50px;
  }
}
.p-security-list .c-security__title {
  color: #00559B;
  font-size: 2rem;
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.p-security-list .c-security__lead {
  color: #52697F;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0;
}