@charset "UTF-8";
body {
  position: relative;
}
#BrandingImageWrap {
  position: relative;
	margin-bottom:20px;
	height:270px;
}
#BrandingImageWrap .LeadBlock {
  display: flex;
  position: relative;
  width: 100%;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
#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;
}
#BrandingImageWrap .LeadBlock p .TextSmall {
  display: block;
  margin-top: 15px;
  font-size: 69.23077%;
  line-height: 26px;
}
#BrandingImageWrap .rightSide {
  display: flex;
}
#BrandingImageWrap .BtnBlock {
  margin-left: 25px;
  position: absolute;
  top: 222px;
  right: calc(50% - 567.5px);
  z-index: 10;
}
#BrandingImageWrap .BtnBlock a {
  display: flex;
  width: 400px;
  height: 70px;
  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(/products/infrastructure/portal/industry/image/top/arw_red_right.png) no-repeat left center #fff;
}
#BrandingImageControl .Btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 200px;
  cursor: pointer;
}
#BrandingImageControl .Btn.Prev {
  left: 20px;
  background: url(/products/infrastructure/portal/industry/image/top/arw_brandimage_prev.png) no-repeat;
}
#BrandingImageControl .Btn.Next {
  right: 20px;
  background: url(/products/infrastructure/portal/industry/image/top/arw_brandimage_next.png) no-repeat;
}
#BrandingImageSlider{
	height:210px;
}
#BrandingImageSlider li {
  position: absolute;
  top: 0;
  left: 0;
}
#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;
	transition:0.4s;
}
#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);
}
#BrandingImageSlider li a:hover {
	background-color:#fff !important;
	opacity:0.3 !important;
}
#BrandingImageNavWrap {
  display: flex;
  align-items: center;
  justify-content: center;
	margin:1rem;
}
#BrandingImageNav {
  display: flex;
  justify-content: center;
	margin-right:1rem;
}
#BrandingImageNav li {
  width: 15px;
  height: 15px;
  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: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background-color:#ccc;
  font-size: 20px;
	position:relative;
}
#BrandingImageNavPlay::before,
#BrandingImageNavPlay::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.1em;
  height: 0.5em;
  box-sizing: border-box;
  content: "";
	background-color:#fff;
	color:#fff;
}
#BrandingImageNavPlay::before {
  left: 40%;
}
#BrandingImageNavPlay::after {
  left: 60%;
}
#BrandingImageNavPlay.stop{
  background-color:#787878;
}

#BrandingImageNavPlay.stop:before,
#BrandingImageNavPlay.stop::after {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
	background-color:inherit;
}

/** 2024/09 導入事例レイアウト変更 **/
.caselist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.caselist > li {
  display: flex;
  width: calc((100% - 15px) /2);
  gap: 15px;
}
.caselist .caselist-img {
  min-width: 120px;
}


@media screen and (max-width: 1304px) {
  #BrandingImageWrap .LeadBlock {
    width: 100%;
    padding: 0 15px;
	}
  #BrandingImageWrap .LeadBlock p {
    font-size: 131.25%;
  }
	#BrandingImageWrap .LeadBlock p .TextSmall {
	  font-size: 80.95238%;
	}
	#BrandingImageWrap .BtnBlock {
		right: 85px;
		margin-left: 0;
	}
}
@media screen and (min-width: 995px) {
}
@media screen and (max-width: 994px) {
  #BrandingImageWrap .LeadBlock {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
	#BrandingImageWrap .rightSide {
	  justify-content: center;
	}
}
@media screen and (min-width: 768px) {
  #BrandingImageControl {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    top: 0;
    right: 50%;
    z-index: 12;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
	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(/products/infrastructure/portal/industry/image/top/arw_red_right.png) no-repeat 5px center #fff;
	}
	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;
	}
}
@media screen and (max-width: 767px) {
  #BrandingImageWrap {
		height:210px;
  }
	#BrandingImageSlider{
		height:170px !important;
	}
  #BrandingImageWrap .LeadBlock {
    margin-top: 20px;
	}
	#BrandingImageWrap .LeadBlock p {
	  font-size: 137.5%;
	  line-height: 28px;
	}
	#BrandingImageWrap .LeadBlock p .TextSmall {
	  font-size: 72.72727%;
	  line-height: 24px;
	}
	#BrandingImageWrap .rightSide {
	  display: block;
	}
	#BrandingImageWrap .BtnBlock {
	  right: 50%;
	  top: auto;
	  margin-top: -140px;
	  transform: translateX(50%);
	}
	#BrandingImageWrap .BtnBlock a {
	  width: 300px;
	  height: 50px;
	  font-size: 112.5%;
	}
  #BrandingImageWrap .BtnBlock a span {
    padding-left: 20px;
    background-size: 8px;
  }
  #BrandingImageControl {
    position: relative;
    z-index: 12;
  }
  #BrandingImageControl .Btn {
    top: -170px;
	}
  .JS #BrandingImageNavWrap {
    top: 20px;
  }
}
@media screen and (max-width: 579px) {
  #BrandingImageWrap {
		height:170px;
  }
	#BrandingImageSlider{
		height:120px !important;
	}
  .caselist > li {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  #BrandingImageWrap {
		height:120px;
  }
	#BrandingImageSlider{
		height:75px !important;
	}
}