.p-company__mission {
  padding-block: 7.5rem 3.75rem;
  background-color: #fdfdfd;
}
@media screen and (max-width: 767.99px) {
  .p-company__mission {
    padding-block: 3.75rem;
  }
}

.p-company-mission__content {
  max-width: 45.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767.99px) {
  .p-company-mission__content {
    margin-top: 1.875rem;
  }
}

.p-company-mission__text {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.99px) {
  .p-company-mission__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-company-mission__text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2.2666666667;
    letter-spacing: 0.0666666667em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-company-mission__text {
    font-size: 0.9375rem;
  }
}

.p-company__member {
  padding-block: 3.75rem;
  background-color: #fdfdfd;
}
@media screen and (max-width: 767.99px) {
  .p-company__member {
    padding-block: 1.875rem;
  }
}

.p-company-member__content {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-member__content {
    margin-top: 1.875rem;
  }
}

.p-company-menber__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.125rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-menber__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    align-items: center;
  }
}

.p-company-member__head {
  width: 100%;
  height: auto;
}

.p-company-member__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.p-company-member__body {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-member__body {
    gap: 0.5625rem;
  }
}

.p-company-member-role {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: calc(normal / 14);
  letter-spacing: 0em;
  color: #797a7b;
}
@media screen and (max-width: 767.99px) {
  .p-company-member-role {
    font-size: 0.875rem;
  }
}

.p-company-member__name {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: calc(normal / 24);
  letter-spacing: 0em;
}
@media screen and (max-width: 767.99px) {
  .p-company-member__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-company-member__name {
    font-size: max(1.25rem, 16px);
    font-weight: 400;
    line-height: calc(normal / 20);
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-company-member__name {
    font-size: 1.25rem;
  }
}

.p-company-member__qualification-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  min-height: 5.25rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-member__qualification-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-company-member__qualification-text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    min-height: auto;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-company-member__qualification-text {
    font-size: 0.9375rem;
  }
}

.p-company-member__sns-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (any-hover: hover) {
  .p-company-member__sns-link {
    transition: opacity 0.3s ease;
  }
  .p-company-member__sns-link:hover {
    opacity: 0.5;
  }
}

.p-company-information {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-information {
    padding-block: 3.75rem 0;
  }
}

.p-company-information__content {
  max-width: 45.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.99px) {
  .p-company-information__content {
    margin-top: 3.75rem;
  }
}

.p-company-information__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-information__list {
    gap: 0.625rem;
  }
}

.p-company-information__item {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  gap: 1.25rem;
  border-bottom: 0.125rem solid #cbcbcb;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.99px) {
  .p-company-information__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-company-information__item {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.7066666667;
    letter-spacing: 0.0533333333em;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-company-information__item {
    font-size: 0.9375rem;
  }
}

.p-company-information__item-head {
  max-width: 8.25rem;
  width: 100%;
}

.p-company-information__item-body.--tel {
  border-bottom: 0.0625rem solid #343434;
}