.san-about-choose.margin-top {
}
.n-titp{
        position: absolute;
        left: 0;
        top: -35px;
        font-family: var(--title-font-family);
        font-size: clamp(66px, 6.15vw, 118px);
        line-height: 110px;
        color: #fff;
        text-shadow: 1px 1px 0 #ebeef0, -1px 1px 0 #ebeef0, 1px -1px 0 #ebeef0, -1px -1px 0 #ebeef0;
        z-index: 0;
}
.san-about-choose.padding {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  position: relative;
  background: #fff;
}

.san-about-choose p {
  margin-top: 20px;
  font-size: clamp(14px, 0.83vw, 16px);
  font-family: var(--font-family);
  color: #666;
  line-height: 30px;
}

.san-about-choose .wpb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.san-about-choose .lg-03 li {
  width: 32%;
}
.san-about-choose .lg-03 li {
  margin-left: 2.33%;
}
.san-about-choose .lg-03 li:nth-child( 1) {
   margin-left: 0; 
}

.san-about-choose {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.san-about-choose .title {
  text-align: left;
  position: relative;
}
.san-about-choose .title h2{font-size: clamp(24px, 1.88vw, 36px);text-align: left;z-index: 1;position: relative;}

.san-about-choose .title h2::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 20px auto 0 0
}



.san-about-choose ul {
  margin-top: 10px;
}

.san-about-choose .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-about-choose li {
  margin-top: 30px;
  padding: 50px 30px;
  background: #d9e8e0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.san-about-choose li:hover {
  
}

.san-about-choose li:hover span {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}

.san-about-choose li span {
  display: block;
  font-size: 90px;
  color: #fff;
  line-height: 70px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.san-about-choose li:nth-child(2) span {
  font-size: 80px;
}

.san-about-choose li:nth-child(3) span {
  font-size: 60px;
}

.san-about-choose li:nth-child(4) span {
  font-size: 80px;
}

.san-about-choose li h3 {
  margin-top: 35px;
  color: #157143;
  font-weight: 700;
  font-family: var(--title-font-family);
}
.san-about-choose li p {
  margin-top: 30px;
  color: #157143;
}

@media screen and (max-width: 960px) {
  .san-about-choose .wpb{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .san-about-choose .lg-03 li {
    width: 100%;
  }
  .san-about-choose .lg-03 li {
    margin-left: 0;
  }
  .san-about-choose.padding-top {
    padding-top: 50px;
  }
  .san-about-choose li span img{height:80px}
  .san-about-choose p {margin-top: 20px;line-height: 26px;}

  .n-titp {
    max-width: 100%;
    overflow: hidden;
    top: -20px;
    line-height: 79px;
    text-align: left;
  }
}



