:root {
  --blue: #0073bd;
}

.section-h1{
    font-size: 2rem;
    color: var(--blue);
    font-weight: 600;

}   
.section-top {
  background-image: url("/wp-content/uploads/2026/02/top-mv.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 70vh;
  position: relative;
}
.section-top__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  text-align: center;
}
.section-top__title p {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .section-top__title p {
    font-size: 4.9vw;
  }
}

/* POLICY */
.section-policy__title {
  text-align: center;
}

.section-policy__title p {
  color: var(--blue);
  font-weight: 600;
  font-size: 2rem;
}
.section-policy__contents {
  position: relative;
}
.section-policy__count {
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  aspect-ratio: 1 / 1;
  background-image: url("/wp-content/uploads/2026/02/proposal-ribbon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.section-policy__contents-proposal-title{
    margin-bottom: 0 !important;
}
.section-policy__contents-proposal-count{
    font-size: 2.4rem;
    line-height: 1;
}
.section-policy__contents-policy-title{
    font-size: 1.4rem;
    font-weight: 600;
}
/* MEMBER */
.section-member__contents{
    justify-content: space-between;
}

.section-access__contents-wrapper{
    justify-content: space-between;
}
/* FOOTER */
.site-footer{
    padding: 160px 0 50px;
}