.page-mv {
  margin-top: 80px;
  padding: 120px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;

  background: url('/img/meo-mv.jpg') center/cover no-repeat;
}

/* 暗くするフィルター */
.page-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* テキストを前に出す */
.page-mv .inner {
  position: relative;
  z-index: 2;
}

.page-section {
  padding: 80px 20px;
}

.page-section .inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-section h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.page-section h3 {
  font-size: 20px;
  margin-top: 30px;
}

.page-section p {
  line-height: 2;
  margin-top: 10px;
}

.page-cta {
  padding: 80px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

.page-cta .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
  background: #fff;
  color: #000;
}
