/* 下層ページ共通 */

section{
  padding: 4rem 0;
}


section#fv{
  background: url(../../../src/img/background-image.png);
  background-size: cover;
  background-position: right;
  height: auto;
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 1200px) {
  section#fv{
    padding: 4rem 0 !important;
  }
}

#fv h1{
  font-size: 3rem;
  line-height: 1.45;
  text-align: center;
  color: var(--white-color);
  padding: 3rem 15px;
  position: relative;
}

#fv h1::after{
  content: "";
  width: 5rem;
  height: 3px;
  border-radius: 10px;
  background: var(--white-color);
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);  
}


#resources p.intro{
  margin: 4rem 0 2rem;
  text-align: center;
  font-weight: 500;
}

#resources .resources_list{
  margin:4rem 0 10rem;
}

section#registration {
  padding-top: 30px;
}

section#registration h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  section#registration h2 {
    font-size: 2rem;
  }
}

