@charset "utf-8";


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: cadetblue;
}

.topPage header {
  height: 90vh;
  background: url(n2planningtop.png) no-repeat center top/cover;
  padding-top: 50px;
  margin-bottom: 64px;
}

.topPage header h1{
  text-align: left;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px #fff;
  font-size: 3rem;
}



/*モバイル表示用css*/

@media screen and (max-width: 1367px){

.topPage header {
  height: 90vh;
  background: url(n2planningmob.png) no-repeat left top/cover;
  padding-top: auto;
  margin-bottom: auto;
}

.topPage header h1 {
  text-align:right;
  }

.topPage footer {
  display: none;
}

}