@charset "UTF-8";
/* ======================================================================
 * のるるん環境クイズ
====================================================================== */
.quiz-section {
  padding: 5.8rem 0 7.2rem;
  background-color: #f9e8ed;
}
@media screen and (max-width: 768px) {
  .quiz-section {
    padding: 4rem 0;
  }
}
.quiz-section .mv-bg {
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .quiz-section .mv-bg {
    border-radius: 3rem;
  }
}
.quiz-section .content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .quiz-section .content {
    margin-top: 3rem;
  }
}
.quiz-section .content .norurun {
  margin: 0;
  text-align: center;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .quiz-section .content .norurun.norurun-1 img {
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .quiz-section .content .norurun.norurun-2 img {
    width: 16.3rem;
  }
}
.quiz-section .content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.4rem;
  padding: 1rem;
  margin: 0 0 3.2rem;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #e50012;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .quiz-section .content h2 {
    height: 6.6rem;
    margin-bottom: 3rem;
    font-size: 1.9rem;
  }
}
.quiz-section .content .head-text {
  margin: 0 0 6.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .quiz-section .content .head-text {
    margin-bottom: 6rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.quiz-section .content .youtube-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .quiz-section .content .youtube-wrap {
    flex-direction: column;
  }
}
.quiz-section .content .youtube-wrap .youtube-movie {
  flex: 0 0 calc((100% - 6rem) / 2);
}
@media screen and (max-width: 768px) {
  .quiz-section .content .youtube-wrap .youtube-movie {
    width: 100%;
  }
}
.quiz-section .content .youtube-wrap .youtube-movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 2rem;
}
.quiz-section .content .youtube-wrap .youtube-movie .text {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .quiz-section .content .youtube-wrap .youtube-movie .text {
    margin-top: 1.7rem;
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.quiz-section .content .youtube-wrap .youtube-movie .text small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .quiz-section .content .youtube-wrap .youtube-movie .text small {
    font-size: 1.2rem;
  }
}
.quiz-section .content .c-toppage {
  margin: 4rem auto 0;
}