@charset "utf-8";

/* **************************************************

Name: add_style.css

Description: 

Create: 2024.04.30
Update: 2024.05.15

Copyright 2024 Hitachi, Ltd.


***************************************************** */

/* 
============================================================
common
============================================================ 
*/
.hero {
    display: block;
    position: relative;
  }
  
  .hero .hiro-banner-wrap{
    position: relative;
  }
  
  .hero .hiro-banner-wrap .hero-banner {
    height: calc(100vh - 143px);
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-size: cover;
  }
  
  .hero .hiro-banner-wrap .hero-banner .top-banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  
  .hero .hiro-banner-wrap .hero-banner .top-banner-content h1 {
    max-width: 900px;
    color: #fff;
    font-size: 72px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .top-banner-content p {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .top-banner-content .banner_caption{
    max-width: 900px;
    width: 85%;
  }
  
  
  
  .hero .hiro-banner-wrap .hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls {
    position: absolute;
    max-width: 1305px;
    width: 100%;
    bottom: 140px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    border: 0;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .btn img {
    width: 15px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .js-play {
    display: none;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .js-play img {
    margin-left: 4px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .transcripts {
    margin-left: 30px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .transcripts a {
    padding: 5px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .transcripts a:hover,
  .hero .hiro-banner-wrap .hero-banner .custom-controls .actions .transcripts a.active {
    background-color: #fff;
    color: #000;
  }
  
  .hero .hiro-banner-wrap .hero-banner .custom-controls.without-navigation {
    bottom: 30px;
  }
  /* .hero .hiro-banner-wrap .top-banner-content{
    max-width: 1305px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  } */
  .hero .hiro-banner-wrap .hero-banner h1
  {
    overflow: hidden;
    /* opacity: 0; */
  }
  .hero .hiro-banner-wrap .hero-banner .banner_caption {
    overflow: hidden;
    /* opacity: 0; */
  }
  
  .hero .hiro-banner-wrap .hero-banner .word-wrap {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-delay: 30ms;
    transition-delay: 30ms;
    opacity: 0;
    line-height: 1.2;
  }
  
  .hero .hiro-banner-wrap .hero-banner .word-wraps {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    opacity: 0;
    line-height: 1;
  }
  
  .hero .hiro-banner-wrap .hero-banner .word-wrap:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  
  .hero .hiro-banner-wrap .hero-banner .animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  
  
  
  .hero .hiro-banner-wrap .hero-banner .plyr .plyr__controls,
  .hero .hiro-banner-wrap .hero-banner .plyr .plyr__control {
    display: none !important;
  }
  
  .hero .hiro-banner-wrap .hero-banner .plyr--paused~.custom-controls .js-pause,
  .hero .hiro-banner-wrap .hero-banner .plyr--paused+.container+.custom-controls .js-pause {
    display: none;
  }
  
  .hero .hiro-banner-wrap .hero-banner .plyr--paused~.custom-controls .js-play,
  .hero .hiro-banner-wrap .hero-banner .plyr--paused+.container+.custom-controls .js-play {
    display: block;
  }
  
  .hero .hiro-banner-wrap .hero-banner .plyr--playing~.custom-controls .js-play,
  .hero .hiro-banner-wrap .hero-banner .plyr--playing+.container+.custom-controls .js-play {
    display: none;
  }

  

div#SiteID a img{
  height: 50px;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
  .JS div#SiteID a img{
    height: 50px;
  }
}

@media screen and (max-width: 994px) {
  .JS div#SiteID a img{
    height: 50px;
  }
}

@media (max-width: 1366px) and (min-width: 992px) {
  .hero .hiro-banner-wrap .hero-banner .plyr--video {
      min-height: 100%;
  }
}

@media (max-width: 767px) {
  .hero .hiro-banner-wrap .hero-banner {
      height: 400px;
      min-height: initial;
  }

  .hero .hiro-banner-wrap .hero-banner .custom-controls,
  .hero .hiro-banner-wrap .hero-banner .plyr,
  .hero .hiro-banner-wrap .hero-banner #player {
      display: none;
  }
}

.ShowSPTit {
  display: none;
}

.hero-banner .container {
    max-width: 1305px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    position: static;
}

@media screen and (max-width: 1304px) {
  .hero{
      margin: 0 -15px;
  }
  .hero .hiro-banner-wrap .hero-banner .top-banner-content{
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .hero .hiro-banner-wrap .hero-banner .top-banner-content h1 {
      font-size: 42px;
      font-weight: bold;
      line-height: 48px;
      max-width: 100%;
  }
  .hero .hiro-banner-wrap .hero-banner .top-banner-content p {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
  }
}

@media screen and(max-width: 767px) {
  .hero{
      margin: 0;
  }

  .hero .hiro-banner-wrap .hero-banner .top-banner-content h1 {
      font-size: 42px;
      font-weight: bold;
      line-height: 48px;
  }

  .hero .hiro-banner-wrap .hero-banner .top-banner-content{
      top: 32%;
      width: 80%;
      max-width: 370px;
  }

  .hero .hiro-banner-wrap .hero-banner .top-banner-content p {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
  }
}

@media (min-width: 768px){
  br.sp {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .hero .hiro-banner-wrap .hero-banner {
      height: auto;
      min-height: 420px;
  }
}

@media screen and (max-width: 995px) {
    .ShowSPTit {display: block;}
}

@media screen and (max-width: 579px) {
    .ShowSPTit {display: none;}
}

@media screen and (max-width: 1304px){
    #leadership .hero-banner .container{
        width: auto;
    }
}



