@media screen and (min-width: 835px) {
  .p-company-social__h1.c-title--1 {
    font-size: clamp(76.5px, 6.25vw, 99px);
    margin-bottom: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__h1.c-title--1 {
    font-size: clamp(51px, 16vw, 66px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .p-company-social__h1.c-title--1 > span {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    margin-bottom: 2.2222222222em;
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__h1.c-title--1 > span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 835px) {
  .p-company-social__h2 {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    line-height: var(--lh-150);
    font-weight: var(--fw-500);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__h2 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 835px) {
  .p-company-social__section {
    padding-block: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__section {
    padding-block: min(21.333vw, 88px);
  }
}
.p-company-social__section:nth-of-type(2n) {
  background-color: var(--bg-blue);
}
.p-company-social__content {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-company-social__content {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.778vw, 44px) min(6.944vw, 110px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__content {
    grid-template-columns: 1fr;
    gap: min(10.667vw, 44px);
  }
}
.p-company-social__item {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-company-social__item {
    grid-template-columns: min(9.028vw, 143px) 1fr;
    column-gap: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__item {
    grid-template-columns: min(22.4vw, 92.4px) 1fr;
    column-gap: min(5.333vw, 22px);
  }
}
.p-company-social__item figure > img {
  background: #FFF;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-company-social__item figure > img {
    border-radius: min(0.556vw, 8.8px);
  }
}
.p-company-social__detail__title {
  font-weight: var(--fw-500);
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-company-social__detail__title {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-bottom: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__detail__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-company-social__detail__text {
  font-weight: var(--fw-400);
  line-height: var(--lh-150);
  margin-bottom: min(0.833vw, 13.2px);
}
@media screen and (min-width: 835px) {
  .p-company-social__detail__text {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__detail__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-bottom: min(3.2vw, 13.2px);
  }
}
.p-company-social__detail__link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .p-company-social__detail__link {
    gap: 10px;
    margin-bottom: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__detail__link {
    margin-bottom: min(2.667vw, 11px);
  }
}
.p-company-social__detail__link a img {
  aspect-ratio: 1;
}
@media screen and (min-width: 835px) {
  .p-company-social__detail__link a img {
    width: min(3.056vw, 48.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-company-social__detail__link a img {
    width: min(11.733vw, 48.4px);
  }
}
.p-company-social__detail__notice {
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  font-weight: var(--fw-400);
  color: #C9CCD5;
  line-height: var(--lh-100);
}