.c-text {
  font-size: 14px;
  line-height: 1.714;
}
.c-text + .c-text {
  margin-top: 1em;
}

.c-head {
  font-size: 32px;
  color: #4B9035;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .c-head {
    font-size: 24px;
  }
}

.p-about__text-wrap .c-head {
  margin-bottom: 30px;
}
.p-about__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  max-width: 454px;
  min-width: 454px;
}
@media only screen and (max-width: 768px) {
  .p-about__img-wrap {
    margin: 0 auto;
    max-width: none;
    min-width: auto;
  }
}
.p-about__img {
  width: 50%;
}
.p-about__img:first-child {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .p-about__img:first-child {
    margin: 0;
  }
}

@media only screen and (max-width: 800px) {
  #gnavi .text_navi ul li {
    font-size: 90% !important;
  }
}