@charset "UTF-8";

body {
  min-width: 100%;
}

.wrap {
  min-width: 100%;
}


/*  ANIMATION
**************************************************************/
.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);
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

@keyframes bgSize {
  0% {background-size: 100% 0.18em, 0 0.18em;}
  100% {background-size: 0 0.18em, 100% 0.18em;}
}

@keyframes bgSize2 {
  0% {background-size: 100% 5px, 0 5px;}
  100% {background-size: 0 5px, 100% 5px;}
}

/* @media screen and (max-width:767px) {
  @keyframes bgSize {
    0% {background-size: 100% 0.09em, 0 0.09em;}
    100% {background-size: 0 0.09em, 100% 0.09em;}
  }

  @keyframes bgSize2 {
    0% {background-size: 100% 0.07em, 0 0.07em;}
    100% {background-size: 0 0.07em, 100% 0.07em;}
  }
} */

[data-aos^=fade][data-aos^=fade].aos-animate .bgUnderline1 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.18em, 0 0.18em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: bgSize 0.5s linear forwards;
}

[data-aos^=fade][data-aos^=fade].aos-animate .bgUnderline2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.09em, 0 0.09em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: bgSize2 0.5s linear forwards;
}

[data-aos^=fade][data-aos^=fade].aos-animate .bgUnderline3 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.18em, 0 0.18em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: bgSize 1.4s linear forwards;
}

/* .bgUnderline1 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.18em, 0 0.18em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: bgSize 2s linear forwards;
} */

/* .bgUnderline2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.09em, 0 0.09em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  animation: bgSize2 2s linear forwards;
} */

/* ====== Header ======= */
#hy_header {
  background-color: #fff;
  border-radius: 0;
  background: linear-gradient(to right,#fff 0%,#fff 50%,#004098 50%,#004098 100%);
}
#hy_header .hy_header_wrap {
  margin: auto;
}
#hy_header .hy_header_nav_wrap {
  background-image: linear-gradient(to right, #215BBA , #004098);
}

@media print, screen and (min-width: 768px) {
  #hy_header .hy_header_nav_wrap {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  #hy_header {
    background: #fff;
  }
  #hy_header_hamburger {
    right: 0;
    top: 0;
    background-color: #215BBA;
  }
  #hy_header_hamburger a {
    width: 60px;
    padding: 21px 9px 20px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    margin-right: 15px;
  }
}

/* ====== Link ======= */
.sec_inner {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1620px) {
  .sec_inner {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_inner {
    max-width: 1620px;
  }
}
@media screen and (max-width:767px) {
  .sec_inner {
    padding: 0 5.333vw;
  }
}


/* ====== Main ======= */
#design {background-color: #215BBA;}
.mainvisual_area {
  position: relative;
  padding-top: 90px;
}

/* .mainvisual_area {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
}

.mv_bg_inner {
  margin: auto;
  height: 100%;
  max-width: 1720px;
  padding: 0 50px;
}

.mainvisual_area .mv_img {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/mv01.jpg);
} */

.mainvisual_area .mv_img img {
  max-width: 100%;
  width: 100%;
}

.mainvisual_area .mv_ttl_wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  padding: 0 100px;
  transform: translate(-50%, -50%);
  /* opacity: 0; */
}

.mainvisual_area .mv_ttl {
  font-family: 'Akshar', sans-serif;
  font-size: 130px;
  /* font-weight: bold; */
  line-height: 1.3;
  color: #fff;
  letter-spacing: 5px;
}

.mainvisual_area .mv_read {
  margin: 0 auto;
  padding: 8px 10px 9px 10px;
  width: 140px;
  /* background-color: #1f61be; */
  background: rgb(10,151,222);
  background: linear-gradient(90deg, rgba(10,151,222,1) 0%, rgba(33,91,186,1) 100%);
  color: #fff;
  font-size: 23px;
  font-weight: normal;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .mainvisual_area {
    padding-top: 62px;
  }
  /* .mainvisual_area {
    height: 117.33vw;
  }
  .mainvisual_area .mv_img {
    background-image: url(../images/mv01_sp.jpg);
  } */
  .mainvisual_area .mv_ttl_wrap {
    top: 55%;
  }
  .mainvisual_area .mv_ttl {
    font-size: 18.67vw;
    line-height: 1;
  }
  .mainvisual_area .mv_read {
    margin-right: 0;
    padding: 1.5vw 1.6vw;
    width: 18.67vw;
    font-size: 3.07vw;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mainvisual_area .mv_ttl {
    font-size: 80px;
    line-height: 1.2;
  }
  .mainvisual_area .mv_read {
    padding: 5px 5px 6px 5px;
    width: 95px;
    font-size: 18px;
  }
}

.sec_inner {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  color: #fff;
}

#page_top {display: none !important;}

#concept {
  padding: 94px 0;
  background-color: #215BBA;
}

/* #concept .sec_inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 50px;
  color: #fff;
} */

#concept .concept_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#concept .concept_col {
  width: 58%;
  padding-right: 50px;
  text-align: left;
}

#concept .concept_col:nth-child(2) {
  width: 42%;
  padding-right: 0;
}

#concept .concept_ttl h2 {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7;
}

#concept .concept_ttl:not(span),
#designer .designer_ttl:not(span),
#interview .interview_ttl:not(span) {
  font-family: 'Akshar', sans-serif;
  letter-spacing: 4px;
}

#concept .concept_ttl span {  
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#concept .concept_container {
  text-align: center;
}

#concept .concept_container h3 {
  position: relative;
  display: inline;
  padding-bottom: 10px;
  /* border-bottom: 10px solid #fff; */
  font-size: 44px;
  font-weight: bold;
/*   transition: background-size 2s; */
}

/* #concept .concept_container h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 10px #fff;
  animation: border_anim 3s linear forwards;
} */

#concept .concept_col p {
  font-size: 18px;
  line-height: 2.2;
}

#concept .concept_col img {
  width: 100%;
}

@media screen and (max-width:767px) {
  #concept {
    padding: 6.67vw 0;
  }
  #concept .concept_ttl {
    margin-bottom: 7.20vw !important;
  }
  #concept .concept_box {
    margin-top: 7.20vw !important;
  }
  #concept .sec_inner {
    padding: 0 5.33vw;
    max-width: 100%;
    font-size: 6.40vw;
  }
  #concept .concept_ttl h2 {
    margin-bottom: 5.07vw;
    font-size: 6.40vw;
  }
  #concept .concept_container {
    text-align: left;
  }
  #concept .concept_container h3 {
    /* border-bottom: 1.33vw solid #fff; */
    padding-bottom: 1.33vw;
    font-size: 6.47vw;
    line-height: 1.75;
  }
  #concept .concept_container h3:before {
    border-bottom: solid 1.33vw #fff;
  }
  #concept .concept_col {
    padding-right: 0;
    width: 100%;
  }
  #concept .concept_col:nth-child(2) {
    margin-top: 4.93vw;
    width: 100%;
  }
  #concept .concept_col:nth-child(2) p:nth-of-type(1) {
    margin: 0 -5.33vw;
  }
  #concept .concept_col:nth-child(2) p:nth-of-type(2) {
    margin-top: 5.87vw !important;
    font-size: 4.67vw;
  }
  #concept .concept_col p {
    font-size: 3.33vw;
    line-height: 1.6;
  }
}

#designer {
  padding: 100px 0 20px;
  background-color: #215BBA;
}

#designer .sec_inner {
  max-width: 100%;
  padding: 0;
  /* max-width: 1720px;
  margin: 0 auto;
  padding: 0 50px; */
}

#designer .designer_box {
  display: flex;
  flex-wrap: wrap;
}

#designer .designer_col {
  width: 55%;
}
#designer .designer_col:nth-child(1) {
  padding-right: 70px;
}

#designer .designer_col:nth-child(2) {
  /* width: 45%;
  padding: 0 150px 0 25px; */
  width: calc((100% - 55%) - 50px);
  max-width: 572px;
  padding-left: 15px;
  z-index: 1;
}

#designer .designer_ttl {
  position: relative;
}

#designer .designer_ttl h2 {
  position: absolute;
  top: 18%;
  right: 6%;
  /* padding-right: 15px; */
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  line-height: .7;
  z-index: 1;
}

#designer .designer_ttl h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#designer .designer_img {
  height: 880px;
  max-width: 1010px;
  background: url(../images/designer_img01.jpg) fixed no-repeat;
}

#designer .designer_img img {
  width: 100%;
}

#designer h3.designer_name {
  position: relative;
  display: block;
  padding-bottom: 5px;
  /* border-bottom: 5px solid #fff; */
  font-family: 'Akshar', sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 3px;
}

/* #designer h3.designer_name:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 5px #fff;
  animation: border_anim 3s linear forwards;
} */

#designer p.designer_subname {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

#designer .dd_ttl {
  font-family: 'Akshar', sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3px;
}

#designer .dd_ttl span {
  padding-left: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

#designer .dd_desc p {
  font-size: 15px;
  line-height: 1.7;
}

#designer .dd_table {
  font-size: 14px;
}

#designer .dd_table dl {
  display: grid;
  grid-template-columns: max-content auto;
  text-align: left;
}

#designer .dd_table dt {
  grid-column-start: 1;
  margin-right: 30px;
}

/* #designer .dd_table dd {
  grid-column-start: 3;
} */

#designer .dd_table dl:last-child dd:nth-of-type(1) {
  grid-column-start: 2;
  margin-right: 30px;
}

#designer .dd_table dl:last-child dd:nth-of-type(2) {
  grid-column-start: 3;
}

@media screen and (max-width:767px) {
  #designer {
    margin-bottom: -2vw;
    padding: 8.67vw 0 0;
  }
  /* #designer .sec_inner {
    max-width: 750px;
  } */
  #designer .designer_col:nth-of-type(1) {
    width: 100%;
    margin-left: 5.33vw;
    padding-right: 0;
  }
  #designer .designer_ttl h2 {
    top: 15vw;
    right: 5.33vw;
    padding-right: 0;
    font-size: 6.40vw;
  }
  #designer .designer_col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    padding: 0 5.33vw;
    background: #215BBA;
    z-index: 1;
  }
  #designer h3.designer_name {
    padding-top: 8vw !important;
    /* border-bottom: 0.67vw solid #fff; */
    font-size: 8vw;
    line-height: 1;
  }
  #designer h3.designer_name:before {
    border-bottom: 0.67vw solid #fff;
  }
  #designer p.designer_subname {
    font-size: 4.53vw;
    line-height: 1.7;
  }
  #designer .designer_detail {
    margin-top: 7.33vw !important;
  }
  #designer .dd_ttl {
    font-size: 4.67vw;
  }
  #designer .dd_ttl span {
    font-size: 3.60vw;
  }
  #designer .dd_desc {
    margin-top: 2.2vw !important;
  }
  #designer .dd_desc p {
    font-size: 3.33vw;;
  }
  #designer .dd_table {
    font-size: 3.33vw;
  }
  #designer .dd_table dt {
    margin-right: 6vw;
  }
  #designer .dd_table dl:last-child dd:nth-of-type(1) {
    margin-right: 6vw;
  }
  /* #designer .dd_table dd {
    grid-column-start: 2;
  } */

  #designer .designer_img {
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
    height: 105.33vw;
    /* background-position: top left 39%; */
    /* background: url(../images/designer_img01_sp.jpg) fixed no-repeat; */
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #designer .designer_img img {
    width: 94.667vw;
  }
}

@media screen and (min-width:2000px) and (max-width: 2560px) {
  /* #designer .designer_img {
    max-width: 100%;
    background-position: left 20% top;
  } */
  #designer .designer_img {
    background-position: left -100px top;
  }
}

@media screen and (min-width:768px) and (max-width:1366px) {
  #designer .designer_img {
    background: url(../images/designer_img01.jpg) fixed no-repeat;
    background-position: left -160px top;
    /* background-size: contain; */
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  #designer .designer_img {
    background: url(../images/designer_img01.jpg) fixed no-repeat;
    background-position: left -160px top;
    background-size: contain;
  }
  #designer .designer_col:nth-child(1) {
    padding-right: 50px;
  }
}


@media screen and (max-width: 1250px) and (min-width: 768px) {
  #designer .dd_ttl {
    margin-bottom: 30px;
    line-height: 0.8;
  }
  #designer .dd_ttl span {
    padding-left: 0;
  }
  #designer h3.designer_name {
    padding-bottom: 20px;
    line-height: 1;
  }
}


@media screen and (min-width:1600px) and (max-width:2560px) {
  #designer .designer_ttl h2 {
    font-size: 38px;
  }
}

#interview {
  position: relative;
  padding: 174px 0 240px;
  /* background-color: #215BBA; */
  background: url(/jpn/hydrogenfuelcellship/design/images/bg_shadow_gray.png) bottom center no-repeat #215BBA;
  background-size: contain;
}

/* #interview .sec_inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 50px;
  color: #fff;
} */

#interview .interview_ttl h2 {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7;
}

#interview .interview_ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#interview .interview_detail {
  overflow: hidden;
  padding-bottom: 2px;
  /* border-bottom: 10px solid #fff; */
}

#interview .txt01 {
  position: relative;
  overflow: hidden;
  display: inline;
  padding-bottom: 10px;
  /* border-bottom: 10px solid #fff; */
  font-size: 44px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
}

/* #interview .txt01:after {
  content: '';
  padding-right: 100%;
} */

#interview .txt_coming_soon {
  position: relative;
  font-family: 'Akshar', sans-serif;
  margin-top: 12px;
  letter-spacing: 1px;
}

#interview .txt_coming_soon span {
  position: absolute;
  /* padding: 2px 25px 4px; DIN */
  padding: 7px 25px 0px; /*Akshar*/
  background: #fff;
  color: #215BBA;
  font-size: 55px;
  right: 0;
  /* bottom: -18px; */
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (max-width:767px) {
  #interview {
    padding: 23.34vw 0 29.33vw;
    background: url(/jpn/hydrogenfuelcellship/design/images/bg_shadow_gray_sp.png) bottom center no-repeat #215BBA;
    background-size: contain;
  }
  #interview .sec_inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
  #interview .interview_ttl h2 {
    margin-bottom: 8vw;
    font-size: 6.40vw;
  }
  /* #interview .interview_detail {
    border-bottom: 1.33vw solid #fff;
  } */
  #interview .txt01 {
    padding-bottom: 1.33vw;
    /* border-bottom: 1.33vw solid #fff; */
    font-size: 6.47vw;
  }
  #interview .txt_coming_soon {
    margin-top: 1.33vw;
    line-height: 1;
  }
  #interview .txt_coming_soon span {
    /* padding: 0.2vw 1.4vw 0.4vw; DIN */
    padding: 1vw 1.4vw 0vw; /*Akshar*/
    /* bottom: 0 ; */
    font-size: 6.5vw;
  }

  /* #interview .txt01:after {
    content: '';
    padding-right: 100%;
  } */

  #concept .concept_ttl span,
  #designer .designer_ttl h2 span,
  #interview .interview_ttl span {
    font-size: 2.93vw;
  }
}
/* @media screen and (min-width:280px) and (max-width:480px) {
  #interview .txt01 {
    font-size: 5.97vw;
    letter-spacing: 1px;
  }
  #interview .txt01:after {
    padding-right: 100%;
  }
} */

/* @media screen and (min-width:481px) and (max-width:750px) {
  #interview .txt01 {
    font-size: 5vw;
    padding-bottom: 1.13vw;
  }
  #interview .txt01:after {
    padding-right: 100%;
  }
  #interview .txt_coming_soon span {
    bottom: -1.2vw;
  }
} */

@media screen and (min-width:768px) and (max-width:1085px) {
  #concept .concept_container h3,
  #interview .txt01 {
    font-size: 5vw;
  }
}

/* @media screen and (min-width:1168px) and (max-width:1300px) {
  #interview .txt01 {
    padding-bottom: 7px;
    font-size: 37px;
  }
} */

/* @media screen and (max-width:280px) {
  #interview .txt01 {
    font-size: 5.37vw;
    letter-spacing: 1px;
  }
  #interview .txt01:after {
    padding-right: 100%;
  }
  #interview .txt_coming_soon span {
    font-size: 6.3vw;
  }
} */
/* @media screen and (max-width:280px) and (-webkit-min-device-pixel-ratio: 2.0) {
  #interview .txt01 {
    letter-spacing: normal;
  }
}
@media screen and (max-width:280px) and (-webkit-min-device-pixel-ratio: 1) {
  #interview .txt01 {
    letter-spacing: normal;
  }
}

@media screen and (min-width:1300px) and (max-width:1318px) {
  #interview .txt01 {
    font-size: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 806px) {
  #interview .txt01 {
    font-size: 4.9vw;
  }
} */

/* common header/footer 230707 */
/* @media screen and (max-width:767px) {
  #hy_footer .hy_footer_menu_wrap .hy_footer_menu_block p {
    width: calc(50% - 5px);
  }
  #hy_footer .hy_footer_inquiry a {
    width: 100%;
  }
}
@media screen and (max-width:280px) {
  #hy_header .hy_header_logo_wrap .hy_header_logo {
    margin-right: 8px;
  }
  #hy_header .hy_header_logo_wrap .hy_header_logo_txt {
    font-size: 9px;
  }
} */

/* 231025 interview video */
.thum_text_link_wrap .thum_text_link a:after {
  content: none;
}
@media screen and (min-width:768px) {
  .thum_text_link_wrap._col2 .thum_text_link:last-child {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .youtube_thum {
    width: auto;
  }
}