/* p-about
---------------------------------------------------------------------------- */
.p-about {
  padding-top: 9rem;
}

.p-about-top {
  text-align: center;
  padding-bottom: 24rem;
}

.p-about-txt01 {
  color: #4261B7;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-about-body {
  padding-top: 10rem;
  background-color: #fff;
}

.p-point {
  max-width: 132rem;
  margin: 0 auto;
  padding: 8rem;
  padding-bottom: 10rem;
  margin-top: -24rem;
  background-color: #fff;
}

.p-point-block {
  display: flex;
  align-items: start;
  gap: 5rem;
}
.p-point-block:not(:last-child) {
  margin-bottom: 8rem;
}
.p-point-block:nth-child(even) {
  flex-direction: row-reverse;
}

.p-point-image {
  width: 53rem;
}

.p-point-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-point-content {
  width: calc(100% - 53rem - 5rem);
}

.p-point-label-wrap {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.2rem solid #F6CA4A;
}

.p-point-label {
  color: #F6CA4A;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

.p-point-number {
  font-size: 4.8rem;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-point-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-point-text {
  line-height: 1.7777777778;
}

.p-point-btn {
  width: 26.9rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 9.3333333333vw;
  }
  .p-about-top {
    padding-bottom: 36vw;
  }
  .p-about-txt01 {
    font-size: 4.8vw;
    line-height: 2.2777777778;
    text-align: left;
  }
  .p-about-body {
    padding-top: 26.6666666667vw;
  }
  .p-point {
    max-width: 89.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw;
    margin-top: -53.3333333333vw;
  }
  .p-point-block {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-point-block:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .p-point-block:nth-child(even) {
    flex-direction: column;
  }
  .p-point-image {
    width: 100%;
  }
  .p-point-content {
    width: 100%;
  }
  .p-point-label-wrap {
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #F6CA4A;
  }
  .p-point-label {
    font-size: 2.9333333333vw;
  }
  .p-point-number {
    font-size: 7.7333333333vw;
  }
  .p-point-title {
    font-size: 5.3333333333vw;
  }
  .p-point-text {
    line-height: 1.75;
  }
  .p-point-btn {
    width: 71.7333333333vw;
    margin: 4vw auto 0;
  }
}
