/* 下層ページメインビジュアル */
.page_mv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #DEFDFF;
  margin-top: 0;
  &::before {
    background: linear-gradient(to bottom left, #E3F0FF 0%, #DEFDFF 70%);
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    height: 250px;
  }
}
.page_title {
  width: 100%;
  @media screen and (max-width: 767px) {
    padding-top: 1em;
  }
}
.cmn_heading--en {
  color: #DEFDFF;
  position: relative;
  z-index: 2;
}
.breadcrumb {
  margin-inline: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1.5em;
  z-index: 2;
  @media screen and (max-width: 767px) {
    width: 95%;
    bottom: 0.5em;
  }
}
.breadcrumb_list {
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
  }
}
.breadcrumb_item {
  color: #000;
  &:has(a[href])::after {
    background: #000;
  }
}
.breadcrumb_item a {
  color: #000;
}

.privacy_title {
  color: var(--sub-color);
  padding-bottom: 0.75em;
  border-bottom: 1px solid var(--sub-color);
  font-size: var(--font-28);
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
}