footer .con-top {
  background: #fff;
}
.culture {
  padding: 3rem 0 15rem;
  background: url(/img/culture/figure/bg_01.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.culture .con .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.culture .con .title h2:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(/img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 54%;
  margin-top: -1rem;
}
.culture .con .text {
  margin: 2.5rem 0 4rem;
}
.culture .con .text p {
  font-size: 0.9rem;
  color: #333;
  text-align: justify;
  line-height: 1.8;
}
.culture .con .tu {
  position: relative;
}
.culture .con .tu > img {
  width: 100%;
}
.culture .con .tu .tu_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.culture .con .tu .tu_logo img {
  width: 22.8rem;
}
@media screen and (max-width: 768px) {
  .culture {
    padding: 30px 0 40px;
  }
  .culture .con .title h2 {
    font-size: 18px;
  }
  .culture .con .title h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .culture .con .text {
    margin: 20px 0 30px;
  }
  .culture .con .text p {
    font-size: 14px;
  }
  .culture .con .tu .tu_logo img {
    width: 120px;
  }
}
/*# sourceMappingURL=culture_figure.css.map */<!--ºÄÊ±1766760901.0801Ãë-->