/* バック画像調整 */
.seta_footer{
  width: 100%;
  padding-top: 2rem;
  height: 45rem;
  background-image: url("../img/footer_pc.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
  z-index: 10;
  position: relative;
}



/* ロゴ調整 */
.seta_footer_brand{
  width: 34.2rem;
  height: 18rem;
  margin-left: 8.5%;
}


/* sp版開始 */

@media screen and (max-width:699.98px) {
  .seta_footer{
    height: 23rem;
    background-image: url("../img/footer_sp.svg");
  }

  .seta_footer_brand{
  width: 10.4rem;
  height: 5.5rem;
  margin-left: 2.5rem;
  }

}