@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------
	変数
-------------------------------------------------------*/
/*-------------------------------------------------------
	main
-------------------------------------------------------*/
.lower {
  padding-top: 124px;
  /*header下32px*/
}

.lower .works-image figure, .lower .works-image .movie-block {
  width: 100%;
  margin-bottom: 18px;
}

.lower .works-image figure .movie-wrap, .lower .works-image .movie-block .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 5px;
}

.lower .works-image figure .movie-wrap iframe, .lower .works-image .movie-block .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower .sentence {
  margin-bottom: 60px;
}

.lower .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lower .title h2 {
  position: relative;
}

.lower .title h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #505050;
  height: 16px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}

.lower .title p {
  margin-left: 20px;
}

@media screen and (min-width: 769px) {
  /*-------------------------------------------------------
	変数
-------------------------------------------------------*/
  /*-------------------------------------------------------
	main
-------------------------------------------------------*/
  .lower {
    padding-top: 148px;
    /*header下56px*/
  }
  .lower .works-image {
    max-width: 1160px;
    margin: 0 auto;
  }
  .lower .works-image figure, .lower .works-image .movie-block {
    margin-bottom: 40px;
  }
  .lower .works-image figure .movie-wrap, .lower .works-image .movie-block .movie-wrap {
    margin-bottom: 13px;
  }
  .lower .sentence {
    max-width: 1160px;
    margin: 0 auto 120px auto;
  }
  .lower .sentence .sentence-wrap {
    padding-left: 38px;
  }
  .lower .sentence .sentence-wrap p {
    width: 550px;
  }
}
/*# sourceMappingURL=works.css.map */