/* 
---------------------------------------------------------------------------- */
.p-point {
  overflow: hidden;
}

.p-point-inner {
  width: 120rem;
  margin: 0 auto;
}

.m-about-point-message {
  margin-bottom: 6rem;
}

.p-growth-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 5rem 7.5rem;
  gap: 3.5rem;
  margin-bottom: 5.5rem;
}

.p-growth-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.p-growth-icon {
  width: 15.2rem;
  height: auto;
  aspect-ratio: 152/135;
}

.p-growth-texts {
  line-height: 2.2222222222;
  font-weight: 700;
}

.p-growth-title {
  color: #EDBB2B;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-growth-graph {
  width: 32.2rem;
}

.p-growth-summary {
  text-align: center;
  font-weight: 700;
  line-height: 2.2222222222;
}

.p-service-grid {
  display: flex;
  gap: 1rem;
  margin: 1rem 0 6.5rem;
}

.p-service-box {
  flex: 1;
  border: 0.2rem solid #EDBB2B;
}

.p-service-body {
  padding: 1.5rem 3rem 2.5rem;
}

.p-service-logo {
  height: 10rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.p-service-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-service-direct {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 4rem 5rem;
  margin-top: 5rem;
  border: 0.2rem solid #EDBB2B;
}

.p-service-direct-image {
  width: 40.3rem;
  min-width: 40.3rem;
}

.p-service-direct-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.p-school-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.5rem;
  padding: 4rem 8.5rem;
  margin-bottom: 10rem;
  background-color: #FEFCE6;
  position: relative;
}

.p-school-label {
  position: absolute;
  top: 1rem;
  left: auto;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 1rem 2.5rem;
  background-color: #EDBB2B;
  border-radius: 9999px;
}
.p-school-label::before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 2.1rem;
  height: auto;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #EDBB2B;
}

.p-school-heading {
  color: #4261B7;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.p-school-image {
  width: 37.4rem;
  min-width: 37.4rem;
}

@media screen and (max-width: 767px) {
  .p-point-inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .m-about-point-message {
    margin-bottom: 13.3333333333vw;
  }
  .p-growth-box {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
    gap: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-growth-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.6666666667vw;
  }
  .p-growth-texts {
    display: contents;
  }
  .p-growth-texts p {
    grid-column: 1/3;
  }
  .p-growth-icon {
    width: 16vw;
    min-width: 16vw;
  }
  .p-growth-title {
    font-size: 6.9333333333vw;
    margin-bottom: 0;
  }
  .p-growth-graph {
    width: 100%;
  }
  .p-growth-summary {
    text-align: left;
  }
  .p-service-grid {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin: 5.3333333333vw 0 13.3333333333vw;
  }
  .p-service-box {
    border: 0.5333333333vw solid #EDBB2B;
  }
  .p-service-body {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .p-service-logo {
    height: 24vw;
    margin-bottom: 4vw;
  }
  .p-service-direct {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    margin-top: 8vw;
    border: 0.5333333333vw solid #EDBB2B;
  }
  .p-service-direct-image {
    width: 100%;
    min-width: 100%;
  }
  .p-service-direct-title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
  .p-school-box {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw 8vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-school-label {
    top: 0;
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 5.8666666667vw;
  }
  .p-school-label::before {
    bottom: 1.3333333333vw;
    width: 4.8vw;
  }
  .p-school-heading {
    font-size: 5.3333333333vw;
    text-decoration: none;
    border-bottom: 0.5333333333vw solid #F6CA4A;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .p-school-image {
    width: 100%;
    min-width: 100%;
  }
}
