.san-home-partner {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  position: relative;
  background: #f8f8f8;
}

.san-home-partner.has-bg {
  background-size: cover;
}

.san-home-partner.has-bg .title h2,
.san-home-partner.has-bg .title p {
  color: #fff
}

.san-home-partner ul {
  margin-top: 40px
}

.san-home-partner li {
  margin-top: 20px;
  padding: 0;
  border-left: 1px solid rgb(218 218 218 / 50%);
  text-align: center;
  line-height: 121px
}

.san-home-partner li img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.san-home-partner li img:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px)
}



.san-home-partner .title {
  width: 90%;
}

.san-home-partner .title h1,
.san-home-partner .title h1 a {
  font-size: 36px
}
.san-home-partner .title h2::before {
  display: block;
  content: 'Eco vs PLA';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -22px;
  font-size: clamp(56px, 5.10vw, 98px);
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}
.san-home-partner .title p {
  margin-top: 30px;
  font-size: clamp(14px, 0.94vw, 18px);
}

.san-home-partner .wpa {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-partner .lg-05 li {
  width: 33.333%;
}
.san-home-partner h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.san-home-partner h2, .san-home-partner h3 {
	color: #000;
	font-family: var(--title-font-family);
	font-weight: 900;
	position: relative;
	font-size: clamp(24px, 2.04vw, 39px);
	z-index: 2;
}
.san-home-partner h2 a,.san-home-partner h3 a {      
	font-family: var(--title-font-family);
  font-weight: 900;
  color: #212121;
}
.san-home-partner h2::before {
  display: block;
  content: 'Service';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.san-home-partner h3,.san-home-partner h3 a{
	font-family: var(--title-font-family);
  font-weight: 900;
  font-size: 18px;
}

.san-home-partner p{
  margin-top: 20px;
	font-size: 16px;
	font-family: var(--font-family);
	color: #666;
	line-height: 30px;
}

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


  .san-home-partner ul {
    margin-top: 20px
  }

  .san-home-partner li {
    line-height: 90px
  }

 
  .san-home-partner .title p {
    margin-top: 20px;
  }
}

@media screen and (max-width:1280px) {
  .san-home-partner li {
    padding: 0 20px
  }
}

@media screen and (max-width:960px) {
  .san-home-partner ul li {
    width: 50%
  }



  .san-home-partner .title {
    width: 100%
  }

  

  .san-home-partner .title h1,
  .san-home-partner .title h1 a {
    font-size: 28px
  }

  .san-home-partner .lg-05 li {
    width: 50%;
  }
 .san-home-partner .lg-05 li:nth-child(2n) {
        border-right: 1px solid rgb(218 218 218 / 50%);
  }
}