@charset "UTF-8";

body {
  min-width: 100%;
  counter-reset: list-item;
}

.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;}
}

/* ====== 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 ======= */
#making {background-color: #4274C4;}
.mainvisual_area {
  position: relative;
  padding-top: 90px;
}

.mainvisual_area .mv_img img {
  max-width: 100%;
  width: 100%;
}

.mainvisual_area .mv_ribbon {
  position: absolute;
  left: 7.5%;
  top: 90px;
  z-index: 99;
}

.mainvisual_area .mv_ribbon img {
  width: 100%;
  max-width: 100%;
}

.mainvisual_area .mv_ttl_wrap {
  position: absolute;
  top: 56%;
  left: 50%;
  padding: 77px 195px 47px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgb(0, 0, 0, 0.5);
}

.mainvisual_area .mv_ttl {
  text-align: center;
  margin-bottom: 26px;
  font-weight: 600;
}

.mainvisual_area .mv_ttl_small {
  font-family:'Akshar', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.mainvisual_area .mv_ttl_big {
  font-family:'Akshar', sans-serif;
  font-weight: bold;
  font-size: 190px;
  line-height: .8;
}

.mainvisual_area .mv_ttl_medium {
  font-family:'Akshar', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.mainvisual_area .mv_txt {
  font-size: 19px;
  text-align: center;
}

.mainvisual_area .mv_read {
  margin: 0 auto;
  padding: 18px 0;
  width: 496px;
  background: rgb(255,206,23);
  background: linear-gradient(90deg, rgba(255,206,23,1) 0%, rgba(255,161,99,1) 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  /* font-weight: normal; */
  text-align: center;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .mainvisual_area {
    padding-top: 62px;
  }
  .mainvisual_area .mv_ttl_wrap {
    top: 56.6%;
    padding: 122px 7px 47px;
  }
  .mainvisual_area .mv_ttl {
    /* font-size: 16px; */
    margin-bottom: 6.93vw;
    font-weight: 600;
  }
  .mainvisual_area .mv_ttl_big {
    font-size: 17.73vw;
    line-height: .8;
  }
  .mainvisual_area .mv_ttl_small {
    font-size: 3.73vw;
  }
  .mainvisual_area .mv_ttl_medium {
    font-size: 5.33vw;
  }
  .mainvisual_area .mv_ribbon {
    left: 5.2%;
    top: 62px;
  }
  
  .mainvisual_area .mv_ribbon img {
    max-width: 22.4vw;
  }
  .mainvisual_area .mv_read {
    padding: 2vw 1.6vw;;
    width: 57.87vw;
    font-size: 4vw;
  }
  .mainvisual_area .mv_txt {
    font-size: 3.20vw;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}

@media screen and (min-width:1650px) and (max-width:2500px) {
  .mainvisual_area .mv_ttl_wrap {
    padding: 77px 230px 47px;
  }

  .mainvisual_area .mv_ttl_small {
    font-size: 22px;
    line-height: 1.25;
  }
  
  .mainvisual_area .mv_ttl_big {
    font-weight: bold;
    font-size: 230px;
    line-height: .8;
  }
  
  .mainvisual_area .mv_ttl_medium {
    font-size: 34px;
    line-height: 1.25;
  }

  .mainvisual_area .mv_txt {
    font-size: 24px;
  }
  .mainvisual_area .mv_read {
    width: 590px;
    font-size: 24px;
  }
}

@media screen and (min-width:768px) {
  .mainvisual_area .mv_read {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mainvisual_area .mv_ttl_wrap {
    top: 59%;
    padding: 5.45vw 11.72vw 3.62vw;
  }
  .mainvisual_area .mv_ttl {
    margin-bottom: 1.27vw;
  }
  .mainvisual_area .mv_ribbon {
    width: 8.79vw;
  }
  .mainvisual_area .mv_ttl_big {
    font-size: 11.91vw;
  }
  .mainvisual_area .mv_ttl_medium {
    font-size: 2.34vw;
  }
  .mainvisual_area .mv_txt {
    font-size: 1.66vw;
  }
  .mainvisual_area .mv_read {
    width: 41.99vw;
    font-size: 1.56vw;
    padding: 0.98vw 0;
    bottom: -1.76vw;
  }
}

.process_area {
  position: relative;
  padding: 104px 0 155px;
  background: url(../images/bg_shadow_gray.png) bottom center no-repeat #4274C4;
  background-size: contain;
}

.process_area h2 {
  font-size: 48px;
  margin-bottom: 100px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-family:'Akshar', sans-serif;
}

.process_area .process_area_txt {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 76px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.process_area_wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
}

.process_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.process_container .process_content {
  background-color: #EBEBEB;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
}
.process_container .img_thumb {
  background: #B2B2B2;
  position: relative;
}
.process_container .img_thumb .new_ribbon {
  position: absolute;
  top: -20px;
  left: 20px;
  margin: 0 auto;
  padding: 18px 0 12px;
  width: 100px;
  background: rgb(255,206,23);
  background: linear-gradient(90deg, rgba(255,206,23,1) 0%, rgba(255,161,99,1) 100%);
  color: #fff;
  font-size: 30px;
  font-family:'Akshar', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 9;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.21);
}
.process_container .img_thumb .new_img_txt {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 160px;
  background: #fff;
  text-align: center;
  z-index: 9;
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
  padding: 4px 0 6px;
  line-height: 1;
}
.process_container .img_thumb .new_img_txt span {
  position: relative;
  background: linear-gradient(to right, #0A97DE 0%, #215BBA 100%);
  color: #0A97DE;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  line-height: 1;
}
.process_container .img_thumb .new_img_txt span::before {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 15px solid #fff;
  border-top: 0;
  box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.16);
}
.process_container .coming_soon {
  padding: 102px 30px;
}
.process_container .img_thumb img {
  width: 100%;
}
.process_container .youtube_thum {
  width: 100%;
}
.process_container .youtube_thum:not(.btn_type01) a {
  padding-top: 56.32%;
}
.process_container .txt_content {
  position: relative;
  padding: 30px;
}
.process_container .txt_content h3 {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-size: 28px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.process_container .txt_content h3 .fsize15 {
  font-size: 15px;
  font-family:'Akshar', sans-serif;
}
.process_container .txt_content h3 .fsize16 {
  font-size: 16px;
}
.process_container .txt_content h3 span {
  width: fit-content;
  padding: 0 4px;
}
.process_container .txt_content .aln_center {
  display: flex;
  align-items: center;
}
.process_container .txt_content .subttl {
  font-size: 17px;
  margin-bottom: 18px;
}
.process_container .txt_content p {
  line-height: 1.2;
  color: #215BBA;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
.process_container .txt_content .bg_blue {
  background-color: #215bba;
}
.process_container .txt_content::before {
  position: absolute;
  top: -22px;
  right: 30px;
  font-weight: 500;
  font-size: 125px;
  letter-spacing: -5px;
  counter-increment: list-item;
  content: "0" counter(list-item);
  z-index: -1;
  font-family:'Akshar', sans-serif;
}
.process_container .txt_content .txt_desc{
  line-height: 1.67;
}

#page_top {display: none !important;}


@media screen and (min-width:768px) {
  .process_container .process_content:nth-child(odd) {
    margin-bottom: 80px;
  }
  .process_container .process_content:nth-child(even) {
    margin-top: 80px;
  }
  .process_container .process_content {
    width: calc((100% - 80px) / 2);
  }
}

@media screen and (max-width:767px) {
  .process_area_wrap {
    padding: 0 5.33vw;
  }
  .process_area {
    padding: 12vw 0;
  }
  .process_area h2 {
    font-size: 6.40vw;
    margin-bottom: 10.67vw;
  }
  .process_area .process_area_txt {
    font-size: 5.20vw;
    margin-bottom: 11.73vw;
    line-height: 1.28;
  }
  .process_container .img_thumb .new_ribbon {
    top: -2.67vw;
    left: 2.67vw;
    padding: 1.33vw 0 1.87vw;
    font-size: 4.80vw;
    width: 16vw;
  }
  .process_container .img_thumb .new_img_txt {
    bottom: -6.7vw;
    padding: 1.27vw 0;
    width: 32vw;
  }
  .process_container .img_thumb .new_img_txt span {
    font-size: 2.80vw;
    line-height: 1;
  }
  .process_container .img_thumb .new_img_txt span::before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
  }
  .process_container {
    justify-content: center;
  }
  .process_container .process_content {
    margin-bottom: 13.33vw;
  }
  .process_container .txt_content {
    padding: 6.40vw 4vw 4vw;
  }
  .process_container .txt_content::before {
    top: 1px;
    right: 4.1vw;
    font-size: 20vw;
  }
  .process_container .txt_content h3 {
    font-size: 5.07vw;
    margin-bottom: 12px
  }
  .process_container .txt_content h3 .fsize15 {
    font-size: 3vw;
  }
  .process_container .txt_content h3 .fsize16 {
    font-size: 2.67vw;
    padding: 0;
  }
  .process_container .txt_content .subttl {
    font-size: 4vw;
    margin-bottom: 14px;
  }
  .process_container .txt_content .bg_blue::before{
    font-size: 3.33vw;
    height: 190px;
  }
}

@media screen and (max-width:320px) {
  .mainvisual_area .mv_ribbon {
    left: 5.2%;
    top: 60px;
  }
  .mainvisual_area .mv_ttl_wrap {
    top: 57.7%;
    padding: 70px 7px 15px;
  }
  .mainvisual_area .mv_txt {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  .process_container .img_thumb .new_img_txt {
    width: 28.55vw;
    bottom: -27px;
    padding: 0 0 7px;
  }
  .process_container .img_thumb .new_img_txt span {
    font-size: 9px;
  }
  .process_container .txt_content::before {
    top: 24px;
    right: 5.2vw;
  }
  .process_container .txt_content h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .process_container .txt_content h3 .fsize15 {
    font-size: 11px;
  }
  .process_container .txt_content h3 .fsize16 {
    font-size: 10px;
    padding: 0;
  }
  .process_container .txt_content h3.sp16 {
    font-size: 16px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .process_area {
    padding: 80px 0 135px;
  }
  .process_area h2 {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .process_area .process_area_txt {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .process_container .process_content {
    width: calc((100% - 40px) / 2);
  }
  .process_container .img_thumb .new_img_txt {
    width: 15.63vw;
  }
  .process_container .img_thumb .new_img_txt span {
    font-size: 1.37vw;
  }
  .process_container .txt_content::before {
    font-size: 12.21vw;
    letter-spacing: -5px;
    top: -1.3vw;
  }
  .process_container .txt_content h3 {
    font-size: 2.73vw;
  }
  .process_container .txt_content h3 .fsize15 {
    font-size: 2.73vw;
  }
  .process_container .txt_content h3 .fsize15 {
    font-size: 1.46vw;
  }
  .process_container .txt_content h3 .fsize16 {
    font-size: 1.56vw;
  }
  .process_container .txt_content .subttl {
    font-size: 1.66vw;
  }
  .process_container .txt_content .txt_desc{
    font-size: 1.46vw;
  }
}

@media screen and (min-width:1025px) and (max-width:1440px) {
  .mainvisual_area .mv_ttl_wrap {
    top: 54%;
    padding: 4.79vw 10.92vw 3.26vw;
  }
  .mainvisual_area .mv_ribbon img {
    max-width: 8.75vw;
  }
  .mainvisual_area .mv_ttl_big {
    font-size: 12.50vw;
  }
}

@media screen and (min-width:321px) and (max-width:425px) {
  .process_container .img_thumb .new_img_txt {
    width: 32vw;
    bottom: -35px;
  }
  .process_container .txt_content::before {
    top: 3.5vw;
    right: 4.7vw;
  }
  .process_container .txt_content h3 {
    font-size: 5.07vw;
}
}

/*追記_水素船動画追加_250611*/
.process_area_wrap.new{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
}
.new_content{
  background-color: #EBEBEB;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  position: relative;
}
.new_content .mv_read {
  position: absolute;
  top: -40px;
  left: 20px;
  margin: 0 auto;
  padding: 18px 0 12px;
  width: 100px;
  background: rgb(255,206,23);
  background: linear-gradient(90deg, rgba(255,206,23,1) 0%, rgba(255,161,99,1) 100%);
  color: #fff;
  font-size: 30px;
  font-family: 'Akshar', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 9;
}
.new_content .item{
  padding-bottom: 20px;
}
.new_content .txt_content{
  color: #215BBA;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.new_content .img_thumb{
  background: #B2B2B2;
  position: relative;
}
.new_content .img_thumb .youtube_thum{
  width: 100%;
}
.new_content .img_thumb .youtube_thum:not(.btn_type01) a {
  padding-top: 56.32%;
}
.new_content .img_thumb .youtube_thum:not(.btn_type01) a img{
  width: 100%;
}
@media screen and (max-width: 767px){
  .new_content .item{
    padding-bottom: 3%;
  }
  .new_content .mv_read{
    top: -4.67vw;
    left: 2.67vw;
    padding: 1.87vw 0 1.33vw;
    font-size: 4.80vw;
    width: 16vw;
  }
  .new_content .txt_content{
    font-size: 3.5vw;
    padding: 15px 0;
  }
}