@charset "UTF-8";

body {
  background: #FFF;
}
@media screen and (max-width: 749px) {
  html {
    font-size: calc(100vw / 37.5); /* base width 375px */
  }
}

/*! ==================================================
 * fv
=================================================== */
.p-fv {
  margin-top: 20px;
}
.p-fv__inner {
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (max-width: 749px) {
  .p-fv {
    margin-top: 5.6rem;
    padding-inline: 1.6rem;
  }
  .p-fv__inner {
    max-width: 100%;
  }
}

/*! ==================================================
 * system
=================================================== */
.p-system {
  margin-top: 80px;
}
.p-system__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-system__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #003175;
}
.p-system-points__items {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}
.p-system-points__item {
  width: calc((100% - 40px * 2) / 3);
  border-radius: 0 0 4px 4px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.p-system-points__image,
.p-system-points__image img {
  width: 100%;
}
.p-system-points__contents {
  padding: 16px;
}
.p-system-points__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.64px;
  color: #003175;
}
.p-system-points__lead {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  color: #333;
}
@media screen and (max-width: 749px) {
  .p-system {
    margin-top: 4.8rem;
    padding-inline: 1.6rem;
  }
  .p-system__inner {
    max-width: 100%;
  }
  .p-system__title {
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
  }
  .p-system-points__items {
    display: block;
    margin-top: 3.2rem;
  }
  .p-system-points__item {
    width: 100%;
    height: 35.7rem;
    margin-top: 2.4rem;
    border-radius: 0 0 0.4rem 0.4rem;
    background: #FFF;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-system-points__item:first-child {
    margin-top: 0;
  }
  .p-system-points__image,
  .p-system-points__image img {
    width: 100%;
  }
  .p-system-points__contents {
    padding: 1.6rem;
  }
  .p-system-points__title {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-system-points__lead {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
}

/*! ==================================================
 * phase
=================================================== */
.p-phase {
  margin-top: 100px;
  padding-block: 64px;
  background: #E5F4FE;
}
.p-phase__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-phase__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-phase-points__items {
  margin-top: 48px;
}
.p-phase-points__item {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
.p-phase-points__item:first-child {
  margin-top: 0;
}
.p-phase-points__image {
  width: 480px;
  flex-shrink: 0;
}
.p-phase-points__image img {
  width: 100%;
}
.p-phase-points__contents {
  width: 100%;
}
.p-phase-points__header {
  display: flex;
  gap: 24px;
}
.p-phase-points__num {
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  color: #3F7CD8;
}
.p-phase-points__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  color: #003175;
}
.p-phase-points__lead {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.64px;
  color: #333;
}
.p-phase-points__item:nth-child(even) .p-phase-points__image {
  order: 2;
}
.p-phase-points__item:nth-child(even) .p-phase-points__contents {
  order: 1;
}
@media screen and (max-width: 749px) {
  .p-phase {
    margin-top: 6.0rem;
    padding: 6.0rem 1.6rem;
  }
  .p-phase__inner {
    max-width: 100%;
  }
  .p-phase__title {
    font-size: 2.6rem;
    letter-spacing: 0.104rem;
  }
  .p-phase-points__items {
    margin-top: 2.4rem;
  }
  .p-phase-points__item {
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 4.0rem;
  }
  .p-phase-points__item:first-child {
    margin-top: 0;
  }
  .p-phase-points__image {
    width: 100%
  }
  .p-phase-points__header {
    gap: 1.2rem;
  }
  .p-phase-points__num {
    font-size: 4.1379rem;
  }
  .p-phase-points__title {
    font-size: 2.6rem;
    letter-spacing: 0.104rem;
  }
  .p-phase-points__lead {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-phase-points__item:nth-child(odd) .p-phase-points__image,
  .p-phase-points__item:nth-child(even) .p-phase-points__image {
    order: 2;
  }
  .p-phase-points__item:nth-child(odd) .p-phase-points__contents,
  .p-phase-points__item:nth-child(even) .p-phase-points__contents {
    order: 1;
  }
}