.about-header {
  background-color: #EFFF2F;
  position: relative;
}
.about-header h1 {
  color: #000;
}
@media (max-width: 540px) {
  .about-header h1 {
    color: #fff;
  }
}

@media (max-width: 959px) {
  .p-yellow-span {
    border-bottom: solid 3.5px #EFFF2F !important;
  }
}

.about-top-img-box {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .about-top-img-box {
    max-width: 280px;
  }
}
.about-top-img-box img {
  width: 100%;
}

.p-sub-title {
  max-width: 650px;
  margin: 0 auto;
}
.p-sub-title img {
  width: 100%;
}

.p-about-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
.p-about-title h3 {
  text-align: right;
  margin-bottom: 15px;
}
.p-about-title img {
  width: 100%;
}

.company-content {
  padding-left: 20px;
  padding-right: 20px;
}

.company-text {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 90px;
}
.company-text p {
  color: #000;
}

.p-representBox {
  display: flex;
  padding-top: 60px;
}
@media (max-width: 540px) {
  .p-representBox {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
}
.p-representBox .p-left-textBox {
  width: 60%;
  position: relative;
}
@media (max-width: 540px) {
  .p-representBox .p-left-textBox {
    width: 100%;
  }
}
.p-representBox .p-left-textBox p {
  position: absolute;
  bottom: 0;
}
@media (max-width: 540px) {
  .p-representBox .p-left-textBox p {
    top: 0;
  }
}
.p-representBox .p-left-textBox span {
  font-size: 20px;
}
.p-representBox .p-right-imgBox {
  width: 40%;
}
@media (max-width: 540px) {
  .p-representBox .p-right-imgBox {
    width: 100%;
  }
}
.p-representBox .p-right-imgBox img {
  width: 100%;
}

.p-about-hcdf-content {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-kamei-text-Box {
  margin-top: 30px;
}

.p-kamei-textBox {
  margin-bottom: 50px;
}

.p-kamei-textlist li {
  padding: 0;
}/*# sourceMappingURL=about.css.map */