@charset "utf-8";

.bac_coll{
  background-color: #D9EAF2;
}
.info_container {
  padding: 10rem 8rem 17.5rem 8rem; 
}


.info_list {
  max-width: 88rem;
  background-color: white;
  width:100% ;
  height:21.2rem ;
  border-radius: 2rem; 
  padding: 4rem 0;
  margin: 0 auto;
  text-align: center;  
  border: #000 0.1rem solid ;
}


.info_item {
  width: fit-content;
  margin: 1.1rem 0; 
  font-size: 1.7rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  color: #000;
  margin-inline: auto;
  text-align: center;
}

.fadein_up {
  animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section_panel_scroll_1{
  background-color:#D9EAF2 ;
}
.section_panel_scroll_2.fix{
  background-color:#EAECEF ;
}
.section_panel_scroll_3.fix{
  background-color:#61B4E6;
}
.section_panel_scroll_4.fix{
  background-color:#4B7DBF;
}


.info_section {
  padding: 3rem 0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem;
  margin: 0;
}



.section_title, .report_title {
  text-align: center;
  font-size: 3.5rem;
  font-family: var(--NotoSans);
  font-weight:500 ;
  margin-bottom: 3rem;
  color: #000;
  margin-top: 10rem;
}


.section_title_white{
  text-align: center;
  font-size: 3.5rem;
  font-family: var(--NotoSans);
  font-weight:500 ;
  margin: 3rem 0;
  color:  #FFFFFF;
}

.report_title_a_type{
  width: 67rem;
  text-align: center;
  font-size: 3.5rem;
  font-family: var(--NotoSans);
  font-weight:500 ;
  margin-bottom: 3rem;
  color: #000;
  margin: 3rem  auto 3rem auto;
}


.content_box_text {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding:5rem 14rem;
  margin: 0 auto;
  border: #000 0.1rem solid ;
  width: 108rem;
}
        
.content_box {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding:5rem 14rem;
  margin: 0 auto;
  border: #000 0.1rem solid ;
  width: 108rem;
}
        
.top_section .content_box {
  box-shadow: 0 4px 1.2rem rgba(0, 0, 0, 0.08);
  top: 2rem; 
  /* z-index: 10; */
}

.intro_text {
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin-bottom: 3rem;
}

.subsection {
  margin-bottom: 2rem;
}

.subsection_title {
  background-color: #4B7DBF;
  color: white;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
}

.initiatives_list {
  padding: 1rem 0;
  margin: 0;
}

.subsection_text{
  padding: 0.5rem 0.5rem 0.5rem 0;
  line-height: 2;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
}


.section_light_gray{
  background-color:#EAECEF ;
  border-radius: 0 50px 0 0;
  height: auto;
  border: #000 0.1rem solid;
}


.section_light_blue {
  background-color:#61B4E6;
  border-radius:0 50px 0 0 ;
  height: 100vh;
  border: #000 0.1rem solid;
}

.section_dark_blue {
  background-color:#4B7DBF;
  border-radius:0 50px 0 0 ;
  height: 100vh;
  border: #000 0.1rem solid;
}

.section_teal {
  background-color:#70C7D5;
  border-radius:0 50px 0 0 ;
  height: 100vh;
  border: #000 0.1rem solid;
}
        
.section_light_blue .section_title,
.section_dark_blue .section_title,
.section_teal .section_title {
  color: white;
}
        
        
.document_item {
  margin-bottom: 2rem;
}
.document_item:last-child {
  margin-bottom: 0;
}
.document_title {
  background-color: #4a7ab5;
  color: white;
  padding: 0.8rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--NotoSans);
}
        
.document_link {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  color: #000;
  transition: background-color 0.2s;
}



.icon_pdf{
  width: 5rem;
  height: 5.9rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
        
.pdf_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5  ;  
  font-family: var(--NotoSans);    
}




@media screen and (max-width: 699.98px) {
  .info_container {
  padding: 8rem 1rem 18rem 1rem; 
}


.info_list {
  background-color: white;
  width:35.5rem ;
  height:22.1rem ;
  padding: 5rem 0;
}


.info_item {
  font-size: 1.3rem;
}


.section_title{
  width: 36.5rem;
  font-size: 2.5rem;
  margin: 6rem 0 4rem 0;
  padding: 0 3rem;
}

.report_title{
  width: 36.5rem;
  font-size: 2.5rem;
  margin: 6rem 0 4rem 0;
  padding: 0 3rem;
  text-align: start;
}

.section_title_white{
  width: 34.5rem;
  font-size: 2.5rem;
  margin: 6rem 0 4rem 0;
}

.report_title_a_type{
  width: 36rem;
  text-align: center;
  font-size: 1.9rem;
  font-family: var(--NotoSans);
  font-weight:500 ;
  margin-bottom: 3rem;
  margin-top: 6rem;
  color: #000;
}

.content_box_text{
  height: auto; 
  padding:2rem 4rem;
  width: 35.5rem;
}   

.content_box {
  padding:2rem 4rem;
  width: 35.5rem;
}
        

.subsection {
  margin-bottom: 2rem;
}

.subsection_text{
  padding: 0;
}

.section_light_gray{
  background-color:#EAECEF ;
  border-radius: 0 50px 0 0;
  /* height: 200rem; */
  border: #000 0.1rem solid;
}


.icon_pdf{
  width: 3.9rem;
  height: 4.9rem;
}
        
.pdf_text {
  font-size: 1.4rem;
  line-height: 1.8        
}

}