@charset "UTF-8";
.m-pc-hidden {
  display: none;
}

.m-sp-hidden {
  display: inline-block;
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#SustainabilityEsgSocietySafety .p-gallery--safety {
  justify-content: center;
  gap: 70px;
}
#SustainabilityEsgSocietySafety .p-gallery--safety:not(.-col-2) {
  grid-template-columns: repeat(3, auto);
}
#SustainabilityEsgSocietySafety .p-gallery--safety .p-gallery__item img {
  height: 100%;
  width: 230px;
}
#SustainabilityEsgSocietySafety .p-gallery__item {
  width: auto;
  margin: 0 0 30px 0;
}

#SustainabilityEsgSocietySupply-chain .c-text-small--mt {
  margin-top: 20px;
}

#SustainabilityEsgSocietyQuality .m-flex-box {
  display: flex;
  flex-wrap: wrap;
}
#SustainabilityEsgSocietyQuality .p-imgText__content > .c-text {
  padding-top: 30px;
}
#SustainabilityEsgSocietyQuality .p-modal__img {
  position: relative;
  border: 1px solid #c1c1c1;
}
#SustainabilityEsgSocietyQuality .p-modal__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #000;
}
#SustainabilityEsgSocietyQuality .p-modal__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/common_img/cmn_search_ic02.png);
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#SustainabilityEsgSocietyQuality .p-modal {
  border: 1px solid #c1c1c1;
  display: flex;
  margin: 30px auto 0 auto;
  width: 62%;
  max-width: 600px;
  position: relative;
  justify-content: center;
}

#SustainabilityEsgSocietySupport .news {
  background-color: #f6f6f6;
  padding: 120px 10px 10px;
  margin-top: 180px;
  position: relative;
}
#SustainabilityEsgSocietySupport .news__inner {
  background: #fff;
  padding: 30px;
}
#SustainabilityEsgSocietySupport .news img {
  max-width: 400px;
  margin-left: auto;
  display: block;
  margin-top: -259px;
}
#SustainabilityEsgSocietySupport .news h3 {
  font-size: 20px;
}
#SustainabilityEsgSocietySupport .news a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
#SustainabilityEsgSocietySupport .news__area {
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 920px){
  #SustainabilityEsgSocietySafety .p-gallery--safety {
    justify-content: space-between;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #SustainabilityEsgSocietySafety .p-gallery__item {
    width: 48%;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  .m-pc-hidden {
    display: inline-block;
  }
  .m-sp-hidden {
    display: none;
  }
  #SustainabilityEsgSocietyQuality .c-img {
    text-align: center;
  }
  #SustainabilityEsgSocietySupport .news__area {
    width: 100%;
  }
}
@media screen and (max-width: 640px){
  #SustainabilityEsgSocietyQuality .p-imgText__content > .c-text {
    padding-top: 20px;
  }
  #SustainabilityEsgSocietyQuality .p-modal {
    width: 100%;
  }
  #SustainabilityEsgSocietySupport .news img {
    margin-top: -225px;
    max-width: 300px;
  }
}