/* 
---------------------------------------------------------------------------- */
.p-about-info {
  width: 109rem;
}

.p-about-info-row {
  display: flex;
  gap: 0.4rem;
}
.p-about-info-row:first-child .p-about-info-heading,
.p-about-info-row:first-child .p-about-info-data {
  padding-top: 0;
}

.p-about-info-heading {
  color: #01837B;
  width: 20rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #01837B;
}

.p-about-info-data {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 2.5rem 0;
  border-bottom: 1px solid #C0C7D1;
}

.p-about-sns-box {
  text-align: center;
  padding: 5rem 6rem;
  margin-top: 12rem;
  border-radius: 2rem;
  background-color: #DFF3F4;
}

.p-about-sns-title {
  color: #01837B;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
}
.p-about-sns-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -1rem;
  transform: translate(-100%, -50%);
  width: 3.3rem;
  height: 3.3rem;
  background: url(../../images/common/icn_megaphone.svg) no-repeat center/contain;
}

.p-about-sns-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.p-about-sns-item {
  flex: 1;
}

.p-about-sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy", "Noto Sans JP";
  padding: 1.5rem;
  background: #fff;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (hover: hover) {
  .p-about-sns-link:hover {
    opacity: 0.7;
  }
}
.p-about-sns-link::before, .p-about-sns-link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.p-about-sns-link::before {
  left: 2.4rem;
  width: 3rem;
  height: 3rem;
}
.p-about-sns-link::after {
  right: 2rem;
  width: 2.4rem;
  aspect-ratio: 24/19;
  background: url(../../images/common/icn_new-tab_gr.svg) no-repeat center/contain;
}
.p-about-sns-link._instagram::before {
  background: url(../../images/common/icn_sns-instagram.webp) no-repeat center/contain;
}
.p-about-sns-link._youtube::before {
  background: url(../../images/common/icn_sns-youtube.svg) no-repeat center/contain;
}
.p-about-sns-link._x::before {
  background: url(../../images/common/icn_sns-x.svg) no-repeat center/contain;
}
.p-about-sns-link._facebook::before {
  background: url(../../images/common/icn_sns-facebook.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-about-info {
    width: 100%;
  }
  .p-about-info-row {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-about-info-row:first-child .p-about-info-heading,
  .p-about-info-row:first-child .p-about-info-data {
    padding-top: 0;
  }
  .p-about-info-heading {
    width: 100%;
    padding: 5.3333333333vw 0 0;
    border-bottom: none;
  }
  .p-about-info-data {
    font-size: 3.7333333333vw;
    padding: 0 0 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #C0C7D1;
  }
  .p-about-sns-box {
    padding: 8vw 5.3333333333vw;
    margin-top: 16vw;
    border-radius: 2.6666666667vw;
  }
  .p-about-sns-title {
    font-size: 4.2666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-about-sns-title::before {
    left: -2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-about-sns-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-about-sns-link {
    padding: 3.4666666667vw;
  }
  .p-about-sns-link::before {
    left: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-about-sns-link::after {
    right: 4vw;
    width: remvw(20);
  }
}
