#outerContainer > video, #outerContainer > img:first-child{
  width: 96vw;
  margin: 2vw 2vw 5vw;
  border-radius: 2vw 0;
}

#outerContainer > p{
  margin-bottom: 3rem;
  line-height: 2;
}

#outerContainer > img{
  width: calc(var(--base-width) * 0.9);
  margin: 2rem auto 5rem auto;
  display: block;
}

#outerContainer > section{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}

#outerContainer > p{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 6rem auto;
  width: 90%;
}

#outerContainer > section h1{
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
#outerContainer > section h1:after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: url(../r/07.svg);
  width: 6rem;
}
#outerContainer > section h2{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  width: calc(var(--base-width) * 0.8);
  margin: 0 auto 3rem;
  position: relative;
  padding-bottom: 1.8rem;
}
#outerContainer > section h2:after{
  content: url(../r/02.svg);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 6rem;
}
#outerContainer > section > div{
  margin-bottom: 4rem;
}
#outerContainer > section > p{
  width: calc(var(--base-width) * 0.6);
  line-height: 2.2;
  margin: 0 auto 1rem;
}
#outerContainer > section > a,
#outerContainer > section > div > div > a{
  font-size: 1.2rem;
  background-image: url(../r/06.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  margin: 1rem 0;
  display: inline-block;
  background-position: bottom;
  padding: 0 1rem 0.3rem;
  letter-spacing: 0.1em;
}
#outerContainer > section > img{
  width: calc(var(--base-width) * 0.9);
  display: inline-block;
  margin: 0 auto 2rem;
}
#outerContainer > section .half-and-half{
  width: calc(var(--base-width) * 0.9);
  margin: 0 auto;
}
#outerContainer > section .half-and-half > div > p{
  margin: 2rem 0;
  line-height: 2;
  text-align: left;
}


/*=========Maximum 980px ===========*/
@media screen and (max-width:980px) {
  
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {
  #outerContainer > section .half-and-half{
    flex-wrap: wrap;
  }
  #outerContainer > section .half-and-half > *{
    width: 100%;
  }
  #outerContainer > section .half-and-half > div > p{
    text-align: center;
  }
  #outerContainer > section > p > br,
  #outerContainer > section .half-and-half > div > p > br{
    display: none;
  }
}
/*=========Maximum 576px ===========*/
@media screen and (max-width:576px) {
}
/*=========Maximum 460px ===========*/
@media screen and (max-width:460px) {
}