@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

.vp img {
  width: 100%;
}

ol, ul {
  list-style-type: none;
}

.br {
  display: block;
}

.br-sp {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
}

.text-link {
  display: inline-block;
  font: var(--font-body-large-bold);
}

.button {
  margin: 0 auto;
  font: var(--font-body-medium-bold);
  width: 340px;
  align-content: center;
}
.vp-head__button {
  flex-direction: column;
  gap: 0;
  height: 68px;
}
@media screen and (max-width: 769px) {
  .button {
    width: 100%;
  }
}
.vp-head__button span {
  position: relative;
  display: block;
  font: var(--font-body-small);
  padding-bottom: 4px;
}

.vp {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .vp {
    padding: 16px;
  }
}
.vp section {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .vp section {
    gap: 24px;
  }
}
.vp section h2 {
  font-size: 32px;
}
@media screen and (max-width: 769px) {
  .vp section h2 {
    font-size: 6.153vw;
  }
}
.vp-head {
  padding: 48px 0;
}
@media screen and (max-width: 769px) {
  .vp-head {
    padding: 16px 0 0;
  }
}
.vp-head__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .vp-head__inner {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.vp-head__inner .vp-head__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.vp-head__inner .vp-head__item .button {
  width: 360px;
  height: 68px;
  font: var(--font-body-large-bold);
}
.vp-cta__button .button {
  width: 340px;
  height: 68px;
  font: var(--font-body-large-bold);
}
@media screen and (max-width: 769px) {
  .vp-head__inner .vp-head__item .button,
  .vp-cta__button .button {
    width: 100%;
  }
}
.vp-head__inner h1 {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 769px) {
  .vp-head__inner h1 {
    font-size: 3.589vw;
    order: 1;
  }
}
.vp-head__inner h1 span.br {
  font-size: 40px;
  padding-top: 12px;
}
@media screen and (max-width: 769px) {
  .vp-head__inner h1 span.br {
    font-size: 8.205vw;
  }
}
@media screen and (max-width: 769px) {
  .vp-head__inner .button {
    order: 3;
  }
}
.vp-head img {
  width: 200px;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .vp-head img {
    order: 2;
    margin: auto;
  }
}
.vp-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.vp-info__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .vp-info__image {
    flex-direction: column;
  }
}
.vp-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.vp-about__head img {
  width: 64px;
}
.vp-about__head p {
  padding-top: 24px;
}
@media screen and (max-width: 769px) {
  .vp-about__head p {
    text-align: left;
  }
}
.vp-about__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.vp-about__detail__item {
  background: var(--primary-color-100);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .vp-about__detail__item {
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }
}
.vp-about__detail__item h3 {
  width: 220px;
  padding-left: 32px;
}
@media screen and (max-width: 769px) {
  .vp-about__detail__item h3 {
    padding: 0;
  }
}
.vp-about__detail__item p {
  width: 100%;
  background: var(--background-color-white);
  border: 1px solid var(--primary-color-100, #DFDFDF);
  text-align: left;
  border-radius: 16px;
  padding: 32px;
}
.vp-about__note {
  text-align: left;
}
.vp-about__note h4 {
  font: var(--font-body-medium-bold);
  padding-bottom: 12px;
}
.vp-about__note p {
  font: var(--font-body-small);
  line-height: 20px;
}
.vp-cta__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 32px;
  padding: 48px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .vp-cta__inner {
    flex-direction: column;
    padding: 32px 16px;
    gap: 32px;
  }
}
.vp-cta__logo {
  width: 100%;
}
.vp-cta__logo p {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 24px;
}
@media screen and (max-width: 769px) {
  .vp-cta__logo p {
    font-size: 5.128vw;
  }
}
.vp-cta__logo img {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .vp-cta__logo img {
    width: 160px;
  }
}
.vp-cta__button {
  width: 100%;
}
.vp-cta__button p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .vp-cta__button p {
    font: var(--font-body-medium-bold);
  }
}
.vp-cta__button p::before, .vp-cta__button p::after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--primary-color-900);
  border-radius: 8px;
  width: 2px;
  height: 16px;
  margin: 0 24px;
  margin-top: -4px;
  vertical-align: middle;
}
.vp-cta__button p::before {
  transform: rotate(-35deg);
}
.vp-cta__button p::after {
  transform: rotate(35deg);
}
.vp-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.vp-note li {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font: var(--font-body-small);
  text-align: left;
  width: 100%;
}
.vp-note li::before {
  content: "※";
}

.step__list li {
  border: 1px solid var(--primary-color-100, #DFDFDF);
}/*# sourceMappingURL=vpoint.css.map */