.p-company {
  width: 102rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company {
    width: auto;
    padding: 0;
  }
}
.p-company-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-company-define {
    display: block;
  }
}
.p-company-define__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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24rem;
  background: #F5F5EE;
  line-height: 1.5;
  padding: 1.8rem 2.4rem;
  margin-bottom: 0.5rem;
}
.p-company-define__ttl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__ttl {
    width: 100%;
    padding: 1.2rem 2rem;
    margin-bottom: 0;
  }
}
.p-company-define__txt {
  width: calc(100% - 24rem);
  line-height: 1.5;
  padding: 1.8rem 4rem;
  margin-bottom: 0.5rem;
}
.p-company-define__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__txt {
    width: 100%;
    padding: 1.2rem 2rem;
  }
}
.p-company-define__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-company-define__txt a:hover {
    background: none;
    opacity: 1;
  }
}