@charset "utf-8";
.header {
  background: #000;
}
div.mv {
  position: relative;
}
div.mv h2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4.0rem;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
section#program h3 {
  font-size: 2.6rem;
  text-align: center;
  color: #000;
}
section#program p.text {
  max-width: 856px;
  margin: 40px auto 60px;
  text-align: left;
  font-size: 1.6rem;
  color: #000;
}

.point_container{
  position: relative;
}
.point_panel {
  padding-top: 100%;
}
.bgBlack {
  background: #000;
}
.bgWhite {
  background: fff;
}
.fontBlack {
  color: #000;
}
.point_panel_inner {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.point_panel_inner div p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 0 0;
}
.point_panel_inner div p.fontblack {
  color: #000;
}
.point_panel_inner h3{
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 2px;
}
.bgWhite div h3 {
  color:#000;
}
.bgWhite div div p {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 0 0;
}

@media only screen and (max-width: 916px) {
  .logo{
    padding-top: 8px;
    padding-left: 5px;
  }
  .hamburger {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    background: #000;
  }
  .point_panel_inner div p {
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
  }


}
@media only screen and (min-width: 916px) {
  .nav_list li:nth-child(7) a{
    background: #000;
    color: #fff;
  }
  .nav_list li:nth-child(8) a{
    background: #fff;
    color: #000;
  }
}/* pc */
@media only screen and (max-width: 639px) {
  div.mv {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 374px) {
  .point_panel_inner div p {
    font-size: 1.6rem;
  }
}