@charset "utf-8";


#page5450 .header-nav__item--prod > a:after {
  left: 0;
  width: 100%;
}

#page5449 .header-nav__item--prod > a:after {
  left: 0;
  width: 100%;
}


.area-ttl {
  background: url(/img/common/bg-ttl-07.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.area-ttl__ttl {
  background: url(/img/common/icon-nav-02.png) no-repeat 50% 0;
  background-size: 32px auto;
}

.sec-biz-top a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 100px 0;
  color: inherit;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 1), 1px -1px 4px rgba(255, 255, 255, 1), -1px 1px 4px rgba(255, 255, 255, 1), -1px -1px 4px rgba(255, 255, 255, 1);
}

.sec-biz-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.sec-biz-top--iot a:after {
  background: url(/img/common/bg-top-iot.jpg) no-repeat center 80%;
  background-size: cover;
}

.sec-biz-top--security a:after {
  background: url(/img/common/bg-top-sec.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.sec-biz-top--linux a:after {
  background: url(/img/common/bg-top-oss.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.sec-biz-top a:hover {
  text-decoration: none;
}

.sec-biz-top a:hover:after {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
        transform: scale(1.1);
}

.sec-biz-top .contents {
  margin-bottom: 0;
}

.sec-biz-top h2 {
  position: relative;
  border: none;
  z-index: 10;
}

.sec-biz-top h2:after {
  content: none;
}

.sec-biz-top p {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .sec-biz-top h2 {
    padding: 0;
  }
  
  .sec-biz-top a {
    padding: 20px 0;
  }
}