.p-about {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 0 0 6rem;
  }
}
.p-about-intro__ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-about-intro__ttl.is-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-intro__ttl.is-center {
    text-align: left;
  }
}
.p-about-intro-photo {
  max-width: 54rem;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-photo {
    margin: 4rem auto 0;
  }
}
.p-about-intro-photo__pre {
  text-align: center;
  font-weight: 700;
  color: red;
  line-height: 1.5;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-photo__pre {
    margin: 3rem 0 0;
  }
}
.p-about-intro-photo__name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 1.5rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro-photo__name {
    font-size: 2rem;
  }
}
.p-about-intro-photo__year {
  text-align: center;
  line-height: 1;
}
.p-about-intro-taste {
  max-width: 92.8rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-taste {
    margin: 3rem auto 0;
  }
}
.p-about-intro-taste__txt {
  font-size: 1.4rem;
  color: #7C7574;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-taste__txt {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    margin: 1rem 0 0;
  }
}
.p-about__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-about__bg {
  position: relative;
  background: #E9E8E8;
}
.p-about__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__bg::before {
    height: 6rem;
  }
}
.p-about__column {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__column {
    margin-top: 4rem;
  }
}