/*@media screen and (max-width:992px){*/
/*  .arshine2-foot_top {*/
/*    position: relative;*/
/*    height: 61px;*/
/*}*/

/*    .arshine2-foot_top a {*/
/*        width: 100px;*/
/*        font-size: 13px;*/
/*    }*/
    
/*  .arshine2-foot_top .container {*/
/*    position: absolute;*/
/*    left: 85%;*/
/*    top: 45%;*/
/*    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%;*/
/*    flex-direction: column;*/
/*}*/
  
/*}*/








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

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

.arshine2-foot_top .container {
  position: absolute;
  left: 50%;
  top: 75%;
  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%;
      flex-direction: column;
}

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

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

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

.arshine2-foot_top a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius);
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

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

@media screen and (max-width:992px) {
  
  
  .arshine2-inquiry{
     background-repeat: no-repeat;
    background-size: cover;
  }
  
  .arshine2-foot_top {
    position: relative;
    height: 190px;
}
 

  .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: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {
  
  .arshine2-foot_top {
    position: relative;
    height: 90px;
}
  
  
  .arshine2-foot_top a {
    width: 220px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }

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

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

  .arshine2-foot_top a {
    width: 115px;
    font-size: 13px;
  }
}