.p-about {
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3.4rem 1.9rem 6.7rem;
  }
}
.p-about__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-about__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #3064db;
  line-height: 1;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    justify-content: space-between;
    gap: 0;
    letter-spacing: 0.15em;
    margin: 0 0 2.4rem;
  }
}
.p-about__en {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #acc1f1;
}
@media screen and (max-width: 767px) {
  .p-about__en {
    letter-spacing: 0.12em;
  }
}
.p-about__catch {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #308ddb;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__catch {
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.p-about__sub {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.1em;
  margin: 0 0 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: 1.75rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-about__mark {
  background: linear-gradient(transparent 70%, #d7eaf8 70%);
}
.p-about__txt {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    line-height: 1.875;
    letter-spacing: 0.07em;
  }
}
.p-about__img {
  display: block;
  max-width: 92rem;
  margin: 2.4rem auto;
}

.p-two {
  background: url(../img/about/bg_two.png) 0 0/cover no-repeat #d7eaf8;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-two {
    background: url(../img/about/bg_two_sp.png) 0 0/cover no-repeat #d7eaf8;
    padding: 3.5rem 1.9rem 6rem;
  }
}
.p-two__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-two-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-weight: 900;
  color: #3064db;
  letter-spacing: 0.1em;
}
.p-two-heading__num {
  width: 4.5rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-two-heading__num {
    width: 4rem;
  }
}
.p-two-heading__small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-two-heading__small {
    font-size: 3.2rem;
  }
}
.p-two-heading__large {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-two-heading__large {
    font-size: 4.4rem;
  }
}
.p-two-block {
  background: #fff;
  padding: 4rem 8rem 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-two-block {
    margin-top: 3.8rem;
    padding: 1.5rem 2.5rem;
  }
}
.p-two-block-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  color: #308ddb;
  letter-spacing: 0.1em;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-two-block-heading {
    flex-flow: column;
    align-items: center;
    gap: 1.5rem 0;
    margin: 0 0 2rem;
  }
}
.p-two-block-heading__num {
  width: auto;
  height: 6.8rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-two-block-heading__num {
    margin: 0 0 0 3.4rem;
  }
  .p-two-block-heading__num--02 {
    margin: 0 0 0 3.6rem;
  }
}
.p-two-block-heading__txt {
  width: 100%;
}
.p-two-block-heading__mark {
  font-size: 2.8rem;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #d7eaf8 70%);
  letter-spacing: 0.1em;
}
.p-two-block__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.p-two-block__img {
  display: block;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-two-block__img {
    margin-top: 2.5rem auto 0;
  }
}
.p-two-block__img--02 {
  max-width: 61rem;
}