
  
:root{
  --theme-color: #9C1846;
  --main-text-color: #000;
  --link-hover-color: #e60012;
  --white-color: #fff;

  --font-sans: 'Noto Sans JP', sans-serif;
  --font-eng: 'Poppins', sans-serif;
}

#umedarenewal{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  color: var(--main-text-color);
  background-color: var(--theme-color);
  padding-bottom: 12.765vw;
} 

#umedarenewal section{
  position: relative;
  margin-bottom: 12.765vw;
  padding: 12.765vw 0 0;
  background-color: var(--white-color);
  text-align: center;
}
#umedarenewal section::before{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--white-color);
}
#umedarenewal section::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--theme-color);
}
#umedarenewal section h2{
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#umedarenewal section hgroup p[lang=en]{
  text-align: center;
  color: var(--theme-color);
  font-size: 1.4rem;
  font-family: var(--font-eng);
  letter-spacing: 0.8em;
  margin-bottom: 0.5em;
}
#umedarenewal section p{
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}

#umedarenewal img{
  width: 100%;
  height: auto;
}

#umedarenewal .btn{
  width: 60.6vw;
  max-width: 288px;
  margin: 24px auto;
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--theme-color);
  border: solid 2px var(--theme-color);
  border-radius: 50px;
  vertical-align: middle;
}

#umedarenewal .btn::after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 auto 0 8px;
  background: url(../img/icon_blank.svg) no-repeat center;
  background-size: contain;
  vertical-align: text-bottom;
}

#umedarenewal .content-wrapper{
  width: 89.361vw;
  margin: 0 auto;
}

#umedarenewal #intro{
  padding-top: 21.333vw;
  margin-bottom: 12.765vw;
}
#umedarenewal #intro h1{
  margin-bottom: 12.765vw;
}

#umedarenewal #intro .points{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10.638vw;
  margin-bottom: 10.638vw;
  gap: 2vw 0;
}
#umedarenewal #intro .points li{
  flex-basis: 43.425vw;
  text-align: center;
}
#umedarenewal #intro .points li:first-child{
  flex: auto;
  flex-basis: 100%;
}
#umedarenewal #intro .points li img{
  width: 43.425vw;
}


#umedarenewal #construction{
  margin-bottom: 21.333vw;
}
#umedarenewal #construction p{
  margin-bottom: 8.5106vw;
}


@media screen and (min-width: 768px){
  #umedarenewal{
    font-size: 16px;
    padding-bottom: 2px;
  } 

  #umedarenewal section{
    margin-bottom: 120px;
    padding: 48px 0 24px;
  }
  #umedarenewal section p{
    max-width: 900px;
    margin: 0 auto;
  }

  #umedarenewal .content-wrapper{
    max-width: 1100px;
  }

  #umedarenewal #intro{
    padding-top: 94px;
    margin-bottom: 64px;
  }

  #umedarenewal #intro h1{
    margin-bottom: 64px;
  }

  #umedarenewal #intro .points{
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 72px;
    margin-bottom: 72px;
    gap: 0 22px;
  }

  #umedarenewal #intro .points li{
    flex-basis: 340.16px;
  }

  #umedarenewal #intro .points li:first-child{
    flex: none;
    flex-basis: 340.16px;
  }

  #umedarenewal #intro .points li img{
    width: 100%;
  }

  #umedarenewal #intro .text{
    padding: 0 147px;
  }

  #umedarenewal #construction{
    margin-bottom: 120px;
  }

  #umedarenewal #construction p{
    margin-bottom: 64px;
  }
}