header .inner nav ul li {
  padding: 0 7px;
}
footer .sitemap .inner ul li {
  padding: 0 7px;
  font-size: 1.3rem;
}
.-box-top{
  padding: 160px 30px;
  position: relative;
}
.-box-top::before{
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  left: -30px;
  z-index: -1;
}
.-box-top::after{
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  left: -30px;
  background: #4C663D;
  opacity: .4;
}
.-box-top .texts{
  position: relative;
  text-align: center;
  z-index: 1;
}
.-box-top .title{
  font-size: 4rem;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #fff;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  max-width: 420px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.-box-top .title-en{
  color: #EC2C26;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 0 0 20px;
}
.-box-top .text{
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
}
/* TAB */
@media screen and (max-width: 640px) {
  .-box-top{
    width: 100%;
    padding: 45px 0 47px;
  }
  .-box-top .texts{
    width: 100%;
  }
  .-box-top .title{
    font-size: 2.4rem;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    max-width: 225px;
  }
  .-box-top .title-en{
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
}

#contents{
  overflow: hidden;
}

#sdgs_1{
  min-width: 1000px;
  padding: 90px 30px;
  overflow: hidden;
  width: calc(100% + 16px);
  margin-left: -8px;
}
#sdgs_1 .cntInner{
  display: flex;
  justify-content: space-between;
  gap: 52px 60px;
  align-items: center;
  max-width: 1554px;
  width: 100%;
  margin: 0 auto;
  margin-left: 153px;
  margin-right: auto;
}
#sdgs_1 .cntBox-text{
  text-align: center;
  min-width: 462px;
  width: 462px;
}
#sdgs_1 .cntBox-text .title-en{
  color: #EC2C26;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 15px;
}
#sdgs_1 .cntBox-text .title{
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  letter-spacing: 0;
}
#sdgs_1 .cntBox-text .title-img{
 margin-bottom: 35px;
}
#sdgs_1 .cntBox-text .title-img img{
  max-width: 210px;
  width: 100%;
  object-fit: contain;
}
#sdgs_1 .cntBox-text .d-ib{
  display: inline-block;
}
#sdgs_1 .cntBox-text .text{
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
  line-height: 1.8;
  letter-spacing: .02em;
  max-width: 460px;
  width: 100%;
}
#sdgs_1 .cntBox-image img{
  width: 1032px;
}
/* PC */
@media screen and (max-width: 1366px) {
  #sdgs_1 .cntInner{
    max-width: 1000px;
    margin-left: auto;
  }
}
/* TAB */
@media screen and (max-width: 640px) {
  #sdgs_1{
    min-width: 0;
    margin-top: 63px;
    padding: 24px 30px 50px;
  }
  #sdgs_1 .cntInner{
    flex-direction: column;
  }
  #sdgs_1 .cntBox-text{
    min-width: auto;
    width: 100%;
  }
  #sdgs_1 .cntBox-text .title-en{
    font-size: 1.2rem;
  }
  #sdgs_1 .cntBox-text .title{
    font-size: 3rem;
    margin: 0 0 20px;
  }
  #sdgs_1 .cntBox-text .title-img{
   margin-bottom: 28px;
  }
  #sdgs_1 .cntBox-text .text{
    max-width: 100%;
  }
  #sdgs_1 .cntBox-image img{
    width: 100%;
  }
}

#sdgs_2{
  min-width: 1000px;
  padding: 0 30px;
  overflow: hidden;
  width: calc(100% + 16px);
  margin-left: -8px;
}
#sdgs_2 .cntBox-top::before{
  background: url(../img/sdgs/2_bg.jpeg) center/cover no-repeat;
}
#sdgs_2 .cntBox-bottom{
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}
#sdgs_2 .cntBox-bottom .text{
  font-size: 1.6rem;
  flex-basis: 50%;
  padding-right: 20px;
  max-width: 480px;
  width: 100%;
  letter-spacing: 0;
  line-height: 1.8;
}
#sdgs_2 .cntBox-bottom .image{
  flex-basis: 50%;
  margin: 0;
}
#sdgs_2 .cntBox-bottom .image img{
  max-width: 480px;
  width: 100%;
}
/* TAB */
@media screen and (max-width: 640px) {
  #sdgs_2{
    min-width: 0;
  }
  #sdgs_2 .cntBox-bottom{
    padding: 20px 0 40px;
    flex-direction: column;
  }
  #sdgs_2 .cntBox-bottom .text{
    padding-right: 0;
    width: 100%;
    margin: 0 auto 28px;
  }
  #sdgs_2 .cntBox-bottom .image{
    flex-basis: 50%;
  }
}

#sdgs_3{
  min-width: 1000px;
  padding: 0 30px;
  overflow: hidden;
  width: calc(100% + 16px);
  margin-left: -8px;
}
#sdgs_3 .cntBox-top::before{
  background: url(../img/sdgs/3_bg.jpeg) center/cover no-repeat;
}
#sdgs_3 .cntBox-bottom{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#sdgs_3 .cntBox-bottom .item{
  border-bottom: 1px solid #D6D6D6;
  padding: 90px 0;
}
#sdgs_3 .cntBox-bottom .item:nth-of-type(even) .texts{
  order: -1;
}
#sdgs_3 .cntBox-bottom .title{
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  color: #EA2A2C;
  margin: 0 0 35px;
}
#sdgs_3 .cntBox-bottom .catch{
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0 0 60px;
}
#sdgs_3 .cntBox-bottom .container{
  display: flex;
  justify-content: center;
  gap: 20px 60px;
  width: fit-content;
  margin: 0 auto;
}
#sdgs_3 .cntBox-bottom .texts{
  width: 46%;
}
#sdgs_3 .cntBox-bottom .txt{
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
#sdgs_3 .cntBox-bottom .txt+.txt{
  margin-top: 14px;
}
#sdgs_3 .cntBox-bottom .txt.small{
  font-size: 1.2rem;
}
#sdgs_3 .cntBox-bottom .image{
  margin: 0;
}
#sdgs_3 .cntBox-bottom .image.narrow{
  max-width: 315px;
  width: 31.5%;
}
#sdgs_3 .cntBox-bottom .image.wide{
  max-width: 480px;
  width: 48%;
}
#sdgs_3 .cntBox-bottom .image img{
  width: 100%;
  object-fit: contain;
}
#sdgs_3 .cntBox-bottom .accordion{
  width: 100%;
  margin: 28px 0 0;
}
#sdgs_3 .cntBox-bottom .accordion .top{
  font-size: 2rem;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  line-height: 1.28;
  background: #EA2A2C;
  padding: 10px 50px 10px 24px;
  position: relative;
  display: block;
  min-height: 48px;
  margin: 0 0 18px;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  align-items: center;
}
#sdgs_3 .cntBox-bottom .accordion .top::after{
  display: block;
  position: absolute;
  width: 19px;
  height: 11px;
  top: 18px;
  right: 20px;
  background: url(../img/sdgs/arrow02.png) no-repeat;
  /* background: url(../img/arrow02.png) no-repeat; */
  content: "";
  transform-origin: center;
}
#sdgs_3 .cntBox-bottom .accordion.active .top::after{
  transform: rotate(180deg);
}
#sdgs_3 .cntBox-bottom .accordion .box{
  /* display: none; */
}
#sdgs_3 .cntBox-bottom .accordion.active .box{
  /* display: block; */
  /* height: auto; */
  /* margin-top: -10px; */
}
/* TAB */
@media screen and (max-width: 640px) {
  #sdgs_3{
    min-width: 0;
  }
  #sdgs_3 .cntBox-bottom .item{
    padding: 28px 0;
  }
  #sdgs_3 .cntBox-bottom .item:nth-of-type(even) .texts{
    order: 1;
  }
  #sdgs_3 .cntBox-bottom .title{
    text-align: left;
    font-size: 2.4rem;
    margin: 0 0 14px;
  }
  #sdgs_3 .cntBox-bottom .catch{
    text-align: left;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  #sdgs_3 .cntBox-bottom .container{
    flex-direction: column;
  }
  #sdgs_3 .cntBox-bottom .texts{
    width: 100%;
  }
  #sdgs_3 .cntBox-bottom .pc{
    display: none;
  }
  #sdgs_3 .cntBox-bottom .image{
    margin: 0 auto;
  }
  #sdgs_3 .cntBox-bottom .image.narrow{
    /* max-width: 315px; */
    width: 100%;
  }
  #sdgs_3 .cntBox-bottom .image.wide{
    /* max-width: 480px; */
    width: 100%;
  }
  #sdgs_3 .cntBox-bottom .accordion .top{
    font-size: 1.6rem;
  }
}


#contact_block {
padding: 80px 0; }
#contact_block h4 {
margin: 0 0 10px;
font-size: 18px;
font-size: 1.8rem;
text-align: center; }
#contact_block h4 + p {
text-align: center; }
#contact_block .box {
display: block;
padding: 5px 0 0;
margin: 0 auto 40px;
text-align: center; }
#contact_block .box p {
line-height: 1.6; }
#contact_block .box p span {
font-size: 28px;
font-size: 2.8rem;
font-weight: 600; }
#contact_block .btn {
position: relative;
display: block;
width: 540px;
height: 110px;
padding: 30px 0 0;
margin: 0 auto 60px;
font-size: 28px;
font-size: 2.8rem;
background: #edeff0;
text-align: center;
font-weight: 600;
line-height: 1;
color: #242e33;
text-decoration: none;
transition: 0.2s; }
#contact_block .btn span {
font-size: 15px;
font-size: 1.5rem; }
#contact_block .btn::after {
display: block;
position: absolute;
width: 11px;
height: 19px;
top: 40px;
right: 30px;
background: url("../img/arrow04.png") no-repeat;
content: "";
transition: 0.2s; }
#contact_block .btn:hover {
opacity: 0.8; }
#contact_block .btn:hover::after {
right: 25px; }
/* SP */
@media screen and (max-width: 640px) {
#contact_block {
width: 100%;
padding: 40px 0 0; }
#contact_block .inner {
  padding: 0 15px;
}
#contact_block h4 {
margin: 0 0 10px;
font-size: 16px;
font-size: 1.6rem; }
#contact_block h4 + p {
text-align: center; }
#contact_block .box {
width: 100%;
height: auto;
margin: 0 auto 40px;
font-size: 13px;
font-size: 1.3rem; }
#contact_block .box p {
line-height: 1.6; }
#contact_block .box p span {
font-size: 18px;
font-size: 1.8rem; }
#contact_block .btn {
width: 100%;
height: 80px;
padding: 20px 0 0;
margin: 0 auto 40px;
font-size: 16px;
font-size: 1.6rem; }
#contact_block .btn span {
font-size: 13px;
font-size: 1.3rem; }
#contact_block .btn::after {
top: 20px;
right: 10px; }
}