.fadein1 {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadein1.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-list {
  position: relative;
  padding-top: 75px;
  padding-bottom: 85px;
  overflow: hidden;
}
@media (min-width: 65.625em) {
  .p-list {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
.p-list::before {
  background-color: #cae8f8;
  content: "";
  width: 100%;
  height: 35px;
  background-image: url("/assets/images/common/bg_curve_blue2.svg");
  background-position: center top;
  background-size: 150% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .p-list::before {
    height: 100px;
  }
}
@media (min-width: 65.625em) {
  .p-list::before {
    height: 258px;
    background-image: url("/assets/images/common/bg_curve_blue2.png");
    background-size: 100% 100%;
    min-width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-list__container {
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 48em) {
  .p-list__container {
    width: calc(100% - 80px);
  }
}
@media (min-width: 65.625em) {
  .p-list__container {
    max-width: 1050px;
    position: relative;
    z-index: 1;
  }
}

.p-list__heading {
  text-align: center;
}

.p-list__heading-icon {
  fill: #0a96d6;
  width: 18px;
  height: 20px;
}
@media (min-width: 65.625em) {
  .p-list__heading-icon {
    width: 23px;
    height: 26px;
  }
}

.p-list__ja-heading {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 15px;
  letter-spacing: 0.02em;
  color: #04327c;
}
@media (min-width: 48em) {
  .p-list__ja-heading {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
@media (min-width: 65.625em) {
  .p-list__ja-heading {
    font-size: clamp(2.2rem, 2.6865671642vw, 3.6rem);
  }
}

.p-list__items {
  margin-top: 30px;
}
@media (min-width: 48em) {
  .p-list__items {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 47.9651162791%);
    gap: 30px 4.0697674419%;
    align-items: start;
  }
}
@media (min-width: 65.625em) {
  .p-list__items {
    margin-top: 60px;
    grid-template-columns: repeat(3, 31.4285714286%);
    gap: 30px 2.8571428571%;
  }
}

.p-list__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 45px 30px;
}
@media (min-width: 48em) {
  .p-list__item {
    width: 100%;
    height: 100%;
    max-width: 590px;
    margin: auto;
  }
}
@media (min-width: 65.625em) {
  .p-list__item {
    padding: 53px 30px;
    display: flex;
    flex-direction: column;
  }
}
@media not all and (min-width: 48em) {
  .p-list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-list__image {
  width: 80%;
  max-width: 220px;
  margin: auto;
  text-align: center;
}
@media (min-width: 65.625em) {
  .p-list__image {
    width: 81.4814814815%;
  }
}

.p-list__text {
  text-align: center;
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #04327c;
}
@media (min-width: 65.625em) {
  .p-list__text {
    font-size: 2rem;
  }
}
@media (min-width: 65.625em) {
  .p-list__text {
    line-height: 1.5;
    font-size: clamp(1.8rem, 1.4925373134vw, 2rem);
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.p-list__btn {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-list__btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-list__btn {
    margin-top: auto;
  }
}
.p-list__btn a {
  width: 87.2727272727%;
  max-width: 240px;
  margin: auto;
  padding: 12px;
  position: relative;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-list__btn a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 15px 25px;
  }
}
@media (min-width: 65.625em) {
  .p-list__btn a {
    font-size: clamp(1.4rem, 1.2686567164vw, 1.7rem);
  }
}
.p-list__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-list__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-list__btn a::before {
    opacity: 0;
    transform: translateY(-50%) scale(0.01);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  }
}
@media (min-width: 48em) {
  .p-list__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-list__btn a:hover span {
    color: #fff;
  }
  .p-list__btn a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
  .p-list__btn a:hover .p-list__btn-icon {
    fill: #fff;
  }
}

.p-list__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}
@media (min-width: 48em) {
  .p-list__btn-icon {
    width: 17px;
    height: 14px;
    right: 30px;
  }
}

.p-overview {
  background-color: #cae8f8;
  position: relative;
  padding-top: 100px;
  margin-top: 50px;
  padding-bottom: 85px;
}
@media (min-width: 65.625em) {
  .p-overview {
    padding-top: 150px;
    margin-top: 80px;
    overflow: hidden;
  }
}
.p-overview::before {
  background-color: #e8f1f7;
  content: "";
  width: 100%;
  height: 10vw;
  background-image: url("/assets/images/common/bg_curve_blue1.svg");
  background-position: center top;
  background-size: 150% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .p-overview::before {
    height: 100px;
  }
}
@media (min-width: 65.625em) {
  .p-overview::before {
    height: 258px;
    background-image: url("/assets/images/common/bg_curve_blue1.png");
    background-size: 100% 100%;
    min-width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-overview__container {
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 48em) {
  .p-overview__container {
    width: calc(100% - 80px);
  }
}
@media (min-width: 65.625em) {
  .p-overview__container {
    max-width: 1050px;
    position: relative;
    z-index: 1;
  }
}

.p-overview__heading {
  width: 92.5373134328%;
  margin: 0 auto 30px;
}
@media (min-width: 48em) {
  .p-overview__heading {
    width: 47.619047619%;
    margin: 0 auto 60px;
  }
}
.p-overview__heading img {
  width: 100%;
}

.p-overview__text {
  text-align: center;
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-overview__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 65.625em) {
  .p-overview__text {
    font-size: clamp(1.5rem, 1.2686567164vw, 1.7rem);
  }
}
.p-overview__text + .p-overview__text {
  margin-top: 15px;
}