<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* pages_fv
==================================================================== */

.pages_fv .pages_fv_container {
  background-image: url(../images/company_info_video/bg_mv.jpg);
}

.pages_fv .pages_fv_container:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/company_info_video/bg_text.png) no-repeat center/contain;
  display: block;
  width: 94%;
  height: 80.27%;
}

.pages_fv .fv_ttl {
  text-align: center;
}

/* movie
==================================================================== */

#movie {
  margin-bottom: 248px;
}

#movie .movie-box + .movie-box {
  margin-top: 120px;
}

#movie .movie-box .title01 {
  margin-bottom: 50px;
}

#movie .movie-box .movie-box-main .movie-contents {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: center center no-repeat;
  background-size: cover;
}

#movie #company .movie-box-main .movie-contents {
  background-image: url(../images/company_info_video/bg_company01.jpg);
}

#movie #work .movie-box-main #work01 {
  background-image: url(../images/company_info_video/bg_work01.jpg);
}

#movie #work .movie-box-main #work02 {
  background-image: url(../images/company_info_video/bg_work02.jpg);
}

#movie #work .movie-box-main #work03 {
  background-image: url(../images/company_info_video/bg_work03.jpg);
}

#movie #work .movie-box-main #work04 {
  background-image: url(../images/company_info_video/bg_work04.jpg);
}

#movie #work .movie-box-main #work05 {
  background-image: url(../images/company_info_video/bg_work05.jpg);
}

#movie .movie-box .movie-box-main .movie-contents .text-area {
  color: #fff;
}

#movie .movie-box .movie-box-main .movie-contents .text-area p {
  font-size: 2.3rem;
  letter-spacing: 0.6em;
  text-align: center;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area {
  margin-top: 12px;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn {
  display: flex;
  background: #fff;
  justify-content: space-between;
  width: 130px;
  height: 30px;
  align-items: center;
  margin: 0 auto;
  padding: 4px 12px 0;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn .icon-plus {
  width: 9px;
  height: 9px;
  position: relative;
  display: block;
  margin-top: -4px;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn .icon-plus:before,
#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn .icon-plus:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #116dd4;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn .icon-plus:before {
  width: 100%;
  height: 1px;
}

#movie .movie-box .movie-box-main .movie-contents .text-area .link-area .modal-btn .icon-plus:after {
  height: 100%;
  width: 1px;
}

@media screen and (min-width: 1024px) {}

/* process
==================================================================== */

/* タブレット
==================================================================== */
@media screen and (max-width: 1023px) {}

/* スマホ
==================================================================== */
@media screen and (max-width: 767px) {
  /* movie
  ==================================================================== */

  #movie {
    margin-bottom: 80px;
  }

  #movie .movie-box + .movie-box {
    margin-top: 50px;
  }

  #movie .movie-box .title01 {
    margin-bottom: 30px;
  }

  #movie .movie-box .movie-box-main .movie-contents {
    height: 160px;
  }

  #movie .movie-box .movie-box-main .movie-contents .text-area p {
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
}

.company-note {
  margin-bottom: 60px;
}
</pre></body></html>