@charset "UTF-8";

img{
  width: 100%;
}

.br_spOnly{
  display: none;
}

.concept{
  padding: 80px 0 0;
}

.pageMv{
  width: 100%;
}

.conceptContents{
  width: 100%;
  padding: 100px 0 50px;
}
.conceptContents .title,
.title_sustainability{
  width: 162px;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
}
.title_sustainability{
  width: 272px !important;
}
.conceptContents .title::after,
.title_sustainability::after{
  content: "";
  display: block;
  width: 144px;
  height: 4px;
  background-image: linear-gradient(90deg, var(--color-tricolore-green) 50%, var(--color-tricolore-red) 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.conceptBlock{
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding: 80px 0 130px;
}
.conceptBlock_noTitle{
  justify-content: flex-end;
}
.conceptTitle{
  width: 50%;
}
.conceptTitle h3{
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.conceptTitle h3 span{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-orange-half);
  width: fit-content;
  white-space: nowrap;
}
.conceptText{
  width: 50%;
}
.conceptText p:not(:last-of-type){
  margin: 0 0 30px;
}
.conceptImage{
  width: 100%;
  margin: 0 0 50px;
}
.conceptImage_2{
  padding: 0 2.5%;
  margin: 0;
}

.producers {
  width: 100%;
  background-image: url(../img/concept/bg_producers.jpg);
  background-size: cover;
  background-position: center;
  padding: 110px 0 130px;
  color: #fff;
}
.producers-inner{
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}
.producers_head{
  margin: 0 0 30px;
}
.producers_head h2{
  width: 243px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0 0 65px;
}
.producers_head h2::after{
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background-image: linear-gradient(90deg, var(--color-tricolore-green) 50%, var(--color-tricolore-red) 50%);
  position: absolute;
  right: -90px;
}
.producers_head p{
  font-size: 22px;
  font-weight: 700;
}
.producers_grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.producers_category{
  font-weight: 700;
}
/* .column:last-of-type .producers_category{
  margin: 28px 0 0;
} */
.producers_category_mt{
  margin-top: 28px;
}


.producers_list > li{
  padding-left: 1em;
  position: relative;
}
.producers_list > li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .concept {
    padding: 106px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }
  .conceptContents{
    padding: 50px 0 25px;
  }
  .conceptContents .title{
    width: 108px;
    padding: 0 0 20px;
  }
  .conceptContents .title::after {
    width: 87px;
    height: 3px;
  }
  .title_sustainability{
    width: 182px !important;
    margin-top: 40px !important;
  }

  .conceptBlock{
    flex-direction: column;
    padding: 40px 0 65px;
  }
  .conceptTitle{
    width: 100%;
  }
  .conceptTitle h3{
    align-items: center;
    row-gap: 16px;
    margin: 0 0 30px;
  }
  .conceptTitle h3 span{
    font-size: 18px;
    padding-bottom: 8px;
  }
  .conceptText{
    width: 100%;
  }
  .conceptText p{
    text-align: center;
  }
  .conceptImage{
    margin: 0 0 25px;
  }

  .producers{
    padding: 55px 0 65px;
  }
  .producers_head{
    margin: 0 0 15px;
  }
  .producers_head h2{
    width: 162px;
    margin: 0 0 32px;
  }
  .producers_head h2::after{
    width: 54px;
    height: 3px;
    right: -67px;
  }
  .producers_head p{
    font-size: 15px;
  }
  .producers_grid{
    grid-template-columns: 1fr;
    gap:0;
  }
  /* .column:last-of-type .producers_category{
    margin: 14px 0 0;
  } */
  .producers_category_mt{
    margin-top: 14px;
  }
}
