@charset "UTF-8";
/* p-social
---------------------------------------------------------------------------- */
.p-social {
  padding-block: 8rem 10rem;
}

.p-social-link-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 0 4rem;
  padding-block: 4.1rem 4.05rem;
  padding-inline: 5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 7.4rem;
}

.p-social-link {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1A1A1A;
  padding-bottom: 0.5rem;
}

.p-social-sec:not(:last-of-type) {
  margin-bottom: 10rem;
}

.p-social-sec > :nth-child(1) {
  margin-bottom: 5.8rem;
}

.p-social-sec-content:not(:last-of-type) {
  margin-bottom: 4.7rem;
}

.p-social-sec-content > :nth-child(2) {
  margin-bottom: 2rem;
}

.p-social-sec-content:has(.m-btn-arrow) > .p-social-txt {
  margin-bottom: 4rem;
}

.p-social-lead {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 5rem;
}

.p-social-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.056em;
  font-weight: 400;
}

.p-social-list:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.p-social-term {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  margin-bottom: 1.5rem;
}

.p-social-desc {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-social-table-wrap {
  width: 100%;
}

.p-social-table {
  width: 100%;
}

.p-social-table-header {
  width: 43rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background-color: #073190;
  padding-block: 1.2rem;
  align-content: center;
  border-left: 1px solid;
}

.p-social-table-header:first-of-type {
  width: 34rem;
  border-left: none;
}

.p-social-table-header span {
  font-size: 1.4rem;
}

.p-social-table-data-header {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  background-color: #E9F6FF;
  border: 1px solid #BEBEBE;
  padding-inline: 2rem;
  align-content: center;
}

.p-social-table-data-header[rowspan] {
  width: 20.2rem;
}

.p-social-table-data {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-block: 1rem 1.2rem;
  padding-inline: 2rem;
  border: 1px solid #BEBEBE;
  align-content: center;
}

.p-social-table-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-social-table-item::before {
  content: "・";
}

.p-social-table-link {
  color: #073190;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-social-table-link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .p-social {
    padding-block: 13.3333333333vw;
  }
  .p-social-link-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1019607843);
    margin-bottom: 13.3333333333vw;
  }
  .p-social-link {
    font-size: 4.2666666667vw;
    padding-bottom: 1.8666666667vw;
    gap: 0 7.7333333333vw;
  }
  .p-social-sec:not(:last-of-type) {
    margin-bottom: 16.8vw;
  }
  .p-social-sec > :nth-child(1) {
    margin-bottom: 8vw;
  }
  .p-social-sec-content:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .p-social-sec-content > :nth-child(2) {
    margin-bottom: 6.4vw;
  }
  .p-social-sec-content:has(.m-btn-arrow) > .p-social-txt {
    margin-bottom: 8vw;
  }
  .p-social-lead {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-social-txt {
    font-size: 4.2666666667vw;
  }
  .p-social-list:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .p-social-term {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .p-social-desc {
    font-size: 4.2666666667vw;
  }
  .p-social-table-wrap {
    overflow-x: scroll;
  }
  .p-social-table {
    width: max-content;
  }
  .p-social-table-header {
    width: 114.6666666667vw;
    font-size: 4.2666666667vw;
    padding-block: 3.2vw;
  }
  .p-social-table-header:first-of-type {
    width: 52.5333333333vw;
    border-left: none;
  }
  .p-social-table-header span {
    font-size: 3.7333333333vw;
  }
  .p-social-table-data-header {
    font-size: 3.7333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-social-table-data-header[rowspan] {
    width: 32vw;
  }
  .p-social-table-data {
    font-size: 3.7333333333vw;
    padding-block: 3.2vw 3.4666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
