@charset "utf-8";
.pic__pc {
  width: 100%;
  /* margin: 0 auto; */
}

.pic__sp {
    display: none;
}

@media screen and (max-width: 767px){
  .pic__pc {
    display: none;
  }

  .pic__sp {
    display: block;
    width: 100%;
}
}

/* ==========================
footer
========================== */
.footer {
    margin: 120px 0 60px 0;
}

.footer__group {
    display: block;
}

.footer__logo{
    display: block;
    margin: 0 auto;
}

.header__topic {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.0;
}

.footerNav__list {
    display: none;
}

.copy {
    text-align: center;
}