@charset "UTF-8";
/*
#mainVisualLowerKids
---------------------------*/
#kids #lowerContent p, #kids #lowerContent dt, #kids #lowerContent dd, #kids #lowerContent li {
  font-weight: 500;
  font-size: 18px;
}
#kids #lowerContent p ruby, #kids #lowerContent dt ruby, #kids #lowerContent dd ruby, #kids #lowerContent li ruby {
  font-weight: 500;
}
#kids #lowerContent .note {
  font-size: 14px;
}
#kids #mainVisualLower {
  position: relative;
  background-image: none;
  background-color: #F5FBFF;
  color: #036EB8;
}
#kids #mainVisualLower:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../img/kids/kids_deco01.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#kids #mainVisualLower .inner {
  background-image: url(../img/kids/kids_mv_illust.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50%;
}
#kids #mainVisualLower h1 {
  font-family: "Zen Maru Gothic", sans-serif;
}
#kids #topic p + p:before {
  border-top: solid 1px #036EB8;
  border-right: solid 1px #036EB8;
}
#kids #topic .icon svg path {
  fill: #036EB8;
}
#kids.type2 #mainVisualLower {
  background-color: #F2F8E7;
  color: #4EB133;
}
#kids.type2 #mainVisualLower:after {
  background-image: url(../img/kids/kids_deco02.svg);
}
#kids.type2 #topic p + p:before {
  border-top: solid 1px #4EB133;
  border-right: solid 1px #4EB133;
}
#kids.type2 #topic .icon svg path {
  fill: #4EB133;
}
#kids.type3 #mainVisualLower {
  background-color: #FFF8F2;
  color: #D27626;
}
#kids.type3 #mainVisualLower:after {
  background-image: url(../img/kids/kids_deco03.svg);
}
#kids.type3 #topic p + p:before {
  border-top: solid 1px #D27626;
  border-right: solid 1px #D27626;
}
#kids.type3 #topic .icon svg path {
  fill: #D27626;
}
#kids.type4 #mainVisualLower {
  background-color: #FAF4F9;
  color: #E571D2;
}
#kids.type4 #mainVisualLower:after {
  background-image: url(../img/kids/kids_deco04.svg);
}
#kids.type4 #topic p + p:before {
  border-top: solid 1px #E571D2;
  border-right: solid 1px #E571D2;
}
#kids.type4 #topic .icon svg path {
  fill: #E571D2;
}
#kids.type5 #mainVisualLower {
  background-color: #FFFEEE;
  color: #EEE000;
}
#kids.type5 #mainVisualLower:after {
  background-image: url(../img/kids/kids_deco05.svg);
}
#kids.type5 #topic p + p:before {
  border-top: solid 1px #EEE000;
  border-right: solid 1px #EEE000;
}
#kids.type5 #topic .icon svg path {
  fill: #EEE000;
}
#kids.type6 #mainVisualLower {
  background-color: #FFF2F9;
  color: #E73997;
}
#kids.type6 #mainVisualLower:after {
  background-image: url(../img/kids/kids_deco06.svg);
}
#kids.type6 #topic p + p:before {
  border-top: solid 1px #E73997;
  border-right: solid 1px #E73997;
}
#kids.type6 #topic .icon svg path {
  fill: #E73997;
}
@media (min-width: 1000px) {
  #kids #lowerContent p, #kids #lowerContent dt, #kids #lowerContent dd, #kids #lowerContent li {
    font-size: 21px;
  }
  #kids #lowerContent .note {
    font-size: 16px;
  }
  #kids #mainVisualLower:after {
    height: 50px;
    bottom: -50px;
  }
  #kids #mainVisualLower .inner {
    background-size: auto;
  }
}

#kids .kidsContentTitle {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#kids .kidsContentTitle span {
  position: relative;
  z-index: 1;
}
#kids .kidsContentTitle span:after {
  content: "";
  display: block;
  background-color: #F5FBFF;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#kids .kidsContentTitle rt {
  text-align: center;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 0.5em;
}
#kids .contentBox {
  padding-bottom: 20px;
  position: relative;
}
#kids .contentBox:first-of-type .kidsContentTitle {
  position: relative;
}
#kids .contentBox:first-of-type .kidsContentTitle span:before {
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  background-image: url(../img/kids/warming/title-illlust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: 0;
}
#kids .contentBox:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../img/kids/kids_deco00.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#kids .contentBox:nth-of-type(even) {
  background-color: #F5FBFF;
}
#kids .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco01.svg);
}
#kids .contentBox:nth-of-type(even) .kidsContentTitle span:after {
  background-color: #fff;
}
#kids.type1 .contentBox:first-of-type .kidsContentTitle span:before {
  content: none;
}
#kids.type2 .kidsContentTitle span:after {
  background-color: #F2F8E7;
}
#kids.type2 .contentBox:nth-of-type(even) {
  background-color: #F2F8E7;
}
#kids.type2 .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco02.svg);
}
#kids.type2 .contentBox:first-of-type .kidsContentTitle span:before {
  width: 50px;
  height: 60px;
  background-image: url(../img/kids/warming/title-illlust.svg);
  left: -70px;
}
#kids.type3 .kidsContentTitle span:after {
  background-color: #FFF8F2;
}
#kids.type3 .contentBox:nth-of-type(even) {
  background-color: #FFF8F2;
}
#kids.type3 .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco03.svg);
}
#kids.type3 .contentBox:first-of-type .kidsContentTitle span:before {
  background-image: url(../img/kids/energy/title-illlust.svg);
}
#kids.type4 .kidsContentTitle span:after {
  background-color: #FAF4F9;
}
#kids.type4 .contentBox:nth-of-type(even) {
  background-color: #FAF4F9;
}
#kids.type4 .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco04.svg);
}
#kids.type4 .contentBox:first-of-type .kidsContentTitle span:before {
  background-image: url(../img/kids/biodiversity/title-illlust.svg);
}
#kids.type5 .kidsContentTitle span:after {
  background-color: #FFFEEE;
}
#kids.type5 .contentBox:nth-of-type(even) {
  background-color: #FFFEEE;
}
#kids.type5 .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco05.svg);
}
#kids.type5 .contentBox:first-of-type .kidsContentTitle span:before {
  content: none;
}
#kids.type6 .kidsContentTitle span:after {
  background-color: #FFF2F9;
}
#kids.type6 .contentBox:nth-of-type(even) {
  background-color: #FFF2F9;
}
#kids.type6 .contentBox:nth-of-type(even):after {
  background-image: url(../img/kids/kids_deco06.svg);
}
#kids.type6 .contentBox:first-of-type .kidsContentTitle span:before {
  content: none;
}
@media (min-width: 1000px) {
  #kids .kidsContentTitle {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #kids .kidsContentTitle span:after {
    height: 20px;
  }
  #kids .kidsContentTitle rt {
    font-size: 12px;
  }
  #kids .contentBox {
    padding-bottom: 50px;
    position: relative;
  }
  #kids .contentBox:after {
    height: 50px;
    bottom: -50px;
  }
  #kids .contentBox:first-of-type .kidsContentTitle span:before {
    width: 100px;
    height: 120px;
    left: -140px;
  }
}

.kidsLinkBox {
  text-align: center;
  padding-top: 50px;
}
.kidsLinkBox .kidsLinkBoxBg {
  position: relative;
}
.kidsLinkBox .linkIcon {
  position: absolute;
  top: 0;
  left: 10px;
  width: 25vw;
}
.kidsLinkBox .link01 {
  top: 55px;
}
.kidsLinkBox .link02 {
  top: auto;
  bottom: 20px;
}
.kidsLinkBox .link03 {
  left: auto;
  right: 10px;
  top: 55px;
}
.kidsLinkBox .link04 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 20px;
}
.kidsLinkBox .link05 {
  top: 47%;
}
@media (min-width: 768px) {
  .kidsLinkBox {
    padding-top: 100px;
  }
  .kidsLinkBox .linkIcon {
    width: 250px;
    left: 15px;
  }
  .kidsLinkBox .link01 {
    top: 100px;
  }
  .kidsLinkBox .link02 {
    bottom: 20px;
  }
  .kidsLinkBox .link03 {
    left: auto;
    right: 15px;
    top: 100px;
  }
  .kidsLinkBox .link04 {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .kidsLinkBox .kidsLinkBoxBg {
    width: 800px;
    margin: auto;
  }
  .kidsLinkBox .link05 {
    top: 260px;
  }
}

.kidsLinkBoxBg .puyon {
  display: block;
  animation: puyon 3s ease-in-out infinite; /* ゆっくり3秒で無限ループ */
}

/* 5つの要素に少しずらした開始タイミング */
.kidsLinkBoxBg .linkIcon:nth-child(1) .puyon {
  animation-delay: 0s;
}

.kidsLinkBoxBg .linkIcon:nth-child(2) .puyon {
  animation-delay: 0.5s;
}

.kidsLinkBoxBg .linkIcon:nth-child(3) .puyon {
  animation-delay: 1s;
}

.kidsLinkBoxBg .linkIcon:nth-child(4) .puyon {
  animation-delay: 0.5s;
}

.kidsLinkBoxBg .linkIcon:nth-child(5) .puyon {
  animation-delay: 1s;
}

.kidsLinkBoxBg .puyon:hover {
  animation-duration: 1.5s; /* ホバー時は少し速めに */
  transform-origin: center;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  40% {
    transform: scale(0.97, 1.05) translate(0, -5%);
  }
  50% {
    transform: scale(1.03, 0.97) translate(0, 3%);
  }
  60% {
    transform: scale(0.98, 1.02) translate(0, -2%);
  }
  70% {
    transform: scale(1.02, 0.98) translate(0, 2%);
  }
  80% {
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
.innerBlock + .innerBlock {
  padding-top: 15px;
}
@media (min-width: 1000px) {
  .innerBlock + .innerBlock {
    padding-top: 30px;
  }
}

/*
global-warming
---------------------------*/
.worningBoxContentWrap .worningBoxContent {
  text-align: center;
  background-color: #F2F8E7;
  padding: 20px;
  border-radius: 20px;
}
.worningBoxContentWrap .worningBoxContent + .worningBoxContent {
  margin-top: 15px;
}
.worningBoxContentWrap .worningBoxContent dt {
  padding: 10px;
  border-top: 2px solid #4EB133;
  border-bottom: 2px solid #4EB133;
  margin-bottom: 20px;
}
.worningBoxContentWrap .worningBoxContent dd {
  text-align: left;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(2) {
  background-color: #FFFEEE;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(2) dt {
  border-color: #EEE000;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(3) {
  background-color: #F5FBFF;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(3) dt {
  border-color: #036EB8;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(4) {
  background-color: #FAF4F9;
}
.worningBoxContentWrap .worningBoxContent:nth-of-type(4) dt {
  border-color: #C4BDDD;
}
@media (min-width: 1000px) {
  .worningBoxContentWrap .worningBoxContent + .worningBoxContent {
    margin-top: 0;
  }
  .worningBoxContentWrap .worningBoxContent:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

.worningMeasuresWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.worningMeasuresWrap .worningMeasures {
  width: calc((100% - 15px) / 2);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.worningMeasuresWrap .worningMeasures:nth-of-type(odd) {
  margin-right: 15px;
}
.worningMeasuresWrap .worningMeasures .illust {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .worningMeasuresWrap .worningMeasures {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .worningMeasuresWrap .worningMeasures:nth-of-type(odd) {
    margin-right: 30px;
  }
  .worningMeasuresWrap .worningMeasures:nth-of-type(4n) {
    margin-right: 0;
  }
}

/*
energy
---------------------------*/
.energyIllustCont {
  display: flex;
  flex-wrap: wrap;
}
.energyIllustCont .energyIllust img {
  width: 60%;
}
.energyIllustCont + .energyIllustCont {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .energyIllustCont .energyIllust img {
    width: 60%;
  }
  .energyIllustCont .energyIllust.type01 {
    order: 1;
    text-align: left;
    padding-left: 30px;
  }
  .energyIllustCont .energyIllust.type02 {
    text-align: right;
    padding-right: 30px;
  }
}

/*
biodiversity
---------------------------*/
.flexContent02 .dataBookContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
  margin-top: 15px;
}
.flexContent02 .dataBookContent .dataBookImage {
  width: 35%;
}
.flexContent02 .dataBookContent .dataBookDetail {
  width: 60%;
}
@media (min-width: 769px) {
  .flexContent02 .dataBookContent {
    border-radius: 60px;
    padding: 30px;
    margin-top: 0;
  }
}

.biodiversityBoxContentWrap .biodiversityBoxContent {
  padding: 20px;
  border-radius: 20px;
}
.biodiversityBoxContentWrap .biodiversityBoxContent + .biodiversityBoxContent {
  margin-top: 15px;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .kidsInnerTitle {
  font-size: 20px;
  font-weight: 700;
  color: #D27626;
  padding-bottom: 10px;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox {
  position: relative;
  text-align: center;
  background-color: #FFF8F2;
  margin-top: 30px;
  padding: 35px 20px 20px;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox .innerBoxTitle {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  margin: auto;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox .innerBoxTitle span {
  display: inline-block;
  font-weight: 700;
  background-color: #D27626;
  padding: 5px 15px;
  border-radius: 50px;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox > div {
  display: flex;
  justify-content: space-between;
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox > div > div {
  width: calc((100% - 15px) / 2);
}
.biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox .textContent {
  text-align: left;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(2) .kidsInnerTitle {
  color: #036EB8;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(2) .biodiversityInnerBox {
  background-color: #F5FBFF;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(2) .biodiversityInnerBox .innerBoxTitle span {
  background-color: #036EB8;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(3) .kidsInnerTitle {
  color: #E571D2;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(3) .biodiversityInnerBox {
  background-color: #FAF4F9;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(3) .biodiversityInnerBox .innerBoxTitle span {
  background-color: #E571D2;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(4) .kidsInnerTitle {
  color: #4EB133;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(4) .biodiversityInnerBox {
  background-color: #F2F8E7;
}
.biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(4) .biodiversityInnerBox .innerBoxTitle span {
  background-color: #4EB133;
}
@media (min-width: 1000px) {
  .biodiversityBoxContentWrap .biodiversityBoxContent + .biodiversityBoxContent {
    margin-top: 0;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent .kidsInnerTitle {
    font-size: 31px;
    padding-bottom: 20px;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox {
    padding: 40px 20px 20px;
    margin-top: 40px;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox .innerBoxTitle {
    font-size: 21px;
    top: -20px;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox .innerBoxTitle span {
    padding: 5px 15px;
  }
  .biodiversityBoxContentWrap .biodiversityBoxContent .biodiversityInnerBox > div > div {
    width: calc((100% - 20px) / 2);
  }
}

/*
access
---------------------------*/
.kidsAccessDetail + .kidsAccessDetail {
  padding-top: 30px;
}
.kidsAccessDetail .kidsInnerTitle {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}
.kidsAccessDetail li {
  background-color: #FFFEEE;
  border: 1px solid #EEE000;
  padding: 10px 30px;
  border-radius: 100px;
}
.kidsAccessDetail li + li {
  margin-top: 10px;
}
.kidsAccessDetail dl dd {
  text-align: right;
}
.kidsAccessDetail dl dd span {
  font-size: 24px;
}
@media (min-width: 1000px) {
  .kidsAccessDetail {
    max-width: 700px;
    margin: auto;
  }
  .kidsAccessDetail + .kidsAccessDetail {
    padding-top: 60px;
  }
  .kidsAccessDetail .kidsInnerTitle {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .kidsAccessDetail li {
    padding: 20px 30px;
  }
  .kidsAccessDetail li + li {
    margin-top: 24px;
  }
  .kidsAccessDetail dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kidsAccessDetail dl dd span {
    font-size: 31px;
  }
}

/*
3r
---------------------------*/
.know3r .kidsInnerTilte {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
}
.know3r .flexContent02.top {
  align-items: stretch;
}
.know3r .illustBox {
  position: relative;
}
.know3r .illustBoxInner {
  display: flex;
}
.know3r .imageContent .note {
  text-align: left;
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .know3r .kidsInnerTilte {
    font-size: 31px;
    padding-bottom: 30px;
  }
  .know3r .illustBox {
    position: relative;
  }
  .know3r .illustBox .kidsInnerTilte {
    padding-bottom: 60px;
  }
  .know3r .illust {
    text-align: right;
  }
  .know3r .illustBoxInner {
    display: block;
  }
}

.imageContent.miniType img {
  width: 80%;
}

/*
kidsList
---------------------------*/
.kidsList {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 2px solid #D27626;
  border-bottom: 2px solid #D27626;
}
.kidsList li {
  position: relative;
  padding-left: 25px;
}
.kidsList li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #D27626;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
}
.kidsList li + li {
  margin-top: 5px;
}
.kidsList.type02 {
  border-color: #4EB133;
}
.kidsList.type02 li:before {
  background-color: #4EB133;
}
.kidsList.type03 {
  border-color: #69B4E5;
}
.kidsList.type03 li:before {
  background-color: #69B4E5;
}
@media (min-width: 1000px) {
  .kidsList {
    margin-top: 30px;
    padding: 20px 0;
  }
  .kidsList li {
    padding-left: 30px;
  }
  .kidsList li:before {
    top: 8px;
  }
}

/*# sourceMappingURL=kids.css.map */