.block_investments .content {
  padding: 50px 0 60px 0;
}
.block_special {
  background: #0d87d6;
}
.block_special .content_s {
  padding: 50px 0 60px 0;
}
.block_special .content_s .img {
  overflow: hidden;
}
.block_special .content_s .img img {
  -webkit-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block_special .content_s .link_block:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.block_people .link_block .img {
  overflow: hidden;
}
.block_people .link_block .img img {
  -webkit-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block_people .link_block:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.block_visual {
  height: 348px;
  background: url(/img/bg_visual.png) no-repeat center center;
  background-size: cover;
}
.block_visual .info {
  background-color: rgba(0, 0, 0, 0.3);
}
.block_visual .info .content {
  padding: 9px 0;
  text-align: left;
  font-size: 0.875rem;
}
.block_visual .info .content a {
  color: #fff;
}
.block_visual .info .content a.icon_pdf:after {
  content: url("/common/img/icon_header_link_pdf.png");
}
.block_visual .info .content .tit {
  display: inline-block;
  width: 90px;
  padding-top: 2px;
  background: #fff;
  color: #0f5fa9;
  font-weight: bold;
  text-align: center;
}
.block_visual .info .content p {
  padding: 0 0 0 34px;
  display: inline-block;
  color: #fff;
}
.block_visual .content {
  padding: 78px 0 0 0;
  text-align: center;
}
.block_solution {
  background: #176fc0;
}
.block_solution .content_s {
  padding: 70px 0 50px 0;
  height: 488px;
  position: relative;
}
.block_solution .content_s > div {
  float: left;
  width: 525px;
  text-align: center;
}
.block_solution .content_s > div .tit {
  height: 60px;
}
.block_solution .content_s > div .txt {
  margin-top: 15px;
  color: #fff;
  font-size: 1.125rem;
}
.block_solution .content_s > div .img {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  height: 245px;
  width: 525px;
}
.block_solution .content_s > div .link_base {
  text-align: center;
}
.block_solution .content_s > div .link_base a, .block_solution .content_s > div .link_base span {
  color: #fff;
}
.block_solution .content_s > div .link_base a:before, .block_solution .content_s > div .link_base span:before {
  border-color: #fff;
}
.block_solution .content_s .arrow {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin: 0 0 0 -48px;
}
.block_vision {
  background: url(/img/bg_vision.gif) no-repeat center 0;
}
.block_vision .content .txt_lead {
  font-size: 1.25rem;
}
.block_vision .content > ul > li .img {
  overflow: hidden;
}
.block_vision .content > ul > li .img img {
  -webkit-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block_vision .content > ul > li .link_block:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
