@charset "utf-8";
/* CSS Document */

/*#about{
	height: 32vh;
	width: 100%;
	background: linear-gradient(to top, rgba(248, 229, 151, 0.8) 0%, rgba(206, 188, 255, 0.8) 100%), url("../img/about_h_img.jpg")no-repeat center center;
    background-blend-mode:hard-light;
	background-size:cover;
}*/

#about{
	background: linear-gradient(to top, rgba(0, 69, 101, 0.55) 0%, rgba(0, 69, 101, 0.55) 100%), url("../jpg/about_h_img.jpg") no-repeat center center;
	background-size:cover;
}

#what_we_do img,#history img,#secretariat img,#our_partners img,#brochure img{
	border-radius: 15px;
}/*
#activities{
	color: #fff;
}
#activities a{
	color: #fff;
}
*/
.about h5 {
	color: #393939;
}
.more_button_w {
  align-self: flex-start;
}

#our_goal .section_box,
#what_we_do .section_box,
#ccca_bg_estab .section_box,
#ccca_key_act .section_box,
#ccca_org .section_box,
#aplat_bg_estab .section_box
{
	padding-bottom: 0;
}

#history dt,
#climate_change_adaptation_in_japan dt{
	font-weight: bold;
	margin-top: 20px;
}

.back_bgray h2.category_title:before {
  content: '';
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  display: inline-block;
  width: 34px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  background-color: #fff;
}
.back_green {
	background-color: #e5f8ef;
}
#our_partners .item-img{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5%;
}
#our_partners .item-img a{
	width: 30%;
	text-align: center;
}
#our_partners .item-img a img{
	max-height: 150px;
	border-radius: 0;
}
.about .section_box h3{
	font-size: 2.2rem;
	text-transform: none;
	font-weight: 500;
}
.indent_box {
	padding-inline: 2.0em 0;
}
.f-logo{
	background-color: #FFF;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
    padding: 20px;
}
.f-logo a{
    width: 48%;
    text-align: center;

}
.f-logo img {
	margin-bottom: 10px;
	border-radius: 0!important;
	max-height: 70px;
}
/* Introduction of CCCA */
.intro-ccca-col2{
	margin-bottom: 30px;
}
.intro_ccca h4 {
	margin-bottom: 10px;
}
.intro_ccca h4 a {
	color: #0d91b3;
}
.intro_ccca h4 a:hover,
.intro_ccca h4 a:focus,
.intro_ccca h4 a:active {
	color: #999;
}
.intro_ccca h5 {
	margin-top: 40px;
	margin-bottom: 10px;
	color: inherit;
}
.intro_ccca *:not(:nth-child(1)) > h3 {
  margin-top: 50px;
}
.intro_ccca dl dt{
	font-weight: bold;
	margin-bottom: 0.3em;
}
.list-sgroups {
	display: flex;
	justify-content: center;
}
.list-sgroups ul {
	list-style: none;
	margin-inline: auto;
}
#ccca_research dl {
	margin-block: 2em;
}
#ccca_research dl dd {
	/*padding-left: 6.0em;*/
  padding-left: 0;
  margin-bottom: 2.0em;
}
@media (min-width : 920px) {
.f-logo a{
	width: 23%;
	}
.entry-list {
	padding-inline: 6.0em;
	}
.entry-list_item-ap {
	width: 21%;
	}
.intro-ccca-col2{
	display: flex;
	margin-bottom: inherit;
}
.intro-ccca-text{
	width: 70%;
}
.intro_ccca *:not(:nth-child(1)) > h3 {
  margin-top: 100px;
}
.intro_ccca h4 {
	font-size: 26px;
}
}
@media (min-width : 1200px) {
.back_bgray h2.category_title:before {
  top: 82px;
}
#our_partners .item-img a img{
	margin: 0;
}
}

/* Border Box */
.ap_border_box,
.ap_border_box_white,
.ap_border_box_green,
.ap_border_box_orange
{
  position: relative;
}
.ap_border_box::before,
.ap_border_box_white::before,
.ap_border_box_green::before,
.ap_border_box_orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  border-style: solid;
  height: 100%;
  transform: translateX(-50%);
}
.ap_border_box::before{
  border-color: #efefef;
}
.ap_border_box_white::before{
  border-color: #fff;
}
.ap_border_box_green::before{
  border-color: #e5f8ef;
}
.ap_border_box_orange::before{
  border-color: #f1cfb6;
}
.ap_border_box_title{
  font-weight: 400;
  font-family: inherit;
}
.ap_border_box_text{
  margin: 0;
}
.ap_border_box_image img{
  display: block;
}
.ap_border_box_image_notice{
  margin: 0;
  text-align: right;
}
.ap_border_box_button{
  text-align: center;
}
@media (max-width: 767px){
  .ap_border_box,
  .ap_border_box_white,
  .ap_border_box_green,
  .ap_border_box_orange {
    margin-bottom: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .ap_border_box:last-child,
  .ap_border_box_white:last-child,
  .ap_border_box_green:last-child{
    margin-bottom: 0;
  }
  .ap_border_box::before,
  .ap_border_box_white::before,
  .ap_border_box_green::before,
  .ap_border_box_orange::before {
    border-width: 14px;
    border-radius: 14px;
    width: 85.88%;
  }
  .ap_border_box_title,
  .ap_border_box_text{
    align-self: stretch;
  }
  .ap_border_box_title{
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px){
  .ap_border_box::before,
  .ap_border_box_white::before,
  .ap_border_box_green::before,
  .ap_border_box_orange::before {
    top: -45px;
    border-width: 15px;
    border-radius: 15px;
    width: 86.2069%;
    height: calc(100% + 90px);
  }
  .ap_border_box_title,
  .ap_border_box_text{
    align-self: stretch;
  }
  .ap_border_box_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    font-size: 4.2rem;
  }
}

/* Menu */
.ap_common_contents{
  background-color: #efefef;
}
.ap_common_contents .section_box{
  padding-top: 0;
  padding-bottom: 0;
}
.ap_border_box_wrapper .ap_common_contents_items{
  position: relative;
  z-index: 1;
}
.ap_common_contents_item{
  background-color: #fff;
	padding: 40px;
	border-radius: 15px;
}
.ap_common_contents_item *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px){
  .ap_common_contents{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ap_common_contents_item{
    margin-bottom: 30px;
  }
  .ap_common_contents_item:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .ap_common_contents{
    padding-top: 80px;
    padding-bottom: 184px;
  }
  .ap_common_contents_items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.0172%;
    row-gap: 38px;
  }
  .ap_common_contents_item{
    width: 100%;/*48.4483%*/
    max-width: 100%;/*48.4483%*/
    flex-basis: 100%;/*48.4483%*/
  }
  .ap_common_contents_item:nth-child(odd){
    margin-left: 0;
  }
}
.m60-120-t{
	margin-top: 120px !important;
}
@media (max-width: 767px){
  .m60-120-t{
	margin-top: 60px !important;
}
}

#dev_infra .ap_common_contents_item > h4 {
  width: 200px;
  padding-bottom: 10px
}
@media (min-width: 768px){
#dev_infra .ap_common_contents_item {
  display: flex;
  flex-direction: row;
  gap: 44px;
}
  #dev_infra .ap_common_contents_item > h4 {
    flex: 0 0 200px;
  }
  #dev_infra .ap_common_contents_item > div,
  #dev_infra .ap_common_contents_item > p {
    flex-basis: auto;
    border-left: 1px solid #393939;
    padding-left: 40px;
  }
}

/*　Individual Grid */
@media (min-width: 920px){
  #support_individuals .ap_common_contents_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  
    .ap_common_contents_item {
      /* grid-area: row-start / col-start / row-end / col-end */
      &:nth-of-type(1) { grid-area: 1 / 1 / 3 / 2; }
      &:nth-of-type(2) { grid-area: 3 / 1 / 5 / 2; }
      &:nth-of-type(3) { grid-area: 5 / 1 / 7 / 2; }
      &:nth-of-type(4) { grid-area: 1 / 2 / 4 / 3; }
      &:nth-of-type(5) { grid-area: 4 / 2 / 7 / 3; }
    }
  }
}