.mv_under .ttl_v1 {
  padding-top: 60px;
}
.mv_under .img_bx {
  margin-top: 100px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.mv_under .img_bx .txt_bx {
  position: absolute;
  top: 50%;
  margin-top: -95px;
  right: 0;
  z-index: 2;
  padding: 30px 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px 0 0 20px;
}
.mv_under .img_bx .fb1 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.mv_under .img_bx img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  .mv_under .img_bx {
    margin-top: 50px;
    overflow: visible;
  }
  .mv_under .img_bx .txt_bx {
    top: 50%;
    margin-top: 25px;
    padding: 20px 30px;
  }
  .mv_under .img_bx .fb1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .mv_under .img_bx img {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .mv_under .ttl_v1 {
    padding-top: 110px;
  }
  .mv_under .ttl_v1 .eg {
    line-height: 0.8;
  }
  .mv_under .img_bx {
    margin-top: 50px;
    overflow: visible;
  }
  .mv_under .img_bx .txt_bx {
    top: 50%;
    margin-top: 25px;
    padding: 20px 30px;
  }
  .mv_under .img_bx .fb1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .mv_under .img_bx img {
    border-radius: 20px;
    overflow: hidden;
  }
}

.content {
  width: 100%;
  max-width: 700px;
  padding-bottom: 170px;
  box-sizing: border-box;
  margin: 50px auto 0 auto;
}
.content h1 {
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.content h2 {
  font-size: 4.5rem;
  line-height: 1.5;
  margin: 40px 0;
}
.content .img_bx {
  margin-top: 70px;
  border-radius: 30px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .content {
    padding-bottom: 170px;
    margin: 70px auto 0 auto;
  }
  .content h1 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  .content h2 {
    font-size: 3.3rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .content .img_bx {
    margin-top: 70px;
    border-radius: 30px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=message.css.map */
