*{
    margin:0;
    padding:0;
    font-size: 100%;
    line-height: 1.5em;
    text-decoration: none;
    z-index: 10;
}
img{
    width: 100%;
    display: block;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
body{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media screen and (min-width:768px){
  div.wrap-pc{
    position: relative;
    display: block;
    width: 1100px;
    margin: 0 auto;
  }
  div.wrap-sp{
    position: relative;
    display: none;
  }
  section{
    position: relative;
    width: 100%;
  }
  .half1{
    position: relative;
    width: 50%;
    display: block;
    float: left;
  }
  .half2{
    position: relative;
    width: 50%;
    display: block;
    float: right;
  }
  .cta{
    position: absolute;
    top: 33%;
    left: 50%;
    display: block;
    width: 42%;
  }
}
@media screen and (max-width:767px){
  div.wrap-pc{
    position: relative;
    display: none;
  }
  div.wrap-sp{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  section{
    position: relative;
    width: 100%;
  }
}
