.indexA-arshine {
  width: 100%;
  aspect-ratio: 5;
  position: relative;
  background: var(--color-primary);
}

.indexA-arshine .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
      display: none;
}

.indexA-arshine .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexA-arshine .txt {
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.indexA-arshine .txt > div{
    display: flex;
    flex: 0 0 60%;
    flex-direction: column;
    justify-content: center;
}
.indexA-arshine .txt h3 {
  color: #fff;
}

.indexA-arshine .txt .t {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 0;
}

.indexA-arshine .txt .more {
  margin-top: 25px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 60px;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
}

.indexA-arshine .txt .more:hover {
  background: color-mix(in srgb, var(--color-primary) 70%, transparent);
}




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

  .indexA-arshine .txt .t {
    font-size: 17px;
    line-height: 28px;
  }

  .indexA-arshine .txt .more {
    padding: 0 50px;
    font-size: 17px;
  }
}



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


  .indexA-arshine {
    aspect-ratio: 4;
  }

  .indexA-arshine .background {
    width: 100%;
    aspect-ratio: 4;
  }
}

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

  .indexA-arshine {
    aspect-ratio: 2;
  }

  .indexA-arshine .background {
    aspect-ratio: 2;
  }

  .indexA-arshine .txt {
width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  
  .indexA-arshine .txt > div {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: center;
}


  .indexA-arshine .txt .t {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
    text-align: left;
  }

  .indexA-arshine .txt .more {
 margin-top: 10px;
    height: 41px;
    line-height: 41px;
    padding: 0 20px;
    font-size: 14px;
    flex: 0 0 100%;
  }
}



@media screen and (max-width: 480px) {
  .indexA-arshine {
    aspect-ratio: 1.8;
  }

  .indexA-arshine .background {
    width: 100%;
    aspect-ratio: 3;
  }

  

  .indexA-arshine ul li > a {
    padding: 20px 10px;
  }
}
