@charset "utf-8";
h1 {
  font-size: 45px;
}
.block6 {
  margin-top: 0;
  margin-bottom: 30px;
}
.to-contact {
  text-align: right;
}
.btn-blue {
  width: 360px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7vw;
  }
  .btn-blue {
    width: 280px;
  }
}

.about-page .under-btn {
  color: #fff;
  font-size: 22px;
  background: #ff2372;
  width: 360px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  padding: 0 32px 0 20px;
  transition: all 0.3s ease-out;
}
.about-page .under-btn.txt-s {
  font-size: 16px;
}
.about-page .under-btn:after {
  content: '';
  background: url(/jp/cmn_2020/yume_pro/img/ico_arrow01.png) no-repeat 0 0/100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.about-page .under-btn:hover {
  opacity: 0.7;
}
.about-page .summary {
  background-color: #e99c15;
}
.about-page .summary ol {
  margin: 20px 0 20px 3em;
}
.about-page .summary a {
  color: #fff;
  text-decoration: underline;
}
.about-page .summary a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.about-page .summary a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .about-page .summary ol {
    margin: 20px 0 20px 2em;
  }  
  .about-page .summary a::after {
    width: 8px;
    height: 8px;
    margin: 2px 6px;
  }
  .about-page .under-btn {
    width: 280px;
    font-size: 4.4vw;
  }
  .about-page .under-btn.txt-s {
    line-height: 1.1;
    padding-top: 19px;
  }
}

.pt70 {
  padding-top: 70px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt70 {
    padding-top: 51px !important;
  }
}

.imageBlock01 a {
  padding: 50px 0;
  position: relative;
}
.imageBlock01 a .cap {
  position: absolute;
  bottom: 50px;
  width: 640px;
  background-color: #7f7f7f;
  color: #fff;
  padding: 6px 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .imageBlock01 a {
    padding: 0;
    display: block;
    margin: 0;
    height: auto;
  }
  .imageBlock01 a .cap {
    width: 366px;
    bottom: 0;
    left: 8.4px;
    font-size: 2.8vw;
  }
  /* .brightcove_play_button img {
    width: 100% !important;
    height: auto !important;
  } */
  .brightcove_play_button {
    height: 200px !important;
  }
}

.img_link:hover {
  opacity: 0.7;
}
