.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: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 2%;
  flex-direction: column;
}

.arshine2-foot_top .tit {
  flex: 1;
  margin: 1px -623px 0 -197px;
}

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

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

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

.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 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;
  }
}









.arshine2-inquiry1{background: #202946;height: 300px;}

.arshine2-inquiry1 .newdiv {display: flex;height: 100%;width: 100%;overflow: hidden;}

.arshine2-inquiry1 .pic{height: 100%;width: 42%;overflow: hidden;}

.arshine2-inquiry1 .pic img{width: 100%;height: 100%;object-fit: cover;}

.arshine2-inquiry1 .tit {flex: 1;padding: 75px 80px;}

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

.arshine2-inquiry1 .tit h5 {
  font-size: 24px;
  color: #fff;
  margin: 17px 0 0;
  font-weight: 400;
}

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

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


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


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

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

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

  .arshine2-inquiry1 .newdiv {flex-direction: column;}

  .arshine2-inquiry1 .tit {padding: 35px;}

  .arshine2-inquiry1 .pic {width: 100%;}

  .arshine2-inquiry1{height: auto;}
}

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

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

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

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