@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');

/* sdgs */
/* -------------------------------------------------- */

.sdgs {
  background: url("../../sdgs/img/back.jpg") no-repeat center center / cover;
}
@media (max-width:767px) {
  .sdgs {
    background: url("../../sdgs/img/back_sp.jpg") no-repeat center center / cover;
  }
}
.pagetitle_back_white {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: rgba(255,255,255,0.7);
  text-align: center;
	transform: translateY(-50%);
  padding: 17px 25px 25px 25px;
  font-family: 'Noto Serif JP', serif;
}
.pagetitle_back_white h1 {
  color: black;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 150%;
	text-align: center;
  margin-bottom: 10px;
}
.pagetitle_back_white p {
  color: black;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: 0.1em;
	line-height: 150%;
	text-align: center;
}
@media (max-width:1024px) {
  .pagetitle_back_white {
    padding: 15px 25px 25px 25px;
  }
  .pagetitle_back_white h1 {
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 10px;
  }
  .pagetitle_back_white p {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.sdgs_hading01 {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 4px solid #006335;
  font-size: 32px;
  line-height: 150%;
  font-weight: 600;
  color: black;
  text-align: center;
}
@media (max-width:767px) {
  .pagetitle_back_white {
    padding: 10px 25px 20px 25px;
  }
  .pagetitle_back_white h1 {
    margin-bottom: 25px;
  }
  .sdgs_hading01 {
    font-size: 26px;
  }
}

/* sdgs01 */

#sdgs01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 50px 0 50px;
}
#sdgs01 .text01 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 200%;
}
#sdgs01 .sdgs_btn01 {
  margin-top: 25px;
}
#sdgs01 .sdgs_btn01 a {
  display: block;
  border: 4px solid #006335;
  border-radius: 10px;
  text-align: center;
}
#sdgs01 .sdgs_btn01 a p:nth-of-type(1) {
  border-radius: 4px 4px 0 0;
  padding: 10px;
  background: #006335;
  color: white;  
}
#sdgs01 .sdgs_btn01 a p:nth-of-type(1) span:nth-of-type(1) img {
  width: 325px;
  margin-right: 10px;
  vertical-align: middle;
}
#sdgs01 .sdgs_btn01 a p:nth-of-type(1) span:nth-of-type(2) {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
  line-height: 200%;
}
#sdgs01 .sdgs_btn01 a p:nth-of-type(2) {
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width:767px) {
  #sdgs01 {
    padding: 0 25px;
  }
  #sdgs01 .text01 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 16px;
  }
  #sdgs01 .text01 br {
    display: none;
  }
  #sdgs01 .sdgs_btn01 a p:nth-of-type(1) span:nth-of-type(1) img {
    width: 250px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
  }
  #sdgs01 .sdgs_btn01 a p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 100%;
  }
  #sdgs01 .sdgs_btn01 a p:nth-of-type(2) {
    font-size: 16px;
  }
}

/* sdgs02 */

#sdgs02 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  margin-top: 100px;
}
#sdgs02 .text01 {
  text-align: center;
  margin: 50px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 200%;
}
.sdgs_btn02 a {
  width: 240px;
  display: block;
  margin: 25px auto 0 auto;
  padding: 15px;
  background: #006335;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: white;
}
@media (max-width:767px) {
  #sdgs02 {
    margin-top: 75px;
    padding: 0 25px;
  }
  #sdgs02 .text01 {
    font-size: 16px;
  }
}

/* sdgs03 */

#sdgs03 {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 50px;
}
#sdgs03 .text01 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 200%;
}
#sdgs03 .text02 {
  margin-top: 25px;
  background: #006335;
  border-radius: 10px;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sdgs03 .text02 h2 {
  width: 375px;
  color: white;
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 175%;
}
#sdgs03 .text02 div {
  width: calc(100% - 375px);
  background: #E5F0EC;
  padding: 15px 50px;
  border-radius: 6px;
}
#sdgs03 .text02 div dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 175%;
}
#sdgs03 .text02 div dt {
  width: 125px;
  padding: 3px 0;
  color: #006335;
}
#sdgs03 .text02 div dd {
  width: calc(100% - 125px);
  padding: 3px 0;
}
#sdgs03 #sdgs_store_photo {
  list-style: none;
  margin-bottom: 50px;
}
#sdgs03 .text03 {
  text-align: center;
  margin-top: 50px;
}
#sdgs03 .text03 div {
  display: inline-block;
  margin: 0 auto;
  padding: 25px 50px;
  border: 3px solid #006335;
}
#sdgs03 .text03 div p:nth-of-type(1) {
  font-size: 26px;
  font-weight: 600;
  color: #006335;
}
#sdgs03 .text03 div p:nth-of-type(2) {
  margin-top: 10px;
}
#sdgs03 .text04 {
  margin-top: 25px;
  text-align: center;
}
.sdgs_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 50px;
}
.sdgs_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width:1024px) {
  #sdgs03 {
    margin-top: 50px;
    padding: 0 25px;
  }
  #sdgs03 .text02 {
    width: 100%;
    border-radius: 10px;
    padding: 15px 25px;
    display: block;
  }
  #sdgs03 .text02 h2 {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px 0 ;
  }
  #sdgs03 .text02 div {
    width: 100%;
    padding: 10px 25px;
  }
}
@media (min-width:769px) {
  #sdgs03 #sdgs_store_photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sdgs03 #sdgs_store_photo li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2%;
  }
  #sdgs03 #sdgs_store_photo li:nth-of-type(n + 2){
    width: 32%;
  }
}
@media (max-width:768px) {
  #sdgs03 .text02 {
    width: 100%;
    border-radius: 10px;
    padding: 15px 25px;
    display: block;
  }
  #sdgs03 .text01 {
    font-size: 16px;
  }
  #sdgs03 .text02 h2 {
    font-size: 18px;
  }
  #sdgs03 .text02 div {
    width: 100%;
    padding: 25px 25px;
  }
  #sdgs03 .text02 div dl {
    display: block;
    text-align: center;
  }
  #sdgs03 .text02 div dt {
    width: 100%;
    padding: 0;
  }
  #sdgs03 .text02 div dt:nth-child(n + 2) {
    margin-top: 25px;
  }
  #sdgs03 .text02 div dd {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
  }
  #sdgs03 #sdgs_store_photo li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #sdgs03 .text03 div {
    padding: 25px 25px;
  }
  #sdgs03 .text03 div p:nth-of-type(1) {
    font-size: 18px;
  }
}

/* sdgs04 */

#sdgs04 {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 50px 100px 50px;
}
#sdgs04 .text01 {
  font-size: 20px;
  font-weight: 600;
}
#sdgs04 ul.text01 {
  list-style: none;
}
#sdgs04 ul.text01 li {
  margin: -4% 0;
}
#sdgs04 .text02 {
  font-size: 26px;
  color: #006335;
  font-weight: 600;
  margin-top: 75px;
  text-align: center;
}
@media (max-width:767px) {
  #sdgs04 {
    margin-top: 75px;
    padding: 0 25px 75px 25px;
  }
  #sdgs04 .text01 {
    text-align: center;
    margin-bottom: 25px;
  }
  #sdgs04 .text02 {
    margin-top: 50px;
    font-size: 18px;
  }
  #sdgs04 .sdgs_img01 {
    max-width: 600px;
    margin: 0 auto 75px auto;
  }
}
.sdgs_caption {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
}
