.p-about__company__title {
  background: url("/files/img/pc/about/btm_img.jpg") center/cover;
  height: 970px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about__company__title {
    height: 300px;
  }
}
.p-about__company__title .title {
  text-align: center;
}
.p-about__company__table a {
  text-decoration: underline;
}
.p-about__company__table a:hover {
  text-decoration: none;
}
.p-about__company__table--aderia {
  margin-bottom: 170px !important;
}
.p-about__company__table tr {
  display: grid;
  grid-template-columns: 152px auto;
}
@media screen and (max-width: 768px) {
  .p-about__company__table tr {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-about__company__table th {
    width: 100% !important;
  }
}
.p-about__company__table th.line-height {
  line-height: 1.5;
}
.p-about__company__table td {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-about__company__table td {
    font-size: 13px;
    line-height: 1.5;
  }
}
.p-about__company__table td .small {
  font-size: 12px;
}

div#body.about main.about article.about.company #group h3 {
  font-size: 26px;
  margin-bottom: 56px;
}

div#body.about main.about article.about.company table tr:first-of-type {
  border-top: none;
}

div#body.about main.about article.about.company table {
  border-bottom: none;
}

div#body.about main.about article.about.company #group ul li div.text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  div#body.about main.about article.about.company #group ul li div.text {
    font-size: 16px;
  }
}

div#body.about main.about article.about.company #group ul {
  display: grid;
  grid-template-columns: 375px 375px;
  column-gap: 73px;
}
@media screen and (max-width: 768px) {
  div#body.about main.about article.about.company #group ul {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}

div#body.about main.about article.about.company #group ul li {
  margin: 0;
}

div#body.about main.about article.about.company #group ul li div.ttl {
  font-size: 26px;
  margin: 20px 0 15px;
}
@media screen and (max-width: 768px) {
  div#body.about main.about article.about.company #group ul li div.ttl {
    font-size: 18px;
  }
}
div#body.about main.about article.about.company #group ul li div.ttl.link-blue {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .logo.aderia {
    width: 20vw !important;
  }
}

div#body.about main.about article.about.company #group {
  margin-top: 140px;
}

div#body.about main.about article.about.company p.contact {
  margin-bottom: 90px;
}

div#body.about main.about span {
  font-size: 23px;
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

.anchor2 {
  position: absolute;
  margin-top: 0;
  padding-top: 0;
  scroll-margin-top: 90px;
}
@media (max-width: 768px) {
  .anchor2 {
    scroll-margin-top: 17.1875vw;
  }
}/*# sourceMappingURL=about.css.map */