.arshine2-foot_top {
  position: relative;
  height: 500px;
}

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

.arshine2-foot_top .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 2%;
}

.arshine2-foot_top .tit {
  flex: 1;
}

.arshine2-foot_top .tit h5 {
  font-size: 36px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

.arshine2-foot_top .tit p {
  font-size: 19px;
  color: #000;
  margin: 15px 0 0;
}

.arshine2-foot_top a {
  /* width: 346px; */
  /* height: 61px; */
  line-height: 30px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
}

.arshine2-foot_top a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

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

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


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


}

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


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


}



@media screen and (max-width: 1281px) {
  .arshine2-foot_top .tit h5 {font-size: 34px;}
  .arshine2-foot_top a {font-size: 18px;}
}
@media screen and (max-width: 1171px) {
  .arshine2-foot_top .tit h5 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .arshine2-foot_top .tit h5 {font-size: 26px;}
  .arshine2-foot_top a {font-size: 16px;}
  .arshine2-foot_top .container{flex-direction: column;}
  .arshine2-foot_top a {margin-top: 15px;}
}
@media screen and (max-width: 768px) {
  .arshine2-foot_top .tit h5 {font-size: 24px;}
  .arshine2-foot_top a {font-size: 14px;}
}
@media screen and (max-width: 480px) {
  .arshine2-foot_top .tit h5 {font-size: 22px;}
   .arshine2-foot_top {
     display: none;
   }
}