#suntory_contents .--nature {
  --focuscolor: #4ca223;
  --focusicon: url(/csr/esg/img/icon_focus_arrow_ntr.svg);
}
#suntory_contents .--people {
  --focuscolor: #1c91cb;
  --focusicon: url(/csr/esg/img/icon_focus_arrow_ppl.svg);
}
#suntory_contents .m_ancList {
  padding-top: 20px;
}
#suntory_contents .sus-focuslist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(252px, 100%), 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focuslist {
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2px;
  }
}
#suntory_contents .sus-focus__wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__wrapper {
    padding-top: 38px;
  }
}
#suntory_contents .sus-focus__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8333333333;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
#suntory_contents .sus-focus__card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  width: 100%;
  row-gap: 0;
}
@media (any-hover: hover) {
  #suntory_contents .sus-focus__card:hover .sus-focus__figure picture {
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
            transform: scale(1.05) translate3d(0, 0, 0);
  }
  #suntory_contents .sus-focus__card:hover .sus-focus__txt {
    color: var(--focuscolor);
  }
}
#suntory_contents .sus-focus__figure {
  position: relative;
  width: 100%;
  height: 156px;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__figure {
    height: 125px;
  }
}
#suntory_contents .sus-focus__figure picture {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
  height: 100%;
}
#suntory_contents .sus-focus__figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#suntory_contents .sus-focus__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
  width: 60px;
  height: 60px;
}
#suntory_contents .sus-focus__body {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  -webkit-transition: -webkit-text-decoration 0.4s;
  transition: -webkit-text-decoration 0.4s;
  transition: text-decoration 0.4s;
  transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
  border-bottom: 1px solid #e2e2e2;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 6px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__body {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-top: 10px;
    padding-bottom: 11px;
  }
}
#suntory_contents .sus-focus__body::after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background: var(--focusicon) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__body::after {
    width: 8px;
    height: 13px;
  }
}
#suntory_contents .sus-focus__linklist {
  border-top: 1px solid #d0d0d0;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__linklist {
    padding-bottom: 78px;
  }
}
#suntory_contents .sus-focus__header {
  position: relative;
}
#suntory_contents .sus-focus__header .p_inner {
  padding-top: 69px;
  padding-bottom: 86px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__header .p_inner {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
#suntory_contents .sus-focus__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#suntory_contents .sus-focus__h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 294px;
  padding: 5px 20px 4px 0px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__h1 {
    min-width: 198px;
  }
}
#suntory_contents .sus-focus__h1--icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__h1--icon {
    width: 50px;
    height: 50px;
  }
}
#suntory_contents .sus-focus__h1--sub {
  color: var(--focuscolor);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__h1--sub {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.03em;
  }
}
#suntory_contents .sus-focus__h1--main {
  color: #041829;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5454545455;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sus-focus__h1--main {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
}
#suntory_contents .sus-focus__h1 h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#suntory_contents:not(.esg-top) .f_mainArea {
  margin-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.esg-top) .f_mainArea {
    margin-bottom: 0px !important;
  }
}
#suntory_contents:not(.esg-top) .sus-focus__wrapper {
  padding-top: 85px;
  padding-inline: 46px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.esg-top) .sus-focus__wrapper {
    padding-top: 81px;
    padding-inline: 20px;
  }
}
#suntory_contents:not(.esg-top) .sus-focuslist {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.esg-top) .sus-focuslist {
    margin-top: 15px;
  }
}
#suntory_contents:not(.esg-top) .sus-focus__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #suntory_contents:not(.esg-top) .sus-focus__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8333333333;
    letter-spacing: 0.06em;
    text-align: left;
  }
}

#suntory_contents .sus-focus__card .sus-focus__txt {
  letter-spacing: 0.05em;
}
#suntory_contents .esg-sec.--people .esg-h2 {
  line-height: 1.5;
}/*# sourceMappingURL=esg_focus.css.map */