figure {
  margin: 0;
  padding: 0;
}

.mv {
  position: relative;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1200px;
  padding-top: 56.25%;
}

.mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

h2 {
  margin: 0 0 30px 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #24552A;
  border-radius: 25px;
}

.bnrbox_wrap {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnrbox_wrap .bnrbox {
  width: 49.5%;
  max-width: 590px;
}

.bnrbox_wrap .bnrbox img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.bnrbox_wrap .bnrbox p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.photobox_wrap {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photobox_wrap .photobox {
  width: 33%;
  max-width: 370px;
}

.photobox_wrap .photobox h2 {
  margin: 0 0 20px 0;
}

.photobox_wrap .photobox figure {
  margin-bottom: 20px;
}

.photobox_wrap .photobox figure img {
  width: 100%;
  height: auto;
}

.photobox_wrap .photobox p {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1.6;
}

.flow_wrap {
  position: relative;
  margin-bottom: 200px;
  height: 674px;
}

.flow_wrap h2 {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.flow_wrap figure {
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .bnrbox_wrap {
    margin-bottom: 50px;
    display: block;
  }
  .bnrbox_wrap .bnrbox {
    margin-bottom: 35px;
    width: 100%;
  }
  .bnrbox_wrap .bnrbox img {
    margin-bottom: 10px;
  }
  .photobox_wrap {
    margin-bottom: 50px;
    display: block;
  }
  .photobox_wrap .photobox {
    margin-bottom: 35px;
    width: 100%;
  }
  .flow_wrap {
    position: static;
    margin-bottom: 50px;
    height: auto;
  }
  .flow_wrap h2 {
    position: static;
    margin-bottom: 20px;
  }
  .flow_wrap figure {
    position: static;
  }
}
