.c-page-title {
  text-align: center;
  margin-bottom: 80px;
}

.c-page-title__en {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #f39800;
  margin-bottom: 10px;
}

.c-section-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 80px;
  font-weight: 700;
}

.p-about__content--philosophy h3 {
  font-weight: 700;
  font-size: 28px;
  display: flex;
  column-gap: 20px;
  margin-bottom: 70px;
}

.p-about__content--philosophy h3::before {
  content: "";
  width: 1px;
  background: var(--color-00-main);
  align-self: stretch;
}

.p-philosophy__box {
  background:
    linear-gradient(
      90deg,
      rgba(222, 200, 0, 0.9) 5%,
      rgba(255, 102, 0, 0.9) 60%
    ),
    url(/img/about/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 72px 40px;
  color: #fff;
  max-width: 1280px;
  margin: 0 auto 120px;
  box-sizing: border-box;
  text-align: center;
}

.p-philosophy__lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-philosophy__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.p-philosophy__list li {
  margin: 12px 0;
  line-height: 2.2;
  text-align: center;
  font-weight: 400;
}

.p-philosophy__list li::before {
  content: "一、";
  margin-right: 0.3em;
  font-weight: 700;
}

.p-company-symbol__items {
  display: flex;
  gap: 60px;
  max-width: 1280px;
  margin: 0 auto 120px;
  box-sizing: border-box;
}

.p-company-symbol__item {
  flex: 1;
  text-align: center;
}

.p-company-symbol__image {
  background-color: #f8f9f4;
  padding: 48px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.p-company-symbol__image > img {
  width: auto;
  max-width: 520px;
  height: auto;
  display: block;
}

.p-company-symbol__text,
.p-company-symbol__item p {
  margin: 0;
  line-height: 2;
}

.pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .c-section-title {
    margin-bottom: 40px;
  }

  .p-about__content--philosophy h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .p-philosophy__box {
    padding: 48px 20px;
    margin-bottom: 80px;
  }

  .p-philosophy__lead {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    padding: 0 8px;
  }

  .p-company-symbol__items {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }

  .p-company-symbol__image {
    padding: 32px 20px;
  }

  .p-company-symbol__image > img {
    max-width: 250px;
  }

  .pc {
    display: none;
  }
}
