@charset "utf-8";

.p-fv {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.p-fv::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/system_panel/uploads/images/20260708161750700569.png) no-repeat bottom right/contain;
  width: 100%;
  height: 184px;
  z-index: -1;
}

.p-fv .inner {
  padding: calc(var(--header-height) + 14px) 0 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.p-fv .inner .tit-ja {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  text-align: center;
  color: #000;
}

.breadlist {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #000;
}

.intro .inner .tit-ja {
  font-weight: 700;
  font-size: clamp(1.313rem, 1.146rem + 0.71vw, 2rem);
  line-height: calc(45 / 32);
  text-align: center;
  color: #0b3570;
}

.intro {
  position: relative;
}

.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/system_panel/uploads/images/20260708212032807685.png) no-repeat center/cover;
  max-width: 1065px;
  width: 90%;
  height: 387px;
  z-index: -1;
}

.intro .desc p {
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .p-fv .inner {
    padding: calc(var(--header-height) + 9px) 0 103px;
  }
}

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