@charset "utf-8";
/*==================================================
共通
===================================*/
#purpose {
  position: relative;
  margin: 100px 0 0 0;
}
#purpose .purpose_wrap, #introduction #introduction_wrap, #strategic_support, #promotion_support, #basic_education, #thematic_education {
  width: 100%;
  position: relative;
  background-position: left top 50%;
  background-repeat: no-repeat;
  background-size: 36px 100%;
  background-attachment: fixed;
}
#purpose .purpose_inner, #introduction .box_wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width:1200px) {
  #purpose .purpose_inner, #introduction .box_wrap {
    max-width: 960px;
    width: 90%;
  }
}
@media screen and (max-width: 812px) {
  #purpose, #introduction {
    margin: 100px 0 0 0;
  }
  #purpose .purpose_inner, .introduction_inner {
    width: 86.66667vw;
    margin: 0 auto;
  }
}
/*==================================================
//　　　共通　　ここまで
===================================*/
/*==================================================
思い・パーパス
===================================*/
#purpose .purpose_wrap {
  background-image: url(../images/purpose-icon_index.svg);
}
h2.title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 30px 0;
}
.sub-title {
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #b9b9b9;
  padding: 0 0 70px 0;
  display: block;
}
#purpose p.lead {
  font-size: 22px;
  line-height: 1.6;
  padding: 0 0 40px 0;
}
#purpose p.lead.last {
  padding: 0 0 100px 0;
}
#purpose figure {
  width: 550px;
  margin: 30px auto 0;
  height: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 812px) {
  #purpose .purpose_wrap {
    background-image: none;
  }
  #purpose h2.title, #introduction h2.title {
    font-size: 5.56667vw;
    line-height: 1.4;
    padding: 0 0 20px 0;
  }
  .sub-title {
    font-size: 3.5vw;
    padding: 0 0 6.5vw 0;
    display: block;
  }
  #purpose p.lead {
    padding: 0 0 5vw 0;
  }
  #purpose figure {
    width: 100%;
    margin: 30px auto 0;
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #purpose p.lead {
    font-size: 18px;
    text-align: left;
  }
}
/*==================================================
//    思い・パーパス  ここまで
===================================*/
/*==================================================
//　　「SDGs推進サポートプログラム」のご紹介 ここから
===================================*/
#introduction_wrap {
  background-image: url(../images/introduction-icon_index.svg);
}
#strategic_support {
  background-image: url("../images/strategic_support-icon_index.svg");
}
#promotion_support {
  background-image: url(../images/promotion_support-icon_index.svg);
}
#basic_education {
  background-image: url(../images/basic_education-icon_index.svg);
}
#thematic_education {
  background-image: url("../images/thematic_education-icon_index.svg");
}
#introduction ul.anchors {
  display: flex;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 160px;
}
#introduction .anchors li {
  margin-right: 30px;
  flex: 1;
}
#introduction .anchors li:nth-child(4n) {
  margin-right: 0;
}
#introduction .anchors_btn {
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #333;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 24px 0 40px 0;
  background: url(../images/anchors_btn.svg) no-repeat;
  background-position: center bottom 18px;
  background-size: 12px 8px;
}
#introduction a.anchors_btn:hover {
  box-shadow: 0 0 0 #000;
  background-position: center bottom 8px;
}
#introduction #strategic_support h3, #promotion_support h3, #basic_education h3, #thematic_education h3 {
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 400;
  width: 320px;
  padding: 13px;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #000;
}
#introduction #thematic_education {
  padding-bottom: 50px;
}
#introduction .box_wrap {
  padding-bottom: 50px;
}
#introduction .box_inner {
  border: 4px solid #000;
  position: relative;
  top: -35px;
  padding: 75px 75px 35px 75px;
}
#introduction .lead_inner {
  line-height: 1.85;
}
#introduction .h4_box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  padding: 60px 0 55px 0;
}
#introduction .h4_box h4::before, .h4_box h4::after {
  border-top: 1px solid;
  content: "";
  width: 120px;
  margin: 0 15px;
}
#introduction .h4_box img {
  max-width: 340px;
  height: auto;
}
#introduction .item_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px 0;
  align-items: flex-start;
}
#introduction .item_box div {
  max-width: 415px;
  text-align: left;
  margin-left: 25px;
}
.item_box ul {
  width: 101%;
  line-height: 1.6;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.item_box_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #004597;
  margin-bottom: 20px;
}
.item_box_explain {
  line-height: 1.6;
}
#introduction .for {
  padding: 5px 10px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  background-color: #004597;
  color: #fff;
  line-height: 1.2;
}
#introduction .triangle {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #004597;
  position: absolute;
  bottom: -9px;
}
.btn-more .btn-more-link {
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 24px;
  background: url(../images/icon-btn-arrow.png) #ffffff no-repeat 92% center;
  background-size: auto;
  background-size: 10px 8px;
  color: #000000;
  padding: 10px 20px;
  margin: 55px 0 0 0;
  transition: all .3s;
}
.btn-more .btn-more-link:hover {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  background-image: url(../images/icon-btn-arrow_white.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
}
.btn-more {
  max-width: 240px;
}
.btn03-wrap {
  margin: 44px 0 0 0;
}
.btn03 {
  position: relative;
  display: block;
  max-width: 360px;
  padding: 30px 0;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.btn03::after, .btn-dl::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 52%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
.btn03:hover::after, .btn-dl:hover::after {
  border-color: #000;
}
.btn03 span {
  font-size: 18px;
  position: absolute;
  top: -20px;
  left: calc(50% - 62px);
  display: block;
  width: 124px;
  padding: 12px 0;
  letter-spacing: .1rem;
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
.btn03 span::before {
  bottom: -13px;
  border-width: 12px 6px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  content: '';
}
.btn03 span::after {
  bottom: -10px;
  border-width: 12px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  content: '';
}
.btn03:hover {
  color: #000000;
  opacity: 0.9;
}
.btn03::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ffffff;
  border: 4px solid #000000;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .3s;
  opacity: 1;
}
.btn03:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#introduction .report_wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px;
  margin: 5px auto 80px auto;
  max-width: 960px;
  align-items: flex-start;
}
#introduction .report_wrap img {
  width: 300px;
  height: auto;
  margin: 0 40px 0 0;
}
#introduction .report_wrap h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 28px 0;
}
#introduction .border_dotted {
  display: block;
  border-bottom: dotted 2px #e0e0e0;
  margin: 25px 0 65px 0;
}
@media screen and (max-width:1200px) {
  #introduction ul.anchors {
    max-width: 900px;
    width: 90%;
  }
}
@media screen and (max-width: 812px) {
  #introduction_wrap, #strategic_support, #promotion_support, #basic_education, #thematic_education {
    background-image: none;
  }
  #introduction ul.anchors {
    flex-wrap: wrap;
    padding-bottom: 90px;
    width: 80%;
  }
  #introduction .anchors li {
    flex: auto;
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
  #introduction .anchors_btn {
    font-size: 18px;
  }
  #introduction .box_wrap {
    width: 100%;
  }
  #introduction .box_inner {
    padding: 75px 30px 35px 30px;
  }
  #introduction .item_box {
    display: block;
  }
  #introduction .h4_box h4::before, .h4_box h4::after {
    border-top: 2px solid;
    width: 15px;
    margin: 0 7px;
  }
  #introduction .item_box div {
    margin: 50px auto 0 auto;
  }
  #introduction #thematic_education {
    padding-bottom: 0;
  }
  .btn-more {
    max-width: 100%;
  }
  .btn-more .btn-more-link {
    padding: 15px 0;
  }
  #introduction .report_wrap img {
    margin: 0 0 30px 0;
  }
  .btn03 {
    width: 100%;
  }
  #introduction .report_wrap {
    display: block;
  }
  .btn02 {
    min-width: 100%;
    font-size: 16px;
  }
  .button-cta02 {
    font-size: 4.16667vw;
    border: 6px solid #000000;
  }
  .btn-cta02_inner {
    padding: 80px 7%;
  }
  .button-cta02::after, .button-cat::after {
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    width: 12px;
    height: 12px;
  }
  .btn-cta02::before {
    height: 80%;
    top: -78%;
    left: 2%;
    background-position: center;
  }
  .btn-cta02_inner p {
    margin: 0 0 20% 0;
  }
}
@media screen and (max-width: 480px) {
  #introduction #strategic_support h3, #promotion_support h3, #basic_education h3, #thematic_education h3 {
    width: 220px;
    font-size: 30px;
    border: 3px solid #000;
  }
  #introduction .box_inner {
    border: 3px solid #000;
  }
  #introduction .report_wrap {
    padding: 40px;
  }
  #introduction .report_wrap h4 {
    font-size: 5.4vw;
  }
  #introduction .h4_box h4 {
    font-size: 6.25vw;
  }
  .btn-cta02_inner {
    padding: 65px 7%;
  }
  .btn-cta02_inner p {
    margin: 0 0 28% 0;
    font-size: 18px;
  }
  .button-cta02::after, .button-cat::after {
    right: 12px;
  }
  .btn-more .btn-more-link {
    font-size: 14px;
  }
  .btn02 .btn-more2-link {
    background-position: 95%;
  }
  .btn03 {
    font-size: 4.16667vw;
  }
  .btn03::after, .btn-dl::after {
    right: 11px;
  }
  .btn_dl_wrap a.btn-dl {
    width: 100%;
  }
  #purpose h2.title, #introduction h2.title {
    font-size: 7.46667vw;
  }
  .item_box_title {
    font-size: 22px;
  }
}
/*==================================================
  「SDGs推進サポートプログラム」のご紹介 ここまで
===================================*/
/*==================================================
フェードイン
===================================*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
@media screen and (max-width: 812px) {
  .sa {
    opacity: 1;
    transition: all .5s ease;
  }
  .sa.show {
    opacity: 1;
    transform: none;
  }
  .sa--lr {
    transform: none;
  }
  .sa--rl {
    transform: none;
  }
  .sa--up {
    transform: none;
  }
}