:root {
  --cl01: #aa56bc;
  --cl02: #813591;
}

.p_education_card__catch, .p_education_sec03__copy, .p_education_sec03__list {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_education_card__catch, .p_education_sec03__copy, .p_education_sec03__list {
    font-size: 1rem;
  }
}

.p_education_catch, .p_education_sec04 .desc .txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_education_catch, .p_education_sec04 .desc .txt {
    font-size: 1.25rem;
  }
}

.p_education_card__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_education_card__title {
    font-size: 1.5rem;
  }
}

.p_education_sec__ttl {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p_education_sec__ttl {
    font-size: clamp(1.75rem, 1.5625vw + 1rem, 2rem);
  }
}

@media screen and (min-width: 768px) {
  .p_education .c_hero {
    padding-bottom: 50px;
  }
}

.p_education_catch {
  max-width: 960px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-weight: 700;
  margin-top: 50px;
  color: #2f3a4c;
}
@media screen and (min-width: 768px) {
  .p_education_catch {
    text-align: center;
    margin-top: 107px;
  }
}

.p_education_sec__ttl {
  color: #2f3a4c;
  font-weight: 700;
}

.p_education_card__title {
  font-weight: 700;
  margin-top: 20px;
  color: #2f3a4c;
}
@media screen and (min-width: 768px) {
  .p_education_card__title {
    margin-top: 45px;
  }
}
.p_education_card__catch {
  font-weight: 400;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_education_card__catch {
    margin-top: 20px;
  }
}

.p_education_sec01 {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p_education_sec01 {
    margin-top: 90px;
  }
}
.p_education_sec01__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_education_sec01__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 43px;
    gap: 40px;
  }
}

.p_education_sec02 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_education_sec02 {
    margin-top: 120px;
  }
}
.p_education_sec02__figure {
  width: 680px;
}
@media screen and (min-width: 768px) {
  .p_education_sec02__figure {
    width: 1160px;
  }
}
.p_education_sec02__figure_wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_education_sec02__figure_wrap {
    margin-top: 63px;
  }
}

.p_education_sec03 {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03 {
    margin-top: 125px;
  }
}
.p_education_sec03__figure_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03__figure_wrap {
    float: right;
    width: 50%;
    padding-left: 20px;
    margin-top: -40px;
  }
}
.p_education_sec03__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03__content {
    margin-top: 0;
    width: 50%;
  }
}
.p_education_sec03__copy {
  font-weight: 400;
  line-height: 2;
}
.p_education_sec03__copy01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03__copy01 {
    margin-top: 40px;
  }
}
.p_education_sec03__copy02 {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03__copy02 {
    margin-top: 12px;
  }
}
.p_education_sec03__list {
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_education_sec03__list {
    margin-top: 14px;
  }
}
.p_education_sec03__list li {
  position: relative;
  padding-left: 1.125em;
}
.p_education_sec03__list li + li {
  margin-top: 0.25em;
}
.p_education_sec03__list li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  background-color: #aa56bc;
  border-radius: 50%;
  top: 0.75em;
  left: 0;
}

.p_education_sec04 {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_education_sec04 {
    margin-top: clamp(5rem, 12.3798076923vw + -0.9423076923rem, 11.4375rem);
  }
}
.p_education_sec04__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p_education_sec04__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #2f3a4c;
  opacity: 0.8;
  z-index: 1;
}
.p_education_sec04__img img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.1s linear;
  position: relative;
  top: -20%;
}
@media screen and (min-width: 768px) {
  .p_education_sec04__img img {
    height: 120%;
    top: -15%;
  }
}
.p_education_sec04__content {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_education_sec04__content {
    padding: clamp(7.5rem, 21.3942307692vw + -2.7692307692rem, 18.625rem) 0 clamp(7.5rem, 19.8317307692vw + -2.0192307692rem, 17.8125rem);
  }
}
.p_education_sec04 .p_education_sec__ttl {
  color: #fff;
  text-align: center;
}
.p_education_sec04 .desc {
  width: 100%;
  padding-top: 20px;
  max-width: 729px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_education_sec04 .desc {
    padding-top: 57px;
  }
}
.p_education_sec04 .desc .txt {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p_education_sec04 .desc .txt {
    text-align: center;
  }
}
.p_education_sec04 .desc .txt_p {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p_education_sec04 .desc .txt_p {
    margin: 0;
  }
}
.p_education_sec04 .desc .bg_txt {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 0 10px;
}
.p_education_sec04 .desc .bg_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  top: 50%;
  left: 50%;
  background-color: #9954ae;
  padding: 1px 10px 0px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*# sourceMappingURL=education.css.map */
