/* キービジュアル */
.kv-by {
  background: url('/wp-content/themes/swell_child/edit/img/kv-access-by.jpg') no-repeat center;
  background-size: cover;
  height: 498px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-big-by);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px){
  .kv-by {
    height: 200px;
  }
}
.kv-by::after {
  background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg");
  bottom: 0;
  content: '';
  height: 90px;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px){
.kv-by::after {
    background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg") center;
    height: 28px;
    bottom: -5px;
  }
}


/* カテゴリーの見出し */
.h-left_line-by {
    color: var(--black_color-by);
    font-size: var(--fs-middle-by);
    margin-bottom: 16px;
}


/* 本文 */
.privacy-text-by {
  color: var(--black_color-by);
  font-size: var(--fs-text-by);
}
.privacy-text-by:not(:last-child) {
  margin-bottom: 40px;
}