.nav__global .menu > li > a {
  color: #fff;
}
.header_fix #header {
  position: fixed;
}
.header_fix .header__pc {
  transform: translateY(0);
  background: white;
}
.header_fix .header__pc .nav__global {
  background: #141d2a;
}
.header_fix .header__pc .header__logo-image .normal {
  display: block;
}
.header_fix .header__pc .header__logo-image .mono {
  display: none;
}
.header_fix .header__pc .header__logo-image .site_copy {
  color: #333;
}
.header_fix .header__pc .cta .phone, .header_fix .header__pc .cta .download, .header_fix .header__pc .cta .contact {
  color: #333;
}
.header_fix .header__pc .cta .download:before {
  background: url("../img/header_icon_dl.png") center center no-repeat;
  background-size: contain;
}
.header_fix .header__pc .cta .contact:before {
  background: url("../img/header_icon_mail.png") center center no-repeat;
  background-size: contain;
}

.intro_finished .header__pc .header__logo-inner, .header__pc.header-has-background .header__logo-inner {
  background: #fff;
}
.intro_finished .header__pc .header__logo-image .normal, .header__pc.header-has-background .header__logo-image .normal {
  display: block;
}
.intro_finished .header__pc .header__logo-image .mono, .header__pc.header-has-background .header__logo-image .mono {
  display: none;
}
.intro_finished .header__pc .header__logo-image .site_copy, .header__pc.header-has-background .header__logo-image .site_copy {
  color: #333;
}
.intro_finished .header__pc .cta .phone, .intro_finished .header__pc .cta .download, .intro_finished .header__pc .cta .contact, .header__pc.header-has-background .cta .phone, .header__pc.header-has-background .cta .download, .header__pc.header-has-background .cta .contact {
  color: #333;
}
.intro_finished .header__pc .cta .download:before, .header__pc.header-has-background .cta .download:before {
  background: url("../img/header_icon_dl.png") center center no-repeat;
  background-size: contain;
}
.intro_finished .header__pc .cta .contact:before, .header__pc.header-has-background .cta .contact:before {
  background: url("../img/header_icon_mail.png") center center no-repeat;
  background-size: contain;
}
.intro_finished .header__pc .nav__global, .header__pc.header-has-background .nav__global {
  background: #141d2a;
}

.intro_finished #video_intro {
  display: none;
}
.intro_finished #video_polygon {
  display: block;
  opacity: 1;
}

.header__pc.header-has-background .link-other-site--home {
  display: none;
}

#main {
  background: url("../img/bg_wangan.png") center bottom no-repeat;
  padding-bottom: 520px;
  background-size: 100%;
}
.signage-copy {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #141d2a;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .signage-copy {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.signage-links {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .signage-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.signage-link {
  display: grid;
  place-content: center;
  border: 1px solid #141d2a;
  color: #141d2a;
  padding: 0.1em 0.5em;
  width: 250px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  border-radius: 4px;
}
.signage-link:hover {
  background: #141d2a;
  color: white;
}
@media only screen and (max-width: 991px) {
  .signage-link {
    font-size: 17px;
    width: 220px;
  }
}

.signage_content {
  width: 100%;
  margin-top: 260px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .signage_content {
    margin-top: 68px;
    padding-bottom: 40px;
  }
}

.signage_movie {
  position: relative;
  opacity: 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.signage_movie .intro {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  color: white;
}
@media only screen and (max-width: 768px) {
  .signage_movie .intro {
    height: 120vw;
  }
}
.signage_movie .intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(20, 29, 42, 0.5);
  position: absolute;
  top: 0;
}
.signage_movie .intro video {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  height: 120%;
}
.signage_movie .intro .title {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10% 20px 0;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .signage_movie .intro .title {
    padding: 10% 35px 0;
  }
}
.signage_movie .intro .title h1 {
  font-size: 30px;
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .signage_movie .intro .title h1 {
    font-size: 21px;
  }
}
.signage_movie .intro .title .title_desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  margin-top: 38px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .signage_movie .intro .title .title_desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .signage_movie .intro .logo img {
    height: 115px;
  }
}
.signage_movie .polygon {
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
  color: white;
  display: none;
  opacity: 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .signage_movie .polygon {
    height: 120vw;
  }
}
.signage_movie .polygon video {
  position: absolute;
  top: 70px;
  left: 46%;
  transform: translateX(-46%);
  height: calc(100% - 70px);
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon video {
    top: 0;
    height: 100%;
  }
}
.signage_movie .polygon .title {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  z-index: 10;
}
.signage_movie .polygon .title h1 {
  font-size: 80px;
  font-weight: 900;
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title h1 {
    font-size: 32px;
  }
}
.signage_movie .polygon .title h1 span {
  display: inline-block;
  color: white;
}
.signage_movie .polygon .title h1 span span {
  opacity: 0;
}
.signage_movie .polygon .title .title_desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  margin-top: 38px;
  transform: translateY(50vh);
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title .title_desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 5px;
  }
}
.signage_movie .polygon .title .txt {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #93dbf0;
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title .txt {
    display: none;
  }
}
.signage_movie .polygon .title .txt.txt_nw {
  right: 10%;
  opacity: 0;
}
.signage_movie .polygon .title .txt.txt_cv {
  right: 12%;
  bottom: 16%;
  opacity: 0;
}
.signage_movie .polygon .title .txt.txt_con {
  left: 50%;
  bottom: 20%;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title.animate h1 span.top {
    display: block;
    text-align: center;
  }
}
.signage_movie .polygon .title.animate h1 span.top span {
  transform: translate(-150px, 0) scale(0.5);
  animation: leftRight 1.5s forwards;
}
.signage_movie .polygon .title.animate h1 span.top span:nth-child(1) {
  animation-delay: 0.5s;
}
.signage_movie .polygon .title.animate h1 span.top span:nth-child(2) {
  animation-delay: 0.55s;
}
.signage_movie .polygon .title.animate h1 span.top span:nth-child(3) {
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title.animate h1 span.bottom {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.signage_movie .polygon .title.animate h1 span.bottom span {
  transform: translate(-150px, 0) scale(0.5);
  animation: leftRight 1.5s forwards;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(1) {
  animation-delay: 0.65s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(2) {
  animation-delay: 0.7s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(3) {
  animation-delay: 0.75s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(4) {
  animation-delay: 0.8s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(5) {
  animation-delay: 0.85s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(6) {
  animation-delay: 0.85s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(7) {
  animation-delay: 0.9s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(8) {
  animation-delay: 0.95s;
}
.signage_movie .polygon .title.animate h1 span.bottom span:nth-child(9) {
  animation-delay: 1s;
}
.signage_movie .polygon .title.animate .title_desc {
  animation: bottomTop 1.5s forwards;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 991px) {
  .signage_movie .polygon .title.animate .txt {
    line-height: 2;
  }
}
.signage_movie .polygon .title.animate .txt.txt_nw {
  animation: fadeRight 0.5s forwards;
  animation-delay: 3s;
}
.signage_movie .polygon .title.animate .txt.txt_cv {
  animation: fadeLeft 0.5s forwards;
  animation-delay: 4s;
}
.signage_movie .polygon .title.animate .txt.txt_con {
  animation: fadeRight 0.5s forwards;
  animation-delay: 3.5s;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
  }
  70% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes bottomTop {
  100% {
    transform: translate(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 991px) {
  .home .nav__global .menu > li > a:hover {
    color: #fff;
  }
}
.content-block {
  padding-top: 0;
}

#index_content__solution {
  background: #141d2a;
  text-align: center;
  padding-top: 84px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  #index_content__solution {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
#index_content__solution h2 {
  font-size: 100px;
  margin-bottom: 40px;
  color: #8bb2eb;
}
@media only screen and (max-width: 991px) {
  #index_content__solution h2 {
    font-size: 50px;
    margin-bottom: 22px;
  }
}
#index_content__solution h2 .sub-ttl {
  display: block;
  font-size: 30px;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  #index_content__solution h2 .sub-ttl {
    font-size: 14px;
    margin-top: 18px;
  }
}
#index_content__solution .desc {
  font-size: 18px;
  font-weight: 600;
  color: #e6e6ef;
  line-height: 2em;
  margin-bottom: 72px;
}
@media only screen and (max-width: 991px) {
  #index_content__solution .desc {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
#index_content__solution .desc .link-text {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
}
@media only screen and (max-width: 991px) {
  #index_content__solution .desc .link-text {
    font-size: 1.2em;
  }
}
#index_content__solution .desc .link-text:hover {
  color: #16478e;
}

.solution_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.solution_list .solution_item {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item {
    width: 100%;
    max-width: 680px;
    padding: 0;
    margin: 0 auto 30px;
  }
}
.solution_list .solution_item figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.solution_list .solution_item figure img {
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item figure {
    height: 140px;
    margin-bottom: 10px;
  }
}
.solution_list .solution_item .item_header {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #8bb2eb;
  color: #8bb2eb;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_header {
    height: 115px;
  }
}
.solution_list .solution_item .item_header:hover {
  background: #484f67;
}
.solution_list .solution_item .item_title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_title {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 13px;
  }
}
.solution_list .solution_item .item_sub_title {
  font-size: 16px;
  color: #e6e6ef;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_sub_title {
    font-size: 12px;
    margin-top: 20px;
  }
}
.solution_list .solution_item .item_dssc {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_dssc {
    font-size: 15px;
  }
}

.case__list {
  margin-top: -20px;
}

/*# sourceMappingURL=front.css.map */
