@charset "utf-8";
@media only screen and (min-width: 768px) {
  #contents {
    padding-top: 140px;
  }
  #mainContents {
    max-width: 1000px;
    margin: auto;
    padding: 50px 0 1px;
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-top: 60px;
  }
  #mainContents {
    padding-bottom: 1px;
  }
}
/*---------------------- mainTitle ----------------------*/
#mainContents .mainTitle {
  text-align: center;
}
#mainContents .mainTitleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 890px;
  margin: 0 auto 10px;
}
#mainContents .mainTitle img {
  display: block;
}
#mainContents .tremealLogo {
  border-right: 1px solid #000;
  padding: 20px 40px 20px 0;
}
#mainContents .mainTitle p {
  font-size: 12px;
  font-size: 500;
}
@media only screen and (min-width: 768px) {
  #mainContents .mainTitle .border {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents .mainTitle {
    margin: 55px 0 0;
  }
  #mainContents .mainTitleInner {
    max-width: 290px;
  }
  #mainContents .tremealLogo {
    border-right: 1px solid #000;
    padding: 5px 12px 5px 0;
  }
  #mainContents .tremealLogo img {
    width: 90px;
    height: auto;
  }
  #mainContents .mainTitle h1 img {
    width: 176px;
    height: auto;
  }
  #mainContents .mainTitle p {
    font-size: 8px;
  }
  #mainContents .mainTitle .border {
    margin: 50px 0 0;
  }
  #mainContents .mainTitle .border img {
    width: 100%;
    display: block;
  }
}
/*---------------------- sdgsPolicy ----------------------*/
#sdgsPolicy h2 {
  font-size: 20px;
  font-weight: 700;
  color: #F39800;
  margin: 0 0 25px;
}
#sdgsPolicy ol {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #sdgsPolicy {
    padding: 65px 0 70px;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
  #sdgsPolicy ol {
    list-style-type: decimal;
    max-width: 925px;
    margin: auto;
    text-align: left;
    font-size: 18px;
  }
  #sdgsPolicy li {
    border-bottom: 1px solid #F39800;
    list-style-position: inside;
    margin: 0 0 15px;
    padding: 0 0 5px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #sdgsPolicy {
    background-color: #F8F8F8;
    padding: 35px 12% 30px;
    text-align: center;
  }
  #sdgsPolicy h2 {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 25px;
  }
  #sdgsPolicy ol {
    list-style-type: none;
    font-size: 12px;
    line-height: 2.1;
  }
  #sdgsPolicy ol li {
    background-color: #FFF;
    height: 225px;
    margin: 0 0 30px;
    padding: 90px 0 0;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: top 35px center;
  }
  #sdgsPolicy ol li:nth-child(1) {
    background-image: url("../images/number01_icon_orange.png");
  }
  #sdgsPolicy ol li:nth-child(2) {
    background-image: url("../images/number02_icon_orange.png");
  }
  #sdgsPolicy ol li:nth-child(3) {
    background-image: url("../images/number03_icon_orange.png");
  }
}
/*---------------------- aboutSDGs ------------------------*/
#aboutSDGs h2 {
  font-weight: 700;
}
#aboutSDGs .iconList img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #aboutSDGs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 10px 90px 45px;
    border-bottom: 1px solid #707070;
  }
  #aboutSDGs .text {
    width: 530px;
  }
  #aboutSDGs h2 {
    margin: 0 0 25px;
    font-size: 20px;
  }
  #aboutSDGs p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  #aboutSDGs {
    margin: 30px 6% 0;
    padding: 0 6% 55px;
    border-bottom: 1px dotted #A2A2A2;
  }
  #aboutSDGs h2 {
    font-size: 12px;
    text-align: center;
    margin: 0 0 15px;
  }
  #aboutSDGs p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 15px;
  }
  #aboutSDGs .iconList img {
    width: 100%;
  }
}
/*---------------------- actionSec ----------------------*/
#actionSec {
  padding: 65px 0 0;
}
#actionSec h2 {
  font-weight: 700;
  text-align: center;
}
#actionSec .actionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 150px;
}
#actionSec h3 {
  background-color: #F39800;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  padding: 15px 0 20px;
  margin: 0 auto 70px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
#actionSec h3 .number {
  font-size: 40px;
}
#actionSec .action {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
#actionSec .action:nth-of-type(3n) {
  margin-right: 0;
}
#actionSec .action .photoTitle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  min-width: 100px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
#actionSec .action .photoTitle.pink {
  background-color: #FF7BAC;
}
#actionSec .action .photoTitle.green {
  background-color: #009245;
}
#actionSec .action .photoTitle.brown {
  background-color: #998675;
}
#actionSec .action .photoTitle.waterblue {
  background-color: #29ABE2;
}
#actionSec .action .photoTitle.navy {
  background-color: #2E3192;
}
#actionSec .action .photo img {
  display: block;
}
#actionSec .action .arrow {
  height: 70px;
  padding: 25px 0 0;
  box-sizing: border-box;
  text-align: center;
}
#actionSec .action p.text {
  height: 110px;
  margin: 0 25px;
}
#actionSec .action .iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
  margin: 0 25px 25px;
}
#actionSec .action .iconList.jcredit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -9px 25px 25px;
}
#actionSec .action .iconList li {
  margin-left: 15px;
}
#actionSec .action .iconList li img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #actionSec .actionInner {
    width: 910px;
  }
  #actionSec h2 {
    margin: 0 0 65px;
    font-size: 30px;
    color: #F39800;
  }
  #actionSec .action {
    width: 280px;
    margin-right: calc((100% - 840px) / 2);
    margin-bottom: 50px;
  }
  #actionSec .action a:hover .photo img {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  #actionSec {
    padding: 50px 0 0;
  }
  #actionSec h2 {
    font-size: 12px;
    margin: 0 0 15px;
  }
  #actionSec .actionInner {
    margin: 0 0 80px;
  }
  #actionSec h3 {
    font-size: 14px;
    height: 120px;
    padding: 70px 0 0;
    margin: 0 0 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: top 25px center;
  }
  #actionSec h3 .number, #actionSec h3 br {
    display: none;
  }
  #actionSec .actionInner:nth-of-type(1) h3 {
    background-image: url("../images/number01_icon_white.png");
  }
  #actionSec .actionInner:nth-of-type(2) h3 {
    background-image: url("../images/number02_icon_white.png");
  }
  #actionSec .actionInner:nth-of-type(3) h3 {
    background-image: url("../images/number03_icon_white.png");
  }
  #actionSec .action {
    width: calc(85% / 2);
    margin-left: 5%;
    margin-bottom: 5%;
  }
  #actionSec .action .photoTitle {
    font-size: 10px;
    line-height: 18px;
    min-width: 50px;
    color: #FFF;
    text-align: center;
    padding: 0 7px;
    box-sizing: border-box;
  }
  #actionSec .action .photo img {
    width: 100%;
  }
  #actionSec .action .arrow {
    height: 25px;
    padding: 5px 0 0;
  }
  #actionSec .action .arrow img {
    width: 15px;
    height: auto;
  }
  #actionSec .action p.text {
    font-size: 10px;
    height: 70px;
    margin: 0 7.5%;
  }
  #actionSec .action .iconList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style-type: none;
    margin: 0 7.5% 7%;
  }
  #actionSec .action .iconList.jcredit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -8px 7.5% 7%;
  }
  #actionSec .action .iconList li {
    margin-left: 5px;
  }
  #actionSec .action .iconList li img {
    width: 25px;
    height: auto;
  }
  #actionSec .action .iconList.jcredit li:first-of-type {
    margin-left: 0;
  }
  #actionSec .action .iconList.jcredit li:first-of-type img {
    width: 40px;
    height: auto;
  }
}
/*---------------------- popupContainer ----------------------*/
.mfp-bg {
  background-color: #5A5A5A;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.popupContainer {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  height: 550px;
  background-color: #FFF;
  padding: 60px 130px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-ready .popupContainer {
  opacity: 1;
}
.popupContainer .photo {
  text-align: center;
  margin: 0 0 50px;
}
.popupContainer .photo img {
  display: block;
  margin: auto;
}
.popupContainer h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
.popupContainer p {
  letter-spacing: normal;
}
.popupContainer p.actionPlan {
  margin: 20px 0 0;
}
.popupContainer p.actionPlan a {
  color: #595FEB;
  text-decoration: underline;
}
.popupContainer p.actionPlan a:hover {
  text-decoration: none;
}
.popupContainer .mfp-close {
  display: none;
}
@media only screen and (min-width: 768px) {
  .popupContainer .popup-closeBtn {
    position: absolute;
    top: 28px;
    right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .popupContainer {
    margin: 0 15%;
    height: 520px;
    padding: 0;
  }
  .popupContainer .photo {
    margin: 0 0 30px;
  }
  .popupContainer .photo img {
    width: 100%;
  }
  .popupContainer h4 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 10% 10px;
  }
  .popupContainer p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 10%;
  }
  .popupContainer p.actionPlan {
    margin: 15px 10% 0 !important;
  }
  .popupContainer .popup-closeBtn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    text-align: center;
  }
  .popupContainer .popup-closeBtn img {
    width: 22px;
    height: auto;
  }
}