@charset "UTF-8";
/* ======================================================================
 * こども記者クラブ
====================================================================== */
.slider-container {
  padding: 6rem 0 10.3rem;
  background-color: #f9e8ed;
}
@media screen and (max-width: 768px) {
  .slider-container {
    padding: 4rem 0 6.6rem;
  }
}
.slider-container .adjust-width {
  max-width: 1194px;
}
@media screen and (max-width: 768px) {
  .slider-container .adjust-width {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider-container .main-slider {
    padding-right: 8.97vw;
    padding-left: 8.97vw;
  }
}
.slider-container .main-slider .splide__track {
  max-width: 1092px;
  margin: 0 auto;
}
.slider-container .main-slider ul > li img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .slider-container .main-slider ul > li img {
    border-radius: 2rem;
  }
}
.slider-container .main-arrow {
  width: 4.2rem;
  height: 4.2rem;
  opacity: 1;
}
.slider-container .main-arrow svg {
  display: none;
}
.slider-container .main-arrow.main-arrow-prev {
  left: 0;
  background: url("../../../images/kodomokisha/slider-arrow-left.svg") center/contain no-repeat;
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .slider-container .main-arrow.main-arrow-prev {
    left: -1.8rem;
  }
}
.slider-container .main-arrow.main-arrow-next {
  right: 0;
  background: url("../../../images/kodomokisha/slider-arrow-right.svg") center/contain no-repeat;
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .slider-container .main-arrow.main-arrow-next {
    right: -1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .slider-container .main-arrow {
    transition: opacity 0.3s;
  }
  .slider-container .main-arrow:hover {
    opacity: 0.7;
  }
}
.slider-container .main-pagination {
  bottom: -4.2rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .slider-container .main-pagination {
    bottom: -3.6rem;
  }
}
.slider-container .main-pagination .main-pagination-page {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: #b4b4b5;
  opacity: 1;
}
.slider-container .main-pagination .main-pagination-page.is-active {
  background: #da0042;
  transform: scale(1);
}

.news-section {
  padding: 8rem 0;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 4.93rem 0 6.03rem;
  }
}
.news-section .content {
  display: flex;
  gap: 5.7rem;
}
@media screen and (max-width: 768px) {
  .news-section .content {
    display: block;
  }
}
.news-section .left {
  display: flex;
  flex-direction: column;
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .news-section .left {
    max-width: 100%;
  }
}
.news-section .left h2 {
  margin: 0;
  transform: rotate(0);
}
.news-section .left .news-norurun {
  margin-top: auto;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .news-section .left .news-norurun {
    margin-top: 3.46rem;
    text-align: right;
  }
}

.feature-section {
  position: relative;
  z-index: 1;
  padding: 9rem 0 16.9rem;
  background: url("../../../images/kodomokisha/feature-bg.svg") bottom center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .feature-section {
    padding: 6rem 0 13.25rem;
    background: none;
    background-color: #d0eff7;
  }
  .feature-section::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../../../images/kodomokisha/feature-bg-top-sp.svg") top center/contain no-repeat;
  }
  .feature-section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../../../images/kodomokisha/feature-bg-bottom-sp.svg") bottom center/contain no-repeat;
  }
}
.feature-section h2 {
  margin-bottom: 6rem;
  text-align: center;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .feature-section h2 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-section h2 img {
    width: 22.3rem;
  }
}
.feature-section p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .feature-section p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.feature-section .feature-img {
  margin-bottom: 4rem;
  text-align: center;
  transform: rotate(0);
}
.feature-section .feature-img img {
  border-radius: 3rem;
}
.feature-section .bg-group .balloon {
  position: absolute;
}
.feature-section .bg-group .balloon-1 {
  top: 20.3%;
  left: 6.4vw;
  width: 3.4vw;
}
@media screen and (max-width: 768px) {
  .feature-section .bg-group .balloon-1 {
    top: 2.4rem;
    left: 12.1vw;
    width: 6.2vw;
  }
}
.feature-section .bg-group .balloon-2 {
  top: 8%;
  left: 73.5vw;
  width: 3.8vw;
}
@media screen and (max-width: 768px) {
  .feature-section .bg-group .balloon-2 {
    top: 15.2rem;
    left: 5.33vw;
    width: 6.9vw;
  }
}
.feature-section .bg-group .balloon-3 {
  top: 18.9%;
  right: 6vw;
  width: 4.5vw;
}
@media screen and (max-width: 768px) {
  .feature-section .bg-group .balloon-3 {
    top: 9.9rem;
    right: 5.33vw;
    width: 8.1vw;
  }
}
.feature-section .bg-group .anim-1 {
  animation: float 3s ease-in-out infinite;
}
.feature-section .bg-group .anim-2 {
  animation: float 3.3s ease-in-out 1.5s infinite;
}
.feature-section .bg-group .anim-3 {
  animation: float 2.7s ease-in-out 0.5s infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}

.movie-section {
  position: relative;
  padding: 8rem 0 2.2rem;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .movie-section {
    padding: 4rem 0 2.4rem;
  }
}
.movie-section::after {
  position: absolute;
  bottom: -131px;
  z-index: 1;
  width: 100%;
  height: 131px;
  content: "";
  background: url("../../../images/kodomokisha/movie-wave.svg") repeat-x;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .movie-section::after {
    bottom: -37px;
    height: 37px;
    background: url("../../../images/kodomokisha/movie-wave-sp.svg") repeat-x;
    background-color: #fcf5de;
  }
}
.movie-section .adjust-width {
  overflow: hidden;
}
.movie-section .c-flag-title {
  padding-top: 0;
  margin-bottom: 9.8rem;
}
@media screen and (max-width: 768px) {
  .movie-section .c-flag-title {
    padding-top: 3.5rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .movie-section .c-flag-title h2 img {
    width: 33.9rem;
  }
}
.movie-section .content {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .movie-section .content {
    flex-direction: column;
  }
}
.movie-section .item {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.movie-section .item .head {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .movie-section .item .head {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.movie-section .item .head::before {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #da0042;
  border-radius: 50%;
}
.movie-section .item .youtube-movie {
  margin-top: auto;
}
.movie-section .item .youtube-movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 3rem;
}
.movie-section .movie-decor {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .movie-section .movie-decor {
    margin-top: 2.9rem;
  }
}
.movie-section .movie-decor .left {
  margin-top: 0.8rem;
  margin-bottom: 0;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .movie-section .movie-decor .left {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .movie-section .movie-decor .left img {
    width: 12.8rem;
  }
}
.movie-section .movie-decor .right {
  margin-bottom: 0;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .movie-section .movie-decor .right img {
    width: 14.4rem;
  }
}

.report-section {
  padding: 15.2rem 0 7.2rem;
  background-color: #effae0;
}
@media screen and (max-width: 768px) {
  .report-section {
    padding: 5.8rem 0 4rem;
  }
}
.report-section h2 {
  margin-bottom: 4.9rem;
  text-align: center;
  transform: rotate(0);
}
.report-section .content .block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding: 5.05rem 0 6rem;
  background-color: #ffffff;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .report-section .content .block {
    gap: 6rem;
    padding: 3.8rem 0 6rem;
  }
}
.report-section .content .block:not(:last-of-type) {
  margin-bottom: 17.2rem;
}
@media screen and (max-width: 768px) {
  .report-section .content .block:not(:last-of-type) {
    margin-bottom: 14.5rem;
  }
}
.report-section .report-decor {
  position: absolute;
}
.report-section .report-decor.report1-decor-1 {
  top: -8.6rem;
  left: 13.1vw;
}
@media screen and (max-width: 768px) {
  .report-section .report-decor.report1-decor-1 {
    top: -6.1rem;
    left: 2.2rem;
    width: 7rem;
  }
}
.report-section .report-decor.report1-decor-2 {
  top: -13.1rem;
  right: 16vw;
}
@media screen and (max-width: 768px) {
  .report-section .report-decor.report1-decor-2 {
    right: 2rem;
    width: 3.7rem;
  }
}
.report-section .report-decor.report2-decor-1 {
  top: -11.1rem;
  left: 6.1vw;
}
@media screen and (max-width: 768px) {
  .report-section .report-decor.report2-decor-1 {
    top: -10.5rem;
    left: 4rem;
    width: 6.5rem;
  }
}
.report-section .report-decor.report2-decor-2 {
  top: -11.1rem;
  right: 4.9vw;
}
@media screen and (max-width: 768px) {
  .report-section .report-decor.report2-decor-2 {
    top: -7rem;
    right: 4.8rem;
    width: 10.5rem;
  }
}
.report-section .inner {
  width: 95%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .report-section .inner {
    width: 100%;
    padding-right: max(5.1vw, 2rem);
    padding-left: max(5.1vw, 2rem);
  }
}
.report-section .head p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .report-section .head p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.1em;
  }
}
.report-section .head .title {
  text-align: center;
}
.report-section .head .title h3 {
  margin: 1rem 0 3rem;
  font-size: 2.6rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .report-section .head .title h3 {
    margin: 1.4rem 0 1.9rem;
    font-size: 2.2rem;
    line-height: 1.1;
  }
}
.report-section .head .image {
  margin-bottom: 3rem;
  text-align: center;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .report-section .head .image {
    margin-bottom: 2rem;
  }
}
.report-section .head .image img {
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .report-section .head .image img {
    border-radius: 3rem;
  }
}
.report-section .row .item {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .report-section .row .item {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.report-section .row .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .report-section .row .item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.report-section .row .item:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .report-section .row .item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.report-section .row .item-wrap .item {
  flex-direction: row-reverse;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .report-section .row .item-wrap .item {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.report-section .row .left {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .report-section .row .left p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.1em;
  }
}
.report-section .row .left .head {
  margin-bottom: 1.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .report-section .row .left .head {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.report-section .row .left .button {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .report-section .row .left .button {
    margin-top: 3.28rem;
  }
  .report-section .row .left .button img {
    width: 100%;
  }
}
.report-section .row .right {
  flex: 1;
  margin: 0;
  transform: rotate(0);
}
.report-section .row .right img {
  margin: 0;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .report-section .row .right img {
    width: 100%;
  }
}
.report-section .link-button {
  display: flex;
  gap: 4rem;
  align-items: center;
  width: 95%;
  max-width: 65.4rem;
  padding: 2rem;
  margin: 0 auto;
  background-color: #f9e8ed;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .report-section .link-button {
    flex-direction: column;
    gap: 1.4rem;
    width: 81%;
  }
}
.report-section .link-button .link-row {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .report-section .link-button .link-row {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.report-section .link-button .link-row p {
  margin: 0;
}
.report-section .link-button .link-row .image {
  transform: rotate(0);
}
.report-section .link-button .link-row .text {
  width: 24.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .report-section .link-button .link-row .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.report-section .link-button .button {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 16.2rem;
  height: 6.2rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #e96e60;
  border-radius: 3.1rem;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .report-section .link-button .button {
    gap: 1.8rem;
    width: 13rem;
    height: 5rem;
    font-size: 1.2rem;
  }
  .report-section .link-button .button img {
    width: 1.28rem;
  }
}
.report-section .c-toppage {
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .report-section .c-toppage {
    margin-top: 4rem;
  }
}