@charset "utf-8";

.p-fv {
  position: relative;
}

.p-fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-fv .inner {
  padding: calc(var(--header-height) + 112px) 0 154px;
}
.p-fv .inner .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.75rem, 0.835rem + 1.91vw, 3.125rem);
  color: #fff;
}

.breadlist .inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 26px 0 0;
}

.breadlist .line {
  width: 15px;
  height: 0.5px;
  background-color: #1d1d1d;
}

.breadlist p {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #1d1d1d;
}

@media (max-width: 1200px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
  .p-fv .inner {
    width: 90%;
    padding: calc(var(--header-height) + 36px) 0 38px;
  }

  .p-fv .inner .breadlist {
    margin-bottom: 29px;
  }
  .breadlist .inner {
    width: 90%;
    padding: 3px 0 0;
  }
}
