.static-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.static-banner-top {
  position: absolute;
  width: 19.79vw;
  height: 19.79vw;
  top: -13.02vw;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  filter: blur(0.104vw);
}
.static-banner-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.static-banner-bg {
  width: 100%;
  height: 10.42vw;
  background-color: #333f49;
}
.static-banner-bottom {
  width: 100%;
  height: 15.63vw;
  background-color: #dce5ea;
  font-size: 2.083vw;
  font-weight: 400;
  color: #35424c;
  font-family: "Cherston", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-block {
  width: 100%;
  padding: 3.125vw;
  max-width: 75%;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin: auto;
  line-height: 1.8;
  font-size: 0.833vw;
  font-family: "Centrale", sans-serif;
  color: #35424c;
}
.static-block-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
  padding-bottom: 2.604vw;
  border-bottom: 1px solid #dce5ea;
  position: relative;
}
.static-block-in:last-child {
  border: none;
}
.static-block-in:last-child::after {
  display: none;
}
.static-block-in .head {
  font-size: 1.667vw;
  font-family: "Cherston", sans-serif;
}
.static-block-in::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.104vw;
  background-color: #dce5ea;
  left: 0;
  bottom: -0.208vw;
}
.static-block-in ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
}
.static-block-in ul li {
  padding-left: 0.781vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.static-block-in ul li::before {
  content: "";
  width: 0.313vw;
  height: 0.313vw;
  border-radius: 50%;
  background-color: #35424c;
  left: 0;
  top: 0.521vw;
  position: absolute;
  flex: 1 0 auto;
}
.static-block-in ul ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
  padding-left: 1.563vw;
  position: relative;
  margin-top: 0.521vw;
}
