.sdgs-common {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 255, 232, 0.5788909314) 100%);
}
.sdgs-common .collab01-txt {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs-common .collab01-txt {
    padding: 0 10px;
    text-align: left;
  }
}
.sdgs-common .sdgs-btn-link {
  text-align: center;
  padding: 2em 0 5em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-common .sdgs-btn-link {
    padding: 30px 0 115px;
  }
}
.sdgs-common .sdgs-btn-link a {
  padding: 49px 2em 20px;
  border: 1px solid #2E9648;
  border-radius: 50px;
  background: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.26);
}
@media print, screen and (min-width: 768px) {
  .sdgs-common .sdgs-btn-link a {
    padding: 49px 264px 20px;
    display: inline-block;
    width: inherit;
    transition: 0.3s all;
  }
  .sdgs-common .sdgs-btn-link a:hover {
    opacity: 0.8;
  }
}
.sdgs-common .sdgs-btn-link a span {
  color: #2E9648;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: relative;
}
.sdgs-common .sdgs-btn-link a span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../../..//sdgs/img/common/mail.svg") center top no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sdgs-common ul.list-box-02-list {
  justify-content: space-between;
}
.sdgs-common ul.list-box-02-list li.list-box-02-item {
  width: 100%;
  margin: 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-common ul.list-box-02-list li.list-box-02-item {
    width: 33%;
    margin: 0;
  }
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 {
  width: 100%;
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb .pc-only {
  display: none;
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb .sp-only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb .pc-only {
    display: block;
  }
  .sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .thumb .sp-only {
    display: none;
  }
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title {
  font-family: "Noto Sans JP", sans-serif;
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  position: relative;
}
.sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title span::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../../../sdgs/img/common/arrow.svg") right center no-repeat;
  background-size: 100%;
  width: 6px;
  height: 10px;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 768px) {
  .sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title span::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-common ul.list-box-02-list li.list-box-02-item .list-box-02 .body .title span {
    font-size: 16px;
  }
}

main {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.sdgs-title-wrap {
  background: #fff;
  background: linear-gradient(180deg, rgb(244, 255, 232) 0%, rgb(255, 255, 255) 100%);
}
.sdgs-title-wrap .sdgs-title-image img {
  width: 100%;
}
.sdgs-title-wrap .sdgs-title-block h1 {
  text-align: center;
  letter-spacing: 1.4px;
  margin: 1.6em 0;
}
.sdgs-title-wrap .sdgs-title-block h1 .jp {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap .sdgs-title-block h1 .jp {
    font-size: 35px;
  }
}
.sdgs-title-wrap .sdgs-title-block h1 em {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #2E9648;
  font-weight: 600;
  font-size: 1.1em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap .sdgs-title-block h1 em {
    font-size: 51px;
  }
}
.sdgs-title-wrap .sdgs-title-block h1 .sub {
  font-size: 0.5em;
  display: block;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap .sdgs-title-block h1 .sub {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.4px;
  }
}

.sdgs-lead {
  text-align: center;
  margin: 0 0 5em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-lead {
    margin: 0 0 93px;
  }
}
.sdgs-lead dt {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-lead dt {
    font-size: 26px;
  }
}
.sdgs-lead dt span {
  border-bottom: 3px dotted #ABD176;
  padding: 0 0 15px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .sdgs-lead dt span {
    display: inline;
  }
}
.sdgs-lead dd {
  font-size: 1em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sdgs-lead dd {
    font-size: 16px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 255, 232, 0.5788909314) 50%, rgb(255, 255, 255) 100%);
  }
}
.sdgs-contents-wrap .sdgs-contents {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sdgs-contents-wrap .sdgs-contents .sp-only img {
  display: block;
  width: 95%;
  margin: 2em 0 1.5em auto;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents .w450 {
    width: 42%;
    position: absolute;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-contents-wrap .sdgs-contents .w450 {
    width: 400px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sdgs-contents-wrap .sdgs-contents .w450 {
    width: 450px;
  }
}
.sdgs-contents-wrap .sdgs-contents .w450 h2 {
  line-height: 1.4;
}
.sdgs-contents-wrap .sdgs-contents .w450 h2 span {
  font-size: 0.95em;
  font-family: "Shippori Mincho", serif;
  color: #2E9648;
  font-weight: 600;
  background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
  background-size: 27px;
  padding: 0 0 0 1.8em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents .w450 h2 span {
    font-size: 30px;
    background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
    background-size: 39px;
    padding: 10px 0 10px 55px;
    display: inline-block;
  }
}
.sdgs-contents-wrap .sdgs-contents .w450 p {
  margin-top: 1em;
  border-top: 3px dotted #ABD176;
  padding: 25px 0 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents .w450 p {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents01 {
    background: url("../../../sdgs/img/top/img01.png") left center no-repeat;
    background-size: 100%;
    min-height: 632px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents01 .w450 {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-contents-wrap .sdgs-contents.contents01 .w450 {
    padding-left: 30px;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents02 .sp-only img {
  margin: 2em auto 1.5em 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents02 {
    background: url("../../../sdgs/img/top/img02.png") left center no-repeat;
    background-size: 100%;
    min-height: 487px;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents02 .w450 {
  padding-left: 0;
  right: 50px;
  bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents02 .w450 {
    padding-left: 0;
    right: 0;
    bottom: 40px;
    padding-right: 20px;
    width: 45%;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-contents-wrap .sdgs-contents.contents02 .w450 {
    padding-right: 30px;
    width: 475px;
    right: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .sdgs-contents-wrap .sdgs-contents.contents02 .w450 {
    right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents02 .w450 h2 {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents03 {
    background: url("../../../sdgs/img/top/img03.png") left center no-repeat;
    background-size: 100%;
    min-height: 580px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents03 .w450 {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-contents-wrap .sdgs-contents.contents03 .w450 {
    padding-left: 30px;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents03 .w450 h2 span {
  display: inline-block;
  background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
  background-size: 27px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents03 .w450 h2 span {
    background: url("../../../sdgs/img/common/tit_icon.svg") left top 13px no-repeat;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents03 .w450 p {
  margin: 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents03 .w450 p {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents04 .container {
    width: 95%;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents04 h2 span {
  font-size: 0.95em;
  font-family: "Shippori Mincho", serif;
  color: #2E9648;
  font-weight: 600;
  background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
  background-size: 27px;
  padding: 0 0 0 1.8em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents04 h2 span {
    font-size: 30px;
    background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
    background-size: 39px;
    padding: 15px 0 15px 55px;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents04 p {
  border-top: 3px dotted #ABD176;
  padding: 25px 0 0;
  margin: 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents04 p {
    margin: 1em 0 0;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents04 .philosophy-img {
  text-align: center;
  border-top: none;
  margin: 2em 0 0;
}
.sdgs-contents-wrap .sdgs-contents.contents04 .philosophy-img .sp-only {
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents04 .philosophy-img .pc-only {
    width: 70%;
  }
}

.sdgs-works {
  margin: 5em 0 5em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-works {
    margin: 7em 0 7em;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container {
    width: 90%;
    margin: 0 auto;
  }
}
.sdgs-works .container .sdgs-icon {
  text-align: center;
}
.sdgs-works .container .sdgs-icon img.sp-only {
  width: 37%;
}
.sdgs-works .container dl {
  margin: 5em 0 3em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5em 0;
  }
}
.sdgs-works .container dl dt {
  text-align: center;
  margin: 0 0 3.5em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container dl dt {
    width: 30%;
    margin: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-works .container dl dt {
    width: 23%;
    margin: 0;
  }
}
.sdgs-works .container dl dt span {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  color: #0D9DD9;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container dl dt span {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-works .container dl dt span {
    font-size: 30px;
  }
}
.sdgs-works .container dl dt span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #A3D7EB;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container dl dt span::before {
    width: 144px;
    height: 144px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-works .container dl dd {
    width: 70%;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-works .container dl dd {
    width: 75%;
  }
}
.sdgs-works .container .sdgs-kozai-works {
  text-align: center;
}
.sdgs-works .container .sdgs-kozai-works img {
  width: 100%;
}

.sdgs-flow {
  text-align: center;
  margin: 1em auto 5em;
  max-width: 1170px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-flow {
    margin: 1em auto 7em;
  }
}
.sdgs-flow .flow-img {
  text-align: center;
}
.sdgs-flow .flow-img .sp-only {
  width: 95%;
}
@media print, screen and (min-width: 768px) {
  .sdgs-flow .flow-img {
    width: 90%;
    margin: 0 auto;
  }
}

.sdgs-title-wrap.sdgs-page {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page {
    min-height: 500px;
    margin: 0 0 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page::after {
    display: block;
    position: absolute;
    content: "";
    width: 70%;
    height: 260px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    z-index: 10;
    padding: 40px 20px;
    width: 95%;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-sub-title {
  margin: -0.75em 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-sub-title {
    position: absolute;
    top: -55px;
    margin: inherit;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-sub-title span {
  font-size: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #2E9648;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 5px 20px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-sub-title span {
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block {
  padding: 0;
  margin: -2em 0 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block {
    margin: 0;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 {
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 {
    text-align: left;
    margin: 0 auto;
    padding-left: 0;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 .jp {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 .jp {
    font-size: 28px;
    padding: 0 0 10px;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #2E9648;
  font-weight: 600;
  font-size: 1.3em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em {
    font-size: 49px;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em small {
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em small {
    font-size: 35px;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em small.title-sm {
  font-size: 0.6em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-block h2 em small.title-sm {
    font-size: 0.4em;
  }
}
.sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-lead {
  font-size: 1em;
  display: block;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page .sdgs-title-text .sdgs-title-lead {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 1em;
    text-align: left;
  }
}

.sdgs-contents-wrap.no-bg {
  background: none;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents-col1 .container {
    width: 95%;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents-col1 .w450 {
  width: 100%;
  position: inherit;
}
.sdgs-contents-wrap .sdgs-contents.contents-col1 .w450 h2 span {
  font-size: 0.9em;
  display: inline-block;
  background: url(../../../sdgs/img/common/tit_icon.svg) left top 1px no-repeat;
  background-size: 27px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents-col1 .w450 h2 span {
    font-size: 30px;
    background: url(../../../sdgs/img/common/tit_icon.svg) left top 10px no-repeat;
    background-size: 39px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents-col2 .container {
    width: 95%;
  }
}
.sdgs-contents-wrap .sdgs-contents.contents-col2 .w450 h2 span {
  font-size: 0.9em;
  display: inline-block;
  background: url(../../../sdgs/img/common/tit_icon.svg) left top 1px no-repeat;
  background-size: 27px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.contents-col2 .w450 h2 span {
    font-size: 30px;
    background: url(../../../sdgs/img/common/tit_icon.svg) left top 10px no-repeat;
    background-size: 39px;
  }
}

.sdgs-contents-wrap .sdgs-contents.moqgs-movie {
  margin: 3em auto 3em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs-movie {
    text-align: center;
    margin: 0 auto 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs01 {
    background: url(../../../sdgs/img/moqgs/img01.png) left center no-repeat;
    background-size: 100%;
    min-height: 557px;
    margin: 0 auto 4em;
  }
}
.sdgs-contents-wrap .sdgs-contents.moqgs02 {
  margin: 0 auto 4.5em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs02 {
    margin: 0 auto 8em;
  }
}
.sdgs-contents-wrap .sdgs-contents.moqgs02 .sp-only img {
  margin: 2em auto 1.5em 0;
}
.sdgs-contents-wrap .sdgs-contents.moqgs03 {
  margin: 0 auto 5em;
}
.sdgs-contents-wrap .sdgs-contents.moqgs04 {
  margin: 0 auto 5em;
}
.sdgs-contents-wrap .sdgs-contents.moqgs04 h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs04 h2 {
    font-size: 30px;
  }
}
.sdgs-contents-wrap .sdgs-contents.moqgs04 .moqgs-spirit {
  text-align: center;
  margin: 3em auto 2em;
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs04 .moqgs-spirit {
    width: 50%;
    margin: 3em auto 4em;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs-contents-wrap .sdgs-contents.moqgs04 .moqgs-spirit-txt {
    text-align: center;
  }
}

.moqgs-lineup .container {
  width: 95%;
}
.moqgs-lineup .container h2 {
  font-size: 1.1em;
  color: #2E9648;
  text-align: center;
  padding: 15px 0;
  background: #D7DE37;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  .moqgs-lineup .container h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .moqgs-lineup .container .acms-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.moqgs-lineup .container .acms-grid .acms-admin-col-md-3 {
  width: 80%;
}
@media print, screen and (min-width: 768px) {
  .moqgs-lineup .container .acms-grid .acms-admin-col-md-3 {
    padding: 0 30px;
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .moqgs-lineup .container .acms-grid .acms-admin-col-md-3 {
    float: none;
    margin: 0 auto;
  }
}
.moqgs-lineup .container .acms-grid .acms-admin-col-md-3 .list-box-01 {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .moqgs-lineup .container .acms-grid .acms-admin-col-md-3 .list-box-01 a {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.moqgs-lineup .container .acms-grid .acms-admin-col-md-3 .list-box-01 a .body {
  padding: 20% 10px 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.moqgs-lineup .container .acms-grid .acms-admin-col-md-3 .list-box-01 a .body .title {
  font-size: 18px;
  font-weight: normal;
}
.moqgs-lineup .container .acms-grid .acms-admin-col-md-3 .list-box-01 .works-description {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .sdgs-title-wrap.sdgs-page.collab {
    min-height: 640px;
  }
}
.sdgs-title-wrap.sdgs-page.collab::after {
  bottom: 11px;
  height: 393px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
  width: 90%;
}

@media screen and (max-width: 767px) {
  .collab01 .container {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .collab01 .container {
    margin: -8em auto 0;
    position: relative;
  }
}
.collab01 .container .collab01-txt {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .collab01 .container .collab01-txt {
    padding: 0 10px;
    text-align: left;
  }
}

.collab-case {
  font-family: "Noto Sans JP", sans-serif;
}
.collab-case .collab-case-title {
  background: #D7DE37;
  color: #2E9648;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 2em;
  margin-top: 4em;
}
.collab-case .collab-case-title .en {
  display: inline-block;
  text-shadow: -4px 0 0 #D7DE37, 0 -4px 0 #D7DE37, -4px -4px 0 #D7DE37, -4px 4px 0 #D7DE37, 4px -4px 0 #D7DE37, 4px 4px 0 #D7DE37, 4px 0 0 #D7DE37, 0 4px 0 #D7DE37;
  font-weight: 900;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.collab-case .collab-case-title .jp {
  display: block;
}
.collab-case .case > h3 {
  line-height: 1.4;
}
.collab-case .case > h3 span {
  font-size: 0.95em;
  font-family: "Shippori Mincho", serif;
  color: #2E9648;
  font-weight: 600;
  background: url("../../../sdgs/img/common/tit_icon.svg") left center no-repeat;
  background-size: 27px;
  padding: 0 0 0 1.8em;
}
@media print, screen and (min-width: 768px) {
  .collab-case .case > h3 span {
    font-size: 30px;
    background-size: 39px;
    padding: 10px 0 10px 55px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .collab-case .case > h3 .pc-only {
    display: none;
  }
}
.collab-case .case .ex-link-wrap {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .collab-case .case .ex-link-wrap {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.collab-case .case .ex-link-wrap a {
  padding: 0 1em 0 0;
  background: url("../../../sdgs/img/common/ico_external.png") no-repeat right center/10px auto;
  font-size: 0.875em;
  color: currentColor;
  text-decoration: underline;
  transition: all 0.3s;
}
.collab-case .case .ex-link-wrap a:hover {
  text-decoration: none;
}
.collab-case .case .summary-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 2em 1em 4em;
}
.collab-case .case .summary-image dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.collab-case .case .summary-image dl dt {
  order: 2;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .collab-case .case .summary-image dl dt {
    text-align: left;
    padding: 0 1em;
  }
}
.collab-case .case .summary-image dl dd {
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .collab-case .case .summary-image dl:nth-of-type(1) img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.collab-case .case .summary-image dl:nth-of-type(2) img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .collab-case .case .summary-image {
    margin: 2em 0 4em -10px;
  }
}
.collab-case .case .station-wood .station-wood-title {
  background: url("../../../sdgs/img/collab/sw_tit_bg.png") no-repeat top center/100% auto;
  text-align: center;
  padding: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .collab-case .case .station-wood .station-wood-title {
    background: url("../../../sdgs/img/collab/sw_tit_bg_sp.png") no-repeat top center/100% auto;
  }
}
.collab-case .case .station-wood .station-wood-title h3 {
  margin: 0;
}
.collab-case .case .station-wood .station-wood-title h3 span {
  display: block;
}
.collab-case .case .station-wood .station-wood-title h3 .en {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 25px;
}
.collab-case .case .station-wood .station-wood-title h3 .jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .collab-case .case .station-wood .station-wood-title p {
    text-align: left;
  }
}
.collab-case .case .station-wood .beforeAfter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  position: relative;
}
.collab-case .case .station-wood .beforeAfter::after {
  display: block;
  content: "";
  border: 25px solid transparent;
  border-left-color: #2E9648;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10px, 0) scaleY(80%);
}
@media screen and (max-width: 767px) {
  .collab-case .case .station-wood .beforeAfter {
    gap: 9vw;
  }
  .collab-case .case .station-wood .beforeAfter::after {
    transform: translate(-7px, -10px) scaleY(80%);
    border-width: 15px;
  }
}
.collab-case .case .station-wood .beforeAfter dl dt {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
}
.collab-case .case .station-wood .beforeAfter dl dd {
  font-size: 12px;
}
.collab-case .case .station-wood .beforeAfter dl dd.image {
  margin: 10px 0;
}
.collab-case .case .sdgs-btn-link {
  text-align: center;
  padding: 3em 0 1em;
}
@media print, screen and (min-width: 768px) {
  .collab-case .case .sdgs-btn-link {
    padding: 115px 0;
  }
}
.collab-case .case .sdgs-btn-link a {
  padding: 20px 2em;
  border: 1px solid #2E9648;
  border-radius: 50px;
  background: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.26);
  color: #2E9648;
}
@media print, screen and (min-width: 768px) {
  .collab-case .case .sdgs-btn-link a {
    padding: 20px 5em;
    display: inline-block;
    width: inherit;
    transition: 0.3s all;
  }
  .collab-case .case .sdgs-btn-link a:hover {
    opacity: 0.8;
  }
}
.collab-case .case .sdgs-btn-link a span::before {
  content: none;
}

.sdgs-bnr .bnrList {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0 auto 5em;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .sdgs-bnr .bnrList {
    margin: 0 auto 7em;
    width: 59.5%;
  }
}

/*# sourceMappingURL=sdgs.css.map */
