@charset "UTF-8";
#kv {
  background: url("../images/about.jpg") no-repeat center center / cover;
  height: 250px;
  position: relative;
  margin-top: 100px;
}
#kv h1 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  top: 50px;
}
#notice{
  margin-: -50px auto 0; /* 隙間調節 */
}
#notice .contents-blk{
  margin-bottom: 100px;
}
/*-----------------------------------
タブレット
-----------------------------------*/
@media screen and (max-width: 1024px) {
  #kv {
    height: 200px;
    margin-top: 80px;
  }
  #kv h1 {
    font-size: 7vw;
    letter-spacing: 0.1em;
  }
  /* ---------------------main*/

  /*-----------------------------------
スマホ
-----------------------------------*/
  @media screen and (max-width: 414px) {
    #kv {
      height: 100px;
      margin-top: 60px;
    }
    #kv h1 {
      top: 20px;
    }
    #notice{
        margin: 0 auto; /* 隙間調節 */
      }    
      /* ---------------------main*/
    #notice h3 {
      font-size: 3vw;
      margin-bottom: 10px;
    }
    #notice .contents-blk{
      margin-bottom: 50px;
    }