@charset "UTF-8";

#BrandingImageWrap {
  position: relative;
  padding: 390px 0 105px;
  height: 600px;

  /*
  .LeadBlock {
  	position		: relative;
  	width			: 625px;
  	margin			: auto;
  	z-index			: 2;
  	@media screen and (max-width: 767px) {
  		width			: 100%;
  		padding			: 0 20px;
  	}
  	p {
  		color			: $cBlack;
  		font-size		: 26px;
  		font-weight		: bold;
  		line-height		: 35px;
  		@media screen and (max-width: 767px) {
  			font-size		: 22px;
  			line-height		: 28px;
  			br {
  				display			: none;
  			}
  		}
  		.TextSmall {
  			display			: block;
  			position		: relative;
  			margin-top		: 5px;
  			padding-left	: 90px;
  			font-size		: 18px;
  			line-height		: 26px;
  			@media screen and (max-width: 767px) {
  				padding-left	: 50px;
  				font-size		: 16px;
  				line-height		: 24px;
  			}
  			&:before {
  				content			: "";
  				position		: absolute;
  				width			: 80px;
  				height			: 1px;
  				top				: 50%;
  				left			: 0;
  				margin-top		: -1px;
  				background		: $cBlack;
  				@media screen and (max-width: 767px) {
  					width			: 40px;
  				}
  			}
  		}
  	}
  }
  .BtnBlock {
  	margin-top		: 35px;
  	a {
  		display			: flex;
  		width			: 100%;
  		height			: 100px;
  		padding			: 0 20px;
  		color			: #333;
  		font-size		: 24px;
  		font-weight		: bold;
  		text-decoration	: none;
  		align-items		: center;
  		justify-content	: center;
  		border-radius	: 5px;
  		background		: #fff;
  		@include shadow(#000, 3);
  		span {
  			display			: inline-block;
  			padding-top		: 5px;
  			padding-left	: 45px;
  			background		: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_red_right.png) no-repeat left center #fff;
  		}
  		@media screen and (max-width: 767px) {
  			font-size		: 20px;
  			span {
  				padding-left	: 20px;
  				background-size	: 8px;
  			}
  		}
  	}
  }
  */
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap {
    padding: 0;
    height: 52vw;
  }
}
@media screen and (max-width: 767px) {
  #BrandingImageWrap {
    height: 51vw;
  }
}

#BrandingImageWrap .LeadBlock {
  display: flex;
  position: relative;
  width: 100%;
  align-content: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .LeadBlock {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .LeadBlock {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .LeadBlock {
    margin-top: 20px;
  }
}

#BrandingImageWrap .LeadBlock p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #4D4D4D;
  font-size: 162.5%;
  font-weight: bold;
  line-height: 38px;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .LeadBlock p {
    font-size: 131.25%;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .LeadBlock p {
    font-size: 137.5%;
    line-height: 28px;
  }
}

#BrandingImageWrap .LeadBlock p .TextSmall {
  display: block;
  margin-top: 15px;
  font-size: 69.23077%;
  line-height: 26px;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .LeadBlock p .TextSmall {
    font-size: 80.95238%;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .LeadBlock p .TextSmall {
    font-size: 72.72727%;
    line-height: 24px;
  }
}

#BrandingImageWrap .rightSide {
  display: flex;
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .rightSide {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .rightSide {
    display: block;
  }
}

#BrandingImageWrap .BtnBlock {
  margin-left: 25px;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .BtnBlock {
    margin-left: 15px;
  }
}

#BrandingImageWrap .BtnBlock a {
  display: flex;
  width: 280px;
  height: 140px;
  padding: 0 20px;
  color: #333;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.25);
}

#BrandingImageWrap .BtnBlock a span {
  display: inline-block;
  padding-top: 5px;
  padding-left: 35px;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_red_right.png) no-repeat left center #fff;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .BtnBlock a {
    width: 220px;
    padding: 0 10px;
  }

  #BrandingImageWrap .BtnBlock a span {
    padding-left: 25px;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .BtnBlock a {
    width: 40%;
    justify-content: center;
  }

  #BrandingImageWrap .BtnBlock a span br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .BtnBlock a {
    height: 80px;
    font-size: 112.5%;
  }

  #BrandingImageWrap .BtnBlock a span {
    padding-left: 20px;
    background-size: 8px;
  }
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .BtnBlock {
    margin-left: 20px;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .BtnBlock {
    margin: 40px 0 0;
  }

  #BrandingImageWrap .BtnBlock a {
    width: 100%;
  }
}

#BrandingImageWrap .MovieBlock {
  position: relative;
  margin-left: 25px;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .MovieBlock {
    margin-left: 15px;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .MovieBlock {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .MovieBlock {
    margin-left: 0;
  }

  #BrandingImageWrap .MovieBlock .ModalTrigger {
    text-decoration: none;
  }
}

#BrandingImageWrap .MovieBlock .ImageBlock {
  width: 269px;
  height: 140px;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/bnr_lead_movie.jpg) no-repeat center top;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .MovieBlock .ImageBlock {
    width: 210px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .MovieBlock .ImageBlock {
    width: 269px;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .MovieBlock .ImageBlock {
    width: 100%;
    max-width: 388px;
    height: 176px;
    margin: auto;
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/bnr_lead_movie-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

#BrandingImageWrap .MovieBlock span {
  position: absolute;
  width: 100%;
  top: 140px;
  left: 0;
  color: #4d4d4d;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

#BrandingImageWrap .MovieBlock span br.line_2 {
  display: block;
}

#BrandingImageWrap .MovieBlock span br.line_3 {
  display: none;
}

@media screen and (max-width: 1305px) {
  #BrandingImageWrap .MovieBlock span br.line_2 {
    display: none;
  }

  #BrandingImageWrap .MovieBlock span br.line_3 {
    display: block;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageWrap .MovieBlock span br.line_2 {
    display: block;
  }

  #BrandingImageWrap .MovieBlock span br.line_3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageWrap .MovieBlock span {
    position: static;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  #BrandingImageControl {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    top: 0;
    right: 50%;
    z-index: 2;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageControl {
    position: relative;
    z-index: 2;
  }
}

#BrandingImageControl .Btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 284px;
  cursor: pointer;
}
@media screen and (max-width: 994px) {
  #BrandingImageControl .Btn{
    top:24vw;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageControl .Btn {
    top: -170px;
  }
}
@media screen and (max-width: 415px) {
  #BrandingImageControl .Btn {
    display: none;
  }
}

#BrandingImageControl .Btn.Prev {
  left: 20px;
  background: url(../image/arw_brandimage_prev.png) no-repeat;
}

#BrandingImageControl .Btn.Next {
  right: 20px;
  background: url(../image/arw_brandimage_next.png) no-repeat;
}

#BrandingImageSlider {
  position: absolute;
  width: 100%;
  height: 435px;
  top: 0;
  left: 0;
  background: #fff;
}

@media screen and (max-width: 767px) and (min-width: 580px) {
  #BrandingImageSlider {
    position: relative;
    height: 400px;
  }
}

@media screen and (max-width: 579px) {
  #BrandingImageSlider {
    position: relative;
    height: 590px;
  }
}

#BrandingImageSlider li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#BrandingImageSlider li:not(.active) {
  opacity: 0;
  z-index: 1;
}

#BrandingImageSlider li:not(.active) dl {
  width: 0;
}

#BrandingImageSlider li:not(.active) dl dt,
#BrandingImageSlider li:not(.active) dl dd {
  opacity: 0;
}

#BrandingImageSlider li.active {
  z-index: 2;
}

#BrandingImageSlider li.active dl dt,
#BrandingImageSlider li.active dl dd {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 995px) {
  #BrandingImageSlider li {
    height: 600px;
  }

  /* #BrandingImageSlider li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  } */
}

@media screen and (max-width: 994px) {
  #BrandingImageSlider li {
    height: auto;
    background: #000;
  }

  #BrandingImageSlider li:after {
    content: "";
    display: block;
    width: 100%;
    height: 51vw;
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@media screen and (max-width: 579px) {
  #BrandingImageSlider li:after {
    height: 84vw;
  }
}

#BrandingImageSlider li>a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#BrandingImageSlider li>a:hover,
#BrandingImageSlider li>a:active {
  background-color: rgba(255, 255, 255, 0.3);
}

#BrandingImageSlider li dl {
  display: flex;
  position: absolute;
  width: calc(50% + 100px);
  top: 40px;
  left: 0;
  padding: 25px 0;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#BrandingImageSlider li dl dt,
#BrandingImageSlider li dl dd {
  width: 667px;
  padding-right: 95px;
  overflow: hidden;
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#BrandingImageSlider li dl.ClearBg {
  background-color: transparent;
  color: #333;
}

#BrandingImageSlider li dl dt {
  font-size: 175%;
  font-weight: bold;
  line-height: 34px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  #BrandingImageSlider li dl dt {
    font-size: 137.5%;
    line-height: 28px;
  }
}

#BrandingImageSlider li dl dd {
  margin-top: 5px;
  font-size: 112.5%;
  line-height: 24px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

@media screen and (max-width: 767px) {
  #BrandingImageSlider li dl dd {
    font-size: 100%;
    line-height: 20px;
  }
}

@media screen and (max-width: 1304px) {

  #BrandingImageSlider li dl dt,
  #BrandingImageSlider li dl dd {
    width: calc(50vw + 100px);
    padding-left: 25px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  #BrandingImageSlider li dl {
    width: 80%;
  }

  #BrandingImageSlider li dl dt,
  #BrandingImageSlider li dl dd {
    width: 80vw;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  #BrandingImageSlider li dl {
    position: static;
    top: 0;
    width: 100vw;
  }

  #BrandingImageSlider li dl.ClearBg {
    color: #fff;
  }

  #BrandingImageSlider li dl dt,
  #BrandingImageSlider li dl dd {
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 995px) {
  #BrandingImageSlider .BrandingImage01 {
    background: url(../image/main01.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 994px){
  #BrandingImageSlider .BrandingImage01:after {
    background: url(../image/main01-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
}
/* 
@media screen and (max-width: 579px) {
  #BrandingImageSlider .BrandingImage01:after {
    background: url(../image/main01-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
} */

@media screen and (min-width: 995px) {
  #BrandingImageSlider .BrandingImage02 {
    background: url(../image/main02.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageSlider .BrandingImage02:after {
    background: url(../image/main02-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
}
/* 
@media screen and (max-width: 579px) {
  #BrandingImageSlider .BrandingImage02:after {
    background: url(../image/main02-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
} */

@media screen and (min-width: 995px) {
  #BrandingImageSlider .BrandingImage03 {
    background: url(../image/main03.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 994px) {
  #BrandingImageSlider .BrandingImage03:after {
    background: url(../image/main03-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
}

/* @media screen and (max-width: 579px) {
  #BrandingImageSlider .BrandingImage03:after {
    background: url(../image/main03-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
} */

@media screen and (min-width: 995px) {
  #BrandingImageSlider .BrandingImage04 {
    background: url(../image/main04.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 994px){
  #BrandingImageSlider .BrandingImage04:after {
    background: url(../image/main04-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
}
/* 
@media screen and (max-width: 579px) {
  #BrandingImageSlider .BrandingImage04:after {
    background: url(../image/main04-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
} */

@media screen and (min-width: 995px) {
  #BrandingImageSlider .BrandingImage05 {
    background: url(../image/main05.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 994px){
  #BrandingImageSlider .BrandingImage05:after {
    background: url(../image/main05-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
}
/* 
@media screen and (max-width: 579px) {
  #BrandingImageSlider .BrandingImage05:after {
    background: url(../image/main05-sp.png) no-repeat center top;
    background-size: cover;
    height: 52vw;
  }
} */

#BrandingImageNavWrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  position: absolute;
 bottom: 40px;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 3;
}
@media screen and (max-width: 994px) {
  #BrandingImageNavWrap{
    bottom:16px;
  }
}
/* #BrandingImageNavWrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 3;
  
}

@media screen and (min-width: 768px) {
  #BrandingImageNavWrap {
    position: absolute;
   bottom: 10px;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
} */

#BrandingImageNav {
  display: flex;
  justify-content: center;
}

#BrandingImageNav li {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background: #787878;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#BrandingImageNav li:nth-child(n+2) {
  margin-left: 10px;
}

#BrandingImageNav li.active {
  background: #E30027;
}

#BrandingImageNavPlay {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../image/icon_slide_stop.png) no-repeat;
  -moz-transform: translateX(14px);
  -ms-transform: translateX(14px);
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

#BrandingImageNavPlay.stop {
  background: url(../image/icon_slide_play.png) no-repeat;
}

h2 {
  position: relative;
  margin: 0;
  padding: 0 0 15px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  background: 0;
  overflow: hidden;
}

#Contents h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  right: 70%;
  bottom: 0;
  background: #E30027;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

#Contents h2.Animated:after {
  width: 50px;
  right: 50%;
}

#Contents .AccordionTrigger {
  cursor: pointer;
}

#Contents .AccordionTrigger.disabled {
  cursor: default;
  pointer-events: none;
}

#Contents .ContentInner {
  max-width: 1275px;
  margin: auto;
}

#Contents .Accordion {
  display: none;
}

#Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) {
  position: relative;
  width: 100vw;
  background: #333;
  z-index: 2;
}

@media screen and (max-width: 1304px) {
  #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

#Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) .AccordionInner {
  display: flex;
  max-width: 1275px;
  margin: auto;
  padding: 20px 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) .AccordionInner {
    width: 100%;
  }
  
}

@media screen and (min-width: 768px) {
  #Contents .Accordion ul {
    width: 33%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #Contents .Accordion ul {
    width: 100%;
  }
}

#Contents .Accordion a {
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  font-size: 75%;
  text-decoration: none;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif) no-repeat left 4px;
}

#Contents .Accordion .ProductWrap,
#Contents .Accordion .LumadaWrap {
  width: 100%;
}

#Contents .Accordion .ProductWrap:nth-child(n+2),
#Contents .Accordion .LumadaWrap:nth-child(n+2) {
  margin-top: 20px;
}

#Contents .Accordion .ProductWrap dt,
#Contents .Accordion .LumadaWrap dt {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
}

#Contents .Accordion .ProductWrap dt.AccordionTrigger:before,
#Contents .Accordion .LumadaWrap dt.AccordionTrigger:before {
  display: none;
}

#Contents .Accordion .ProductWrap dt.AccordionTrigger:after,
#Contents .Accordion .LumadaWrap dt.AccordionTrigger:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  vertical-align: middle;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_accordion_trigger.gif) no-repeat;
}

#Contents .Accordion .ProductWrap dt.AccordionTrigger.active:after,
#Contents .Accordion .LumadaWrap dt.AccordionTrigger.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#Contents .Accordion .ProductWrap dd,
#Contents .Accordion .LumadaWrap dd {
  width: 100% !important;
  margin: 0 !important;
}

#Contents .Accordion .ProductWrap dd .AccordionInner,
#Contents .Accordion .LumadaWrap dd .AccordionInner {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

#Contents .Accordion .ProductWrap dd.Accordion,
#Contents .Accordion .LumadaWrap dd.Accordion {
  display: none;
}

#Contents .Accordion .ProductWrap dd {
  padding: 10px 10px 0;
}

#Contents .Accordion .ProductWrap.UpperLink {
  margin-top: 0;
  margin-bottom: 20px;
}

#Contents .Accordion .ProductWrap:not(.w100) {
  width: 33%;
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  #Contents .Accordion .ProductWrap:not(.w100) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #Contents .Accordion .ProductWrap:not(.w100) {
    width: 100%;
  }
}

#Contents .Accordion .ProductWrap:not(.w100) ul {
  width: 100%;
}

#Contents .Accordion .ProductWrap.w100 dd {
  display: flex;
  flex-wrap: wrap;
}

#Contents .Accordion .ProductWrap.w100 ul {
  width: 33%;
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  #Contents .Accordion .ProductWrap.w100 ul {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #Contents .Accordion .ProductWrap.w100 ul {
    width: 100%;
  }
}

#Contents .Accordion .ProductWrap.w100 ul ul {
  width: 100%;
}

#Contents .Accordion div.ProductWrap.w100 {
  display: flex;
  flex-wrap: wrap;
}

.FieldWrap {
  padding-bottom: 80px;
}

.FieldWrap h2+.FieldList {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .FieldWrap h2+.FieldList {
    margin-top: 30px;
  }
}

.FieldWrap .FieldList {
  display: flex;
  width: calc(100% + 16px);
  margin-top: 19px;
  margin-left: -8px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList {
    width: 100%;
    margin-left: 0;
  }
}

.FieldWrap .FieldList>li {
  width: calc(100% / 4);
  max-width: 322px;
  margin: 20px 0 0;
  padding: 0 8px;
}

@media screen and (max-width: 1304px) and (min-width: 995px) {
  .FieldWrap .FieldList>li {
    width: calc(100% / 3 - 1px);
    max-width: none;
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  .FieldWrap .FieldList>li {
    width: calc(100% / 2 - 1px);
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li {
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
    padding: 0;
  }
}

.FieldWrap .FieldList>li.Field01 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_01.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field01 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_01-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field02 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_02.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field02 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_02-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field03 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_03.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field03 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_03-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field04 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_04.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field04 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_04-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field05 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_05.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field05 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_05-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field06 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_06.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field06 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_06-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field07 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_07.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field07 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_07-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList>li.Field08 .ImageBox {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_08.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList>li.Field08 .ImageBox {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/ph_field_08-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.FieldWrap .FieldList .AccordionTrigger {
  position: relative;
}

.FieldWrap .FieldList .AccordionTrigger:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 0;
  right: 50%;
  bottom: 0;
  line-height: 0;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_field_accordion.png) no-repeat;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.FieldWrap .FieldList .AccordionTrigger.active:before {
  height: 20px;
  bottom: -20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.FieldWrap .FieldList .FieldLink {
  text-decoration: none;
}

.FieldWrap .FieldList .FieldLink .ContentTitle:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-left: 10px;
  background: url(/products/infrastructure/portal/industry/image/arw_link_white.png) no-repeat right bottom;
  background-size: 11px;
}

.FieldWrap .FieldList .ImageBlock {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.FieldWrap .FieldList .ImageBlock .ImageBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.FieldWrap .FieldList .DetailBlock {
  height: calc(100% - 200px);
  padding: 20px 25px;
  border-top: 2px solid #E30027;
  background: #333;
}

@media screen and (max-width: 767px) {
  .FieldWrap .FieldList .DetailBlock {
    height: auto !important;
  }
}

.FieldWrap .FieldList h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 125%;
  font-weight: bold;
}

.FieldWrap .FieldList p {
  color: #fff;
  font-size: 90.625%;
  line-height: 17.8px;
}

.FieldWrap .Accordion {
  margin-top: 20px;
}

.IndustryWrap .IndustryList,
.IndustryWrap .TaskList,
.TaskWrap .IndustryList,
.TaskWrap .TaskList {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 994px) {

  .IndustryWrap .IndustryList,
  .IndustryWrap .TaskList,
  .TaskWrap .IndustryList,
  .TaskWrap .TaskList {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {

  .IndustryWrap .IndustryList,
  .IndustryWrap .TaskList,
  .TaskWrap .IndustryList,
  .TaskWrap .TaskList {
    margin-top: 30px;
  }
}

.IndustryWrap .IndustryList>li,
.IndustryWrap .TaskList>li,
.TaskWrap .IndustryList>li,
.TaskWrap .TaskList>li {
  position: relative;
  width: calc(100% / 6);
}

@media screen and (min-width: 768px) {

  .IndustryWrap .IndustryList>li:before,
  .IndustryWrap .IndustryList>li:after,
  .IndustryWrap .TaskList>li:before,
  .IndustryWrap .TaskList>li:after,
  .TaskWrap .IndustryList>li:before,
  .TaskWrap .IndustryList>li:after,
  .TaskWrap .TaskList>li:before,
  .TaskWrap .TaskList>li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
  }

  .IndustryWrap .IndustryList>li:before,
  .IndustryWrap .TaskList>li:before,
  .TaskWrap .IndustryList>li:before,
  .TaskWrap .TaskList>li:before {
    border-left: 2px dotted #BEBEBE;
  }

  .IndustryWrap .IndustryList>li:after,
  .IndustryWrap .TaskList>li:after,
  .TaskWrap .IndustryList>li:after,
  .TaskWrap .TaskList>li:after {
    border-right: 2px dotted #BEBEBE;
  }
}

@media screen and (min-width: 768px) {

  .IndustryWrap .IndustryList>li:before,
  .IndustryWrap .TaskList>li:before,
  .TaskWrap .IndustryList>li:before,
  .TaskWrap .TaskList>li:before {
    left: 0;
  }
}

.IndustryWrap .IndustryList>li:after,
.IndustryWrap .TaskList>li:after,
.TaskWrap .IndustryList>li:after,
.TaskWrap .TaskList>li:after {
  opacity: 0;
}

@media screen and (min-width: 768px) {

  .IndustryWrap .IndustryList>li:after,
  .IndustryWrap .TaskList>li:after,
  .TaskWrap .IndustryList>li:after,
  .TaskWrap .TaskList>li:after {
    right: 0;
  }
}

.IndustryWrap .IndustryList>li:last-child:after,
.IndustryWrap .TaskList>li:last-child:after,
.TaskWrap .IndustryList>li:last-child:after,
.TaskWrap .TaskList>li:last-child:after {
  opacity: 1;
}

@media screen and (max-width: 994px) and (min-width: 768px) {

  .IndustryWrap .IndustryList>li,
  .IndustryWrap .TaskList>li,
  .TaskWrap .IndustryList>li,
  .TaskWrap .TaskList>li {
    width: calc(100% / 3 - 1px);
    flex-wrap: wrap;
  }

  .IndustryWrap .IndustryList>li:nth-child(n+4),
  .IndustryWrap .TaskList>li:nth-child(n+4),
  .TaskWrap .IndustryList>li:nth-child(n+4),
  .TaskWrap .TaskList>li:nth-child(n+4) {
    margin-top: 20px;
  }

  .IndustryWrap .IndustryList>li:nth-child(3n):after,
  .IndustryWrap .TaskList>li:nth-child(3n):after,
  .TaskWrap .IndustryList>li:nth-child(3n):after,
  .TaskWrap .TaskList>li:nth-child(3n):after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  .IndustryWrap .IndustryList>li,
  .IndustryWrap .TaskList>li,
  .TaskWrap .IndustryList>li,
  .TaskWrap .TaskList>li {
    flex-wrap: wrap;
    width: 100%;
  }

  .IndustryWrap .IndustryList>li:nth-child(n+2) .AccordionTrigger.AutoHeight,
  .IndustryWrap .TaskList>li:nth-child(n+2) .AccordionTrigger.AutoHeight,
  .TaskWrap .IndustryList>li:nth-child(n+2) .AccordionTrigger.AutoHeight,
  .TaskWrap .TaskList>li:nth-child(n+2) .AccordionTrigger.AutoHeight {
    border-top: 2px dotted #BEBEBE;
  }
}

.IndustryWrap .IndustryList>li.active:before,
.IndustryWrap .IndustryList>li.active:after,
.IndustryWrap .TaskList>li.active:before,
.IndustryWrap .TaskList>li.active:after,
.TaskWrap .IndustryList>li.active:before,
.TaskWrap .IndustryList>li.active:after,
.TaskWrap .TaskList>li.active:before,
.TaskWrap .TaskList>li.active:after {
  opacity: 0;
}

.IndustryWrap .IndustryList>li.active+li:before,
.IndustryWrap .TaskList>li.active+li:before,
.TaskWrap .IndustryList>li.active+li:before,
.TaskWrap .TaskList>li.active+li:before {
  opacity: 0;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight {
  display: flex;
  position: relative;
  padding: 145px 10px 15px;
  color: #4D4D4D;
  font-size: 131.25%;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 23px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:before,
.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:after,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight:before,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight:after,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight:before,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight:after,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight:before,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight:after {
  position: absolute;
  top: 15px;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:after,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight:after,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight:after,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight:after {
  opacity: 0;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight.active,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight.active,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight.active,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight.active {
  color: #fff;
  background: #333;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight.active:before,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight.active:before,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight.active:before,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight.active:before {
  opacity: 0;
}

.IndustryWrap .IndustryList .AccordionTrigger.AutoHeight.active:after,
.IndustryWrap .TaskList .AccordionTrigger.AutoHeight.active:after,
.TaskWrap .IndustryList .AccordionTrigger.AutoHeight.active:after,
.TaskWrap .TaskList .AccordionTrigger.AutoHeight.active:after {
  opacity: 1;
}

.IndustryWrap {
  padding: 105px 0 85px;
  background: #EBEBE8;
}

.IndustryWrap .IndustryList>li.Industry01 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_01.png);
}

.IndustryWrap .IndustryList>li.Industry01 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_01_on.png);
}

.IndustryWrap .IndustryList>li.Industry02 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_02.png);
}

.IndustryWrap .IndustryList>li.Industry02 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_02_on.png);
}

.IndustryWrap .IndustryList>li.Industry03 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_03.png);
}

.IndustryWrap .IndustryList>li.Industry03 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_03_on.png);
}

.IndustryWrap .IndustryList>li.Industry04 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_04.png);
}

.IndustryWrap .IndustryList>li.Industry04 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_04_on.png);
}

.IndustryWrap .IndustryList>li.Industry05 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_05.png);
}

.IndustryWrap .IndustryList>li.Industry05 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_05_on.png);
}

.IndustryWrap .IndustryList>li.Industry06 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_06.png);
}

.IndustryWrap .IndustryList>li.Industry06 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_industry_06_on.png);
}

.TaskWrap {
  padding: 105px 0 85px;
}

.TaskWrap .TaskList>li.Task01 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_01.png);
}

.TaskWrap .TaskList>li.Task01 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_01_on.png);
}

.TaskWrap .TaskList>li.Task02 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_02.png);
}

.TaskWrap .TaskList>li.Task02 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_02_on.png);
}

.TaskWrap .TaskList>li.Task03 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_03.png);
}

.TaskWrap .TaskList>li.Task03 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_03_on.png);
}

.TaskWrap .TaskList>li.Task04 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_04.png);
}

.TaskWrap .TaskList>li.Task04 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_04_on.png);
}

.TaskWrap .TaskList>li.Task05 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_05.png);
}

.TaskWrap .TaskList>li.Task05 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_05_on.png);
}

.TaskWrap .TaskList>li.Task06 .AccordionTrigger.AutoHeight:before {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_06.png);
}

.TaskWrap .TaskList>li.Task06 .AccordionTrigger.AutoHeight:after {
  content: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_task_06_on.png);
}

.CaseWrap {
  background: #EBEBE8;
  padding: 105px 0 85px;
}

.CaseWrap .CaseList {
  display: flex;
  width: calc(100% + 32px);
  margin-top: 40px;
  margin-left: -16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .CaseWrap .CaseList {
    width: 100%;
    margin-left: 0;
  }
}

.CaseWrap .CaseList li {
  display: flex;
  width: calc((100% / 4) - 33px);
  margin: 24px 16px 0;
}

@media screen and (max-width: 1304px) and (min-width: 995px) {
  .CaseWrap .CaseList li {
    width: calc((100% / 3) - 33px);
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  .CaseWrap .CaseList li {
    width: calc((100% / 2) - 33px);
  }
}

@media screen and (max-width: 767px) {
  .CaseWrap .CaseList li {
    width: 100%;
    margin: 24px 0 0;
  }
}

.CaseWrap .CaseList li .ImageBox {
  background-size: cover !important;
}

.CaseWrap .CaseList a {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #b1000e;
}

.CaseWrap .CaseList .ImageBlock {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.CaseWrap .CaseList .ImageBlock .ImageBox {
  position: absolute;
  width: 105%;
  height: 105%;
  top: 50%;
  right: 50%;
  -moz-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

.CaseWrap .CaseList .DetailBlock {
  height: calc(100% - 200px);
  padding: 20px 25px;
}

.CaseWrap .CaseList h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 112.5%;
  font-weight: bold;
}

.CaseWrap .CaseList h3:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif) no-repeat right top;
}

.CaseWrap .CaseList p {
  color: #fff;
  font-size: 81.25%;
  line-height: 19px;
}

.CaseWrap .LinkListStyle1 {
  margin-top: 30px;
}

.TopicsWrap {
  padding: 105px 0 85px;
}

#TopicsSliderWrap {
  position: relative;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  #TopicsSliderWrap {
    padding: 0 20px;
  }
}

#TopicsSliderWrap #TopicsSlider {
  position: relative;
  max-width: calc(290px * 4);
  margin: 60px auto 0;
  padding: 5px 0;
  white-space: nowrap;
  letter-spacing: -1em;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 1304px) {
  #TopicsSliderWrap #TopicsSlider {
    max-width: 100%;
  }
}

#TopicsSliderWrap #TopicsSlider li {
  display: inline-block;
  width: 290px;
  padding: 0 20px;
  white-space: normal;
  letter-spacing: normal;
  vertical-align: top;
}

@media screen and (max-width: 1304px) and (min-width: 995px) {
  #TopicsSliderWrap #TopicsSlider li {
    width: calc((100% / 3));
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  #TopicsSliderWrap #TopicsSlider li {
    width: calc((100% / 2));
  }
}

@media screen and (max-width: 767px) {
  #TopicsSliderWrap #TopicsSlider li {
    width: 100%;
    padding: 0 10px;
  }

  #TopicsSliderWrap #TopicsSlider li .AutoHeight {
    height: auto !important;
  }
}

#TopicsSliderWrap #TopicsSlider a {
  color: #4D4D4D;
  text-decoration: none;
}

#TopicsSliderWrap #TopicsSlider .ImageBlock {
  position: relative;
  height: 0;
  padding-bottom: 60.8%;
  overflow: hidden;
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25);
}

#TopicsSliderWrap #TopicsSlider .ImageBlock img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#TopicsSliderWrap #TopicsSlider .ImageBlock img.horizontal {
  width: auto;
}

#TopicsSliderWrap #TopicsSlider .ImageBlock img.vertical {
  height: auto;
}

#TopicsSliderWrap #TopicsSlider dl {
  margin-top: 15px;
}

#TopicsSliderWrap #TopicsSlider dl dt {
  font-size: 112.5%;
}

#TopicsSliderWrap #TopicsSlider dl dd {
  margin-top: 5px;
  font-size: 87.5%;
  line-height: 17px;
}

#TopicsSliderWrap #TopicsSlider dl dd.TopicsDate {
  margin-top: 10px;
  font-size: 75%;
}

#TopicsSliderWrap #TopicsSlider dl a {
  text-decoration: underline;
}

#TopicsSliderWrap #TopicsSlider dl a:link {
  color: #c02;
}

#TopicsSliderWrap #TopicsSlider dl a:visited {
  color: #a94657;
}

#TopicsSliderWrap #TopicsSlider dl a:hover,
#TopicsSliderWrap #TopicsSlider dl a:active {
  color: #b1000e;
  text-decoration: none;
}

#TopicsSliderWrap #TopicsControl {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#TopicsSliderWrap #TopicsControl .Btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#TopicsSliderWrap #TopicsControl .Btn.Prev {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_brandimage_prev.png) no-repeat center center;
  background-size: 30px;
}

#TopicsSliderWrap #TopicsControl .Btn.Next {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_brandimage_next.png) no-repeat center center;
  background-size: 30px;
}

#TopicsSliderWrap #TopicsControl .AutoPlay {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  cursor: pointer;
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_slide_stop.png) no-repeat center center;
  background-size: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#TopicsSliderWrap #TopicsControl .AutoPlay.stop {
  background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_slide_play.png) no-repeat center center;
  background-size: 30px;
}

.LinkWrap {
  background: #FFF;
  padding: 105px 0 85px;
}

.LinkWrap .LinkList {
  display: flex;
  margin: 30px auto 0;
  /*flex-wrap: wrap;*/
  justify-content: center;
}

.LinkWrap .LinkList li {
  width: 230px;
  margin: 20px 15px 0;
}

.LinkWrap .LinkList a {
  display: block;
  height: 100%;
  color: #4D4D4D;
  text-decoration: none;
}

.LinkWrap .LinkList .ImageCaption {
  margin-top: 5px;
  font-size: 68.75%;
  line-height: 14.3px;
}

@media screen and (max-width: 994px) {
  .LinkWrap .LinkList {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  .LinkWrap .LinkList li {
    width: calc(33% - 44px);
    width: calc(50% - 44px);
  }

  .LinkWrap .LinkList a .ImageBlock,
  .LinkWrap .LinkList a .ImageCaption {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .LinkWrap .LinkList {
    width: 230px;
    margin-top: 10px;
  }

  .LinkWrap .LinkList li {
    width: 100%;
    margin: 20px 0 0;
  }
}


body {
  position: relative;
}

#ModalLayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ModalBlock {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 920px;
  top: 0;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 101;
}

.ModalBlock .ModalInner {
  position: absolute;
  width: 100%;
  padding-top: 56.25%;
}

.ModalBlock .ModalCloser {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -51px;
  right: 0;
}

.ModalBlock .ModalCloser:before,
.ModalBlock .ModalCloser:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  right: 50%;
  background: #fff;
}

.ModalBlock .ModalCloser:before {
  -moz-transform: translateX(50%) rotate(45deg);
  -ms-transform: translateX(50%) rotate(45deg);
  -webkit-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg);
}

.ModalBlock .ModalCloser:after {
  -moz-transform: translateX(50%) rotate(-45deg);
  -ms-transform: translateX(50%) rotate(-45deg);
  -webkit-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotate(-45deg);
}

#MovieStage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  html.PC #BrandingImageWrap .BtnBlock a {
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #BrandingImageWrap .BtnBlock a span {
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #BrandingImageWrap .BtnBlock a:hover {
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
  }

  html.PC #BrandingImageWrap .BtnBlock a:hover span {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_red_right.png) no-repeat 5px center #fff;
  }

  html.PC #BrandingImageWrap .MovieBlock .ModalTrigger {
    cursor: pointer;
  }

  html.PC #BrandingImageWrap .MovieBlock .ModalTrigger .ImageBlock {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #BrandingImageWrap .MovieBlock .ModalTrigger:hover .ImageBlock {
    opacity: 0.6;
  }

  html.PC #BrandingImageControl .Btn {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #BrandingImageControl .Btn:hover {
    opacity: 0.7;
  }

  html.PC #BrandingImageNavPlay {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #BrandingImageNavPlay:hover {
    opacity: 0.7;
  }

  html.PC .FieldWrap .FieldList .AccordionTrigger:hover .ImageBlock .ImageBox {
    -moz-transform: translate(50%, -50%) scale(1.1);
    -ms-transform: translate(50%, -50%) scale(1.1);
    -webkit-transform: translate(50%, -50%) scale(1.1);
    transform: translate(50%, -50%) scale(1.1);
  }

  html.PC .FieldWrap .FieldList .FieldLink:hover .ImageBlock .ImageBox {
    -moz-transform: translate(50%, -50%) scale(1.1);
    -ms-transform: translate(50%, -50%) scale(1.1);
    -webkit-transform: translate(50%, -50%) scale(1.1);
    transform: translate(50%, -50%) scale(1.1);
  }

  html.PC .FieldWrap .FieldList .FieldLink:hover .ContentTitle {
    text-decoration: underline;
  }

  html.PC .FieldWrap .FieldList .FieldLink:hover .ContentTitle:after {
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  html.PC #Contents .Accordion a:hover {
    text-decoration: underline;
  }

  html.PC .IndustryWrap .IndustryList>li:hover:before,
  html.PC .IndustryWrap .IndustryList>li:hover:after,
  html.PC .IndustryWrap .TaskList>li:hover:before,
  html.PC .IndustryWrap .TaskList>li:hover:after,
  html.PC .TaskWrap .IndustryList>li:hover:before,
  html.PC .TaskWrap .IndustryList>li:hover:after,
  html.PC .TaskWrap .TaskList>li:hover:before,
  html.PC .TaskWrap .TaskList>li:hover:after {
    opacity: 0;
  }

  html.PC .IndustryWrap .IndustryList>li:hover+li:before,
  html.PC .IndustryWrap .TaskList>li:hover+li:before,
  html.PC .TaskWrap .IndustryList>li:hover+li:before,
  html.PC .TaskWrap .TaskList>li:hover+li:before {
    opacity: 0;
  }

  html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover {
    color: #fff;
    background: #666;
  }

  html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:before,
  html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:before,
  html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:before,
  html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:before {
    opacity: 0;
  }

  html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:after,
  html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:after,
  html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:after,
  html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:after {
    opacity: 1;
  }

  html.PC .CaseWrap .CaseList a {
    display: block;
    height: 100%;
    text-decoration: none;
  }

  html.PC .CaseWrap .CaseList a:hover .ImageBlock .ImageBox {
    -moz-transform: translate(50%, -50%) scale(1.1);
    -ms-transform: translate(50%, -50%) scale(1.1);
    -webkit-transform: translate(50%, -50%) scale(1.1);
    transform: translate(50%, -50%) scale(1.1);
  }

  html.PC .CaseWrap .CaseList .ImageBlock .ImageBox {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #TopicsSliderWrap #TopicsControl .AutoPlay,
  html.PC #TopicsSliderWrap #TopicsControl .Btn {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC #TopicsSliderWrap #TopicsControl .AutoPlay:hover,
  html.PC #TopicsSliderWrap #TopicsControl .Btn:hover {
    opacity: 0.7;
  }

  html.PC #TopicsSliderWrap #TopicsSlider a:hover .ImageBlock img {
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }

  html.PC #TopicsSliderWrap #TopicsSlider .ImageBlock img {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC .LinkWrap .LinkList a:hover .ImageBlock {
    opacity: 0.5;
  }

  html.PC .LinkWrap .LinkList .ImageBlock {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC .ModalBlock .ModalCloser {
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  html.PC .ModalBlock .ModalCloser:hover {
    opacity: 0.5;
  }
}

/* Floating Banner */
#PickUp.PickUp_three {
  top: 200px;
  /* indexはベロバナーが３つのため位置調整 */
}

#PickUp {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}

#PickUp dl {
  display: flex;
  flex-flow: row nowrap;
  width: auto;
  height: 6em;
  margin-bottom: 10px;
  color: #ffffff;
  cursor: pointer;
}

#PickUp dl:last-child {
  margin-bottom: 0;
}

#PickUp dt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.5em;
  line-height: 120%;
  text-align: center;
  font-weight: bold;
  background-image: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_banner_open.png);
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
  background-color: rgba(177, 0, 14, 0.8);
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}

#PickUp dl.opened dt {
  background-image: none;
}

#PickUp dd {
  padding: 0.5em 0;
  background-color: rgba(177, 0, 14, 0.8);
}

.JS #PickUp dd {
  display: none;
}

#PickUp dl.opened dd {
  background-image: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/icon_banner_close.png);
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
}

#PickUp dd .Inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0.5em 1em 0 0.5em;
  border-left: 2px solid #fff;
}

#PickUp dd .Inner.pt0 {
  padding: 0 1.5em 0 0.5em;
}


#PickUp dd .Inner p {
  margin-bottom: 0;
  line-height: 130%;
  white-space: nowrap;
}

#PickUp dd .Inner a {
  padding-right: 20px;
  color: #ffffff;
  background-image: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif);
  background-repeat: no-repeat;
  background-position: right 2px center;
}

#PickUp dd .Inner a:hover,
#PickUp dd .Inner a:active {
  background-position: right center;
}

/* セミナー用バナー設定?2020/09?? */
#Contents #PickUp.WithSeminar {
  top: 360px;
}

#BrandingImageWrap .Banner {
  position: absolute;
  left: auto;
  top: 15px;
  z-index: 5;
  margin-left: calc(50% + 383.5px);
  box-sizing: border-box;
}

#BrandingImageWrap .Banner a {
  display: inline-block;
  max-width: 100%;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

#BrandingImageWrap .Banner a:hover img,
#BrandingImageWrap .Banner a:active img {
  opacity: 0.7;
}

#BrandingImageSlider li dl.Seminar {
  top: 0;
  display: block;
  width: 100%;
  height: auto !important;
  background-color: transparent;
}

#BrandingImageSlider li dl.Seminar dt {
  width: 1275px;
  margin-left: calc(50% - 637.5px);
  padding-left: 60px;
  padding-right: 0;
  line-height: 120%;
  font-size: 140%;
}

#BrandingImageSlider li dl.Seminar dt .SemTerm {
  display: inline-block;
  padding: 9px 18px 4px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
}

#BrandingImageSlider li dl.Seminar dd {
  width: 1275px;
  padding-left: 60px;
  padding-right: 0;
  margin-left: calc(50% - 637.5px);
  font-size: 100%;
  font-weight: bold;
}

#BrandingImageSlider li dl.Seminar dd p {
  text-shadow: 1px 1px 5px #333, -1px -1px 5px #333;
}

#BrandingImageSlider li dl.Seminar dd .SemTitle {
  font-size: 250%;
}

#BrandingImageSlider li dl.Seminar dd .SemCatch {
  line-height: 120%;
  font-size: 275%;
  color: #ffff00;
}

#BrandingImageSlider li dl.Seminar dd .SemDate {
  font-size: 230%;
}

#BrandingImageSlider li dl.Seminar dd .SemDate .Small {
  margin-right: 3px;
  vertical-align: 3%;
  font-size: 50%;
}

#BrandingImageSlider li dl.Seminar dd .SemApp {
  line-height: 100%;
  font-size: 180%;
}

#BrandingImageSlider li dl.Seminar.ImgTxt {
  /*top: 20px;*/
  display: flex;
  align-items: center;
  height: 100% !important;
}

#BrandingImageSlider li dl.Seminar.ImgTxt dt {
  margin-left: 0;
  padding-left: 0;
}

/*#BrandingImageSlider li dl.Seminar.ImgTxt dd {
	margin-top: 15px;
	margin-left: 0;
	padding-left: 3%;
}*/
#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar {
  padding: 0;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt,
#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt {
  padding-left: 0;
  font-size: 120%;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt .SemTerm {
  padding-top: 6px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd {
  margin-top: 50px;
  padding-left: 0;
  text-align: center;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd p {
  text-shadow: 1px 1px 5px #264478, -1px -1px 5px #264478;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemTitle {
  line-height: 130%;
}

#BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemDate {
  margin-top: 5px;
  font-size: 100%;
}

#BrandingImageSlider li.BrandingImageHsif dl.Seminar {
  justify-content: flex-start;
}

#BrandingImageSlider li.BrandingImageHsif dl.Seminar dt {
  width: auto;
}

@media screen and (max-width: 1304px) {
  #BrandingImageWrap .Banner {
    right: 15px;
    margin-left: 0;
  }

  #BrandingImageSlider li dl.Seminar dt,
  #BrandingImageSlider li dl.Seminar dd {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}

@media screen and (max-width: 994px) {
  .JS #Contents #PickUp.WithSeminar {
    top: 375px;
  }

  .JS #BrandingImageSlider li dl.Seminar {
    top: 20px;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt {
    top: 10px;
  }

  .JS #BrandingImageSlider li dl.Seminar dd .SemTitle {
    font-size: 170%;
  }

  .JS #BrandingImageSlider li dl.Seminar dd .SemCatch {
    font-size: 240%;
  }

  .JS #BrandingImageSlider li dl.Seminar dd .SemDate {
    font-size: 170%;
  }

  .JS #BrandingImageSlider li dl.Seminar dd .SemApp {
    font-size: 150%;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar {
    top: 0;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemTitle {
    font-size: 250%;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemDate {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 994px) {
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) {
    width: calc(100% - 290px);
  }

  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dt,
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dd {
    width: calc(100vw - 290px);
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) {
  #BrandingImageSlider .BrandingImageSem01 {
    background: url(../image/mainsem01.png) no-repeat right top;
    background-size: cover;
  }

  #BrandingImageSlider .BrandingImageSem02 {
    background: url(../image/mainsem02.png) no-repeat center center;
    background-size: cover;
  }

  #BrandingImageSlider li.BrandingImageRetailSem01 {
    background: url(/products/infrastructure/portal/industry/retail/image/bg_brandingimage_sem01.jpg) no-repeat center top;
    background-size: cover;
  }

  #BrandingImageSlider .BrandingImageHsif a {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/brandingimage_hsif.png) no-repeat center top;
    background-color: transparent !important;
    background-size: auto 380px;
  }

  #BrandingImageSlider .BrandingImageHsif a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
  }

  #BrandingImageSlider .BrandingImageHsif a:hover:after,
  #BrandingImageSlider .BrandingImageHsif a:active:after {
    background-color: rgba(255, 255, 255, 0.3);
  }

  #BrandingImageSlider li.BrandingImageHsif:before {
    width: 50%;
    height: 380px;
    bottom: auto;
    top: 0;
    background-image: url(../image/mainhsif_l.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
  }

/*  background-color: rgba(255, 255, 255, 0.3);*/
}

#BrandingImageSlider li.BrandingImageHsif:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 380px;
  background-image: url(../image/mainhsif_r.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}

#Contents.Retail #BrandingImageSlider li.BrandingImageRetailSem01:before {
  display: none;
}

@media screen and (max-width: 767px) and (min-width: 580px) {
  .JS #BrandingImageSlider .BrandingImageSem01 {
    height: 100%;
    background: url(../image/mainsem01-sp.png) no-repeat left top;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {

  .JS #BrandingImageSlider .BrandingImageSem01:after,
  .JS #BrandingImageSlider .BrandingImageSem02:after {
    display: none;
  }

  .JS #BrandingImageSlider li dl.Seminar {
    display: none;
  }

  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar),
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dt,
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dd {
    width: calc(100vw - 270px);
  }

  .JS #BrandingImageSlider .BrandingImageSem02 {
    height: 100%;
    background: url(../image/mainsem02-sp.png) no-repeat center center;
    background-size: cover;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt dt {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }

  /*.JS #BrandingImageSlider li dl.Seminar.ImgTxt dd {
  	position: absolute;
  	left: 0;
  	bottom: 330px;
  }*/
  .JS #BrandingImageSlider li.BrandingImageRetailSem01 {
    height: 100%;
    background: url(/products/infrastructure/portal/industry/retail/image/bg_brandingimage_sem01-sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar {
    display: block;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt .SemTerm {
    padding-top: 12px;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemTitle {
    font-size: 230%;
  }

  .JS #BrandingImageSlider .BrandingImageHsif {
    height: 100%;
  }

  .JS #BrandingImageSlider .BrandingImageHsif:before,
  .JS #BrandingImageSlider .BrandingImageHsif:after {
    display: none;
  }

  .JS #BrandingImageSlider li.BrandingImageHsif dl.Seminar.ImgTxt {
    justify-content: flex-start;
  }

  .JS #BrandingImageSlider .BrandingImageHsif a {
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/brandingimage_hsif-sp.png) no-repeat center top;
    background-size: cover;
  }

  .JS #BrandingImageSlider .BrandingImageHsif a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .JS #BrandingImageSlider .BrandingImageHsif a:hover:after,
  .JS #BrandingImageSlider .BrandingImageHsif a:active:after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media screen and (max-width: 579px) {
  .JS #Contents.WithSeminar #PickUp {
    top: 385px;
  }

  .JS #BrandingImageWrap .Banner {
    /*top: 26.5%;*/
    top: 24.5%;
    left: 15px;
    right: auto;
  }

  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar),
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dt,
  .JS #BrandingImageSlider.WithSeminar li dl:not(.Seminar) dd {
    width: 100vw;
  }

  .JS #BrandingImageSlider .BrandingImageSem01 {
    height: 100%;
    background: url(../image/mainsem01-sp.png) no-repeat center top;
    background-size: cover;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt {
    justify-content: flex-start;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt dt {
    max-width: 350px;
  }

  .JS #BrandingImageSlider li dl.Seminar.ImgTxt dt img {
    width: 100%;
  }

  /*.JS #BrandingImageSlider li dl.Seminar.ImgTxt dd {
  	position: static;
  }*/
  .JS #BrandingImageSlider li.BrandingImageRetailSem01 {
    background-image: url(/products/infrastructure/portal/industry/retail/image/bg_brandingimage_sem01-sp.jpg);
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt .SemTerm {
    padding: 3.5vw 0 0;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd {
    margin-top: 15vw;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemTitle {
    font-size: 6.15vw;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemDate {
    margin-left: 5em;
    text-indent: -10em;
  }

  .JS #BrandingImageSlider .BrandingImageHsif a {
    background-image: none;
  }

  .JS #BrandingImageSlider li.BrandingImageHsif dl.Seminar.ImgTxt {
    justify-content: center;
    background: url(https://www.hitachi.co.jp/products/infrastructure/portal/industry/image/top/brandingimage_hsif-sp.png) no-repeat center top;
    background-size: cover;
  }

  .JS #BrandingImageSlider li.BrandingImageHsif dl.Seminar.ImgTxt dt {
    max-width: 550px;
    width: 100%;
  }
}

@media screen and (max-width: 399px) {
  .JS #Contents.WithSeminar #PickUp {
    top: 450px;
  }

  .JS #BrandingImageWrap .Banner {
    /*top: 18%;*/
    left: 18%;
    width: 64%;
    text-align: center;
  }

  .JS #BrandingImageSlider.WithSeminar~#BrandingImageNavWrap #BrandingImageNavPlay {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  /*.JS #BrandingImageSlider li dl.Seminar.ImgTxt dd {
  	padding-left: 0;
  }*/
  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt {
    font-size: 100%;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dt .SemTerm {
    padding-top: 4.25vw;
  }

  .JS #BrandingImageSlider li.BrandingImageRetailSem01 dl.Seminar dd .SemDate {
    font-size: 4vw;
  }
}
