@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  /*text-align:center;*/
  line-height: 1.6em !important;
  font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}
#visualPannel {
  margin: 0;
  padding: 0;
  width: 965px;
}
/*Global Navi*/
#globalNav {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  width: 967px;
  height: 25px;
  background-color: #424242 !important;
  z-index: 9000000;
}
#globalNav ul {
  margin: 0 !important;
  padding: 0;
  overflow: visible;
}
#globalNav > ul > li {
  position: relative;
  float: left;
  width: 112px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  z-index: 10;
}
#globalNav > ul > li:nth-child(6) > ul > li:nth-child(2) {
  display: none;
}
#globalNav > ul > li > a {
  display: block;
  width: 112px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#globalNav ul li a.top {
  background-image: url(/pvi/images/navi01_off.gif);
}
#globalNav ul li a.works {
  background-image: url(/pvi/images/navi02_off.gif);
}
#globalNav ul li a.service {
  background-image: url(/pvi/images/navi03_off.gif);
}
#globalNav ul li a.film {
  background-image: url(/pvi/images/navi04_off.gif);
}
#globalNav ul li a.support {
  background-image: url(/pvi/images/navi05_off.gif);
}
#globalNav ul li a.lab {
  background-image: url(/pvi/images/navi08_off.gif);
}
#globalNav ul li a.company {
  background-image: url(/pvi/images/navi07_off.gif);
}
#globalNav ul li a.access {
  background-image: url(/pvi/images/navi09_off.gif);
}
#globalNav ul li a.top:hover {
  background-image: url(/pvi/images/navi01_on.gif);
}
#globalNav ul li a.works:hover {
  background-image: url(/pvi/images/navi02_on.gif);
}
#globalNav ul li a.service:hover {
  background-image: url(/pvi/images/navi03_on.gif);
}
#globalNav ul li a.film:hover {
  background-image: url(/pvi/images/navi04_on.gif);
}
#globalNav ul li a.support:hover {
  background-image: url(/pvi/images/navi05_on.gif);
}
#globalNav ul li a.lab:hover {
  background-image: url(/pvi/images/navi08_on.gif);
}
#globalNav ul li a.company:hover {
  background-image: url(/pvi/images/navi07_on.gif);
}
#globalNav ul li a.access:hover {
  background-image: url(/pvi/images/navi09_on.gif);
}
#globalNav ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 40000;
}
#globalNav ul li ul li {
  float: none;
  font-size: 12px;
  line-height: 1.4em;
  z-index: 50000;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: 1s;
  transition: .2s;
  height: 0;
  overflow: hidden;
}
#globalNav > ul > li:hover > ul li {
  height: 32px;
}
#globalNav ul li ul li a {
  display: block;
  width: 112px;
  height: 32px;
  color: #fff;
  padding: 10px 0px;
  background: #b2b2b2;
  line-height: normal;
  border-top: 0px solid #b2b2b2;
  text-decoration: none;
  z-index: 52000;
  /*text-align: center;*/
  font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#globalNav ul li ul li.line a {
  font-size: 86%;
}
#globalNav ul li ul li a:hover {
  background: #fff;
  z-index: 55000;
  color: #999 !important;
  text-decoration: none;
}
#globalNav ul li ul li a:link {
  color: #fff;
  text-decoration: none;
}
#globalNav ul li ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#globalNav ul li ul li a:active {
  color: #fff;
  text-decoration: none;
}
/* 202109追記 */
nav#navi {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
}
nav#navi > ul {
  display: flex;
  justify-content: space-between;
}
nav#navi > ul > li a {
  display: block;
  padding: 10px 0;
  margin: 15px 15px 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
nav#navi > ul > li:first-child a {
  height: 22px;
  padding: 8px 0;
  margin-right: 50px;
}
nav#navi > ul > li:first-child a img {
  height: 100%;
}
nav#navi > ul > li:nth-child(8) a {
  margin: 15px 10px 15px -10px;
  letter-spacing: -1px;
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
nav#navi > p a {
  display: block;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 30px;
  color: #333;
}
nav#navi .sitemap {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2000;
}
nav#navi .sitemap > p {
  position: absolute;
  right: 22px;
  top: 20px;
}
nav#navi .sitemap > p a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
nav#navi .sitemap ul li {
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
  text-align: left;
}
nav#navi .sitemap ul li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
}
nav#navi .sitemap ul li i {
  margin-right: 0.5em;
}
nav#navi .sitemap > ul {
  border-bottom: 1px dotted #666;
}
nav#navi .sitemap > ul > li > a {
  border-top: 1px dotted #666;
}
nav#navi .sitemap > ul > li:first-child > a {
  border: none;
}
nav#navi .sitemap ul > li > ul > li {
  margin-left: 2em;
  list-style-type: disc;
}
#bgwhite a, #bgwhite button {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#bgwhite a:hover, #bgwhite button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#bgwhite #sectionContents {
  background-color: #fff;
}
#bgwhite .ga2012_breadcrumbs {
  /*background-color: #f0f0f0;*/
}
#bgwhite .ga2012_breadcrumbs p {
  color: #404040;
}
#bgwhite .ga2012_breadcrumbs p a {
  color: #404040;
}
#bgwhite #video-wrapper, .video-wrapper-inner {
  border-color: transparent;
  background-color: transparent;
}
#bgwhite .video-wrapper-inner p.movtitle, #bgwhite .video-wrapper-inner p.cap, #bgwhite .video-wrapper-inner p.cap a {
  color: #333;
}
#bgwhite .pagetop a {
  position: relative;
  padding-left: 1.5em;
  color: #333;
}
#bgwhite .pagetop a::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  content: "\f077";
  font-size: 14px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#bgwhite .pagetop a img {
  display: none;
}
/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
/*General Mosaic Styles*/
.mosaic-block-sec1 {
  float: left;
  position: relative;
  overflow: hidden;
  width: 388px;
  height: 226px;
  margin: 0px auto;
  background: #080808 url(../imgages/progress.gif) no-repeat center center;
  border: 0px solid #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.mosaic-block {
  float: left;
  position: relative;
  overflow: hidden;
  width: 190px;
  height: 109px;
  margin: 0px auto;
  background: #111 url(../imgages/progress.gif) no-repeat center center;
  border: 0px solid #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.mosaic-backdrop {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #080808;
}
.mosaic-overlay-sec1 {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #080808;
}
.mosaic-overlay {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #080808;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
  background: url(../images/hover-magnify.png) no-repeat center center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  display: none;
}
.fade .mosaic-overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  background: url(../imgages/bg-black.png);
}
.bar .mosaic-overlay {
  bottom: -100px;
  height: 100px;
  background: url(../images/bg-black.png);
}
.bar2 .mosaic-overlay {
  bottom: -50px;
  height: 100px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.bar2 .mosaic-overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
/*sec1*/
.circle .mosaic-overlay-sec1 {
  background: url(../images/hover-magnify.png) no-repeat center center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  display: none;
}
.fade .mosaic-overlay-sec1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  background: url(../imgages/bg-black.png);
}
.bar .mosaic-overlay-sec1 {
  bottom: -100px;
  height: 100px;
  background: url(../images/bg-black.png);
}
.bar2 .mosaic-overlay-sec {
  bottom: -50px;
  height: 100px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.bar2 .mosaic-overlay-sec1:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
/*sec1*/
.bar3 .mosaic-overlay-sec1 {
  top: -238px;
  height: 134px;
  background: url(../images/bg-black.png);
}
.bar3 .mosaic-overlay {
  top: -238px;
  height: 134px;
  background: url(../images/bg-black.png);
}
/*** End Animation Styles ***/
.mosaic-space0 {
  padding: 0px 8px 0px 0px;
}
.mosaic-space1 {
  padding: 8px 8px 0px 0px;
}
.mosaic-space2 {
  padding: 8px 0px 0px 0px;
}
/*iframe*/
#topics_back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 10;
}
#topics_iframe {
  position: absolute;
  left: 50%;
  top: 150px;
  width: 760px;
  height: 540px;
  margin-left: -380px;
  z-index: 100;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
}
#iframe_close_button {
  display: none;
  position: absolute;
  top: 140px;
  left: 50%;
  width: 70px;
  margin-left: 300px !important;
  padding: 5px !important;
  text-align: center;
  z-index: 110;
  cursor: pointer;
}
/*HDR*/
.hdr_h2 {
  color: fff;
  background-image: url(../hdr/images/h2_bg_blue.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 130%;
  padding-top: 8px;
  padding-left: 10px;
  height: 47px;
  margin-bottom: 10px;
}
#hdr h2 {
  color: fff;
  background-image: url(../hdr/images/h2_bg_blue.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 150%;
  padding-top: 8px;
  padding-left: 10px;
  height: 47px;
  margin-bottom: 10px;
}
.hdr_h2bg {
  color: #FFFFFF;
  background-image: url(../hdr/images/h2_bg_blue.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 180%;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 50px;
  height: 59px;
  margin-bottom: 10px;
}
.black_contents h2 {
  color: fff;
  background-image: url(../hdr/images/h2_bg_blue.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 130%;
  padding-top: 8px;
  padding-left: 10px;
  height: 47px;
  margin-bottom: 10px;
}
/*プロジェクションマッピング*/
.table_padding {
  padding: 5px;
}
.table_pj_dotted {
  width: 720px;
  border: 1px dashed #4d4d4d;
  padding-top: 5px;
  padding-left: 5px;
}
.table_pj_suisyo {
  padding-left: 5px;
  padding-top: 5px;
}
.txt_pm_detail {
  color: #FFF;
  font-size: 12px;
  line-height: 1.4em;
  vertical-align: bottom;
  text-align: center;
}
.txt_pm_detail a:link {
  color: #FFF;
  text-decoration: none;
}
.txt_pm_detail a:visited {
  color: #FFF;
  text-decoration: none;
}
.txt_pm_detail a:hover {
  color: #b3b3b3;
  text-decoration: none;
}
.txt_pm_detail a:active {
  color: #b3b3b3;
  text-decoration: none;
}