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

/*
# =================================================================
# Activities
# =================================================================
*/
.header_img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_img .section_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.header_title .section_box{
  padding: 20px 0 0;
}

@media (max-width: 767px){
  .container{
    margin-top: 66px;
  }
  .header_img{
    height: 236px;
  }
  .header_img h1{
    position: static;
    padding: 0 !important;
    transform: none;
    font-size: 3.8rem;
    word-break: normal;
  }
}
@media (min-width: 768px){
  .header_img{
    height: 258px;
  }
  #adaptaiton_plan{
    height: 400px;
  }
  .header_img h1{
    position: static;
    line-height: 1;
    transform: none;
    font-size: 5.4rem;
  }
  #adaptaiton_plan h1{
    line-height: 120%;
    font-size: 7.8rem;
  }
.header_title .section_box{
  padding: 80px 25px 0;
}
}

.header_img.videos{
  background-image: linear-gradient(to top, rgba(0, 69, 101, .55) 0%, rgba(0, 69, 101, .55) 100%), url("https://ap-plat.nies.go.jp/adaptation_literacy/videos/img/video_header.jpg");
}
.header_img h1{
  text-transform: uppercase;
}

.header_title h1{
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 0.5em;
}
.header_title h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  background: #000;
  width: 21px;
  height: 2px;
}
@media (max-width: 767px){
  .header_title h1{
    line-height: 1.1176;
    font-size: 4rem;
  }
}
@media (min-width: 768px){
  .header_title h1{
    line-height: 1;
    font-size: 5.4rem;
  }
}

#videos h3{
	font-size: 2.3rem;
	line-height: 1.2;
	margin-bottom: 20px;
    font-weight: bold;
	border-left: 5px solid #A9A9A9;
	padding: 8px 15px;

}


/* カード型設定 */

.entry-list_item-ap {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
}
.entry-list_item-ap:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.entry-list_item-ap img{
  width: 100%;
  height: auto;
	object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.entry_inner{
	padding: 20PX;	
}
.entry_date{
	color: #555;
	font-size: 1.4rem;
}
.entry_title-ap{
	margin: 0;
}
.entry-list_item-ap .entry a{
	text-decoration: none;
	color: #000;
	  transition: color 0.3s;
}
.entry-list_item-ap .entry a:hover{
	color: #63B7E6;
}

.entry-list_item-grid {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
}
.video_intro{
	margin-top: 30px;
	}
.video_intro h4{
	text-align: center;
	}
.intro_ap_item {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
}
#videos h5{
	color: #555;
	border-left: 5px solid #46B564;
	padding-left: 10px;
}
#videos img{
  width: 100%;
  height: auto;
	object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.video-list-col {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
}
.video_note {
	color: #555;
	margin-top: 1em;
	font-size: 1.4rem;
}
.other_links{
	margin: 0;
	padding-left: 10px;	
}
.other_links a{
	display: block;
}


/* Nav */
.ap_pagenav{
  display: block !important;
}
.ap_pagenav .section_box{
  padding-top: 0;
  padding-bottom: 0;
}
.ap_pagenav ul{
  margin: 0;
}
.ap_pagenav a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00b65e;
  transition: opacity .2s;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
}
.ap_pagenav a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 6.6116%;
  display: block;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.ap_pagenav a:hover{
  opacity: .7;
}


#jmp_01,#jmp_02,#jmp_03,#jmp_04{
   padding-top:80px;
   margin-top:-80px;
	padding-bottom: 30px;
}



@media (max-width: 767px){
  .ap_pagenav li{
    margin-bottom: 10px;
  }
  .ap_pagenav a{
    border-radius: 22.5px;
    height: 45px;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .ap_pagenav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8621%;
  }
  .ap_pagenav li{
    margin: 0;
    width: 100%;
    flex: 1 1 auto;
    align-self: stretch;
  }
  .ap_pagenav a{
    border-radius: 24px;
    padding-right: 12%;
    padding-left: 6%;
    height: 48px;
    line-height: 1;
    letter-spacing: -.02em;
  }
}


@media (min-width : 920px){
.border_box_activities{
	padding: 30px;
}
.entry-list-ap {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.entry-list_item-ap {
	width: 49%;
}
.act-col2-wrap{
	display: flex;
	justify-content: space-between;
}
.act-note{
	width: 68%;
}
.act-img{
	width: 30%;
}
.video_intro{
	width: 30%;
	margin: 50px auto
	}
#videos h3{
	font-size: 4.2rem;
}
#videos h4{
	font-size: 3.2rem;
}
.video-list_col4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-list-col {
	width: 49%;
}
#jmp_01,#jmp_02,#jmp_03,#jmp_04{
   padding-top:110px;
   margin-top:-110px;
	padding-bottom: 80px;
}
	
.nbs_wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2%;
}
.nbs_col_title_1{
  grid-column-start: 1;
  grid-row-start: 1;
}
.nbs_col_title_2{
  grid-column-start: 1;
  grid-row-start: 3;
}
.nbs_col_cont_1{
  grid-column-start: 1;
  grid-row-start: 2;		
}
.nbs_col_cont_2{
  grid-column-start: 1;
  grid-row-start: 4;		
}
.nbs_col_cont_3{
  grid-column-start: 2;
  grid-row-start: 4;
}	
	
	
}

@media (min-width : 1200px){
.border_box_activities_w{
	padding: 80px;
}
.border_box_activities{
	border: 15px solid #fff;
	padding: 50px;
}
.entry-list-ap {
	justify-content: flex-start;
}
.entry-list_item-ap {
	width: 24%;
	margin-right: 1%;
}
.entry-list_item-ap:nth-child(4n){
	margin-right: 0;
}
.video-list_col4{
	justify-content: flex-start;
}
.video-list-col {
	width: 24%;
	margin-right: 1%;
}
.video-list-col:nth-child(4n){
	margin-right: 0;
}
figure{
    width: 42%;
	text-align: center;
	font-size: 1.6rem;
}
.nbs_wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
}
.nbs_col_title_1{
  grid-column-start: 1;
  grid-row-start: 1;		
}
.nbs_col_title_2{
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
}
.nbs_col_cont_1{
  grid-column-start: 1;
  grid-row-start: 2;		
}
.nbs_col_cont_2{
  grid-column-start: 2;
  grid-row-start: 2;		
}
.nbs_col_cont_3{
  grid-column-start: 3;
  grid-row-start: 2;
}	
}
@media (min-width : 1400px){
	.last_section{
		margin-bottom: 150px;
	}

}