@charset "UTF-8";
/* Scss Document */
.page-title {
  font-size: 2.6875rem;
  line-height: 1.628;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 50px 30px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.375rem;
    line-height: 1.591;
    letter-spacing: 0.1em;
    margin: 0 30px 40px;
  }
}

#concept .concept-lead {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #concept .concept-lead {
    font-size: 1rem;
    line-height: 2.188;
    letter-spacing: 0;
  }
}
#concept .concept-wrap.even {
  background-color: rgba(217, 200, 159, 0.1);
}
#concept .concept-wrap .row {
  max-width: 1140px;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  #concept .concept-wrap .row {
    max-width: 1140px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 575px) {
  #concept .concept-wrap .row {
    padding: 15px 15px 20px;
  }
}
#concept .concept-wrap .row .year {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #concept .concept-wrap .row .year {
    font-size: 1.125rem;
    line-height: 1.667;
    margin-bottom: 10px;
  }
}
#concept .concept-wrap .row .month {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.375rem;
  font-weight: bold;
  /*line-height: 1.364;*/
  line-height: 2;
  letter-spacing: 0.05em;
  border-right: dashed 2px #d9c89f;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #concept .concept-wrap .row .month {
    font-size: 0.875rem;
    line-height: 2.143;
    padding-right: 10px;
    border-right: dashed 1px #d9c89f;
  }
}
#concept .concept-wrap .row .content {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #concept .concept-wrap .row .content {
    font-size: 0.875rem;
    line-height: 1.857;
    letter-spacing: 0;
    padding-left: 10px;
  }
}
#concept .concept-wrap .row .content a {
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 991px) {
  #concept .action-plan-wrap {
    padding: 0 15px;
  }
}
#concept .action-plan-wrap h2 {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 2.5rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  #concept .action-plan-wrap h2 {
    font-size: 1.375rem;
    line-height: 1.364;
    margin: 0;
  }
}
#concept .action-plan-wrap ul {
  list-style-type: none;
  padding: 0;
}
#concept .action-plan-wrap ul li {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0;
  border-bottom: solid 1px #333;
  display: table;
}
#concept .action-plan-wrap ul li::before {
  content: '▶︎';
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #concept .action-plan-wrap ul li {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
#concept .action-plan-wrap ul li a {
  text-decoration: none;
  color: #333;
}
#concept .action-plan-wrap p {
  font-size: 1.125rem;
  line-height: 1.667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #concept .action-plan-wrap p {
    font-size: 0.875rem;
    line-height: 2.143;
  }
}
#concept .plan-lead {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #concept .plan-lead {
    font-size: 0.875rem;
    line-height: 2.143;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  #concept .plan-wrap {
    padding: 0 15px;
  }
}
#concept .plan-wrap .title {
  font-size: 1.125rem;
  line-height: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap .title {
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0px;
  }
}
#concept .plan-wrap .target-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap .target-wrap {
    padding: 0 10px;
  }
}
#concept .plan-wrap .target-wrap .target-title {
  font-size: 1.125rem;
  line-height: 33px;
  margin: 30px 0;
  padding: 5px 15px;
  background-color: rgba(68, 175, 53, 0.07);
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap .target-wrap .target-title {
    font-size: 0.875rem;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
}
#concept .plan-wrap .target-wrap .measures-table {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
}
#concept .plan-wrap .target-wrap .measures-table .title {
  font-size: 1.125rem;
  display: table-cell;
  width: 15%;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap .target-wrap .measures-table .title {
    font-size: 0.875rem;
    line-height: 26px;
    display: block;
    width: 100%;
  }
}
#concept .plan-wrap .target-wrap .measures-table .text {
  font-size: 1.125rem;
  line-height: 33px;
  display: table-cell;
  width: 85%;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap .target-wrap .measures-table .text {
    font-size: 0.875rem;
    line-height: 26px;
    display: block;
    width: 100%;
  }
}
#concept .plan-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#concept .plan-wrap ul li {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li {
    padding-bottom: 10px;
  }
}
#concept .plan-wrap ul li.title {
  font-size: 1.125rem;
  line-height: 33px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li.title {
    line-height: 2.143;
  }
}
#concept .plan-wrap ul li.title.plan02 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li.title.plan02 {
    font-size: 1rem;
    font-feature-settings: "palt" 1;
  }
}
#concept .plan-wrap ul li.title.sub {
  font-size: 1.125rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li.title.sub {
    font-size: 1rem;
    line-height: 1.875;
  }
}
#concept .plan-wrap ul li.title.content {
  font-size: 1.125rem;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li.title.content {
    font-size: 0.875rem;
    line-height: 2.143;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul li.title.content.no-padding {
    padding-left: 0;
  }
}
#concept .plan-wrap ul .plan-table {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  width: 33%;
  padding-bottom: 0;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 1199px) {
  #concept .plan-wrap ul .plan-table {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul .plan-table {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
#concept .plan-wrap ul .plan-table .lead {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0em;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 0px 15px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul .plan-table .lead {
    font-size: 0.875rem;
    line-height: 2.857;
    padding: 0px 20px;
  }
}
#concept .plan-wrap ul .plan-table .lead.column1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul .plan-table .lead.column1 {
    width: 40%;
  }
}
#concept .plan-wrap ul .plan-table .lead.column2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap ul .plan-table .lead.column2 {
    width: 60%;
  }
}
#concept .plan-wrap hr {
  border-top: 0.5px #000 solid;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  #concept .plan-wrap hr {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}
@media screen and (max-width: 991px) {
  #concept .news-wrap {
    padding: 0 15px;
  }
}
#concept .news-wrap .news-lead {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #concept .news-wrap .news-lead {
    font-size: 1rem;
    line-height: 1.875;
  }
}

#sdgs {
  /*@include max-screen($md){
      padding: 0 10px;
  }*/
}
@media screen and (max-width: 767px) {
  #sdgs .main-goal-logo {
    padding-left: 15px;
  }
}
#sdgs .main-attack-text {
  font-size: 1.25rem;
  line-height: 33px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #sdgs .main-attack-text {
    font-size: 0.875rem;
    line-height: 26px;
    padding-left: 0;
    margin-top: 20px;
    padding: 0 15px;
  }
}
#sdgs .main-attack-text span {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sdgs .main-attack-text span {
    font-size: 1.125rem;
  }
}
#sdgs .attack-content {
  background-color: rgba(252, 195, 86, 0.07);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-content h2 {
    font-size: 1.25rem;
    padding-left: 15px;
  }
}
#sdgs .attack-wrap {
  background-color: #FFF;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap {
    padding: 15px;
    margin: 0 15px 30px;
  }
}
#sdgs .attack-wrap .goal-logo {
  /*margin-right: 30px;*/
}
#sdgs .attack-wrap .attack-text {
  font-size: 1.125rem;
  line-height: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap .attack-text {
    font-size: 0.875rem;
    line-height: 26px;
    padding-left: 0;
  }
}
#sdgs .attack-wrap .attack-text ul {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap .attack-text ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap .attack-text ul li {
    margin: 10px 0;
  }
}
#sdgs .attack-wrap .attack-text .attack-img-item {
  display: inline-block;
  width: 260px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap .attack-text .attack-img-item {
    width: 155px;
    padding: 5px;
  }
}
#sdgs .attack-wrap .attack-text .attack-img-item img {
  width: 100%;
}
#sdgs .attack-wrap .attack-text .attack-img-item span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #sdgs .attack-wrap .attack-text .attack-img-item span {
    font-size: 0.75rem;
  }
}
#sdgs .manifest-title {
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #44AF35;
  color: #FFF;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  #sdgs .manifest-title {
    font-size: 1.125rem;
  }
}
