.inner._trend {
  padding-bottom: 0;
}

.trend {
  position: relative;
}

.trend .inner {
  max-width: 1280px;
  padding-top: 40px;
}

.trend .head{
  text-align: center;
  margin-bottom: 80px;
}

.trend .ttl{
  line-height: 1.4;
  margin-top: 40px;
}
.trend .ttl h2{
  margin: 0;
}

.trend .flex{
  gap: 3%;
}

.trend .flex-center{
	justify-content:center;
	margin-top:40px;
	border-top:1px solid black;
	padding-top:40px;
}

.trend .trend-item {
  display: block;
  width: 22%;
  margin: 0;
  border-radius: 5px;
  margin-bottom: 4%;
  background-color: #fff;
  text-decoration: none;
}

.trend .trend-item :hover{
  opacity: .8;
}

.hubspot-form{
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1080px) {
  .trend .trend-item {
    width: 31%;
  }
}


@media (max-width: 768px) {
  .trend .trend-item:nth-child(3n) {
    /* margin-right: 2%; */
  }
  .trend .head{
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {
  .trend .trend-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .trend .trend-item:nth-child(2n) {
    margin-right: 0;
  }
}

.trend .trend-item .img {
  margin: 0;
  width: 100%;
}

.trend .trend-item .img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 5px 5px 0 0;
  height: auto;
}

.trend-box {
  padding: 10px;
  margin: 0;
  /* position: relative; */
}

@media (max-width: 500px) {
  .trend-box {
    padding: 10px 5px;
  }
}

.trend-cat {
  margin: 0;
  padding: 0;
  margin-top: -25px;
}

.trend .trend-item .trend-cat li {
  list-style: none;
}

.trend .trend-item .trend-cat li .catt {
  display: inline-block;
  margin-right: 5px;
  background-color: #dcb033 !important;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .trend .trend-item .trend-cat li .catt {
    font-size: 10px;
    padding: 3px;
    margin-right: 3px;
  }
}

.trend-title {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .trend-title {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 500px) {
  .trend-title {
    font-size: 14px;
    padding: 5px;
  }
}

.trend-txt {
  font-weight: bold;
}

@media (max-width: 500px) {
  .trend-txt {
    display: none !important;
    padding-left: 5px;
  }
}

.trend .content {
  background-color: #fff;
  padding: 50px 50px 150px 50px;
  position: relative;
}

@media (max-width: 768px) {
  .trend .content {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .trend .content {
    padding: 30px 16px;
  }
}

.trend .content .bar01 {
  position: absolute;
  bottom: -14%;
  right: -10%;
  width: 45%;
  margin: 0;
}

.trend .content .bar01 img {
  width: 100%;
}

.trend .title {
  text-align: left;
  margin: 0;
}

.trend .title span {
  display: block;
}

.trend .title .lei {
  text-align: left;
}

.trend .title .le {
  text-align: center;
  margin: 0px;
}

.trend .title .ri {
  text-align: end;
}

.trend .title p {
  font-size: 42px;
  margin: 0;
  padding: 0 30px;
}

.trend .title .be {
  width: 80px;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .trend .title .be {
    width: 40px;
  }
}

.trend .title .af {
  width: 80px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .trend .title .af {
    width: 40px;
  }
}

.trend .box {
  position: relative;
}

.trend .box .img {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .trend .box .img {
    width: 100%;
  }
}

.trend .box .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.trend .box ul {
  margin: 0;
  padding-left: 20px;
  width: calc(23% - 20px);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .trend .box ul {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.trend .box ul .time {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  list-style: none;
}

@media (max-width: 768px) {
  .trend .box ul .time {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
  }
}

.trend .box ul li {
  list-style: none;
}

.trend .box ul li .cat {
  text-align: center;
  background-color: #dcb033;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px 5px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .trend .box ul li .cat {
    font-size: 12px;
  }
}

.trend .box .dot03 {
  position: absolute;
  width: 160px;
  margin: 0;
  right: -60px;
  top: 30px;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 768px) {
  .trend .box .dot03 {
    right: -30px;
    top: -90px;
    width: 80px;
  }
}

.trend .box .dot03 img {
  width: 100%;
}

.trend .bar03 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}

.trend .bar03 img {
  width: 100%;
}

.trend .bar04 {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.trend .bar04 img {
  width: 100%;
}

.trend .bar05 {
  position: absolute;
  right: 0;
  bottom: -15%;
  width: 15%;
  z-index: -1;
}

.trend .bar05 img {
  width: 100%;
}

.trend .dot04 {
  position: absolute;
  top: -5%;
  left: 5%;
  right: 0;
  bottom: 0;
  width: 15%;
  z-index: -1;
}

.trend .dot04 img {
  width: 100%;
}

.trend .category {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .trend .category {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

.trend .category .all a {
  background-color: #000;
  color: #fff;
}

.trend .category li {
  margin: 0 10px;
  list-style: none;
}

@media (max-width: 500px) {
  .trend .category li {
    margin: 0 2% 10px;
    width: 46%;
    text-align: center;
  }
}

.trend .category li a {
  display: inline-block;
  width: 170px;
  height: 38px;
  border-radius: 5px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}

.trend .category li a:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .trend .category li a {
    width: 150px;
    font-size: 12px;
    height: 30px;
    line-height: 29px;
  }
}

@media (max-width: 330px) {
  .trend .category li a {
    width: 120px;
  }
}

.trend .category li a._f {
  background-color: #000;
  color: #fff;
}




/*!
page > top > _voice
------------------------------
*/
.trend {
  position: relative;
}

.trend .bar06 {
  position: absolute;
  top: 12%;
  right: 0;
  width: 100%;
  z-index: -1;
  margin: 0;
  opacity: 0;
}

.trend .bar06 img {
  width: 100%;
}

@media (max-width: 768px) {
  .trend .main-tit {
    margin-bottom: 0;
  }
}