@charset "UTF-8";
/* ----------------------------------------------------------------
ユニークパーツ
----------------------------------------------------------------- */
/* .unq-anchor-box
----------------------------------------------- */
.unq-anchor-box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* .unq-case-hdg-quote
----------------------------------------------- */
.unq-case-hdg-quote {
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .unq-case-hdg-quote {
    padding-left: 20px;
    font-size: 1.125rem;
  }
}
.unq-case-hdg-quote::before {
  inset: 0 auto 0 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background-color: #333;
  position: absolute;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .unq-case-hdg-quote::before {
    width: 16px;
  }
}

/* .unq-case-hdg-prof
----------------------------------------------- */
.unq-case-hdg-prof {
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  gap: 4px 33px;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .unq-case-hdg-prof {
    align-items: center;
    font-size: 1.25rem;
  }
}
.unq-case-hdg-prof__hdg {
  position: relative;
  color: #027e9b;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .unq-case-hdg-prof__hdg {
    font-size: 1.5rem;
  }
}
.unq-case-hdg-prof__hdg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 29px;
  background-color: #d6d6d6;
}
@media screen and (min-width: 769px) {
  .unq-case-hdg-prof__hdg::after {
    height: 38px;
  }
}
