@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap');
h1, h2, h3, h4, h5, p {
  font-family: Calibri !important;
}
p, dl, dt, dd {
  font-size: 16px;
}
.noto-light {
  font-weight: 200;
}
.noto-medium {
  font-weight: 500;
}
.noto-bold {
  font-weight: 700;
}
.noto-black {
  font-weight: 900;
}

.js-fadein {
  opacity: 0;
  transition: all 1.0s ease-in-out;
}
.js-fadein.on {
  opacity: 1;
}
.js-fadeup {
  transform: translateY(3rem);
  opacity: 0;
  transition: all .5s ease-out;
}
.js-fadeup.is-fadeup {
  transform: translateY(0);
  opacity: 1;
}
.sdgs-txt-indent {
  text-indent: 15px;
}


@media screen and (min-width: 768px) {
  .sdgs-pc {
    display: block;
  }
  .sdgs-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-pc {
    display: none;
  }
  .sdgs-sp {
    display: block;
    padding-top:50px
  }
}

.sdgs {
  font-size: 14px;
  line-height: 1.5;
}
.sdgs img {
  vertical-align: baseline;
}
.sdgs a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sdgs a:hover {
  filter: alpha(opacity=50);
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-o-opacity:0.5;
	opacity:0.5;
}
.sdgs-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.sdgs-container p.note {
  position: relative;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .sdgs-container p.note {
    position: relative;
    top: -10px;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1119px) {
}
@media screen and (max-width: 767px) {
  body,
  .wrapper {
    min-width: 100%;
  }
  .sdgs-container {
    padding: 0 10px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* header */
.sdgs-header {
  background-color: #333;
  position: relative;

  z-index: 1;
  width: 100%;
}



.sdgs-header.sdgs-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1180px;
  z-index: 999;
}
.sdgs-header.sdgs-sticky + .sdgs-main {
  padding-top: 50px;
}
.sdgs-main {
  padding-top: 60px;
}
.sdgs-top .sdgs-main {
  padding-top: 0;
}
.sdgs-top .sdgs-main {}
.sdgs-header .sdgs-container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sdgs-header .sdgs-logo a {
  font-size: 24px;
  color: #fff;
}
.sdgs-logo img {
  vertical-align: baseline;
}
.sdgs-nav {
  padding: 0 15px 0 0;
}
.sdgs-nav ul {
  display: flex;
}
.sdgs-nav ul li {
  margin: 0 0 0 70px;
  margin: 0;
}
.sdgs-nav ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  height: 50px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  width: 137px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/line.jpg) no-repeat center bottom -4px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.sdgs-nav ul li a:hover {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/line.jpg) no-repeat center bottom;
  filter: alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
.sdgs-nav ul li.sdgs-active a::after {
  content: "";
  width: 137px;
  height: 4px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/line.jpg) no-repeat center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -68px;
}
/* @media only screen and (max-width: 1001px) {
  .sdgs-nav ul li {
    margin: 0 0 0 30px;
  }
} */
@media screen and (max-width: 767px) {
  .sdgs-header {
    background: none;
  }
  .sdgs-header.sdgs-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    z-index: 999;
  }
  .sdgs-header .sdgs-container {
    height: 35px;
    display: block;
    position: relative;
    padding: 0;
  }
  .sdgs-nav {
    display: none;
  }

  .sdgs-mil {
      top: 50px !important;
  }
  .sdgs-mobile-nav {
    height: calc(100vh - 35px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    background: rgba(51,51,51,0.9);
    top: 0px;
    left: 0;
    right:0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-out;
    z-index: 1000;
  }
  .sdgs-mobile-nav.on {
    opacity: 1;
    visibility: visible;
    text-shadow: 3px 3px 3px #000000;
  }
  .sdgs-mobile-nav .sdgs-footer {
    background: none;
    max-height: 100%;
    overflow: auto;
  }
  .sdgs-mobile-nav .sdgs-nav-close {
    position: fixed;
    bottom: 0;
    top: auto;
  }
  .sdgs-mobile-nav .sdgs-nav-close span:after {
    transform: rotate(180deg);
  }
  .sdgs-mobile-nav .sf-logo a {
    font-size: 36px;
  }
  .sdgs-mobile-nav .sdgs-footer h4 {
    border-left: 2px solid #ffffff;
    padding-left: 15px;
  }
  .sdgs-mobile-nav .sdgs-footer h4 a {
    font-weight: 700;
    line-height: 1.4;
  }
  .sdgs-mobile-nav .sf-group ul li {
    padding-left: 15px;
  }
  .sdgs-mobile-nav .sf-group ul li a {
    padding-left: 10px;
    position: relative;
    font-weight: 500;
  }
  .sdgs-mobile-nav .sf-group ul li a:after {
    background: #ffffff;
    content: "";
    height: 2px;
    width: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .sdgs-menu-btn {
    position: fixed;
    background: #333333;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-out;
  }
  .sdgs-header.sdgs-sticky .sdgs-nav-open.off,
  .sdgs-top .sdgs-nav-open.off {
    transform: translateY(-100%);
  }
  .sdgs-menu-btn span {
    display: block;
    position: relative;
    padding: 0 25px 0 0;
  }

  /* .sdgs-menu-btn span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -6px 0 0;
  } */
  .sdgs-menu-btn.is-open span::after {
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #fff transparent;
  }
}
/* footer */
.sdgs-footer {
  background-color: #0072c1;
  color: #fff;
  padding: 35px 0;
  position: relative;
  z-index: 99;
}
.sdgs-footer a {
  color: #fff;
  font-weight: 300;
  position: relative;
}
.sdgs-footer a:hover {
  filter: alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
.sdgs-footer .sdgs-container {
  display: flex;
  align-items: center;
}
.sdgs-footerAction {
  display: block;
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sdgs-footerAction.active {
  width: 550px;
}
.sf-logo {
  width: 420px;
  padding: 0 0 0 80px;
}
.sf-logo a {
  font-size: 54px;
  line-height: 1.07;
  letter-spacing: -0.05em;
}
.sf-group {
  width: calc(100% - 420px);
  display: flex;
  font-size: 15px;
  line-height: 1.0;
}
.sf-col {
  width: 100%;
}
.sf-group h4 {
  font-size: 27px;
}
.sf-row {
  padding: 8px 0;
}
.sf-group ul {
  padding: 0;
}
.sf-group ul li {
  margin: 10px 0 0 1rem;
  font-size: 15.5px !important;
}
@media screen and (max-width: 767px) {
  .sdgs-footer {
    padding: 30px 0;
  }
  .sdgs-footer .sdgs-container {
    display: block;
    height: auto;
    padding: 15px 10px;
  }
  .sf-logo {
    width: auto;
    padding: 0;
  }
  .sf-logo a {
    font-size: 20px;
  }
  .sf-group {
    width: auto;
    display: block;
  }
  .sf-col {
    width: auto;
  }
  .sf-group h4 {
    font-size: 24px;
  }
  .sf-row {
    padding: 10px 0;
  }
  .sf-group ul {
    padding: 0;
  }
}
/* sdgs-top-logo */
@media screen and (min-width: 768px) {
  .sdgs-mv {
    background: #f2f2f2;
    height: 920px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-mv {
    background: #f2f2f2;
    height: 81vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}

.sdgs-mv .sdgs-mv-image {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.sdgs-mv .sdgs-mv-image .sdgs-img-wrap {
  position: relative;
  height: 100%;
  margin-left: auto;
}
.sdgs-mv .sdgs-mv-image .sdgs-img-wrap > img {
	max-height: 100%;
	max-width: unset;
	height: 100%;
}
.sdgs-img-wrap img {
  vertical-align: bottom !important;
}
.sdgs-mv-icons .sdgs-mv-item {
  border-radius: 100%;
  width: 9.2%;
  position: absolute;
  background: #ffffff;
  z-index: 0;
  overflow: hidden;
}
.sdgs-mv-item01 {
	top: 18.3%;
	right: 34.8%;
}
.sdgs-mv-item02 {
	top: 45.9%;
	right: 0.1%;
}
.sdgs-mv-item03 {
	top: 73.9%;
	right: 34.2%;
}
.sdgs-mv-item04 {
	top: 17.9%;
	right: 0.5%;
}
.sdgs-mv-item05 {
	top: 45.8%;
	right: 17.4%;
}
.sdgs-mv-item06 {
	top: 18%;
	right: 17.6%;
}
.sdgs-mv-item07 {
	top: 73.9%;
	right: 17.1%;
}
.sdgs-mv-icons .sdgs-mv-item .mv-pic {
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.sdgs-mv-icons .sdgs-mv-item.active .mv-pic-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
  transition-delay: 1.5s;
}
.sdgs-mv-icons .sdgs-mv-item .mv-pic img {
  border-radius: 100%;
}
.sdgs-mv-icons .sdgs-mv-item .mv-pic-a.on {
  animation: anime 10s infinite;
}
.sdgs-mv-icons .sdgs-mv-item .mv-pic-b.on {
  animation: anime 10s infinite;
}
.sdgs-mv-icons .sdgs-mv-item .mv-pic-c.on {
  animation: anime 10s infinite;
}
@keyframes anime {
  0% { opacity: 0; }
  12.5% { opacity: 0; }
  50% { opacity: 1; transform: scale(1.3); }
  87.5% { opacity: 0; }
  100% { opacity: 0; transform: scale(1.3); }
}

.sdgs-top-logo {
  position: absolute;
  top: 48%;
  left: 60%;
  margin-left: -700px;
  transform: translateY(-50%);
}
.sdgs-top-logo h1 {
  color: #000000;
  font-size: 104px;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.sdgs-l-news {
  /* height: calc(100vh - 50px); */
  height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 120px 0;
  position: relative;
}
.sdgs-l-news .sdgs-container {
  display: flex;
  align-items: center;
}
.sdgs-l-news h2 {
  width: 90px;
  font-size: 24px;
  font-weight: 900;
}
.sdgs-l-news ul {
  flex: 1;
  border-left: 1px solid #000;
  padding: 12px 0 12px 30px;
}
.sdgs-l-news ul li {
  margin: 0 0 3px;
}
.sdgs-l-news ul li a {
  font-weight: 500;
}
.sdgs-l-news ul li:last-child {
  margin: 0;
}
.sdgs-l-news dl {
  display: flex;
}
.sdgs-l-news dt {
  width: 100px;
}
.sdgs-l-news dd {
  width: calc(100% - 85px);
}
@media only screen and (max-width: 1440px) {
  .sdgs-top-logo {
    left: 10vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-img-wrap.pc-only {
    display: none;
  }
  .sdgs-img-wrap-sp.sp-only {
    display: block;
  }
  .sdgs-mv .sdgs-mv-image {
    align-items: flex-end;
  }
  .sdgs-img-wrap-sp {
    position: relative;
  }
  .sdgs-mv-icons .sdgs-mv-item {
    width: 17%;
  }
  .sdgs-mv-item01 {
    top: 38.4%;
    right: 37.5%;
  }
  .sdgs-mv-item02 {
    top: 81.9%;
    right: 36.3%;
  }
  .sdgs-mv-item03 {
    top: 59.9%;
    right: 4.5%;
  }
  .sdgs-mv-item04 {
    top: 38.2%;
    right: 5.3%;
  }
  .sdgs-mv-item05 {
    top: 81.9%;
    right: 4.1%;
  }
  .sdgs-top-logo {
    top: 79px;
    left: 15px;
    transform: translateY(0);
    position: fixed;
    margin-left: 0;
    z-index: -1;
  }
  .sdgs-top-logo .sdgs-container {
    height: 570px;
    display: block;
    padding: 25px 15px;
  }
  .sdgs-top-logo h1 {
    font-size: 58px;
    margin: 0;
  }
  .sdgs-l-news {
    height: auto;
    padding: 80vh 0 0;
  }
  .sdgs-l-news .sdgs-container {
    display: block;
    padding: 30px 15px;
    background: #ffffff;
  }
  .sdgs-l-news h2 {
    width: auto;
    border-bottom: 1px solid #000;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  .sdgs-l-news ul {
    border-left: none;
    padding: 0;
  }
  .sdgs-l-news ul li {
    margin: 0 0 3px;
  }
  .sdgs-l-news ul li:last-child {
    margin: 0;
  }
}

/* breadcrum */
.sdgs-breadcrum {
  background: #ffffff;
  position: relative; 

  z-index: 1;
  width: 100%;
}
.sdgs-breadcrum ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 44px;
  font-size: 12px;
}
.sdgs-breadcrum ul li a {
  color: #000;
}
.sdgs-breadcrum ul li span {
  display: inline-block;
  padding: 0 3px;
}

/* sdgs-page */
.sdgs-parallax {
  position: fixed;
  content: "";
  background: url(/assets/smc_img/about/sdgs/en-jp/images/bg.jpg) no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sdgs-page-title {
  padding: 70px 0;
  line-height: 1.1;
  font-weight: bold;
}
.sdgs-page-title p {
  font-size: 26px;
}
.sdgs-page-title h1 {
  font-size: 54px;
}
.sdgs-page-title h1 img {
  height: 40px;
}
/* @media screen and (max-width: 1024px) {
  .sdgs-page-title h1 {
    font-size: 40px;
  }
} */
@media screen and (max-width: 767px) {
  .sdgs-page-title {
    padding: 30px 0;
  }
  .sdgs-page-title p {
    font-size: 20px;
  }
  .sdgs-page-title h1 {
    font-size: 34px;
  }
}
.sdgs-m-part1 {
  padding: 30px 0 0;
  margin: 0 0 150px;
  text-align: center;
}
.sdgs-m-part1 h2 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 900;
}
.sdgs-m-part1 h3 {
  font-size: 28px;
  margin: 0 0 30px;
  font-weight: 900;
}
.sdgs-m-part1 p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 30px;
  font-weight: 700;
}
.sdgs-m-part1 p.m-sub {
  font-size: 24px;
  margin: 0 0 50px;
  font-weight: 900;
}
.sdgs-m-part1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 0;
}
.sdgs-m-part1 ul li {
  width: 454px;
  margin: 0 10px 10px;
}
.sdgs-m-part1 ul li a {
  display: flex;
  align-items: center;
  height: 47px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 0 0 0 35px;
  position: relative;
}
.sdgs-m-part1 ul li a::before {
  content: "";
  width: 20px;
  height: 31px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/arr1.png) no-repeat center;
  position: absolute;
  left: 12px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .sdgs-m-part1 {
    padding: 0;
    margin: 0 0 60px;
  }
  .sdgs-m-part1 h2 {
    font-size: 36px;
  }
  .sdgs-m-part1 p.m-sub {
    font-size: 16px;
  }
  .sdgs-m-part1 h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .sdgs-m-part1 p {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .sdgs-m-part1 p.sub {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .sdgs-m-part1 ul {
    display: block;
    padding: 30px 0 0;
  }
  .sdgs-m-part1 ul li {
    width: auto;
    margin: 0 0 10px;
  }
}
/* sdgs-m-part2 */
.sdgs-m-part2 {
  margin: 0 0 120px;
}
.sdgs-m-part2 h2 {
  font-size: 54px;
  line-height: 1.2;
  margin: 0 0 70px;
  letter-spacing: 0;
}
.sdgs-m-part2 h2 span {
  font-size: 26px;
}
.sdgs-m-part2-info {
  display: flex;
}
.sdgs-m-part2-info .img {
  width: 362px;
}
.sdgs-m-part2-info .sdgs-cont {
  width: calc(100% - 362px);
  padding: 0 0 0 48px;
}
.sdgs-m-part2-info h3 {
  font-size: 33px;
  letter-spacing: 0;
  margin: 0 0 40px;
  font-weight: 900;
}
.sdgs-m-part2-info h3 span {
  font-weight: bold;
}
.sdgs-m-part2-info p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 40px;
}
.sdgs-m-part2-info dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sdgs-m-part2-info dd .sdgs-message02 {
  width: 100%;
  max-width: 220px;
}
/* @media only screen and (max-width: 1024px) {
  .sdgs-m-part2 h2 {
    font-size: 40px;
  }
} */
@media screen and (max-width: 767px) {
  .sdgs-m-part2 {
    margin: 0 0 60px;
  }
  .sdgs-m-part2 h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .sdgs-m-part2 h2 span {
    font-size: 18px;
  }
  .sdgs-m-part2-info {
    display: block;
  }
  .sdgs-m-part2-info .img {
    width: auto;
    margin: 0 0 15px;
  }
  .sdgs-m-part2-info .sdgs-cont {
    width: auto;
    padding: 0;
  }
  .sdgs-m-part2-info h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .sdgs-m-part2-info p {
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .sdgs-m-signature {
    display: flex;
    justify-content: flex-end;
  }
}
.sdgs-m-part3 {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/pyramid.png) no-repeat center top;
  height: 1354px;
  text-align: center;
  padding: 12px 0 0;
  margin: 0 0 100px;
  font-weight: 500;
}
.sdgs-m-part3 h3 {
  font-size: 34px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  color: #005dab;
  font-weight: 500;
}
.sdgs-m-part3 h3.c-orange {
  color: #e33c0b;
}
.sdgs-m-part3 h3.sdgs-c-green {
  color: #399d26;
}
.sdgs-m-part3 p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.sdgs-m-philosophy {
  width: 500px;
  height: 410px;
  margin: 0 auto 114px;
  padding: 185px 0 0;
  position: relative;
}
.sdgs-m-philosophy::after {
  content: "";
  width: 261px;
  height: 57px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/img_text1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -113px;
  bottom: -15px;
}
.sdgs-m-vision {
  height: 340px;
  margin: 0 0 132px;
  padding: 10px 0 0;
  position: relative;
}
.sdgs-m-vision::after {
  content: "";
  width: 148px;
  height: 42px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/img_text2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -72px;
  bottom: -3px;
}
.sdgs-m-vision h3 {
  margin: 0 0 10px;
}
.sdgs-m-vision p {
  margin: 0 0 25px;
  position: relative;
  font-weight: 500;
}
.sdgs-m-vision p::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1a1311;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin: 0 0 0 -4px;
  transform: rotate(45deg);
}
.sdgs-m-vision p:last-child {
  margin: 0;
}
.sdgs-m-vision p:last-child::after {
  display: none;
}
.sdgs-m-materiality {
  padding: 25px 0 0;
  height: 275px;
  position: relative;
}
.sdgs-m-materiality::after {
  content: "";
  width: 250px;
  height: 57px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/img_text3.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -286px;
  bottom: -18px;
}
.sdgs-m-materiality h3 {
  margin: 0 0 -20px;
}
.sdgs-m-materiality ul {
  display: flex;
  justify-content: center;
}
.sdgs-m-materiality ul li {
  width: 216px;
  height: 216px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/circle.png) no-repeat center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.sdgs-m-materiality p {
  font-size: 17px;
  line-height: 1.3;
}
.sdgs-m-materiality p.sdgs-num {
  font-size: 34px;
  margin: -10px 0 10px;
  font-family: 'Avenir LT Std';
}
.sdgs-banner a {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/bg_bnr01.jpg) repeat-x center;
  background-size: 150%;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 90;
}
.sdgs-banner a:hover {
  background-size: 160%;
  filter: alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
@media screen and (min-width: 768px) {
  .sdgs-project-top .sdgs-banner a {
    background: url(/assets/smc_img/about/sdgs/en-jp/images/bg_bnr02.jpg) repeat-x center;
    background-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-project-top .sdgs-banner a {
    background: url(/assets/smc_img/about/sdgs/en-jp/images/bg_bnr02.jpg) repeat-x center;
    background-size: 250%;
  }
}

.sdgs-project-top .sdgs-banner a:hover {
  background-size: 160%;
}
.sdgs-banner a span {
  display: block;
  padding: 0 0 0 45px;
  position: relative;
}
.sdgs-banner a span::before {
  content: "";
  width: 20px;
  height: 31px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/arr1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 2px;
}
/* @media only screen and (max-width: 1024px) {
  .sdgs-m-vision::after {
    right: 0;
  }
} */
@media screen and (max-width: 767px) {
  .sdgs-m-part3 {
    background: transparent;
    height: auto;
    padding: 0;
    margin: 0 0 60px;
    background: url(/assets/smc_img/about/sdgs/en-jp/images/pyramid_sp.png) no-repeat -480px top;
    background-size: 1550px;
  }
  .sdgs-m-part3 h3 {
    font-size: 26px;
  }
  .sdgs-m-part3 p {
    font-size: 12px;
  }
  .sdgs-m-part3 .sdgs-cont {
    width: auto;
    height: auto;
    margin: 0 auto 57px;
    padding: 15px 10px 57px;
    /* background: rgb(228, 229, 229);
    background: linear-gradient(
      90deg,
      rgba(228, 229, 229, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ); */
  }
  .sdgs-m-part3 .cont::after {
    height: 37px;
    background-size: auto 100%;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .sdgs-m-part3 .cont::before {
    content: "";
    width: 100%;
    height: 57px;
    background: url(/assets/smc_img/about/sdgs/en-jp/images/line2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .sdgs-m-part3 .cont:last-child:before {
    display: none;
  }
  .sdgs-m-philosophy {
    padding-top: 20% !important;
  }
  .sdgs-m-vision {
    padding-top: 10% !important;
  }
  .sdgs-m-materiality {
    padding-top: 10% !important;
  }
  .sdgs-m-philosophy::after {
    height: 50px;
    right: 15px;
  }
  .sdgs-m-vision::after {
    height: 50px;
    right: 15px;
  }
  .sdgs-m-materiality::after {
    height: 50px;
    right: 15px;
  }
  .sdgs-m-materiality h3 {
    margin: 0;
  }
  .sdgs-m-materiality ul {
    flex-wrap: wrap;
  }
  .sdgs-m-materiality ul li {
    margin: 0px auto 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    height: 116px;
    background-size: contain;
  }
  .sdgs-banner a {
    background-size: auto 100%;
    height: 150px;
  }
  .sdgs-banner a span {
    display: block;
    padding: 0 0 0 25px;
    position: relative;
  }
  .sdgs-banner a span::before {
    content: "";
    width: 20px;
    height: 31px;
    background: url(/assets/smc_img/about/sdgs/en-jp/images/arr1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
  }
}
/* guideline */
.guideline {
  padding: 0 0 40px;
}
.guideline .sdgs-cont {
  margin: 0 0 40px;
}
.guideline .cont:first-child {
  margin: 0 0 60px;
}
.guideline .sdgs-cont h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: 500;
}
.guideline .sdgs-cont h3:not(.sdgs-line-none) {
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  font-weight: 900;
}
.guideline .sdgs-cont p,
.guideline .sdgs-cont li {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

/* downlaod */
.downlaod {
  padding: 0 0 40px;
}
.downlaod .sdgs-cont {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .downlaod .sdgs-downlaod {
    width: 230px;
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .downlaod .sdgs-downlaod {
    width: 48%;
    margin: 0 0 60px 0;
  }
}
.downlaod .sdgs-downlaod h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  display: block;
  border-left: solid 3px #000;
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
}
.downlaod .sdgs-downlaod p {
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.2;
}
.downlaod .sdgs-downlaod a {
  color: #0072c1;
  font-weight: 600;
}

/* sdgs-project-top */
.sdgs-project-top .sdgs-parallax {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/bg2.jpg) no-repeat bottom center;
  background-size: cover;
}
.sdgs-p-intro {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 110px;
}
.sdgs-p-target-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sdgs-p-target-list li {
  width: 256px;
  height: 505px;
  border-bottom: 1px solid #c8ced3;
  margin: 0 0 150px;
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sdgs-p-target-cont {
  padding: 30px 12px 0px;
  height: 250px;
}
.sdgs-p-target1 {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/block1.png) no-repeat center top;
}
.sdgs-p-target2 {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/block2.png) no-repeat center top;
}
.sdgs-p-target3 {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/block3.png) no-repeat center top;
}
.sdgs-p-target4 {
  background: url(/assets/smc_img/about/sdgs/en-jp/images/block4.png) no-repeat center top;
}
.sdgs-p-target-list li::after {
  content: "";
  width: 100%;
  height: 150px;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/shadow.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 100%;
}
.sdgs-p-target-list li h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.sdgs-p-target-list li h3 a {
  color: #fff;
  font-weight: 700;
}
.sdgs-p-target-list li h3 a:hover {
  filter: alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
.sdgs-p-target-list li h3 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sdgs-p-target-list li p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}
.sdgs-p-target-list li p.en {
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  text-indent: -3px;
}
.sdgs-pt-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.sdgs-pt-icons .sdgs-pt-icons-item {
  padding: 0 5px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .sdgs-p-target-list li:hover {
    opacity: 1;
    transform: scale(110%);
  }
}
@media screen and (max-width: 767px) {
  .sdgs-p-target-list li::after {
    content: "";
    width: 100%;
    height: 20px;
    background: none;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .sdgs-p-intro {
    font-size: 15px;
    margin: 0 0 60px;
  }
  .sdgs-p-target-list {
    flex-wrap: wrap;
  }
  .sdgs-p-target-list li {
    margin: 0 auto 20px;
  }
  .guideline .sdgs-cont h3 {
    font-size: 18px;
  }
  .guideline .sdgs-cont p,
  .guideline .sdgs-cont li {
    font-size: 15px;
  }
}
/* sdgs-project-page */
.sdgs-project-page,
.sdgs-project-page p {
  color: #707070;
}
.sdgs-project-page .sdgs-breadcrum ul {
  height: auto;
  font-size: 20px;
  margin: 10px 0 90px 10px;
}
.sdgs-project-page .sdgs-breadcrum ul li {
  font-weight: 500;
}
.p-range-control {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  z-index: 11;
}
.p-range-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 52px;
  height: 52px;
  background: #0072c1;
  border-radius: 50%;
  border: 5px solid #fff;
  cursor: pointer;
}
.p-range-control::-moz-range-thumb {
  width: 52px;
  height: 52px;
  background: #0072c1;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #fff;
}
.sdgs-page-box {
  padding: 115px 0 0;
}
.sdgs-page-box .sdgs-container {
  border: 1px solid #707070;
  min-height: 210px;
  padding: 30px 60px 0;
}
.sdgs-page-box h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 10px;
}
.sdgs-page-box p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.sdgs-p-intro {
  margin: 0 0 70px;
}
.sdgs-p-intro h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 30px;
}
.sdgs-p-intro p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.pp-cont2 {
  margin: 0 0 60px;
}
.pp-cont2 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px;
  text-align: center;
}
.pp-cont2 h2 span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
.pp-cont2 .sdgs-pt-icons .sdgs-pt-icons-item {
  margin: 0 12px 24px;
}
.p-action h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 60px;
}

.p-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 50px;
}
.p-anchor li {
  width: 238px;
  margin: 0 6px;
}
.p-anchor2 li {
  width: 318px;
}
.p-anchor3 li {
  width: 472px;
  margin: 0 20px;
}
.p-anchor li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #d1e5f4;
  font-size: 20px;
  font-weight: 900;
}
.p-anchor-link {
  justify-content: flex-start;
  margin: 0 0 15px;
}
.p-anchor-link li {
  width: 273px;
  margin: 0 9px 10px 0;
}
.p-anchor-link li:nth-child(4n) {
  margin-right: 0;
}

.p-action-block {
  max-width: 984px;
  margin: 0 auto;
}
.p-action-block h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 20px;
}
.p-action-box {
  background: #fff8f8;
  border: 1px solid #707070;
  padding: 30px 45px;
  margin: 0 0 30px;
}
.p-action-item:not(:last-of-type) {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px dashed #707070;
}
.p-action-item dl {
  margin: 0 0 25px;
}
.p-action-item dl:last-child {
  margin: 0;
}
.p-action-item dt,
.p-range-name {
  font-size: 20px;
  font-weight: 700;
}
.p-action-item dd {
  font-size: 16px;
  font-weight: 500;
}
.p-range-chart {
  margin: 0 0 80px;
}
.p-range-chart:last-child {
  margin-bottom: 0;
}
.sdgs-project-detail {
  background: #000000;
}
.sdgs-project-detail .sdgs-parallax {
  transition: all 10s ease-out;
  opacity: 0;
  z-index: 0;
}
.sdgs-project-detail .sdgs-main:after {
  content: "";
  background: #000000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}
.sdgs-project-detail .sdgs-parallax.on {
  transform: scale(1.3);
  opacity: 0.65;
}
.sdgs-project-detail01 .sdgs-parallax {
  background: url('/assets/smc_img/about/sdgs/en-jp/images/project1.png') no-repeat center center;
  background-size: cover;
}
.sdgs-project-detail02 .sdgs-parallax {
  background: url('/assets/smc_img/about/sdgs/en-jp/images/project2.png') no-repeat center center;
  background-size: cover; 
}
.sdgs-project-detail03 .sdgs-parallax {
  background: url('/assets/smc_img/about/sdgs/en-jp/images/project3.png') no-repeat center center;
  background-size: cover;
}
.sdgs-project-detail04 .sdgs-parallax {
  background: url('/assets/smc_img/about/sdgs/en-jp/images/project4.png') no-repeat center center;
  background-size: cover;
}

.sdgs-action .sdgs-box {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.sdgs-action .sdgs-box .sdgs-box-left {
  display: flex;
  flex-direction: column;
  width: 460px;
  max-width: 460px;
  height: 100%;
  position: fixed;
  padding-top: 0;
  transform: translate(0,-50%);
  top: 74%;
}
@media screen and (min-width: 768px) {
  .sdgs-action .sdgs-box .sdgs-box-left {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-action .sdgs-box .sdgs-box-left {
    z-index: 0;
  }
}
.sdgs-action .sdgs-box .sdgs-box-right {
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
  margin-left: auto;
}
.sdgs-box .sdgs-box-left .sdgs-title-en {
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.sdgs-box .sdgs-box-left .sdgs-title-jp {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.sdgs-box .sdgs-box-left .sdgs-pt-icons {
  margin: 0 -3px 30px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.sdgs-project-detail04 .sdgs-box .sdgs-box-left .sdgs-pt-icons {
  width: calc(100% + 66px);
}
.sdgs-box .sdgs-box-left .sdgs-pt-icons .sdgs-pt-icons-item {
  width: 14.2%;
  padding: 0 3px;
  margin: 0 0 5px;
}
.sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item {
  margin-bottom: 10px;
}
.sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item a {
  display: block;
  color: #ffffff;
  font-size: 18.5px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.01em;
  background: rgba(0,0,0,0.5);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  padding: 8px 15px 8px 60px;
  text-indent: -1.4rem;
  position: relative;
}
.sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item a:before {
  background: url('/assets/smc_img/about/sdgs/en-jp/images/icon_arrow01.png') no-repeat center center;
  background-size: 100% auto;
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
.sdgs-box .sdgs-box-right .sdgs-action-title {
  height: calc(110vh - 99px); 
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
}
.sdgs-box .sdgs-box-right .sdgs-action-title h3 {
  margin-bottom: 45px;
}
.sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-ttl {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-txt {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-shadow: 2px 2px 4px #000000;
}
.sdgs-box .sdgs-box-right .sdgs-box-arrow {
  margin-top: 30px;
  padding-bottom: 15px;
  width: 160px;
  position: relative;
  left: -80px;
}
.sdgs-space-anchor {
  position: relative;
  transform: translateY(-50px);
}
.sdgs-box-right #action01 {
  padding-top: 90px;
  transform: translateY(40px);
  z-index: -1;
}
.sdgs-action-block {
  color: #ffffff;
  margin-bottom: 90px;
}

.sdgs-action-block .sdgs-block-ttl {
  color: #F39800;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.sdgs-action-block .sdgs-block-ttl-en {
  color: #F39800;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}
.sdgs-action-block .sdgs-block-ttl.sdgs-color-green,
.sdgs-action-block .sdgs-block-ttl-en.sdgs-color-green {
  color: #3D9227;
}
.sdgs-action-block .sdgs-block-ttl.sdgs-color-purple,
.sdgs-action-block .sdgs-block-ttl-en.sdgs-color-purple {
  color: #007CC6;
}
.sdgs-action-block .sdgs-block-ttl.sdgs-color-blue,
.sdgs-action-block .sdgs-block-ttl-en.sdgs-color-blue {
  color: #B76FF7;
}
.sdgs-block-ct dl .sdgs-ct-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sdgs-block-ct dl .sdgs-ct-group dt {
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
}
.sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-ttl {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-txt {
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.017em;
  font-weight: 500;
  padding: 5px 0 10px 20px;
}
.sdgs-block-ct dl .sdgs-ct-group:first-child .sdgs-ct-txt {
  font-weight: 500;
  font-size: 18px;
}
.sdgs-block-ct dl .sdgs-ct-group.color-red .sdgs-ct-ttl,
.sdgs-block-ct dl .sdgs-ct-group.color-red .sdgs-ct-txt {
  border-color: #F37900;
  color: #F37900;
}
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-purple .sdgs-ct-ttl,
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-purple .sdgs-ct-txt {
  border-color: #007CC6;
  color: #007CC6;
}
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-green .sdgs-ct-ttl,
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-green .sdgs-ct-txt {
  border-color: #3D9227;
  color: #3D9227;
}
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-blue .sdgs-ct-ttl,
.sdgs-block-ct dl .sdgs-ct-group.sdgs-color-blue .sdgs-ct-txt {
  border-color: #B76FF7;
  color: #B76FF7;
}
.sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-txt span {
  display: block;
  text-indent: -0.5rem;
  padding: 0 0 0 0.5rem;
  color: #bbb;
  font-weight: 300;
}
.sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-txt span.num {
  text-indent: -1.1rem;
  padding: 0 0 0 1.1rem;
}
.sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-txt span.brackets {
  color: #fff;
  text-indent: -0.4rem;
  padding: 0 0 0 0.4rem;
}

.prc-wrap {
  height: 52px;
  position: relative;
  margin: 40px 0 0;
}
.prc-process {
  width: 100%;
  height: 5px;
  background-color: #707070;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 11px;
}
.prc-process::before,
.prc-process::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 5px solid #0072c1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -11px 0 0 0;
}
.prc-process::after {
  border-color: #707070;
  left: 100%;
  margin: -11px 0 0 -22px;
}
.prc-process-fill {
  background-color: #0072c1;
  height: 5px;
}
.prc-end {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: -12px;
  top: -26px;
}
.prc-output {
  font-size: 30px;
  font-weight: 900;
  color: #0072c1;
  position: absolute;
  bottom: 100%;
  margin: 0 0 10px -50px;
  width: 100px;
  text-align: center;
}
.prc-output.is-min {
  margin-left: -36px;
}
.prc-output.is-max {
  margin-left: -66px;
}
.sdgs-footer2 {
  text-align: center;
  padding: 120px 0 60px;
}
.sdgs-footer2 .sdgs-copyright {
  font-size: 16px;
  font-weight: 500;
}
.sdgs-footer-nav {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.sdgs-footer-nav li {
  margin: 0 4px;
}
.sdgs-footer-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 45px;
  font-size: 20px;
  font-weight: 900;
  background: #d1e5f4;
}
.sdgs-footer-nav li a span {
  display: block;
  padding: 0 35px 0 0;
  background: url(/assets/smc_img/about/sdgs/en-jp/images/target.svg) no-repeat right center;
}
.sdgs-backtop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: translateY(20px);
  z-index: 991;
}
.sdgs-backtop.on {
  opacity: 1;
  transform: translateY(0);
}

/* @media screen and (max-width: 1180px) {
  .sdgs-box .sdgs-box-left .sdgs-title-jp {
    font-size: 40px;
  }
} */
/* @media screen and (max-width: 1024px) {
  .sdgs-action .sdgs-box .sdgs-box-right {
    padding-left: 15px;
  }
  .sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-ttl {
    font-size: 28px;
  }
  .sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-txt {
    letter-spacing: 0;
    line-height: 2;
  }
  .sdgs-box .sdgs-box-right .sdgs-box-arrow {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
  }
  .sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {

} */
@media screen and (max-width: 767px) {
  .sdgs-action .sdgs-box {
    flex-wrap: wrap;
    max-width: 575px;
    margin: auto;
  }
  .sdgs-action .sdgs-box .sdgs-box-left {
    height: calc(100vh - 79px);
    justify-content: flex-start;
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 10px 0 50px 0;
    margin-bottom: 30px;
    transform: translate(0, 0);
  }
  .sdgs-box .sdgs-box-left .sdgs-pt-icons {
    width: 100%;
  }
  .sdgs-action .sdgs-box .sdgs-box-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sdgs-box .sdgs-box-right .sdgs-box-arrow {
    position: absolute;
    bottom: auto;
    left: 50%;
    width: 90px;
    top: -145px;
    transform: translateX(-50%);
  }
  .sdgs-box .sdgs-box-left .sdgs-title-en {
    font-size: 20px;
  }
  .sdgs-box .sdgs-box-left .sdgs-title-jp {
    font-size:30px;
    line-height: 2.0rem;
  }
  .sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item a {
    font-size: 16px;
  }
  .sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item a:before {
    width: 16px;
  }
  .sdgs-box .sdgs-box-right .sdgs-action-title {
    height: auto;
  }
  .sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-ttl {
    font-size: 27px;
  }
  .sdgs-box .sdgs-box-right .sdgs-action-title .sdgs-txt {
    letter-spacing: -0.05em;
  }
  .sdgs-block-ct dl .sdgs-ct-group {
    flex-wrap: wrap;
  }
  .sdgs-block-ct dl .sdgs-ct-group dt {
    border-bottom: 1px solid #ffffff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .sdgs-block-ct dl .sdgs-ct-group .sdgs-ct-txt {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .sdgs-block-ct dl .sdgs-ct-group.color-red dt {
    border-color: #F37900;
    color: #F37900;
  }
  .sdgs-box .sdgs-box-left .sdgs-pt-icons {
    margin: 0 -3px 20px;
  }
  .sdgs-box .sdgs-box-left .sdgs-box-anchors .sdgs-box-item {
    margin-bottom: 10px;
  }
  .sdgs-project-page .sdgs-breadcrum ul {
    font-size: 12px;
    margin: 10px 0 40px 10px;
  }
  .p-range-control::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
  }
  .p-range-control::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
  }
  .sdgs-page-box {
    padding: 60px 10px 0;
  }
  .sdgs-page-box .sdgs-container {
    min-height: auto;
    padding: 20px 20px 25px;
  }
  .sdgs-page-box h1 {
    font-size: 24px;
  }
  .sdgs-page-box p {
    font-size: 16px;
  }
  .sdgs-p-intro {
    margin: 0 0 30px;
  }
  .sdgs-p-intro h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .sdgs-p-intro p {
    font-size: 16px;
  }
  .pp-cont2 {
    margin: 0 0 30px;
  }
  .pp-cont2 h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .pp-cont2 h2 span {
    font-size: 16px;
  }
  .pp-cont2 .sdgs-pt-icons .sdgs-pt-icons-item {
    width: 68px;
    margin: 0 5px 10px;
  }

  .p-action h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .p-anchor,
  .p-anchor-link {
    margin: 0 0 25px;
    justify-content: space-between;
  }
  .p-anchor li,
  .p-anchor-link li {
    width: 49%;
    margin: 0 0 2%;
  }
  .p-anchor li a {
    height: 60px;
    font-size: 16px;
  }
  .p-anchor li a {
    font-size: 3.2vw;
  }

  .p-action-block h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .p-action-box {
    padding: 15px 20px;
    margin: 0 0 15px;
  }
  .p-action-item:not(:last-of-type) {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .p-action-item dl {
    margin: 0 0 15px;
  }
  .p-action-item dl:last-child {
    margin: 0;
  }
  .p-action-item dt,
  .p-range-name {
    font-size: 16px;
  }
  .p-action-item dd {
    font-size: 16px;
  }
  .p-range-chart {
    margin: 0 0 40px;
  }
  .p-range-chart:last-child {
    margin-bottom: 0;
  }
  .prc-wrap {
    height: 30px;
    margin: 30px 0 0;
  }
  .prc-process,
  .prc-process-fill {
    height: 3px;
  }
  .prc-process::before,
  .prc-process::after {
    width: 12px;
    height: 12px;
    border: 3px solid #0072c1;
    margin: -6px 0 0 0;
  }
  .prc-process::after {
    border: 3px solid #707070;
    margin: -6px 0 0 -6px;
  }

  .prc-end {
    font-size: 16px;
    right: -18px;
    top: -18px;
  }
  .prc-output {
    font-size: 20px;
    margin: 0 0 0 -50px;
  }
  .prc-output.is-max {
    margin-left: -56px;
  }
  .sdgs-footer2 {
    padding: 60px 0 30px;
  }
  .sdgs-footer2 .sdgs-copyright {
    font-size: 16px;
  }
  .sdgs-footer-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .sdgs-footer-nav li {
    width: 49%;
    margin: 0 0 2%;
  }
  .sdgs-footer-nav li a {
    width: 100%;
    font-size: 16px;
  }
  .sdgs-footer-nav li a span {
    display: block;
    padding: 0 35px 0 0;
    background: url(/assets/smc_img/about/sdgs/en-jp/images/target.svg) no-repeat right center;
  }

  .sdgs-backtop {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

/* ENメガドロップ修正 */

    .menu > ul > li {
        padding-left: 10px;
        padding-right: 10px;

    }
    .menu > ul > li > a, .menu > ul > li > span.ad > a {
        padding: 0;
        display: inline;
        font-weight: 600;
    }

.sdgs_f21hd {
    position: relative;
    z-index: 990 !important;
}

.sdgs_f21hdex {
    position: relative;
    z-index: 990 !important;
    padding-top: 8px;
}
  .sdgs-line_h {
    font-size: 18px;
    line-height: 1.0 !important;

  }

@media screen and (max-width: 767px) {
.sdgs_f21hd_sp {
      position: fixed;
}

    .menu > ul > li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 16px 0px;
        height: auto;

    }
.menu > ul > li > a:after {
    content: '';
    cursor: pointer;
    width: 8px;
    height: 16px;
    background-image: url(/assets/smc_img/common/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: -380px;
}
.menu > ul > li > ul {
    left: 0;
    margin-top: 20px;
    border-top: 1px dotted #808080;
    opacity: 1;
}
    .menu > ul > li > a, .menu > ul > li > span.ad > a {
        padding-left: 16px;
        font-weight: 400;
    }
}


