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

*, *::before, *::after {
  box-sizing: border-box;
}
em,address{font-style:normal;}
ul,ol,li,dl,dt,dd{list-style-type:none;margin: 0; padding: 0;}
.pc {display: block;}
.sp {display: none;}
main{overflow-x: hidden;}


.pc {display: block;}
.sp {display: none;}

article,footer.toolbox{
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin:0 auto;
  color:#231815;
  box-sizing: border-box;
  font-family: "Noto Sans JP","Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
article a{
  text-decoration: none;
  color: #231815;
}
article section,footer.toolbox section{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
article section.top{
  margin-bottom: 0;
}
/*#kodomokenri_pj{
animation: fadeIn 1.5s ease 0s 1 normal;
  }
    @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/
.blend_multiply{
  mix-blend-mode: multiply;
}

.fadein-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}


.copyright_ned,.copyright_nhk{
  position: relative;
  display: inline-block;
}
.copyright_ned::before,
.copyright_nhk::before{
  content:"©NED";
  position: absolute;
  right:0;
  bottom:0;
  font-size: 11px;
}
.copyright_nhk::before{
  content:"©NHK";
}

.pjlogo_wrap img{
  width: 150px;
  margin-top: 2rem;
/*  margin-bottom: 1rem;*/
}
.pjlogo_wrap div:first-child img:first-child{margin-right:3rem;}


/*--------------------------------------*/
.kkpj_top{
/*  height: 800px;*/
  position: relative;
/*  display: flex;
  align-items: center;
  justify-content: center;*/
}
.kkpj_top .kkpj_top_icon{
  text-align: center;
  padding-top:4rem;
}
.kkpj_top .kkpj_top_icon img{
  width:150px;
}
.kkpj_top .kkpj_top_icon img:nth-child(2){
  margin-left: 3rem;
}

@media screen and (max-width: 767px){
.kkpj_top .kkpj_top_icon{
  text-align: center;
  padding-top:0;}
}

.kkpj_top_logo_wrap{
  position: relative;
}
.kkpj_top_logo_wrap .top_main{
  position: relative;
  width: 40%;
  left: 50%;
  transform: translate(-50%, 10%);
}
.kkpj_top_logo_wrap .top_main img{
  width: 100%;
}
.kkpj_top_logo_wrap .top_main img:last-child{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -65%);
  width: 64%;}

.kkpj_top_logo_wrap .top_main_text{
  color: #005594;
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 0;
  line-height: 0;
  font-feature-settings: "palt" 1;
}
.kkpj_top_logo_wrap .top_main_text p:last-child{
  font-size: 1.75em;
  position: relative;
  display: inline-block
}
/*
.kkpj_top_logo_wrap .top_main_text p:last-child::before{
  content: "";
  position: absolute;
  background: url(../img/waku_2.svg) no-repeat;
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
  width: 100%;
  height: 95px;
  background-size: contain;
  z-index: -1;
}*/

.kkpj_top .top_sub_img img{position: absolute;animation:kkpj_top_sub_fadeIn .5s ease forwards 2.75s normal;opacity: 0;}
.kkpj_top .top_sub_img img:nth-child(1){top: 10%;left: 0;width: 25%;}
.kkpj_top .top_sub_img img:nth-child(2){top: 17%;right: 3%;width:20%;animation-delay: 2.85s;}
.kkpj_top .top_sub_img img:nth-child(3){top: 49%;left: 2%;width: 22%;animation-delay: 2.95s;}
.kkpj_top .top_sub_img img:nth-child(4){top: 50%;right: 0;width: 23%;animation-delay: 3.05s;}

@keyframes kkpj_top_sub_fadeIn {
  0% {opacity: 0;transform: translateY(50%);}
  100% {opacity: 1;transform: translateY(0);}
}


.news{
  width: 100%;
  height: 400px;
  background-color: #00B9EF;
  border-radius: 0 80px 80px 0;
  position: relative;
}
.news::before{
  content: "";
  position:absolute;
  left:0;
  top:0;
  background-color: #00B9EF;
  height: 100%;
  width: 50vw;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.news h2{
  color: #fff;
  text-align: left;
  font-size: 3em;
  padding-top:2.5rem;
	margin-bottom:2rem;
}
.news .slider{
  text-align: justify;
}
.news .slider li{
	margin-right: 20px;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:10px;
}
/*.news .slider li{width: 30%;}*/
.news .slider li img{
  width: 100%;
  margin-right: 1rem;
  margin-bottom:0.5rem;
}
.news .slider span{
  display: block;
}

.news .slider li div{
	margin-top:0;
	position:relative;
	background:#fff;
	border-radius:10px;
	flex-grow: 1;}

.news .slider li div p{
	margin:0;
	padding:15px;
	line-height:1.5em;}

.news .slick-track {
  display: flex;
}
.news .slick-slide {
  height: auto !important;
}

.news .slider_g img{border:3px solid #40b15d;}
.news .slider_b img{border:3px solid #2ca6e0;}
.news .slider_p img{border:3px solid #eb88b3;}

.news .slider_g div::before{content:url(../img/slider_arrow_g.svg);position:absolute;top:-36px;right:10px;width:70px;height:36px;}
.news .slider_b div::before{content:url(../img/slider_arrow_b.svg);position:absolute;top:-36px;left:10px;width:70px;height:36px;}
.news .slider_p div::before{content:url(../img/slider_arrow_p.svg);position:absolute;top:-36px;right:10px;width:70px;height:36px;}


.news .slider_g div{border:3px solid #40b15d;}
.news .slider_b div{border:3px solid #2ca6e0;}
.news .slider_p div{border:3px solid #eb88b3;}


.kkpj_main{
  margin-top: 7rem;
  margin-bottom: 0;
  position: relative;
}
.kkpj_main::before{
    content: "";
    position:absolute;
    background-image: url("../img/icon_notebook.svg");
    background-repeat: no-repeat space;
    background-position: left;
    top: 50px;
    left: 5px;
    width: 100%;
    height: calc(100% - 40px);
}
.kkpj_main::after{
    content: "";
    position:absolute;
    background-image: url("../img/notebook_bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -38px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: -1;
}

@media screen and (max-width: 767px){
.kkpj_main::after{
    left: 15px;
    width: calc(100% - 30px);}
}

.kkpj_main > div{
  padding:3rem 12% 2rem 15%;
  background-color: #f5f2ef;
}
.kkpj_main h2{
  display: inline-block;
  padding: 0.5rem 10%;
  color: #00B9EF;
  font-size: 2.25rem;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #f39800;
  position: relative;
  margin-bottom: 3rem;
}
.kkpj_main h2::before{
  content: "";
  position: absolute;
  background: url("../img/pen.svg") no-repeat;
  background-size: contain;
  width: 35px;
  height: 63px;
  bottom: -2px;
  left: -30px; 
}
.kkpj_main_txt{
  text-align: center;}

@media screen and (max-width: 767px){
.kkpj_main_txt{
  text-align: left;}
.kkpj_main_txt .pc{
  display:none;}
}

.kkpj_main_txt p{
  font-size: 0.875rem;
  line-height: 2em;
}
.kkpj_main_txt p:first-child{
/*  color: #00B9EF;*/
}
.kkpj_main dl{
  margin: 2rem auto 0rem;
}
.kkpj_main dl dt{
  color:#00B9EF;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1em;

.pc {display: block;}
.sp {display: none;}
}
.kkpj_main dl dd{
 text-align: left; 
  display: inline-block;
  font-size: 0.875rem;
	line-height:1.4em;
}
.kkpj_main .syusai_box{
	text-align: center;}
.kkpj_main .syusai{
	text-align: left; 
	display:inline-block;
	font-size: 0.875rem;
	line-height:1.4em;
	margin-top:20px;
}

/*ポップアップ------------------*/

.popup_wrap{
	background-image:url(../img/koenouta_back.svg);
	background-repeat:no-repeat;
	background-size: 1920px;
	width: 100vw;
	margin:0 calc(50% - 50vw);
	position: relative;
	background-position: bottom -80px center;
	line-height: 1;;
}
.popup_wrap > div{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
	padding-bottom:80px;
}


.popup_wrap div.title{
	position:absolute;
	display: block;
	font-size:1.6em;
	color:#00B9EF;
	font-weight:bold;
	max-width: auto;
	width: auto;
	margin: 0 auto;
	padding:0;
	top:100px;
	left:0;
	right:0;}

.popup_wrap div.title span{
	position:relative;}

.popup_wrap div.title span::after{
	position:absolute;
	content:'';
	width:2px;
	border-left:2px solid #00b9ef;
	height:300px;
	top:50px;
	left:0;
	right:0;
	margin:auto;}

@media screen and (max-width: 1000px){
.popup_wrap div.title{
	position:relative;
	display: block;
	font-size:1.6em;
	font-weight:bold;
	max-width: auto;
	width: auto;
	margin: 80px auto 20px;
	padding:0;
	top:0;}

.popup_wrap div.title span::after{
	height:400px;
	top:60px;}
}




.popup{
  width: 50%;
  position: relative;
  /*top: 3rem;*/
}
.popup:hover .popup-open img{
  animation: PopupJump .5s ease forwards normal;
}

@keyframes PopupJump {
  0% {transform: translateY(0);}
  50% {transform: translateY(-15%);}
  100% {transform: translateY(0);}
}

.popup label div{
  display: inline-block;
  background-color: #fff;
  color: #00B9EF;
  font-size: 1.25rem;
  border-radius: 30px;
  padding: 0.75em 3em 0.75em 0.5em;
  margin-top: 1.5rem;
  position: relative;
  letter-spacing: 0;
  border:3px solid #00B9EF;
}
.popup label div::after{
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 50%;
  border: 1px solid #00b9ef;
}
.popup label div::before{
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%) scale(0.2);
  background-color: #00B9EF;
  right: 10px;
  border-radius: 50%;
  transition: .2s;
}
.popup label:hover div::before{
  transform: translateY(-50%) scale(1);
}

#popup_1,#popup_2,
#popup_mov {display: none; /* label でコントロールするので input は非表示に */}

.popup-open {cursor: pointer;}

.popup-overlay {display: none; /* input にチェックが入るまでは非表示に */}

.popup-open img.jk{
	width:350px;}

.popup-open img.ilm{
	width:400px;}



#popup_1:checked ~ .popup-overlay,
#popup_2:checked ~ .popup-overlay,
#popup_mov:checked ~ .popup-overlay  {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup-window {
  width: 100vw;
  max-width: 820px;
  padding: 4rem;
  background-color: #ffffff;
  border: 6px solid #00b9ef;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-window div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-window div dl{
  width: 50%;
  font-size: 0.875rem;
  text-align: justify;
}
.popup-window div dl dt{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.popup-window div dl dt span{
  font-size: 1.3rem;
}
.popup-window div dd{
  line-height: 1.5em;
}
.popup-window div img{
  width: 40%; 
  padding-right: 2rem;
}
.popup-window div dd a{
  color: #00B9EF;
  border-bottom: 1px solid #00B9EF;
  padding: 0 0 0.1em 0.75em;
}
.popup-window div p.sp_ned{
	display:none;
}

@media screen and (max-width: 600px){
.popup-window {
	width: 90vw;
	padding: 4rem 2rem 2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-window div{
	flex-direction:column-reverse;
	align-items: center;
}
.popup-window div dl{
	width: 90%;
	font-size: 0.875rem;
	text-align: justify;
}
.popup-window div dl dt{
	text-align: center;
}
.popup-window div img{
	width: 60%; 
	padding:0 !important;
	margin:0 !important;
}
.popup-window div img.ilm{
	width: 40%;
}
.popup-window div p.sp_ned{
	width:60%;
	text-align:right;
	display:block;
	font-size:0.75rem;
	margin-bottom:30px;
}
.copyright_ned::before,
.copyright_nhk::before{
  display:none;
}

}



.popup-ilm div img{
  max-width: 190px;
  margin-right: 3rem;
}
.popup-ilm dl .popup_link{
  position: relative;
  transition: 1s;
}
.popup-ilm dl .popup_link::before{
  content: "";
  position: absolute;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00B9EF;
  border-right: 0;
}

@media screen and (max-width: 600px) {
.popup-ilm dl .popup_link::before{
  top: 0.75em;}
}


.popup-ilm dl .popup_link:hover a{
  border-bottom: none;
}
.popup-text {
  margin: 0;
}
.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}
.popup-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-close img{
  width: 35px;
  height: 35px;
}
.popup-window .copyright_nhk::before 
{right: 5%;}



.koenouta{
  background-color: #00B9EF;
  width: 100vw;
  margin:0 calc(50% - 50vw);
/*  padding-top: 2rem;*/
}

.koenouta_dl_mov{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;}

@media screen and (max-width: 1200px){
.koenouta_dl_mov{
  margin: 0;}
}

/*--videoに変更--*/
.koenouta_dl_mov img{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;}

/*--------------*/
.koenouta_dl_mov > div{
margin-bottom: 3rem;}

.koenouta_dl_mov div{
  display: flex;
  justify-content: space-between;
  align-items: end;}

.koenouta_dl_mov div.title_box{
margin-bottom: 4rem;}

.koenouta_dl_mov div.title_box .title_block{
	flex-direction:column;
	align-items:start}

.koenouta_dl_mov div.title_box .title_block p{
	flex-direction:column;
	text-align:left;
	color:#fff;
	line-height:1.4em;
	margin-bottom:0;}

.koenouta_dl_mov h2{
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 2.4rem;
/*	line-height:0.5em;*/
/*  padding-top:3.5rem;*/}

.koenouta_dl_mov h2 span{
	display:inline-block;
	padding-top:1rem;
	font-size: 1.25rem;
	line-height:1.4em;}

.koenouta_dl_mov .koenouta_pdf a{
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
  font-size: 1.0rem;
  font-weight: 400;
  background-color:#f9be00;
  border-radius: 50px;
  line-height: 1;
  padding: 1em 1.5em;
  position: relative;
  transition: .2s;}

.koenouta_dl_mov .koenouta_pdf a:hover{
  transform: scale(1.1)}
/*
.koenouta_dl_mov .koenouta_pdf a::after{
  content: "";
  position: absolute;
  background: url("../img/icon_pdf.svg") no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;}
*/
.koenouta_dl_mov .koenouta_pdf a:last-child{
  margin-left: 1.5em;}

.koenouta_dl_mov .koenouta_pdf a div{
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 10px;
	margin:0;
	text-align:center;}

.koenouta_dl_mov .koenouta_pdf a p{
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	margin:0;
	text-align:center;}


@media screen and (max-width: 1200px){
.koenouta_dl_mov h2{
	text-align: center;
	width:100%;}

.koenouta_dl_mov div.title_box{
	flex-direction:column;
	align-items:start;
	width:100%;}

.koenouta_dl_mov div.title_box .title_block{
	margin:0 auto 20px;
	padding:0 30px;}


.koenouta_dl_mov .koenouta_pdf{
	margin:0 auto;}
}


@media screen and (max-width: 767px){
.koenouta_dl_mov h2{
  margin-top:20px;}
}


@media screen and (max-width: 670px){
.koenouta_dl_mov .koenouta_pdf{
	flex-direction:column;
	gap:10px;}

.koenouta_dl_mov .koenouta_pdf a:last-child{
  margin-left: 0;}
}



.koenouta_bottomImg{
  background:url("../img/koenouta_back_w.svg") no-repeat;
  background-size:100vw;
  width: 100vw;
  margin:0 calc(50% - 50vw);
  position: relative;
  background-position: bottom;
  line-height: 1;
/*  padding-top: 8rem;*/
  bottom: -1px;
}
.koenouta_bottomImg img:first-child{
    width: 130px;
    padding-bottom: 50px;
}
.koenouta_bottomImg img:last-child{
	position: absolute;
	width:800px;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);}

@media screen and (max-width: 880px){
.koenouta_bottomImg{
	padding-top: 0rem;}
}

@media screen and (max-width: 600px){
.koenouta_bottomImg img:first-child{
	width: 80px;
	padding-bottom: 30px}

.koenouta_bottomImg img:last-child{
	top: -70px;}
}




.koe_mov_line{
	width: 100%;
	position: relative;
	display: inline-block;}

.koe_mov_line img{
	width: 100%;
	height: auto;}

.koe_mov_line::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/koe_mov.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	transform: scale(1.1);}

@media screen and (max-width: 1100px){
.koe_mov_line img{
	width: 85%;}
}


.scroll_scale{
  transform: translateX(-50%) scale(0);
  transform-origin: 50% bottom;
}




.kenri > a{
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  background-color: #f5f2ef;
  border-radius: 15px;
  padding: 1.5em 2em;
  text-align: left;
  transition: 0.2s;
  margin-bottom: 3rem;
}
.kenri > a::after{
  content: "";
  position: absolute;
  background: url(../img/kenri_jk.png) no-repeat;
  background-size: contain;
  width: 257px;
  height: 170px;
  bottom: -15px;
  right: 15%;
}
.kenri > a::before{
  content: "";
  position: absolute;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.kenri > a:hover{
    transform: scale(1.05)
}

@media screen and (max-width: 900px){
.kenri > a{
	font-size: 1.5rem;}

.kenri > a::after{
	height: 140px;
	right: 10%;}
}

@media screen and (max-width: 800px){
.kenri{
	margin-bottom:3rem;}
}

@media screen and (max-width: 700px){
.kenri > a{
  font-size: 1.3rem;
	text-align:center;}

.kenri > a::after{
  height: 90px;
  left: 0%;
	bottom:-5px;}
}

@media screen and (max-width: 550px){
.kenri .sp{
	display:inline;}

.kenri > a::after{
	height: 70px;
	left: -8px;
	bottom:-5px;}

.kenri > a{
	font-size: 1.1rem;
	text-align:center;
	padding: 1em 1.5em;}

.kenri > a::before{
	width: 50px;
	height: 50px;}
}



/*-----------------------------*/



.kenri_link{width: 100%;}
.kenri_link a {
  display: inline-block;
  cursor: pointer;
  width: 45%;
  height: 500px;
  margin-inline: auto;
/*  margin-top: 20px;*/
  overflow: hidden;
  position: relative;
	vertical-align:top;
}
.kenri_link a:first-child {margin-right: 4%;margin-left: -4%;margin-top:45px;}
.kenri_link a:last-child {margin-left: 4%;}

/* 画像のスタイル */
.kenri_link a img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  top:0;
}
/* 2枚目の画像は最初上に隠す */
.kenri_link a img:last-of-type {
  bottom: -100%;
  transition: top .5s;
}
/* hoverすると2枚目の画像が下がる */
.kenri_link a:hover img {
  bottom: 0;
}
.kenri_link a img:last-of-type{
  opacity: 0;
  transition: opacity .5s;
}
.kenri_link a:hover img {
  opacity: 1;
}

@media screen and (max-width: 600px){
.kenri_link{
	display:flex;
	flex-direction:column;
	align-items:center;}

.kenri_link a{
	width:80%;
	margin-bottom:40px !important;}

.kenri_link a:first-child {margin:0;}
.kenri_link a:last-child {margin:0;}
}








.kodomonokenri_linkwrap{
  display: flex;
  justify-content: space-between;
  gap:2rem;
  margin: 2rem auto 4rem;
    overflow: visible;
}
.kodomonokenri_linkwrap a{
  border-bottom: 3px solid #00B9EF;
  padding: 0 4rem 0.5rem;
  width: 30%;
  position: relative;
  display: inline-block;
  overflow: visible; 

}
.kodomonokenri_linkwrap a div{
  overflow: visible; 
}
.kodomonokenri_linkwrap a div img{
  width: 100%;
}

.kodomonokenri_linkwrap a::after{
  content: "";
  position: absolute;
  background: url("../img/arrow.svg") no-repeat;
  background-size: cover;
  width: 15px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.kodomonokenri_linkwrap a:nth-child(1)::before{
  content: "";
  position: absolute;
  background: url("../img/icon_syokuba.svg") no-repeat;
  background-size: cover;
  width: 45px;
  height: 67px;
  bottom: 0;
  left: 0;
}
.kodomonokenri_linkwrap a:nth-child(2)::before{
  content: "";
  position: absolute;
  background: url("../img/icon_tiiki.svg") no-repeat;
  background-size: cover;
  width: 49px;
  height: 67px;
  bottom: 0;
  left: 0;
}
.kodomonokenri_linkwrap a:nth-child(3)::before{
  content: "";
  position: absolute;
  background: url("../img/icon_sports.svg") no-repeat;
  background-size: cover;
  width: 45px;
  height: 53px;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);}


.kodomonokenri_linkwrap a div{
  position: relative;
  transition: .2s all linear;
}
.kodomonokenri_linkwrap a div::before{
  content: "";
  position: absolute;
  left:50%;
  top: -50%;
  transform: translateX(-50%);
  width: 280px;
  height: 180px;
  background-size: contain;
  opacity: 0;
  transition: .2s all linear;
  
}
.kodomonokenri_linkwrap a div:hover::before{
  background-image: url(../img/link_hover.svg);
  background-image: url(../img/waku.svg);
  background-repeat: no-repeat;
  opacity: 1;


}

@media screen and (max-width: 800px){
.kodomonokenri_linkwrap{
	flex-direction:column;
	align-items:center;
	gap:40px;
	margin: 0 auto;}

.kodomonokenri_linkwrap a{
	width: 50%;}

.kodomonokenri_linkwrap a div::before{
	top: -30%;
	height: 130px;}
}

@media screen and (max-width: 600px){
.kodomonokenri_linkwrap a{
	width: 70%;}
}




.site_link{
  background-color: #f5f2ef;
  border-top: 3px solid #00B9EF;
  width: 100vw;
  margin:15rem calc(50% - 50vw) 5rem;
  padding-top: 2rem;
}
.site_link > div{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.site_link .site_link_tit{
  position: absolute;
  width: 50%;
  bottom: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
}
.site_link .site_link_tit img{width: 100%;}


@media screen and (max-width: 800px){
.site_link{
	margin:12rem calc(50% - 50vw) 5rem;}
}

@media screen and (max-width: 600px){
.site_link .site_link_tit{
	width: 90%;}
}



.site_link .site_link_cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:2rem;
	padding: 2rem 0 4rem;}

.site_link .site_link_cont li{
	position:relative;
	width: 25%;
	border-radius: 15px;}

.site_link .site_link_cont li a:hover{
	outline: 3px solid #00B9EF;}

.site_link .site_link_cont li a{
	padding: 0.5rem;
	display: flex;
	align-items:center;
	width: 100%;
	height: auto;
	border-radius: 15px;
	background-color: #fff;
	transition: .1s;}

.site_link .site_link_cont li a img{
	width: 100%;
	height: auto;}

.site_link .site_link_cont li p{
	font-size:0.8em;
	line-height:1.4em;
	text-align:center;}

@media screen and (max-width: 600px){
.site_link .site_link_cont{
/*  gap:15px;*/
}
.site_link .site_link_cont li{
  width: 45%;}

.site_link .site_link_cont li a{
	padding: 0.5rem;}

}



.faq_link{margin-bottom: 2rem}
.faq_link a{
  display: inline-block;; 
  width: 400px;
  transition: 0.2s;
}
.faq_link a:hover{
transform: scale(1.05);
}
.faq_link a img{
  width: 100%;
}

@media screen and (max-width: 600px){
.faq_link a{
	width: 80%;}
}



footer.toolbox{margin: 0;}
footer.toolbox section{
  width: 100vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.footer_img_wrap{
  max-width: 1100px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 30px;
  
}
.footer_img_wrap img{
  width: 120px;
}
.footer_img_wrap img:last-child{
  width: 133px;
}
.footer_img_wrap .footer_logo{
    margin: 0 4rem 4rem;
    width: 220px;
}
.footer_back{
  display: block;
  background: url("../img/footer_line.png") repeat-x;
  background-size: auto 100px;
  background-color: #00B9EF;
  background-position: top;
  height: 100px;
}
.footer_copy div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.footer_copy div img{
  width: 300px;
}
.footer_copy div small{
  color: #00B9EF;
  font-size: 0.75rem;
  padding-top: 1rem;
}


@media screen and (max-width: 700px){
.footer_img_wrap img{
	width: 18%;}

.footer_img_wrap img:last-child{
	width: 21%;}

.footer_img_wrap .footer_logo{
	width:34%;
	margin: 0 2% 4rem 2%;}
}






@media (min-width:768px) and ( max-width:1100px) {
article{
  width: auto;
  max-width: none;
  margin:0 1rem;
}
.kkpj_top_logo_wrap .top_main_text{
  color: #005594;
  font-weight: 600;
  letter-spacing: 0.1em;
/*  margin-top: 6em;*/
  font-feature-settings: "palt" 1;
}
.kkpj_top_logo_wrap .top_main_text p:last-child{
  font-size: 2.6vw;

}
}

@media screen and (max-width: 767px){
.news{
	height: auto;
	margin-bottom:50px;}

.kkpj_top {
    height: 100vh;}

article section {
	padding-left: 1rem;
	padding-right: 1rem;}

footer.toolbox section {
	padding-left: 0;
	padding-right: 0;}

.kkpj_top_logo_wrap .top_main {
	width: calc(400px - 0.3 * (900px - 100vw));
	transform: translate(-50%, -75%);
	top: 45.5vh}
  
.kkpj_top_logo_wrap {
	height: 80vh;}
 
.kkpj_top_logo_wrap .top_main_text {
	margin-top: 1.5em;
/*	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;*/}

.kkpj_top_logo_wrap .top_main_text p:last-child {
	font-size: 4.75vw;
	line-height:1.5em;
	margin:0;}

.kkpj_top_logo_wrap .top_main_text p:last-child::before {
	width: 16vw;
	height: 12vw;
	left: 0;}

.kkpj_top .top_sub_img img:nth-child(1) {
	top: 10vh;
	left: 5%;
	width: calc(220px - 0.1 * (900px - 100vw));}


.kkpj_top .top_sub_img img:nth-child(2) {
	top: 61vh;
	left: 2%;
	margin-left:15px;
	width: calc(220px - 0.1 * (900px - 100vw));}

.kkpj_top .top_sub_img img:nth-child(3) {
	top: 9vh;
	right: 3%;
	left:auto;
	width: calc(190px - 0.1 * (900px - 100vw));}

.kkpj_top .top_sub_img img:nth-child(4) {
	right: 5%;
	top: 59vh;
	width: calc(220px - 0.1 * (900px - 100vw));}

.popup_wrap > div {
	flex-direction: column;}

.kkpj_main{
	margin-top:3rem;}

.kkpj_main h2 {
	display: inline-block;
	padding: 0.5rem 10%;
	color: #00B9EF;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #f39800;
	position: relative;
	margin-bottom: 3rem;}
}


@media screen and (max-width: 500px){
.kkpj_top_logo_wrap .top_main_text p .sp {
	display:inline;
}
}

@media screen and (max-height: 700px) and (max-width: 500px) {
.kkpj_top_logo_wrap .top_main {
	top: 47.5vh}

.kkpj_top .top_sub_img img:nth-child(1) {
	width: calc(200px - 0.1 * (900px - 100vw));}

.kkpj_top .top_sub_img img:nth-child(2) {
	top: 62vh;
	width: calc(190px - 0.1 * (900px - 100vw));}

.kkpj_top .top_sub_img img:nth-child(3) {
	top: 9.5vh;
	width: calc(170px - 0.1 * (900px - 100vw));}

.kkpj_top .top_sub_img img:nth-child(4) {
	top: 58vh;
	width: calc(200px - 0.1 * (900px - 100vw));}
}


@media screen and (max-width: 767px){
/*.popup_wrap{
	position:relative;
	background:none;
	overflow:hidden;}
*/
.popup_wrap{
	background-image:url(../img/koenouta_back.svg);
	background-repeat:no-repeat;
	background-size: 1920px;
	width: 100vw;
	margin:0 calc(50% - 50vw);
	position: relative;
	background-position: bottom -180px center;
	line-height: 1;;
}

.popup_wrap > div {
	flex-direction: column;
	padding-bottom:20px;}

.popup_wrap div.title span::after{
	border:none;}

.popup_wrap .popup{
	width:80%;
	margin:0 auto 40px;
	display:flex;
	justify-content:center;}

.popup_wrap .popup label{
	width:90%;
	display:flex;
	flex-direction:column;
	align-items:center;}

.popup_wrap .popup label img{
	width:300px;
	margin:0;}

.popup_wrap .popup label img.jk{
	margin-left:-2em !important;}

.popup_wrap .popup label div{
	margin:10px 0 0;
	font-size:1em;}

}

  
@media screen and (max-width: 600px){
.kkpj_main > div {
	padding: 1rem 10% 3rem 15%;}

.kkpj_top_logo_wrap .top_main {
	width: calc(400px - 0.3 * (900px - 100vw));
/*	transform: translate(-50%, -75%);
	top: 45vh*/}
}  

@media screen and (max-width: 500px){
.kkpj_top_logo_wrap .top_main {
	margin-top: -15px;}

.pjlogo_wrap div{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	gap:20px;}

.pjlogo_wrap div:first-child img:first-child{
	margin-right:0;}

.pjlogo_wrap img{
	width:calc(50% - 20px);
	margin-top: 2rem;
/*	margin-bottom: 1rem;*/}
}  

@media screen and (max-width: 450px){
.kkpj_top .kkpj_top_icon{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	gap:50px;}

.kkpj_top .kkpj_top_icon img{
	margin:0 !important;}
}

@media screen and (max-height: 700px){
.kkpj_top .kkpj_top_icon img{
	width:130px;}
}

@media screen and (max-width: 450px){
.pc {display: none;}
.sp {display: inline;}
}

