@charset "UTF-8";
.sa {
  opacity: 0;
  transition: all 1s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--lr {
  transform: translate(-100px, 0);
}
/*  MV
**************************************************************/
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mv_bg{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.mv_bg .mv_bg_inner,
.mv_bg .mv_bg_slide,
.mv_bg .mv_bg_slide .swiper-container,
.mv_bg .mv_bg_slide ul,
.mv_bg .mv_bg_slide ul li{
    height: 100%;
}
.mv_bg .mv_bg_slide ul li .mv_img{
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.mv_bg .mv_bg_slide ul li:nth-of-type(1) .mv_img{
  background-image: url(/jpn/consumer/hydrogen/images/mv04.jpg);
}
.mv_bg .mv_bg_slide ul li:nth-of-type(2) .mv_img{
    background-image: url(/jpn/consumer/hydrogen/images/mv01.jpg);
}
.mv_bg .mv_bg_slide ul li:nth-of-type(3) .mv_img{
    background-image: url(/jpn/consumer/hydrogen/images/mv02.jpg);
}
.mv_bg .mv_bg_slide ul li:nth-of-type(4) .mv_img{
  background-image: url(/jpn/consumer/hydrogen/images/mv03.jpg);
}
.mv_bg .mv_bg_slide ul li:nth-of-type(5) .mv_img{
  background-image: url(/jpn/consumer/hydrogen/images/mv04.jpg);
}
.mv_bg .mv_bg_slide ul li.swiper-slide-active .mv_img{
    -webkit-animation: zoomOut 6s ease-out 0s;
    animation: zoomOut 6s ease-out 0s;
}
.mv_bg .mv_ttl_wrap{
  position: absolute;
  top: 50%;
  left: 10%;
  padding: 0 100px;
  transform: translateY(-50%);
  opacity: 0;
}
.mv_bg .swiper-slide-active .mv_ttl_wrap{
  animation-name:slideTextY100;
  animation-delay: .5s;
  animation-duration:.8s;
  animation-fill-mode:forwards;
}
.mv_bg .mv_ttl{
  font-size: 70px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 5px;
}
.mv_bg .mv_read {
  font-size: 18px;
  font-family: Montserrat;
  margin-top: 15px;
  color: #fff;
}

@keyframes slideTextY100 {
  0% {
      transform: translateY(-30%);
      opacity: 0;
  }
  100% {
      transform: translateY(-50%);
      opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767px) {
  .mv_bg .mv_ttl_wrap{
    padding: 0;
  }
  .mv_bg .mv_ttl{
    font-size: 32px;
    line-height: 1.8;
  }
}

/*  NEWS
**************************************************************/
#news {
  position: relative;
  z-index: 10;
}
#news .news_inner {
  width: 95%;
  min-width: 1024px;
  max-width: 1374px;
  padding: 50px 126px;
  background: #FFF;
  position: absolute;
  border-radius: 0 40px 40px 0;
  top: -50px;
  z-index: 1;
}
#news .news_ttl {
  float: left;
  padding-top: 6px;
}
#news .newsbox {
  margin-left: 11.5em;
}
#news .newsbox a {
  color: #222;
}
#news .newsbox li {
  margin-bottom: 1em;
}
#news .newsbox li:last-child {
  margin-bottom: 0;
}
#news .date {
  font-size: 13px;
  display: inline-block;
}
#news .ttl {
  margin-left: 1.5em;
  text-align: left;
}
#news .view {
  background: #00B3EE;
  width: 80px;
  height: 100%;
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 0;
  right: 0;
}
#news .view a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #news .newsbox a:hover{
    text-decoration: none;
    color: #1ba1e6;
  }
  #news .view:hover{
    opacity: .7;
  }
}
@media screen and (max-width:767px) {
  #news .news_inner {
    width: 94%;
    padding: 0;
    top: -12vh;
    max-width: none;
    min-width: auto;
  }
  #news .news_ttl {
    padding: 40px;
    float: none;
  }
  #news .newsbox {
    margin: 0 40px 40px;
  }
  #news .newsbox li {
    margin-bottom: 35px;
  }
  #news .date {
    font-size: 12px;
    display: flex;
    margin-bottom: 10px;
  }
  #news .ttl {
    margin: 0;
    font-size: 14px;
  }
  #news .view {
    position: initial;
    width: 100%;
    height: 60px;
    border-radius: 0 0 40px 0;
  }
  #news .view img {
    transform: rotate(-90deg);
  }
}
/* SECTION
**************************************************************/
#hydrogen .conts {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
#hydrogen .conts:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 70px);
  background-size: cover;
  background-position: top -70px center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#hydrogen .sec_inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#hydrogen .sec_inner .sec_box {
  position: absolute;
  box-sizing: content-box;
}
#hydrogen .sec_inner .sec_box.flL {
  top: 20%;
  left: 10%;
  /* transform: translateY(-50%) translateX(-100%); */
  -webkit- transform: translateY(-50%) translateX(-100%);
  padding: 75px 100px;
}
#hydrogen .sec_inner .sec_box.flR {
  top: 20%;
  right: 10%;
  /* transform: translateY(-50%) translateX(0%); */
  -webkit- transform: translateY(-50%) translateX(-100%);
  padding: 75px 100px;
  background: #FFF;
  border-radius: 20px;
  box-sizing: content-box;
}
#hydrogen .sec_inner .sec_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2vh;
}
#hydrogen .sec_inner .sec_read {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: bold;
  color: #0C40A0;
  padding-left: 3em;
  position: relative;
  margin-bottom: 4vh;
}
#hydrogen .sec_inner .sec_read:before {
  content: "";
  width: 24px;
  height: 1px;
  border-bottom: 1px #0C40A0 solid;
  position: absolute;
  left: 0;
  top: 12px;
}
#hydrogen .sec_inner .sec_txt {
  max-width: 560px;
  font-size: 16px;
  margin-bottom: 6vh;
}
#hydrogen .sec_inner .view {
  width: 320px;
  border-radius: 35px;
  background: linear-gradient(90deg, rgba(139, 234, 236, 1) 0%, rgba(87, 201, 240, 1) 30%, rgba(63, 178, 243, 1) 70%, rgba(35, 119, 200, 1) 100%);
  box-shadow: 0 10px 20px 0 rgb(33 93 183 / 20%);
}
#hydrogen .sec_inner .view a {
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  #hydrogen .conts {
    height: initial;
  }
  #hydrogen .conts:after {
    content: none;
  }
  #hydrogen .sec_inner {
    position: initial;
  }
  #hydrogen .sec_inner .sec_box {
    position: initial;
  }
  #hydrogen .sec_inner .sec_box.flL, #hydrogen .sec_inner .sec_box.flR {
    border-radius: 0;
    padding: 60px 30px;
    bottom: 0;
  }
  #hydrogen .sec_inner .sec_ttl {
    font-size: 30px;
  }
  #hydrogen .sec_inner .sec_read {
    font-size: 12px;
    text-align: left;
  }
  #hydrogen .sec_inner .view {
    width: 90%;
  }
}
/* INDIVIDUAL
**************************************************************/
/*  BG
**************************************************************/
#about:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_about.jpg);
}
#society:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_society.jpg);
}
#station:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_base.jpg);
}
#station .sec_inner {
  background-image: url(/jpn/consumer/hydrogen/images/bg_base_jpn.png);
  background-size: auto;
  background-position: 75% 50%;
  background-repeat: no-repeat;
}
#technology:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_technology.jpg);
}
#fuelcell:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_fuelcell.jpg);
}
#section:before {
  background-image: url(/jpn/consumer/hydrogen/images/bg_aaa.jpg);
}
@media screen and (max-width:767px) {
  #about:before, #society:before, #station:before, #technology:before, #fuelcell:before, #section:before {
    background-image: none;
  }
  #about.conts {
    /* padding-top: 125%; */
    padding-top: 0;
    background-image: url(/jpn/consumer/hydrogen/images/bg_about_sp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  #society.conts {
    padding-top: 56%;
    background-image: url(/jpn/consumer/hydrogen/images/bg_society.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  #station.conts {
    padding-top: 75%;
    background-image: url(/jpn/consumer/hydrogen/images/bg_base_sp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  #station .sec_inner {
  background-image: none;
  }
  #technology.conts {
    padding-top: 56%;
    background-image: url(/jpn/consumer/hydrogen/images/bg_technology_sp.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  #fuelcell.conts {
    padding-top: 56%;
    background-image: url(/jpn/consumer/hydrogen/images/bg_fuelcell_sp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
/*  SECTION
**************************************************************/
#hydrogen #section .sec_box {
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#section .col2 {
  display: flex;
  flex-wrap: wrap;
}
#section .col2 li {
  float: left;
  width: 48%;
  margin: 20px 4% 0 0;
  border-radius: 20px;
  overflow: hidden;
}
#section .col2 li:nth-child(even) {
  margin-right: 0;
}
#section .col2 a {
  display: block;
  position: relative;
  color: #FFF;
}
#section .col2 a:hover .fig {
  transform: scale(1.1, 1.1);
}
#section .col2 .fig {
  transition: transform .6s;
}
#section .col2 .fig img {
  width: 100%;
}
#section .col2 .txt_box {
  width: 65%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#section .col2 .ttl {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 4%;
}
#section .col2 .read {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  margin-bottom: 2%;
}
#section .col2 .txt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  #hydrogen #section .sec_box {
    width: 100%;
    top: auto;
    left: auto;
    transform: initial;
    display: flex;
  }
  #section .col2 {
    display: block;
    flex-wrap: wrap;
    margin: 40px;
  }
  #section .col2 li {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  #section .col2 li:nth-child(even) {
    margin-right: 0;
  }
  #section .col2 li:last-child {
    margin-bottom: 0;
  }
  #section .col2 a {
    display: block;
    position: relative;
    color: #FFF;
  }
  #section .col2 a:hover .fig {
    transform: scale(1, 1);
  }
  #section .col2 .fig {
    transition: transform 0s;
  }
  #section .col2 .fig img {
    width: 100%;
  }
  #section .col2 .txt_box {
    width: 76%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #section .col2 .ttl {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 4%;
  }
  #section .col2 .read {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 2%;
  }
  #section .col2 .txt {
    font-size: 12px;
    font-weight: normal;
  }
}
/*  COMMON
**************************************************************/
@media screen and (max-width:767px) {
  #hydrogen .conts .hy_btn01 {
    width: 85%;
  }
}




/*  modal
**************************************************************/
.remodal {
  border-radius: 20px !important; }
  .remodal .remodal_inner_wrap {
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .remodal .remodal_inner_wrap {
        padding: 0; } }
    .remodal .remodal_inner_wrap .ttl {
      font-size: 28px;
      font-weight: bold;
      color: #00B3EE;
      padding-bottom: 30px; }
    .remodal .remodal_inner_wrap .list_box {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .remodal .remodal_inner_wrap .list_box {
          display: block; } }
      .remodal .remodal_inner_wrap .list_box dl {
        margin-right: 40px;
        width: calc(50% - 20px);
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .remodal .remodal_inner_wrap .list_box dl {
            width: 100%;
            margin-right: 0; } }
        .remodal .remodal_inner_wrap .list_box dl:nth-child(even) {
          margin-right: 0; }
        .remodal .remodal_inner_wrap .list_box dl dt {
          width: 160px;
          background-color: #00B3EE;
          font-weight: bold;
          font-size: 20px;
          line-height: 1.8;
          color: #fff;
          border-radius: 50px;
          margin: -40px auto 20px; }
        .remodal .remodal_inner_wrap .list_box dl dd {
          font-weight: bold;
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .remodal .remodal_inner_wrap .list_box dl dd {
              font-size: 3.6vw;
              line-height: 2; } }
    .remodal .remodal_inner_wrap .list_details li {
      position: relative;
      font-weight: bold;
      font-size: 20px;
      padding: 0 0 0 25px;
      text-align: left;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .remodal .remodal_inner_wrap .list_details li {
          font-size: 3.6vw;
          margin-bottom: 20px;
          padding: 0 0 0 20px; } }
      .remodal .remodal_inner_wrap .list_details li p {
        font-weight: normal;
        font-size: 16px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .remodal .remodal_inner_wrap .list_details li p {
            font-size: 2.6vw; } }
        .remodal .remodal_inner_wrap .list_details li p span {
          font-weight: bold;
          background: linear-gradient(transparent 70%, #FFFB8E 0%);
          display: inline;
          padding: 0 2px 2px; }
        .remodal .remodal_inner_wrap .list_details li p.note {
          font-size: 14px; }
          @media screen and (max-width: 767px) {
            .remodal .remodal_inner_wrap .list_details li p.note {
              font-size: 2.6vw; } }
      .remodal .remodal_inner_wrap .list_details li::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #00B3EE;
        border-radius: 7px;
        position: absolute;
        left: 0;
        top: 11px; }
        @media screen and (max-width: 767px) {
          .remodal .remodal_inner_wrap .list_details li::before {
            width: 12px;
            height: 12px;
            top: 5px; } }
      .remodal .remodal_inner_wrap .list_details li:last-child {
        margin-bottom: 0; }

