@charset "UTF-8";
/* 会社案内 */
.company-sdgs__cnt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  gap: 4em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
}
.company-sdgs__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(50% - 2em);
}
.company-sdgs__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.company-sdgs__icon img {
  width: 5.25em;
}
@media screen and (max-width: 1900px) {
  /* 会社案内 */
}
@media screen and (max-width: 1540px) {
  /* 会社案内 */
}
@media screen and (max-width: 1260px) {
  /* 会社案内 */
}
@media screen and (max-width: 1100px) {
  /* 会社案内 */
}
@media screen and (max-width: 840px) {
  /* 会社案内 */
  .company-sdgs__icon img {
    width: 3.675em;
  }
  .company-sdgs__cnt h3 {
    font-size: 1.5em !important;
  }
  .company-sdgs__cnt .common-headline.common-headline__primary {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  /* 会社案内 */
  .company-sdgs__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-sdgs__box {
    width: 100%;
  }
  .company-sdgs__icon img {
    width: 5.25em !important;
  }
}