.p-process {
  padding: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-process {
    padding: 17.33vw 0;
  }
}
.p-process .c-sec-title__ja {
  text-align: center;
}
.p-process__item {
  position: relative;
}
.p-process__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.875rem;
  counter-reset: listnum;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-process__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw;
    justify-content: center;
    margin: 10.67vw 0 0;
  }
}
.p-process__item:before {
  counter-increment: listnum;
  content: counter(listnum);
  width: 2.5rem;
  aspect-ratio: 1;
  background: #2D51B2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  letter-spacing: 0;
  font-size: 1.375rem;
  line-height: 1;
  font-family: begum, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-process__item:before {
    width: 5.33vw;
    font-size: 3.33vw;
  }
}
.p-process__item:after {
  position: absolute;
  top: 4.5625rem;
  left: -1.25rem;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #2D51B2;
  border-right: none;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-process__item:after {
    top: 9.73vw;
    left: -2.67vw;
    width: 1.33vw;
    height: 1.33vw;
    border: 1.33vw solid transparent;
    border-left: 1.33vw solid #2D51B2;
  }
}
.p-process__item:first-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-process__item:nth-child(5n):after {
    display: none;
  }
}
.p-process__item-img {
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #C6DBF1 0%, #DEEBF9 50%, #F8FBFF 100%);
}
.p-process__item-img img {
  width: 40%;
}
.p-process__item-txt {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-process__item-txt {
    font-size: 3vw;
    margin: 2vw 0 0;
    letter-spacing: 0;
  }
}
.p-process__item-txt span {
  font-size: 80%;
  line-height: 1.2;
}

.p-eligibility {
  padding: 0 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-eligibility {
    padding: 0 0 17.33vw;
  }
}
.p-eligibility:before {
  width: 93.75rem;
  bottom: 1.875rem;
  left: calc(50% - 23.125rem);
}
.p-eligibility:after {
  width: 12.5rem;
  bottom: 3.125rem;
  left: calc(50% - 46.875rem);
}
.p-eligibility .c-sec-title__ja {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-eligibility .l-inner {
    width: 62.5rem;
    padding: 8.125rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-eligibility .l-inner {
    padding-top: 10.67vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-eligibility__eyecatch {
    width: 100%;
  }
  .p-eligibility__eyecatch img {
    min-width: 120rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-eligibility__lead {
  text-align: center;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-eligibility__lead {
    margin: 6.67vw 0 0;
    font-size: 3.73vw;
  }
}
.p-eligibility__item {
  padding: 0 0 0.9375rem;
  border-bottom: 1px solid rgba(45, 81, 178, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
.p-eligibility__items {
  margin: 5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-eligibility__items {
    margin: 10.67vw 0 0;
    gap: 4vw 6.67vw;
  }
}
@media screen and (max-width: 767px) {
  .p-eligibility__item {
    padding: 0 0 4vw;
    gap: 0 1.33vw;
  }
}
.p-eligibility__item-txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .p-eligibility__item-txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-eligibility__item-txt {
    font-feature-settings: "palt";
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 767px) {
  .p-eligibility__item-txt span:not(class) {
    font-size: 3vw;
    line-height: 1.3;
    display: inline-block;
  }
}
.p-eligibility__item-add {
  font-size: 0.875rem;
  color: #5D77CB;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-eligibility__item-add {
    font-size: 3vw;
    letter-spacing: 0;
    margin: 0;
  }
}
.p-eligibility__item-mark {
  color: #2D51B2;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-eligibility__item-mark {
    font-size: 6.67vw;
  }
}
.p-eligibility__note {
  margin-top: 3.125rem;
}

.p-fee {
  padding: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-fee {
    padding: 17.33vw 0;
  }
}
.p-fee .c-sec-title__ja {
  text-align: center;
}
.p-fee .c-sec-subtitle {
  margin: 5rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fee .c-sec-subtitle {
    margin: 10.67vw 0 4vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-fee .l-inner {
    width: 62.5rem;
  }
}
.p-fee__tbl--01 tbody th {
  width: 38%;
}
.p-fee__tbl--01 tbody td {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-fee__tbl--02 {
    width: 33.75rem;
  }
}
.p-fee__tbl--02 tbody th {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .p-fee__tbl--02 tbody th {
    width: 17%;
  }
}
.p-fee__tbl--02 tbody td {
  width: 20.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-fee__tbl--02 tbody td {
    width: 22%;
  }
}
.p-fee__tbl--02 tbody tr:last-child td {
  font-weight: 700;
}
.p-fee__tbl--03 tbody th {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-fee__tbl--03 tbody th {
    width: 50%;
  }
}
.p-fee__tbl--03 tbody td {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-fee__tbl--03 tbody td {
    width: 50%;
  }
}
.p-fee__tbl--03 tbody tr:last-child td {
  font-weight: 700;
}
.p-fee__tbl-icon {
  background: #CB1B45;
  color: #fff;
  width: 3.125rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.p-fee__box {
  margin: 5rem 0 0;
  padding: 3.125rem;
  border: 1px solid #2D51B2;
}
@media screen and (max-width: 767px) {
  .p-fee__box {
    margin: 10.67vw 0 0;
    padding: 6.67vw;
  }
}
.p-fee__box-ttl {
  font-family: klee-one, sans-serif;
  color: #2D51B2;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fee__box-ttl {
    font-size: 5.07vw;
  }
}
.p-fee__box-items {
  display: grid;
  grid-template-columns: 9.375rem auto;
  gap: 0.625rem;
  align-items: center;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fee__box-items {
    margin: 6.67vw 0 0;
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .p-fee__box-items dt:nth-of-type(n+2),
.p-fee__box-items dd:nth-of-type(n+2) {
    margin: 1.25rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-fee__box-items dt {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fee__box-items dt {
    margin: 4vw 0 2vw;
  }
}
.p-fee__box .c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fee__box .c-list {
    grid-template-columns: 1fr;
    gap: 2.67vw;
  }
}
.p-fee__box .c-list > li {
  background: #EFF3F8;
  mix-blend-mode: multiply;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
.p-fee__box .c-list > li:before {
  width: 0.75rem;
  height: 0.75rem;
  background: #2D51B2;
  left: 0.9375rem;
  top: 1.1875rem;
}
.p-fee__note {
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fee__note {
    margin: 10.67vw 0 0;
  }
}/*# sourceMappingURL=styles.css.map */