.arshine2-foot_top {
  position: relative;
}

.arshine2-foot_top .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.arshine2-foot_top .container {
  position: relative;
  display: block;
}

.arshine2-foot_top .tit {
  display: block;
  padding-bottom: 80px;
  position: relative;
}

.arshine2-foot_top .tit h5 {
  font-size: 24px;
  color: #000;
  line-height: 1;
}

.arshine2-foot_top .tit p {
  font-size: 24px;
  color: #fff;
  margin: 17px 0 0;
}

 

.arshine2-foot_top a:hover {
 
}

@media screen and (max-width:992px) {

  .arshine2-foot_top .background {
    width: 100%;
    aspect-ratio: 3;
  }

  .arshine2-foot_top .tit h5 {
    font-size: 18px;
  }

  .arshine2-foot_top .tit p {
    font-size: 18px;
  }

  .arshine2-foot_top a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {

  .arshine2-foot_top .tit h5 {
    font-size: 16px;
  }

  .arshine2-foot_top .tit p {
    font-size: 16px;
  }

  .arshine2-foot_top a {
    width: 160px;
    font-size: 18px;
  }
}