@charset "UTF-8";
/* ////////////////////////////
部門詳細
//////////////////////////// */

/* .inner_850 {
  max-width:850px;
  width: 90%;
  margin: 0 auto;
} */
#content_Wrap a {
  color: #000;
}
#content_Wrap {
  padding: 70px 0 0;
  background: #efefef;
  /* margin-top: 116px; */
}

.page_ttl {
  margin: 0 0 30px;
}
.page_ttl img {
  /* height: 103px; */
  height: 133px;
  width: auto!important;
}

.tab_Area {
  text-align: center;
  padding: 0 0 30px;
}
.tab_Area ul {
  display: flex;
  justify-content: center;
  gap:30px;
}
.tab_Area ul li {
}
#content_Wrap .tab_Area ul li a {
  display: block;
  background: #FFF;
  padding:8px 0;
  border:2px solid #ff8cf0;
  border-radius: 20px;
  width:150px;

  color:#ff8cf0;
  font-size: clamp(16px, 2.24vw, 20px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  transition: .3s;
}
#content_Wrap .tab_Area ul li a:hover,
#content_Wrap .tab_Area ul li a.curr {
  background: #ff8cf0;
  color:#fff;
  opacity: 1;
  transition: .3s;
}
.tab_Area.ftr {
  padding: 0 0 80px;
}


.sec_box {
  background: #fff;
  padding: 2.142857142857143% 3.5714285714285716% 3.5714285714285716%;
  border-radius: 10px;
  border: 1px solid #ff8cf0;
  margin: 0 auto 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.sec_box.last {
  margin-bottom: 150px;
}
.sec_ttl {
  border-left: 15px solid #ff8cf0;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 0 20px;
}
.sec_ttl--head {
  font-size: min(3.22vw,40px);
  font-weight: 700;
  color: #ff8cf0;
  padding: 0 0 10px 15px;
}
.sec_ttl--copy {
  font-size: min(2.06vw,26px);
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0 0 15px;
}
.sec_ttl--line {
  width: 100%;
  height: 2px;
  background: #ff8cf0;
}
.sec_copy {
  font-size: min(1.34vw,17px);
  line-height: 2.33333333;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.img_clm1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.img_clm1 li {
  width: 100%;
}

.img_clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.img_clm2 li {
  width: calc((100% - 30px) / 2);
}
.img_clm2 li.clm1 {
  width: 100%;
}

figcaption.cap {
  margin-top: 0.3em;
  font-size: min(1.2vw,15px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
.img_clm2 li.clm1 figcaption.cap {
  margin-top: 1em;
}

/* 20250610 */
.text_sec01{
  margin-bottom: 30px;
}

.text_sec01 li {
  font-size: min(1.34vw,17px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.text_sec01 li strong{
  /* color:#ff8cf0; */
}

.text_sec01 li strong::before{
  content: "●";
  color: #ff8cf0;
  margin-right: 0.3em;
}

.sec_copy_list {
  font-size: min(1.34vw,17px);
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  margin: 0 0 2.5em;
}
.sec_copy_list span {
  display: inline-block;
  color: #ff8cf0;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.sec_copy_list li {
  position: relative;
  margin: 0 0 0.75em;
  padding-left: 1.25em;
}
.sec_copy_list li::before {
  position: absolute;
  content: "●";
  font-size: 1em;
  top: 0;
  left: 0;
  color: #ff8cf0;
}
.sec_subttl {
  display: flex;
  align-items: center;
  color: #ff8cf0;
  font-weight: 700;
  font-size: 30px;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.sec_subttl span {
  font-size: 15px;
}

.link_url {
  word-break: break-all;
}
.link_Blue {
  color: #0032e6!important;
}
.link_Bdr {
  text-decoration: underline;
  font-weight: 600;
}
.link_PDF {
  display: inline-flex;
  align-items: center;
}
.link_PDF::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: url(../img/pdf_icon.png) no-repeat center bottom / contain;
  margin-left: 0.25em;
}
small{
  font-size: 14px;
}
sub {
  font-size: 0.7em;
  vertical-align: text-bottom;
}

.sec_box figure {
  overflow: hidden;
  border-radius: 5px;
}


.tanzania {
  padding: 80px 0 30px;
}
.tanzania figure {
  max-width: 450px;
  margin: 0 auto 30px;
}
.tanzania h4 {
  font-size: clamp(24px, 2.3666666666666667vw,40px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ===== ↓ index02.html ↓ ===== */
#sec05 .sec05_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.sec05_box .sec05_box--txt {
  margin-bottom: 4%;
}
.sec05_box .sec05_box--txt span {
  color: #ff8cf0;
  font-size: 30px;
  font-weight: 700;
}
.sec05_box .sec05_box--txt p {
  font-size: min(1.34vw,17px);
  line-height: 1.69333333;
  margin: 1em 0 0.35em;
}
.sec05_box .sec05_box--txt a {
  font-size: min(1.34vw,17px);
}
.sec05_box .sec05_box--img {
  width: min(30%,300px);
}


#sec07 > figure {
  margin-top: 50px;
}


.btn_download {
  width: 80%;
  max-width: 700px;
  margin: 80px auto;
}
.btn_download a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 11/3;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  color: #fff!important;
  overflow: hidden;
  border-radius: 8px;
}
.btn_download a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 11/3;
  background: url(../img/renewable/btn_download.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.btn_download a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1e387c;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.btn_download a span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.btn_download a span small {
  font-size: 15px;
  display: block;
}
.btn_download a:hover {
  opacity: 1!important;
}
.btn_download a:hover::before {
  transform: scale(1.1);
}
.btn_download a:hover::after {
  opacity: .2;
}


/* ===== ↑ index02.html ↑ ===== */

#inquiry_Wrap {
  background-color: #ff8cf0;
  color: #fff;
  border-radius: 100px 100px 0 0;
  padding: 50px 0;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
#inquiry_Wrap .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 0;
}
#inquiry_Wrap .req {
  font-size: clamp(15px, 1.8666666666666667vw, 20px);
  font-weight: 500;
  background-color: #fff;
  color: #ff8cf0;
  max-width: 500px;
  width: 80%;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 30px;
}
#inquiry_Wrap .req_wrap h4 {
  font-size: clamp(20px, 1.8666666666666667vw,35px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 0.18em;
}
#inquiry_Wrap .req_wrap p {
  font-size: clamp(16px, 1.8666666666666667vw,20px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
}
#inquiry_Wrap .req_wrap span {
  font-size: 90%;
}
#inquiry_Wrap a.tel {
  font-size: clamp(34px, 3.0666666666666667vw, 50px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-left: -3%;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #fff;
}

#inquiry_Wrap a.tel img{
  width: 7%;
  height: auto;
  margin-right: 10px;
}
#inquiry_Wrap a.mail {
  display: block;
  font-size: clamp(18px, 1.8666666666666667vw, 20px);
  font-weight: 500;
  color: #fff;
  background-color: #ff8cf0;
  border: #fff solid 1px;
  max-width: 470px;
  width: 80%;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 30px;
  color: #fff;
  box-sizing: border-box;
}
#inquiry_Wrap a.mail img{
  width: 30px;
  height: auto;
  margin-right: 15px;
}


/* download
----------------------------- */
.dawnload_ttl {
  padding: 0 0 30px;
  text-align: center;
}
.dawnload_ttl h3 {
  color:#ff8cf0;
  font-size: clamp(22px, 1.8666666666666667vw, 28px);
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.download_box {
  background: #fff;
  padding: 5% 5%;
  border-radius: 10px;
  border: 1px solid #ff8cf0;
  margin: 0 auto 80px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
}
.download_box .img_earth {
  position: absolute;
  right:4%;
  bottom:4%;
  max-width: 200px;
}
.download_box h4 {
  background: #ff8cf0;
  border-radius: 20px;
  padding: 4px 0;
  width:150px;

  text-align: center;
  color:#FFF;
  font-size: clamp(16px, 1.8666666666666667vw, 20px);
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.download_box .box {
  margin-bottom: 30px;
}

.download_box ul {
}
.download_box ul li {
  margin-bottom: 0.3em;
}
.download_box ul li a {
  display: block;
  color: #0032e6!important;
  font-size: clamp(14px, 1.8666666666666667vw, 16px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content:flex-start;
}
.download_box ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background-size: 100%;
  background-image: url(../img/pdf_icon.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}





a[href^="tel:"]{
  pointer-events: none;
}

@keyframes rightToLeft {
0% {
  transform: translate(200px, -100px);
  opacity: 0;
}
100% {
  transform: translate(0);
  opacity: 1;
}
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

  .sec_box {
    padding: 2.78571429% 4.64285714% 4.64285714%;
  }
  .sec_ttl--head {
    font-size: 30px;
  }
  .sec_ttl--copy {
    font-size: 20px;
  }
  .sec_copy {
    font-size: 15px;
  }

  .text_sec01 li {
    font-size: 15px;
  }

  .sec_copy_list {
    font-size: 15px;
    margin: 0 0 1.5em;
  }

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 40px 0 0;
    background: #efefef;
  }

  .page_ttl {
    margin: 0 0 20px;
  }
  .page_ttl img {
    height: 82.4px;
  }

  .tab_Area {
    text-align: center;
    padding: 0 0 20px;
  }
  .tab_Area ul {
    display: flex;
    justify-content: center;
    gap:10px;
  }
  .tab_Area ul li {
  }
  #content_Wrap .tab_Area ul li a {
    width:120px;
    font-size: 15px;
  }
  .tab_Area.ftr {
    padding: 0 0 40px;
  }

  .sec_box {
    padding: 5.3%;
    margin: 0 auto 20px;
  }
  .sec_box.last {
    margin-bottom: 70px;
  }
  .sec_ttl {
    border-left: 12px solid #ff8cf0;
    margin: 0 0 15px;
  }
  .sec_ttl--head {
    font-size: 26px;
    padding: 0 0 10px 10px;
    line-height: 1.3;
  }
  .sec_ttl--copy {
    font-size: 18px;
    padding: 10px 0 0 10px;
  }
  .sec_copy {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 20px;
  }

  .text_sec01 li {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 10px;
  }
  .sec_copy_list {
    font-size: 15px;
    font-size: 13px;
    margin: 0 0 1.5em;
  }

  .sec_subttl {
    flex-wrap: wrap;
    font-size: 22px;
  }
  .sec_subttl span {
    font-size: 13px;
  }

  .img_clm2 {
    gap: 10px;
  }
  .img_clm2 li {
    /* width: calc((100% - 10px) / 2); */
    width: 100%;
  }

  figcaption.cap {
    font-size: 12px;
  }
  .img_clm2 li.clm1 figcaption.cap {
    margin-top: 0.3em;
  }

  .tanzania {
    padding: 40px 0 20px;
  }
  .tanzania figure {
    max-width: 100%;
    width:60%;
    margin: 0 auto 20px;
  }
  .tanzania h4 {
    font-size: 16px;
  }


small{
  font-size: 10px;
}

  /* ===== ↓ index02.html ↓ ===== */
  #sec05 .sec05_box {
    margin: 30px 0 15px;
  }
  .sec05_box .sec05_box--txt {
    width: 60%;
    margin-bottom: 4%;
  }
  .sec05_box .sec05_box--txt span {
    font-size: 20px;
  }
  .sec05_box .sec05_box--txt p,
  .sec05_box .sec05_box--txt a {
    font-size: 15px;
    margin: 0.5em 0 0.25em;
  }
  .sec05_box .sec05_box--img {
    width: 36%;
    margin-right: -4%;
  }


  #sec07 > figure {
    margin-top: 20px;
  }



  .btn_download {
    width: 90%;
    margin: 50px auto;
  }
  .btn_download a span {
    font-size: 18px;
  }
  .btn_download a span small {
    font-size: 13px;
  }
  .btn_download a:hover::before {
    transform: scale(1.0);
  }
  .btn_download a:hover::after {
    opacity: .4;
  }
/* ===== ↑ index02.html ↑ ===== */


  #inquiry_Wrap {
    background-color: #ff8cf0;
    color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 30px 0;
  }
  #inquiry_Wrap .req {
    margin: 0 auto 20px;
  }
  #inquiry_Wrap .req_wrap h4 {
    text-align: center;
    margin: 0 auto 15px;
  }
  #inquiry_Wrap .req_wrap p {
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin: 0 auto 20px;
  }
  #inquiry_Wrap a.tel {
    margin-left: -10%;
  }
  #inquiry_Wrap a.tel img {
    width: 20px;
  }
  #inquiry_Wrap a.mail {
    margin: 0 auto 20px;
  }
  a[href^="tel:"]{
    pointer-events: auto;
  }



  /* download
  ----------------------------- */
  .dawnload_ttl {
    padding: 0 0 20px;
  }
  .dawnload_ttl h3 {
    font-size: 18px;
  }
  .download_box {
    margin: 0 auto 40px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
  }
  .download_box .img_earth {
    position: absolute;
    right:0%;
    top:-3%;
    max-width: 100%;
    width:35%;
  }
  .download_box h4 {
    background: #ff8cf0;
    border-radius: 20px;
    padding: 4px 0;
    width:130px;
    margin-bottom: 20px;
  }

  .download_box .box {
    margin-bottom: 30px;
  }

  .download_box ul {
  }
  .download_box ul li {
    margin-bottom: 0.3em;
  }
  .download_box ul li a {
    display: block;
    color: #0032e6!important;
    font-size: clamp(14px, 1.8666666666666667vw, 16px);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content:flex-start;
  }
  .download_box ul li a::after {
    content: "";
    display: block;
    width: 20px;
    height: 28px;
    background-size: 100%;
    background-image: url(../img/pdf_icon.png);
    background-repeat: no-repeat;
    margin-left: 10px;
  }


}
