
/* セラピストSNSアイコン（X の左隣に 02 / ブルースカイ） */
.ico-sns02 {
  right: 2.75rem;
}
.ico-bluesky {
  right: 5rem;
  background-color: #4b72ff;
}
.ico-sns02-img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ico-sns02-img:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/ico-sns02.png) no-repeat center/cover;
  border-radius: 100%;
}
.sns-icon-wrap {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: flex;
    gap: 8px;
    z-index: 1;
}
.ico-tw {
      position: static;
}