/* m-section-heading — セクション見出し */

.m-section-heading {
  position: relative;
}

.m-section-heading__sub {
  position: relative;
  z-index: 1;
  margin: 0 0 0.2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.m-section-heading__main {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.m-section-heading--white {
  color: #fff;
}

.m-section-heading--white::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.4rem;
  left: -2rem;
  z-index: 0;
  width: 11rem;
  height: 11rem;
  border: 0;
  background-color: transparent;
  background-image: url("../../img/common/section-heading-circle-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
