@charset "UTF-8";
/* -------------------------------------------
初期設定
-------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

p.note {
  font-size: 14px;
}

ul.note {
  display: block;
  list-style: none;
  padding: 0;
  margin: 15px 0 30px 0;
  font-family: sans-serif;
  text-align: left;
  clear: both;
}
ul.note li {
  display: block;
  position: relative;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 1.2em;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.7;
}
ul.note li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  content: "※";
}

/* -------------------------------------------
SDGs
-------------------------------------------*/
#sdgs {
  padding: 110px 0 0 0;
  /*----------------------------------------------------------------------------------------
  コンテンツタイトル
  ----------------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------
  見出し
  ----------------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------
  画像
  ----------------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------
  テキストリスト
  ----------------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------
  コラムレイアウト
  ----------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------
  リンクボタン
  -------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #sdgs {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 680px) {
  #sdgs {
    padding: 10px 0 0 0;
    background: none;
  }
}
#sdgs .devide {
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}
#sdgs .devide::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4vw solid transparent;
  border-left: 4vw solid #F4F4F4;
  border-bottom: 4vw solid transparent;
  transform: translateY(-50%);
}
#sdgs .devide::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 4vw solid transparent;
  border-right: 4vw solid #F4F4F4;
  border-bottom: 4vw solid transparent;
  transform: translateY(-50%);
}
#sdgs .wrapper {
  width: 90%;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
#sdgs .wrapper.nrw {
  max-width: 800px;
}
#sdgs .wrapper.wide {
  max-width: 1200px;
}
#sdgs h1,
#sdgs h2,
#sdgs h3,
#sdgs h4,
#sdgs h5,
#sdgs h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-family: serif;
  font-weight: 300;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}
#sdgs p,
#sdgs dl,
#sdgs ul,
#sdgs ol,
#sdgs th,
#sdgs td {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: sans-serif;
  font-weight: 300;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}
@media (max-width: 680px) {
  #sdgs p,
#sdgs dl,
#sdgs ul,
#sdgs ol,
#sdgs th,
#sdgs td {
    font-size: 14px;
    line-height: 2;
  }
}
#sdgs .txl {
  text-align: left;
}
#sdgs .txc {
  text-align: center !important;
}
#sdgs .txr {
  text-align: right;
}
#sdgs .mgn5 {
  margin: 5% 0;
}
#sdgs .pc {
  display: block;
}
@media (max-width: 800px) {
  #sdgs .pc {
    display: none;
  }
}
#sdgs .sp {
  display: none;
}
@media (max-width: 680px) {
  #sdgs .sp {
    display: block;
  }
}
#sdgs p {
  font-size: 18px;
  letter-spacing: normal;
  /*リード文章*/
}
@media (max-width: 680px) {
  #sdgs p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#sdgs p.lead {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 5% 0;
}
#sdgs p.lead.lrg {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 680px) {
  #sdgs p.lead.lrg {
    font-size: 20px;
  }
}
#sdgs p.lead.lh2 {
  line-height: 2;
}
@media (max-width: 800px) {
  #sdgs p.lead {
    text-align: left;
  }
}
@media (max-width: 680px) {
  #sdgs p.lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #sdgs p.lead br {
    display: none;
  }
}
#sdgs p.lead .lrg {
  font-size: 30px;
  color: #923D3D;
}
@media (max-width: 680px) {
  #sdgs p.lead .lrg {
    font-size: 24px;
  }
}
#sdgs p.sml {
  font-size: 14px;
  margin-bottom: 2em;
}
#sdgs .ttl {
  display: block;
  margin: 0 0 1% 0;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  color: #000;
  text-align: center;
}
@media (max-width: 680px) {
  #sdgs .ttl {
    font-size: 24px;
    margin: 0 0 4% 0;
  }
}
#sdgs .ttl span {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 300;
}
#sdgs .ttl.lbdr {
  padding: 0 0 0 26px;
  font-size: 24px;
  color: #000;
}
#sdgs .ttl.lbdr::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: #923D3D;
  margin: 0;
  position: absolute;
  top: 0.3em;
  left: 0;
}
#sdgs .ttl.dot {
  text-align: center;
  position: relative;
}
#sdgs .ttl.dot::before {
  content: "";
  display: block;
  margin: 0 auto 50px auto;
  color: #923D3D;
  text-align: center;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 680px) {
  #sdgs .ttl.dot::before {
    margin: 0 auto 10px auto;
  }
}
#sdgs .mds {
  margin: 0 0 2% 0;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  transform: rotate(0.05deg);
  position: relative;
}
#sdgs .mds .sp {
  display: none;
}
@media (max-width: 680px) {
  #sdgs .mds .sp {
    display: block;
  }
}
#sdgs .mds.kc {
  color: #923D3D;
}
#sdgs .mds.nomgn {
  margin: 0 0 0% 0;
}
#sdgs .mds.xlrg {
  font-size: 34px;
  margin-bottom: 5%;
}
#sdgs .mds.xlrg span {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 0 0 6px 0;
}
@media (max-width: 680px) {
  #sdgs .mds.xlrg {
    font-size: 24px;
  }
  #sdgs .mds.xlrg span {
    font-size: 16px;
    margin: 0;
  }
}
#sdgs .mds.lrg {
  font-size: 32px;
}
@media (max-width: 680px) {
  #sdgs .mds.lrg {
    font-size: 20px;
  }
}
#sdgs .mds.mid {
  font-size: 20px;
}
#sdgs .mds.sml {
  font-size: 18px;
  margin: 0 0 10px 0;
}
#sdgs .mds.bline {
  display: block;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 4% 0;
  padding: 0 0 2% 0;
}
#sdgs .mds.hyp {
  margin: 0 0 2% 0;
  padding: 0 0 0% 0;
  text-align: center;
}
#sdgs .mds.hyp::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 20px;
  width: 2em;
  height: 1px;
  background: #5f5f5f;
  vertical-align: middle;
}
@media (max-width: 800px) {
  #sdgs .mds.hyp::after {
    margin: 0 0 0 10px;
    width: 1.4em;
  }
}
#sdgs .mds.txc {
  text-align: center !important;
}
#sdgs .mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#sdgs .mds span {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 0 0 6px 0;
}
@media (max-width: 680px) {
  #sdgs .mds {
    font-size: 18px;
    line-height: 1.8;
  }
}
#sdgs .mds a {
  position: relative;
}
#sdgs .mds a:hover {
  color: #923D3D;
}
#sdgs .mds a::after {
  content: "";
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url("/img/common/arrow.png") center center no-repeat;
  background-size: 18px;
  margin: 0;
}
#sdgs figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: 10px;
}
#sdgs figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
#sdgs figure figcaption {
  font-size: 13px;
  margin: 10px 0 0 0;
}
#sdgs figure figcaption.txr {
  text-align: right;
}
#sdgs figure.sdgsmain {
  margin: 0 2% 2% 2%;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
@media (max-width: 680px) {
  #sdgs figure.sdgsmain {
    border-radius: 10px;
  }
}
#sdgs figure.sdgsmain figcaption {
  position: absolute;
  top: 10%;
  left: 0%;
  display: inline-block;
  margin: 0;
  padding: 3% 10% 3% 5%;
  background: rgb(0, 166, 255);
  background: linear-gradient(90deg, rgba(0, 166, 255, 0.5) 0%, rgba(0, 166, 255, 0.5) 70%, rgba(0, 166, 255, 0) 100%);
}
@media (max-width: 680px) {
  #sdgs figure.sdgsmain figcaption {
    top: 15%;
  }
}
#sdgs figure.sdgsmain figcaption h1 {
  font-size: 3vw;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 680px) {
  #sdgs figure.sdgsmain figcaption h1 {
    font-size: 5vw;
  }
}
#sdgs figure.sml {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #sdgs figure.sml {
    width: 70%;
  }
}
#sdgs figure.xsml {
  width: 50%;
  margin: 0 0 3% 0;
}
@media (max-width: 680px) {
  #sdgs figure.xsml {
    width: 50%;
  }
}
#sdgs figure.circle {
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  max-width: 180px;
  max-height: 180px;
  position: absolute;
  bottom: 8%;
  left: 2%;
}
#sdgs figure.circle img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  #sdgs figure.circle {
    width: 30vw;
    height: 30vw;
    bottom: 3%;
    left: 5%;
  }
}
#sdgs figure.wide img {
  width: 120%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  #sdgs figure.wide img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #sdgs figure.wide img {
    width: 100%;
  }
}
#sdgs figure.mgn {
  margin-bottom: 10%;
}
#sdgs figure.norad {
  border-radius: 0;
}
#sdgs ul.txtlist {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  list-style: none;
  font-size: 18px;
}
@media (max-width: 800px) {
  #sdgs ul.txtlist {
    font-size: 14px;
  }
}
#sdgs ul.txtlist li {
  display: block;
  margin: 0;
  padding: 0 0 10px 1.4em;
  position: relative;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 680px) {
  #sdgs ul.txtlist li {
    font-size: 16px;
  }
}
#sdgs ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 4px;
  top: 8px;
  font-size: 8px;
  color: #5f5f5f;
}
@media (max-width: 800px) {
  #sdgs ul.txtlist li::before {
    font-size: 12px;
    top: 4px;
  }
}
#sdgs ul.txtlist li p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: #5f5f5f;
}
#sdgs ul.txtlist li a {
  color: #923D3D;
  text-decoration: underline;
}
#sdgs ul.txtlist li a:hover {
  color: #000;
}
#sdgs ol.list_num {
  margin: 5% 0;
  padding: 0 0 0 2em;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 680px) {
  #sdgs ol.list_num {
    padding: 0 0 0 3em;
    font-size: 16px;
  }
}
#sdgs ol.list_num li {
  list-style-type: style;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding-left: 0;
  position: relative;
}
#sdgs ol.list_num li p {
  margin: 10px 0 0 0;
}
#sdgs ol.list_num li p .tel_num {
  line-height: 1;
}
#sdgs .marks {
  margin: 0 -10px 5% 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media (max-width: 680px) {
  #sdgs .marks {
    margin: 0 -5px 5% 0;
  }
}
#sdgs .marks li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100px;
}
@media (max-width: 680px) {
  #sdgs .marks li {
    width: 50px;
    padding: 0 5px 0 0;
  }
}
#sdgs .marks li figure {
  border-radius: 0;
}
#sdgs .cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 5% 0 5% 0;
  text-align: left;
}
@media (max-width: 680px) {
  #sdgs .cnt {
    padding: 10% 0;
  }
}
#sdgs .cnt.nopad_top {
  padding: 0 0 5% 0;
}
#sdgs .cnt.nopad_bot {
  padding: 5% 0 0 0;
}
#sdgs .cnt.nopad_both {
  padding: 0;
}
#sdgs .column {
  display: block;
  box-sizing: content-box;
  margin: 0 -5% 0 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
}
#sdgs .column::after {
  content: "";
  display: block;
  clear: both;
}
#sdgs .column.mgn {
  margin: 10% -5% 0 0;
}
#sdgs .column.nomgn {
  margin: 5% -5% 0 0;
}
#sdgs .column.nomgn .row {
  margin: 0;
}
#sdgs .column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 5% 5% 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
#sdgs .column .row.vmid {
  vertical-align: middle;
}
#sdgs .column .row.w1 {
  width: 100%;
}
@media (max-width: 680px) {
  #sdgs .column .row.w1 {
    width: 100%;
  }
}
#sdgs .column .row.w2 {
  width: 50%;
}
@media (max-width: 800px) {
  #sdgs .column .row.w2 {
    width: 100%;
  }
}
#sdgs .column .row.w3 {
  width: 33.33%;
}
@media (max-width: 800px) {
  #sdgs .column .row.w3 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  #sdgs .column .row.w3 {
    width: 100%;
  }
}
#sdgs .column .row.w4 {
  width: 25%;
}
@media (max-width: 800px) {
  #sdgs .column .row.w4 {
    width: 50%;
  }
}
#sdgs .column .row.w3_2 {
  width: 66.66%;
}
@media (max-width: 800px) {
  #sdgs .column .row.w3_2 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  #sdgs .column .row.w3_2 {
    width: 100%;
  }
}
#sdgs .column .row.imgcol {
  width: 25%;
  padding: 0 5% 0 0;
}
@media (max-width: 680px) {
  #sdgs .column .row.imgcol {
    display: block;
    margin: 0 auto;
    width: auto;
  }
}
#sdgs .column .row.imgcol .icon_service {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  border: 10px solid #eaeaea;
  background: #fff;
}
#sdgs .column .row.imgcol .icon_service img {
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  #sdgs .column .row.imgcol .icon_service {
    width: 50%;
  }
}
#sdgs .column .row.imgcol p {
  margin: 0;
}
#sdgs .column .row.txtcol {
  width: 75%;
  padding: 0 5% 0 0;
}
@media (max-width: 680px) {
  #sdgs .column .row.txtcol {
    width: 100%;
    display: block;
  }
  #sdgs .column .row.txtcol .mds {
    text-align: center;
  }
  #sdgs .column .row.txtcol p {
    font-size: 16px;
  }
}
#sdgs .column .row.fltr {
  float: right;
}
@media (max-width: 680px) {
  #sdgs .column .row.fltr {
    float: none;
  }
}
#sdgs .column .row.fltl {
  float: left;
}
@media (max-width: 680px) {
  #sdgs .column .row.fltl {
    float: none;
  }
}
#sdgs .column .row .btns {
  margin: 5% 0;
}
#sdgs .column .row .btns .btn {
  margin: 0 0 10px 0;
  max-width: none;
}
#sdgs .column .inner {
  display: block;
  padding: 40px;
  margin: 0;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  #sdgs .column .inner {
    padding: 5%;
  }
}
#sdgs .column .inner.bggray {
  background: #fafafa;
  border: none;
}
#sdgs .column .inner.bdr {
  border: 10px solid #ffdfce;
}
@media (max-width: 800px) {
  #sdgs .column .inner.bdr {
    border: 5px solid #923D3D;
  }
}
#sdgs .column .inner.mgntop {
  margin: 10% 0 0 0;
}
@media (max-width: 680px) {
  #sdgs .column .inner.mgntop {
    margin: 5% 0 0 0;
  }
}
#sdgs .column .inner.arw {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  #sdgs .column .inner.arw {
    margin-bottom: 30px;
  }
}
#sdgs .column .inner.arw::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid #923D3D;
  border-bottom: 10px solid transparent;
  display: block;
  transform: translate(100%, -40%);
  position: absolute;
  top: 50%;
  right: -5%;
}
@media (max-width: 800px) {
  #sdgs .column .inner.arw::after {
    border-top: 10px solid #923D3D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -13%;
    transform: translate(-50%, 0);
  }
}
#sdgs .column .inner .btns {
  margin: 0;
}
#sdgs .column .inner .btns .btn {
  margin: 0;
}
#sdgs .altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 10% auto;
  padding: 0 0;
}
#sdgs .altcont .imgcol {
  display: block;
  width: 50%;
  z-index: 2;
  margin: 0;
  padding: 0;
  position: relative;
}
#sdgs .altcont .imgcol figure {
  display: block;
  padding: 0;
  margin: 0;
}
#sdgs .altcont .imgcol figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  display: block;
}
@media (max-width: 800px) {
  #sdgs .altcont .imgcol {
    width: 100%;
    margin: 5% 0;
    padding: 0;
  }
}
#sdgs .altcont.rtimg .imgcol {
  margin: 0 0 0 auto;
}
@media (max-width: 800px) {
  #sdgs .altcont.rtimg .imgcol {
    width: 100%;
    margin: 5% 0;
  }
}
#sdgs .altcont .txtcol {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  margin: 0 0 0 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 800px) {
  #sdgs .altcont .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
    transform: none;
  }
}
#sdgs .altcont .txtcol .inner {
  display: block;
  padding: 3%;
  position: relative;
}
@media (max-width: 680px) {
  #sdgs .altcont .txtcol .inner {
    padding: 0;
  }
}
#sdgs .altcont .txtcol .inner .cntttl {
  margin: 0 0 3% 0;
  padding: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #923D3D;
}
@media (max-width: 680px) {
  #sdgs .altcont .txtcol .inner .cntttl {
    font-size: 24px;
  }
}
#sdgs .altcont .txtcol .inner p {
  font-size: 18px;
  line-height: 1.9;
}
@media (max-width: 800px) {
  #sdgs .altcont .txtcol .inner p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#sdgs .altcont .txtcol .inner .btns {
  text-align: left;
  margin: 5% 0 0 0;
  padding: 0;
}
#sdgs .altcont .txtcol .inner .btns .btn {
  display: inline-block;
  position: relative;
  padding: 7px 40px 7px 20px;
  font-size: 14px;
  text-align: left;
  margin: 0 10px 10px 0;
}
#sdgs .altcont .txtcol .inner .btns .btn::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 46%;
  right: 14px;
  transform: translateY(50%);
  transition: all 0.2s ease;
  border-radius: 2px;
}
#sdgs .altcont .txtcol .inner .btns .btn::after {
  content: "";
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 44%;
  right: 14px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.2s ease;
}
#sdgs .altcont .txtcol .inner .btns .btn:hover::before {
  right: 10px;
}
#sdgs .altcont .txtcol .inner .btns .btn:hover::after {
  right: 10px;
}
#sdgs .altcont.rtimg .txtcol {
  margin: 0;
  right: inherit;
  left: 0;
}
@media (max-width: 800px) {
  #sdgs .altcont.rtimg .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
  }
}
#sdgs a {
  transition: all 0.2s ease;
}
#sdgs a:hover {
  color: #000;
}
#sdgs p a {
  text-decoration: underline;
}
#sdgs p a:hover {
  color: #923D3D;
}
#sdgs .btns {
  margin: 3% 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 680px) {
  #sdgs .btns {
    margin: 5% 0 0 0;
  }
}
#sdgs .btns.lft {
  text-align: left;
}
#sdgs .btns a.btn {
  display: inline-block;
  position: relative;
  padding: 10px 60px 10px 60px;
  margin: 0 auto;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background: #000000;
  transition: all 0.2s ease;
}
#sdgs .btns a.btn::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(50%);
  transition: all 0.2s ease;
  border-radius: 2px;
}
#sdgs .btns a.btn::after {
  content: "";
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 48%;
  right: 14px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.2s ease;
}
#sdgs .btns a.btn:hover {
  background: #646464;
  color: #fff;
}
#sdgs .btns a.btn:hover::before {
  right: 10px;
}
#sdgs .btns a.btn:hover::after {
  right: 10px;
}
@media (max-width: 1024px) {
  #sdgs .btns a.btn {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #sdgs .btns a.btn {
    display: block;
  }
}
#sdgs .btns a.btn.wide {
  display: block;
  max-width: 480px;
}
#sdgs .btns a.btn.wide_left {
  text-align: left;
  padding: 12px 35px 12px 25px;
  font-size: 18px;
  display: block;
}
#sdgs .btns a.btn.sml {
  text-align: left;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
}