@charset "utf-8";

/*
  File Name   : sdgs.css
  Description : コンテンツエリア関係 他
*/

/* lay-main
============================================================ */
#lay-main {
  background-color: #f5f6f9;
  padding: 0 0 276px;
  box-sizing: border-box;
}

/* section-base.-textonly
============================================================ */
.section-base.-textonly {
  padding: 100px 0 90px;
  background-color: #fff;
}
.section-base.-textonly .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ea7567;
  text-align: center;
}
.section-base.-textonly .text {
  margin: 30px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-base.-textonly {
    padding: 90px 0 90px;
  }
  .section-base.-textonly .title {
    font-size: 16px;
  }
  .section-base.-textonly .text {
    margin: 20px 0 0;
  }
}

/* catch-wrap
============================================================ */
.catch-wrap {
  text-align: center;
  padding: 0 0 80px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.catch-wrap .title {
  max-width: 800px;
  margin: 0 auto;
}
.catch-wrap .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  color: #8ea8a8;
  margin-top: 80px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .catch-wrap {
    padding: 0 0 80px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }
  .catch-wrap .title {
    max-width: 300px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .catch-wrap .text {
    font-size: 15px;
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* com-issues
============================================================ */
.com-issues {
  margin-top: 120px;
}
.com-issues .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #959595;
  border: 5px solid #b2b2b2;
  box-sizing: border-box;
}
.com-issues.sdgs-1 .title-wrap {
  background: #30a3bc;
  border-color: #30a3bc;
}
.com-issues.sdgs-2 .title-wrap {
  background: #f26d3e;
  border-color: #f26d3e;
}
.com-issues.sdgs-3 .title-wrap {
  background: #60b155;
  border-color: #60b155;
}
.com-issues.sdgs-4 .title-wrap {
  background: #e3a527;
  border-color: #e3a527;
}
.com-issues.sdgs-5 .title-wrap {
  background: #e363a2;
  border-color: #e363a2;
}
.com-issues.sdgs-6 .title-wrap {
  background: #3e4993;
  border-color: #3e4993;
}
.com-issues .title-wrap .title {
  padding: 17px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.com-issues .title-wrap .sdgs-list {
  display: flex;
  padding: 12px 12px;
  background: #fff;
}
.com-issues .title-wrap .sdgs-list li {
  width: 70px;
  margin-right: 5px;
}
.com-issues .title-wrap .sdgs-list li:last-child {
  margin-right: 0;
}
.com-issues .title-wrap .sdgs-list li img {
  width: 100%;
  height: auto;
}
.com-issues > .msg {
  margin-top: 30px;
  line-height: 2.6;
  /* letter-spacing: -1px; */
}
.com-issues .body-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.com-issues .body-wrap .body {
  width: calc(100% - 38.4% - 65px);
}
.com-issues .body-wrap .body section {
  margin-top: 50px;
}
.com-issues .body-wrap .body section:first-child {
  margin-top: 5px;
}
.com-issues .body-wrap .body section .title {
  font-size: 1.2em;
  font-weight: bold;
  /* letter-spacing: -1px; */
}
.com-issues .body-wrap .body section .msg {
  /* margin-top: 25px; */
  line-height: 2.6;
  /* letter-spacing: -1px; */
  text-align: justify;
}
.com-issues .body-wrap .img {
  width: 38.4%;
}
.com-issues .body-wrap .img img {
  width: 100%;
  height: auto;
}

.desc-flex-wrap {
  display: flex;
  margin-top: 60px;
}
.desc-flex-wrap .img-block {
  width: 500px;
}
.desc-flex-wrap .text-block {
  width: 700px;
  padding-left: 60px;
  box-sizing: border-box;
}
.desc-flex-wrap .text-block .btn {
  width: 128px;
  margin-top: 46px;
}
.desc-flex-wrap .text-block .btn a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: block;
  position: relative;
  padding-bottom: 22px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.desc-flex-wrap .text-block .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 12px;
  background: url(../img/common/icon-blank-bk.png) 0 0 no-repeat;
  background-size: 14px auto;
}
.desc-flex-wrap .text-block .btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  height: 1px;
  background-color: #000;
}
.desc-flex-wrap .text-block .btn a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .com-issues {
    margin-top: 35px;
  }
  .com-issues .title-wrap {
    border-width: 5px;
  }
  .com-issues .title-wrap .title {
    padding: 7px 5px 7px 15px;
    font-size: 1.2em;
  }
  .com-issues .title-wrap .sdgs-list {
    padding: 7px 7px;
  }
  .com-issues .title-wrap .sdgs-list li {
    margin-right: 6px;
    width: 60px;
  }
  .com-issues .title-wrap .sdgs-list li img {
    width: 60px;
  }
  .com-issues > .msg {
    margin-top: 20px;
  }
  .com-issues .body-wrap {
    display: block;
    margin-top: 30px;
  }
  .com-issues .body-wrap .body {
    width: 100%;
  }
  .com-issues .body-wrap .body section {
    margin-top: 25px;
  }
  .com-issues .body-wrap .body section:first-child {
    margin-top: 0;
  }
  .com-issues .body-wrap .body section .msg {
    margin-top: 15px;
  }
  .com-issues .body-wrap .img {
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
  .com-issues .body-wrap .img img {
    width: auto;
  }

  .desc-flex-wrap {
    display: block;
    margin-top: 30px;
  }
  .desc-flex-wrap .img-block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .desc-flex-wrap .text-block {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .desc-flex-wrap .text-block .btn {
    width: 128px;
    margin: 0 auto;
    margin-top: 46px;
  }
  .desc-flex-wrap .text-block .btn a {
    font-size: 14px;
    padding-bottom: 22px;
    -webkit-transition: none;
    transition: none;
  }
  .desc-flex-wrap .text-block .btn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 12px;
    background: url(../img/common/icon-blank-bk.png) 0 0 no-repeat;
    background-size: 14px auto;
  }
  .desc-flex-wrap .text-block .btn a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 128px;
    height: 1px;
    background-color: #000;
  }
  .desc-flex-wrap .text-block .btn a:hover {
    text-decoration: none;
    opacity: .7;
  }
}
@media screen and (max-width: 481px) {
  .com-issues {
    margin-top: 50px;
  }
  .com-issues .title-wrap {
    display: block;
  }
  .com-issues .title-wrap .title {
    padding: 12px 15px;
  }
}

/* section-basic-policy
============================================================ */
.section-basic-policy {
  margin-top: 5px;
}
.section-basic-policy > div > .title {
  font-size: 1.666667em;
  font-weight: bold;
  text-align: center;
  /* letter-spacing: -1px; */
}
.section-basic-policy > div > .msg {
  margin-top: 100px;
  padding-top: 135px;
  font-size: 2em;
  font-weight: bold;
  color: #6ca9db;
  background: url(../img/sustainability/sustainability-sdgs-logo.png) no-repeat center top;
  text-align: center;
  letter-spacing: -2px;
}
.section-basic-policy .sub-section-sustainability {
  margin-top: 55px;
  background: #f4f7fa;
  padding: 100px 95px 125px;
}
.section-basic-policy .sub-section-sustainability .title {
  font-size: 1.33333em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -2px;
}
.section-basic-policy .sub-section-sustainability .msg {
  margin-top: 35px;
  text-align: justify;
  line-height: 2.6;
  /* letter-spacing: -1px; */
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-basic-policy > div > .msg {
    margin-top: 60px;
    padding-top: 110px;
    background-size: 75px auto;
  }
  .section-basic-policy .sub-section-sustainability {
    margin-top: 35px;
    padding: 50px 35px 55px;
  }
  .section-basic-policy .sub-section-sustainability .msg {
    margin-top: 25px;
  }
}
@media screen and (max-width: 481px) {
  .section-basic-policy > div > .msg {
    font-size: 1.33333em;
  }
}

/* section-issues
============================================================ */
.section-issues {
  margin-top: 160px;
  margin-bottom: 200px;
}
.section-issues > div > .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -40px;
  /* letter-spacing: -1px; */
}
/* sub-section-solution */
.section-issues .sub-section-solution {
  margin-top: 190px;
  background: #fff8e2;
  padding: 75px 100px 70px;
}
.section-issues .sub-section-solution .title {
  position: relative;
  padding: 20px 10px;
  color: #fff;
  background: #f0b31a;
  font-size: 1.33333em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  /* letter-spacing: -1px; */
}
.section-issues .sub-section-solution .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -5px;
  border-top: 5px solid #f0b31a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-issues .sub-section-solution .title br {
  display: none;
}
.section-issues .sub-section-solution .msg {
  margin-top: 25px;
  text-align: justify;
  line-height: 2.6;
  /* letter-spacing: -1px; */
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-issues {
    margin-top: 75px;
    margin-bottom: 100px;
  }
  .section-issues > div > .title {
    margin-bottom: 50px;
    font-size: 16px;
  }
  /* sub-section-solution */
  .section-issues .sub-section-solution {
    margin-top: 65px;
    padding: 45px 35px 40px;
  }
  .section-issues .sub-section-solution .title {
    padding: 15px 10px;
  }
  .section-issues .sub-section-solution .msg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  /* sub-section-solution */
  .section-issues .sub-section-solution .title br {
    display: inherit;
  }
}

/* footer-activity-link
============================================================ */
.footer-activity-link {
  margin-top: 160px;
  padding: 100px 0;
  background: #f4f7fa;
}
.footer-activity-link .btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-activity-link .btn-wrap .btn {
  position: relative;
  width: 100%;
  padding: 68px 20px;
  color: #5da3dd;
  background: #fff;
  border: 4px solid #5da3dd;
  font-size: 1.466666em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: -2px;
  box-sizing: border-box;
}
.footer-activity-link .btn-wrap .btn:hover {
  opacity: .7;
}
.footer-activity-link .btn-wrap .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 33px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-S-right-bl.png) no-repeat center center;
  background-size: 9px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-activity-link .btn-wrap .btn br {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .footer-activity-link {
    margin-top: 100px;
    padding: 50px 0;
  }
  .footer-activity-link .btn-wrap .btn {
    padding: 38px 10px;
    font-size: 1.33333em;
  }
  .footer-activity-link .btn-wrap .btn::after {
    right: 18px;
  }
}
@media screen and (max-width: 481px) {
  .footer-activity-link .btn-wrap .btn {
    font-size: 1.2em;
  }
  .footer-activity-link .btn-wrap .btn br {
    display: inherit;
  }
}

/* section-activity-issues
============================================================ */
.section-activity-issues {
  margin-top: 0;
  margin-bottom: 120px;
}
.section-activity-issues:first-child {
  margin-top: 0;
}
.section-activity-issues:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-activity-issues {
    margin-bottom: 60px;
  }
}


