@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

/*==================================================
fontサブセット化
==================================================*/
/*==================================================
NotoSansCJKJP
==================================================*/
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Regular-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*==================================================
cabin
==================================================*/
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Cabin-Regular.otf") format("opentype"), url("../fonts/Cabin-Regular.woff") format("woff"), url("../fonts/Cabin-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Cabin-Medium.otf") format("opentype"), url("../fonts/Cabin-Medium.woff") format("woff"), url("../fonts/Cabin-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Cabin-SemiBold.otf") format("opentype"), url("../fonts/Cabin-SemiBold.woff") format("woff"), url("../fonts/Cabin-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Cabin-Bold-subset.otf") format("opentype"), url("../fonts/Cabin-Bold-subset.woff") format("woff"), url("../fonts/Cabin-Bold-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*==================================================
使うフォント
==================================================*/
/*                トップページ用
======================================================= */
/*TOP共通*/
/*==================================================
topの共通パーツ
==================================================*/
.home_section_title {
  font-size: 32px;
  font-weight: 700;
  font-family: "NotoSansCJKJP";
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home_section_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home_section_title {
    font-size: 18px;
  }
}

#home .home_texts_area {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #home .home_texts_area {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_texts_area {
    margin-top: 40px;
  }
}
#home .home_texts_width {
  max-width: 960px;
  padding: 0 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #home .home_texts_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_texts_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_texts_width {
    padding: 0px;
  }
}
#home .home_texts {
  font-size: 18px;
  line-height: 50px;
  padding: 62px 80px;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
}
@media only screen and (max-width: 1280px) {
  #home .home_texts {
    padding: 62px 32px;
  }
}
@media only screen and (max-width: 1024px) {
  #home .home_texts {
    font-size: 14px;
    line-height: 40px;
    padding: 40px 32px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_texts {
    font-size: 12px;
    line-height: 32px;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#home .home_texts .home_text {
  background-image: url("/kodomo/cre/asset_unicef/media/images/home/line_height50.jpg");
  background-size: 100% 50px;
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 1024px) {
  #home .home_texts .home_text {
    background-image: url("/kodomo/cre/asset_unicef/media/images/home/line_height40.jpg");
    background-size: 100% 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_texts .home_text {
    background-image: url("/kodomo/cre/asset_unicef/media/images/home/line_height32.jpg");
    background-size: 100% 32px;
    padding-bottom: 1px;
  }
}
#home .home_texts .home_text:nth-child(n+2) {
  border-top: 1px solid #e8e8e8;
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  #home .home_texts .home_text:nth-child(n+2) {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_texts .home_text:nth-child(n+2) {
    margin-top: 30px;
  }
}
#home .home_effect {
  padding-top: 100px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_effect {
    padding-top: 48px;
    padding-bottom: 44px;
  }
}
#home .home_effect .home_effect_message {
  font-size: 18px;
  text-align: center;
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_message {
    font-size: 14px;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_effect .home_effect_message {
    font-size: 12px;
    padding-top: 18px;
  }
}
#home .home_effect .home_effect_body {
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body {
    margin-top: 36px;
  }
}
#home .home_effect .home_effect_body_group {
  position: relative;
}
#home .home_effect .home_effect_body_group:nth-child(n+2) {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body_group:nth-child(n+2) {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_effect .home_effect_body_group:nth-child(n+2) {
    padding-top: 48px;
  }
}
#home .home_effect .home_effect_body_group:nth-child(n+2)::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 46px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 92'%3E%3Cpath fill='%23dcdddd' d='m2.52 1.67 60.77 46.91c.44.34 1.16.34 1.6 0l60.77-46.91c.71-.55 1.93-.16 1.93.62V41.4c0 .23-.12.45-.33.62L64.89 90.15c-.44.34-1.16.34-1.6 0L.92 42.01a.793.793 0 0 1-.33-.62V2.28c0-.77 1.22-1.16 1.93-.61z'/%3E%3C/svg%3E") center center/contain no-repeat;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body_group:nth-child(n+2)::before {
    top: 24px;
    width: 48px;
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_effect .home_effect_body_group:nth-child(n+2)::before {
    top: 10px;
    width: 32px;
    height: 28px;
  }
}
#home .home_effect .home_effect_body_title {
  font-size: 24px;
  font-weight: 700;
  color: #004ea2;
  line-height: 166.6666666667%;
  text-align: center;
}
  #home .home_effect .home_effect_body_group:nth-child(1) .home_effect_body_title {
    border: 1px solid #5bc5f4;
    background-color: #bae2f4;
  }
  #home .home_effect .home_effect_body_group:nth-child(2) .home_effect_body_title {
    border: 1px solid #f7a0c4;
    background-color: #f6d9e5;
  }
  #home .home_effect .home_effect_body_group:nth-child(3) .home_effect_body_title {
    border: 1px solid #fedf8c;
    background-color: #ffeec1;
  }
  #home .home_effect .home_effect_body_group:nth-child(4) .home_effect_body_title {
    border: 1px solid #95e574;
    background-color: #d2e5ca;
  }
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_effect .home_effect_body_title {
    font-size: 16px;
  }
}
#home .home_effect .home_effect_body_desc {
  font-size: 18px;
  padding-top: 16px;
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body_desc {
    font-size: 14px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  #home .home_effect .home_effect_body_desc {
    font-size: 12px;
  }
}
#home .home_effect .home_effect_body_title {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 10px 40px;
}
#home .home_effect .home_effect_body_title:hover {
  opacity: 0.7;
}
#home .home_effect .home_effect_body_title:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 100vh;
  border: 1px solid #09f;
  background-color: #09f;
  background-image: url(/kodomo/cre/asset_unicef/media/images/promotion_of_rights/open.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#home .home_effect .home_effect_body_title.close:before {
 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  #home .home_effect .home_effect_body_title:before {
    background-size: 26px auto;
    width: 26px;
    height: 26px;
  }
  #home .home_effect .home_effect_body_title.close:before {
    top: calc(50% - 13px);
  }
}
#home .home_effect .home_effect_body_desc {
  display: none;
}
#home .home_movie {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  #home .home_movie {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_movie {
    padding-top: 48px;
    padding-bottom: 44px;
  }
}
#home .home_movie .home_movie_lead {
    padding-bottom: 16px;
    color: #004ea2;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 166.6666666667%;
}
#home .home_movie .movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#home .home_movie .movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: #004ea2 solid 1px;
}
#home .home_detail {
  background: #f6f4ed;
  padding-top: 104px;
}
@media only screen and (max-width: 1024px) {
  #home .home_detail {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail {
    padding-top: 48px;
  }
}
#home .home_detail_width {
  max-width: 1584px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home .home_detail_width {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_width {
    padding: 0px;
  }
}
#home .home_detail_body {
  padding-top: 56px;
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_body {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_body {
    padding-top: 28px;
  }
}
#home .home_detail_slick {
  position: relative;
}
#home .home_detail_slick .slick_slide {
  padding: 0 10px;
}
#home .home_detail_slick .slick_slide a:hover {
  opacity: 0.7;
}
#home .home_detail_slick .slick_slide_link {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #home .home_detail_slick .slick_slide_link:hover .slick_slide_bg img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#home .home_detail_slick .slick_slide_bg {
  position: relative;
}
#home .home_detail_slick .slick_slide_bg img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home .home_detail_slick .slick_slide_text_wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  #home .home_detail_slick .slick_slide_text_wrapper {
    bottom: 8px;
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_slick .slick_slide_text_wrapper {
    bottom: 4px;
    left: 4px;
  }
}
#home .home_detail_slick .slick_slide_text {
  display: inline-block;
  font-family: "NotoSansCJKJP";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  background: #00a0e9;
  padding: 16px 18px;
}
@media only screen and (max-width: 1280px) {
  #home .home_detail_slick .slick_slide_text {
    font-size: 16px;
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_slick .slick_slide_text {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_slick .slick_slide_text {
    font-size: 12px;
    padding: 6px 10px;
  }
}
#home .home_detail_slick .arrow-prev,
#home .home_detail_slick .arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 36px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40'%3E%3Cpath fill='%2300a0e9' d='M28.48 5.34 26.95 1 1.52 20.02 26.95 39l1.53-4.35L8.45 20.02 28.48 5.34z'/%3E%3C/svg%3E") center center/contain no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  #home .home_detail_slick .arrow-prev:hover,
#home .home_detail_slick .arrow-next:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40'%3E%3Cpath fill='%23004ea2' d='M28.48 5.34 26.95 1 1.52 20.02 26.95 39l1.53-4.35L8.45 20.02 28.48 5.34z'/%3E%3C/svg%3E") center center/contain no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_slick .arrow-prev,
#home .home_detail_slick .arrow-next {
    width: 20px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_slick .arrow-prev,
#home .home_detail_slick .arrow-next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40'%3E%3Cpath fill='%23fff' d='M28.48 5.34 26.95 1 1.52 20.02 26.95 39l1.53-4.35L8.45 20.02 28.48 5.34z'/%3E%3C/svg%3E") center center/contain no-repeat;
  }
}
#home .home_detail_slick .arrow-prev {
  left: -36px;
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_slick .arrow-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_slick .arrow-prev {
    left: 12px;
  }
}
#home .home_detail_slick .arrow-next {
  right: -36px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  #home .home_detail_slick .arrow-next {
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_detail_slick .arrow-next {
    right: 12px;
  }
}
#home .home_news {
  background: #f6f4ed;
  padding-top: 88px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 1024px) {
  #home .home_news {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
#home .home_news .home_news_body {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #home .home_news .home_news_body {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #home .home_news .home_news_body {
    padding-top: 24px;
  }
}

#home .home_news .home_news_body .archive_ul {
  overflow-y: scroll;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  #home .home_news .home_news_body .archive_ul {
    overflow-y: scroll;
    height: 260px;
  }
}

#home .body_copy {
  background: #f6f4ed;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #home .body_copy {
    padding-bottom: 8px;
  }
}
#home .body_copy .body_copy_text {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media only screen and (max-width: 767px) {
  #home .body_copy .body_copy_text {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*                印刷読み込み
======================================================= */
/*     ここから印刷用
======================================================= */
@media print {
  .footer_upper {
    display: none;
  }

  .footer_lower {
    padding: 80px;
  }

  .footer_banner_ul {
    display: none !important;
  }

  .footer_lower {
    padding: 75px 50px !important;
  }

  .footer_print_ul {
    display: block !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px;
  }

  .footer_print_li {
    width: 20% !important;
    padding: 0 8px;
  }
  .footer_print_li a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}