@charset "utf-8";
/* ---------------------------------------------------------
 　■ 商品 / サービス紹介動画
--------------------------------------------------------- */
.movie .page_bnr {
	height: auto;
}
.movie .page_bnr video {
	width: 100%;
}



.movie .wrap_bnr {
  position: relative;
}
.movie .wrap_bnr .page_bnr_flex {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .movie .wrap_bnr .page_bnr_flex {
    width: 90%;
  }
}



.movie .ui_list_item_desc > p {
  font-weight: bold;
  margin-left: -.5em;
  margin-top: .5em;
}
.movie .ui_list_item_txt {
  font-weight: bold;
  margin-top: 0;
}



.movie .faq_menu_list {
    padding: 70px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movie .faq_menu_list a {
  position: relative;
  margin: 10px 15px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(-40deg, rgba(17,139,252,0.85) 8% ,rgba(78,191,242,0.85) 60%);
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.movie .faq_menu_list a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-50%) rotate(135deg);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .movie .faq_menu_list a {
    margin: 10px;
  }
  .movie .faq_menu_list {
    padding: 0 0 60px;
    max-width: 500px;
    margin: 0 auto;
  }
}



.movie .arrow{
  position: relative;
}
.movie .arrow::before,
.movie .arrow::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 24px);
  margin: auto;
}
.movie .btn_play::before{
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--bland);
}
.movie .btn_play::after{
  left: 48%;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 7px solid transparent;
  border-left: 16px solid #fff;
}



.movie .movie_time {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
  padding: 0 7px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  letter-spacing: 1px;
}



.movie .ui_btn_right {
  color: #54c3f1;
  background: #ffffff;
  border: 1px solid;
  height: auto;
  padding: 5px 0;
  font-weight: bold;
  margin-top: 1em;
}



.movie_philo_navi {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .movie_philo_navi {
    display: none;
  }
}


/* /business H1 Renewal */

.movie .title_lv1-page{
	color: #fff;
	text-shadow: 0 0 15px rgb(0 0 0 / 90%);
	font-size: 1.5rem;
}

