@charset "utf-8";
/* main-area ---------------------------------*/
section.haikei {
  background: url("img/bg-head.png") no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 0;
  position: relative;
}
/* moji ---------------------------------*/
h3.naiyou span {
  background-image: url("../img/h3.png");
}
/* contact2 ---------------------------------*/
#contact2 {
  background: url("img/bg-foot.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
}
